summaryrefslogtreecommitdiffstats
path: root/sys/kern/sysv_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Move SysV IPC freebsd32 compat shims helpers from freebsd32_misc.c tokib2010-03-191-0/+66
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-0/+31
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-6/+3
* Sync up PRIV_IPC_{ADMIN,READ,WRITE} priv checks in ipcperm() withrwatson2007-02-201-3/+6
* Restore sysv_ipc.c:1.30, which was backed out due to interactions withrwatson2007-02-191-38/+66
* For now, back out sysv_ipc.c:1.30, which caused shmget() with odd moderwatson2006-12-161-66/+38
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-38/+66
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Add an annotation to the comment for sysv_ipc.c to indicate that therwatson2004-10-221-2/+6
* Use __FBSDID().obrien2003-06-111-2/+3
* Attempt to further comment and clarify System V IPC logic: documentrwatson2003-05-311-9/+24
* Attempt to marginally de-obfuscate sections of the System V IPC accessrwatson2003-05-311-2/+7
* It is possible for an active aio to prevent shared memory from beingdillon2003-01-131-4/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Eliminate semexit_hook using at_exit(9) and rm_at_exit(9).alc2001-12-301-12/+0
* o Remove (struct proc *p = td->td_proc) indirection in ipcperm(),rwatson2001-11-021-5/+3
* o Move suser() calls in kern/ to using suser_xxx() with an explicitrwatson2001-11-011-2/+4
* KSE Milestone 2julian2001-09-121-2/+3
* sysvipc loadable.alfred2000-12-011-204/+38
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-0/+1
* Remove the undocumented, flawed, broken-as-designed semconfig() syscall.peter2000-05-011-9/+0
* In 'ipcperm()', only call 'suser()' if it is actually required.bsd2000-03-131-7/+2
* Fix a superuser credential check.bsd2000-02-291-1/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change suser_xxx() to suser() where it applies.phk1999-04-271-7/+6
* Suser() simplification:phk1999-04-271-3/+3
* Use suser() to determine super-user-ness, don't examine cr_uid directly.phk1999-01-301-2/+5
* Removed an unused #include. Added an unsed #include of <sys/ucred.h>bde1997-11-181-8/+9
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-46/+31
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* kern_descrip.c: add fdshare()/fdcopy()peter1996-02-231-3/+2
* (gulp!) reran makesyscalls..peter1996-01-081-2/+229
* Somehow managed to miss these four files when converting the SYSV IPCwollman1996-01-051-1/+3
* Added SYSV ipcs.dfr1994-09-131-0/+69
OpenPOWER on IntegriCloud