aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sysv_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* sysv: get rid of fork/exit hooks if the code is compiled inMateusz Guzik2019-05-041-0/+2
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* sysv_{ipc|shm}: update the NetBSD VCS tags to match nearer our files.Pedro F. Giffuni2017-12-311-1/+2
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Move SysV IPC freebsd32 compat shims helpers from freebsd32_misc.c toKonstantin Belousov2010-03-191-0/+66
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-241-0/+31
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-6/+3
* Sync up PRIV_IPC_{ADMIN,READ,WRITE} priv checks in ipcperm() withRobert Watson2007-02-201-3/+6
* Restore sysv_ipc.c:1.30, which was backed out due to interactions withRobert Watson2007-02-191-38/+66
* For now, back out sysv_ipc.c:1.30, which caused shmget() with odd modeRobert Watson2006-12-161-66/+38
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-38/+66
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Add an annotation to the comment for sysv_ipc.c to indicate that theRobert Watson2004-10-221-2/+6
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Attempt to further comment and clarify System V IPC logic: documentRobert Watson2003-05-311-9/+24
* Attempt to marginally de-obfuscate sections of the System V IPC accessRobert Watson2003-05-311-2/+7
* It is possible for an active aio to prevent shared memory from beingMatthew Dillon2003-01-131-4/+3
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Eliminate semexit_hook using at_exit(9) and rm_at_exit(9).Alan Cox2001-12-301-12/+0
* o Remove (struct proc *p = td->td_proc) indirection in ipcperm(),Robert Watson2001-11-021-5/+3
* o Move suser() calls in kern/ to using suser_xxx() with an explicitRobert Watson2001-11-011-2/+4
* KSE Milestone 2Julian Elischer2001-09-121-2/+3
* sysvipc loadable.Alfred Perlstein2000-12-011-204/+38
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-0/+1
* Remove the undocumented, flawed, broken-as-designed semconfig() syscall.Peter Wemm2000-05-011-9/+0
* In 'ipcperm()', only call 'suser()' if it is actually required.Brian S. Dean2000-03-131-7/+2
* Fix a superuser credential check.Brian S. Dean2000-02-291-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-271-7/+6
* Suser() simplification:Poul-Henning Kamp1999-04-271-3/+3
* Use suser() to determine super-user-ness, don't examine cr_uid directly.Poul-Henning Kamp1999-01-301-2/+5
* Removed an unused #include. Added an unsed #include of <sys/ucred.h>Bruce Evans1997-11-181-8/+9
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-46/+31
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* kern_descrip.c: add fdshare()/fdcopy()Peter Wemm1996-02-231-3/+2
* (gulp!) reran makesyscalls..Peter Wemm1996-01-081-2/+229
* Somehow managed to miss these four files when converting the SYSV IPCGarrett Wollman1996-01-051-1/+3
* Added SYSV ipcs.Doug Rabson1994-09-131-0/+69