summaryrefslogtreecommitdiff
path: root/sys/kern/sysv_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.1_cvscvs2svn2000-09-251-1/+1
* MFC rev 1.14: fix calling semantics wrt suser() in ipcperm().Brian S. Dean2000-07-011-7/+2
* MFC: remove semconfig(2)Peter Wemm2000-05-011-9/+0
* 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