summaryrefslogtreecommitdiffstats
path: root/sys/sys/ipc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pull in sys/types.h for the necessary typedefsguenther2014-11-151-3/+3
* struct proc; and struct ucred; only needed for ipcs in kernel-grovel modederaadt2014-07-101-1/+3
* Remove the old COMPAT_23 SysV IPC structures and the never implementedguenther2011-01-031-23/+1
* Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23,millert2004-07-151-6/+4
* Because mode_t is used in struct ipc_perm we need new versions ofmillert2004-07-141-1/+11
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-5/+5
* ftok() takes int id; xpgderaadt1998-11-151-2/+2
* kill ushortderaadt1998-06-111-15/+15
* do not export old structures to userlandderaadt1998-06-111-1/+3
* change ipc.h to use uid_t and friends, and then build compat system calls for the old ushort based ipc.hderaadt1998-06-111-1/+13
* From NetBSD: 960217 mergeniklas1996-03-031-1/+4
* initial import of NetBSD treederaadt1995-10-181-0/+94