summaryrefslogtreecommitdiffstats
path: root/sys/sys/sem.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix comment in sys/sem.htom2016-09-011-2/+2
* We now get <sys/cdefs.h> via <sys/ipc.h>guenther2014-11-231-3/+3
* struct proc; and struct ucred; only needed for ipcs in kernel-grovel modederaadt2014-07-101-8/+10
* Remove the old COMPAT_23 SysV IPC structures and the never implementedguenther2011-01-031-30/+1
* Fix SEM_UNDO handling for rthreads: use the struct process* insteadguenther2009-04-031-3/+3
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-5/+4
* 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/+14
* Move the guts of the {sem,msg,shm}ctl system calls into a new functionmillert2004-07-141-10/+13
* POSIX says the length parameter for semop(2) and shmget(2) should be size_t.millert2004-05-031-2/+2
* Use SLIST macros instead of rolling our own. Idea from and partlymillert2003-12-171-6/+3
* Make SysV-style shared memory and semaphore limits sysctl'able.millert2002-12-171-16/+35
* First round of __P removal in sysmillert2002-03-141-9/+9
* sysctl() support for getting the SYSV *info structs and the associatedmillert2001-09-281-1/+7
* seminfo.semmap and SEMMAP are not used; kill themmillert2001-08-121-6/+2
* Don't allocate globals in include files, use extern declarations.millert2001-08-121-8/+7
* sys_semconfig goes foomderaadt2000-05-011-6/+1
* SEM_R and SEM_A userland accessable as required; michaels@inet.noderaadt1998-07-201-7/+9
* 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/+15
* XPG says 4th arg is optionalderaadt1998-06-101-2/+2
* u_short -> unsigned short; kleinkderaadt1998-05-111-21/+21
* From NetBSD: 960217 mergeniklas1996-03-031-1/+5
* initial import of NetBSD treederaadt1995-10-181-0/+177