System V IPC code from Danny Boulet, chewed on a bit by the NetBSD group
authorDavid Greenman <davidg@Root.COM>
Fri, 21 Jan 1994 09:57:43 +0000 (09:57 +0000)
committerDavid Greenman <davidg@Root.COM>
Fri, 21 Jan 1994 09:57:43 +0000 (09:57 +0000)
commit24fd64abccba45cfed51041350325e0a2a23fec7
tree1bd21f68783682cd5974c7e40ad5fa88a26e6587
parentd5aff5d9a2a86dacd0be1f749a8e6317ff749fc4
System V IPC code from Danny Boulet, chewed on a bit by the NetBSD group
and then some more by Jeffrey Hsu (who provided this port for FreeBSD).
22 files changed:
lib/libc/sys/Makefile.inc
sys/conf/files
sys/conf/param.c
sys/i386/conf/LINT
sys/i386/i386/machdep.c
sys/kern/init_sysent.c
sys/kern/kern_exit.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/kern/sysv_ipc.c [new file with mode: 0644]
sys/kern/sysv_msg.c [new file with mode: 0644]
sys/kern/sysv_sem.c [new file with mode: 0644]
sys/kern/sysv_shm.c
sys/sys/ipc.h
sys/sys/msg.h [new file with mode: 0644]
sys/sys/sem.h [new file with mode: 0644]
sys/sys/syscall.h
usr.bin/Makefile
usr.bin/ipcrm/Makefile [new file with mode: 0644]
usr.bin/ipcrm/ipcrm.c [new file with mode: 0644]
usr.bin/ipcs/Makefile [new file with mode: 0644]
usr.bin/ipcs/ipcs.c [new file with mode: 0644]