summaryrefslogtreecommitdiffstats
path: root/sys/sys/shm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-101-2/+2
* Merge sys_shmctl() and shmctl1() again, as we no longer have a need forguenther2019-11-031-4/+1
* #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt2018-03-051-7/+2
* We now get <sys/cdefs.h> via <sys/ipc.h>guenther2014-11-231-2/+1
* remove LKM supporttedu2014-10-091-3/+3
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-1/+4
* Allow segments to be used even after they were marked for deletion withrobert2011-10-271-4/+1
* Remove the old COMPAT_23 SysV IPC structures and the never implementedguenther2011-01-031-27/+1
* Remove old SysV SHM size limits global variables, they are no longer neededmiod2009-12-081-5/+1
* adapt from netbsd:sturm2007-05-291-2/+4
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-7/+6
* Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23,millert2004-07-151-5/+4
* Because mode_t is used in struct ipc_perm we need new versions ofmillert2004-07-141-1/+13
* Move the guts of the {sem,msg,shm}ctl system calls into a new functionmillert2004-07-141-7/+11
* POSIX says the length parameter for semop(2) and shmget(2) should be size_t.millert2004-05-031-2/+2
* Linux shmat allows lookup of segments that are marked as removed somillert2003-10-121-1/+2
* Make SysV-style shared memory and semaphore limits sysctl'able.millert2002-12-171-16/+60
* Add variables for config(8) -e time tweak of systemV shared memoryespie2002-03-231-1/+5
* 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
* Don't allocate globals in include files, use extern declarations.millert2001-08-121-4/+4
* Get rid of CLSIZE and all related stuff.art2001-05-051-2/+2
* Improved sysv shared memory. Works with UVM.art1999-06-231-3/+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/+14
* Move the SHM_{LOCK,UNLOCK} shmctl() commands inside _KERNEL protection; constderaadt1998-05-111-8/+7
* Define SHM_R and SHM_W as IPC_R and IPC_W respectively. From FreeBSD.millert1998-02-181-1/+7
* partial sync with netbsd 960418, more to comederaadt1996-04-211-3/+3
* From NetBSD: 960217 mergeniklas1996-03-031-1/+6
* initial import of NetBSD treederaadt1995-10-181-0/+92