summaryrefslogtreecommitdiffstats
path: root/sys/sys/msg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* We now get <sys/cdefs.h> via <sys/ipc.h>guenther2014-11-231-4/+3
* Remove the extern declarations for the long-gone static msg queueguenther2012-02-051-25/+2
* Fix SysV message queue identifiers.blambert2012-02-051-2/+2
* Remove the old COMPAT_23 SysV IPC structures and the never implementedguenther2011-01-031-37/+1
* Rototill system V message queues.blambert2009-08-091-8/+32
* typo (naem -> name)blambert2007-10-161-2/+2
* Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23,millert2004-07-151-4/+3
* Because mode_t is used in struct ipc_perm we need new versions ofmillert2004-07-141-1/+19
* Move the guts of the {sem,msg,shm}ctl system calls into a new functionmillert2004-07-141-3/+8
* fix a typo in a comment; from Gabrielpvalchev2002-12-101-2/+2
* Change all variables definitions (int foo) in sys/sys/*.h to variablemiod2002-07-031-2/+4
* First round of __P removal in sysmillert2002-03-141-7/+7
* sysctl() support for getting the SYSV *info structs and the associatedmillert2001-09-281-2/+7
* Don't allocate globals in include files, use extern declarations.millert2001-08-121-5/+5
* 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/+20
* u_short -> unsigned short; const msgsnd msgp argderaadt1998-05-111-23/+23
* From NetBSD: 960217 mergeniklas1996-03-031-1/+4
* initial import of NetBSD treederaadt1995-10-181-0/+160