index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
sysv_ipc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate semexit_hook using at_exit(9) and rm_at_exit(9).
alc
2001-12-30
1
-12
/
+0
*
o Remove (struct proc *p = td->td_proc) indirection in ipcperm(),
rwatson
2001-11-02
1
-5
/
+3
*
o Move suser() calls in kern/ to using suser_xxx() with an explicit
rwatson
2001-11-01
1
-2
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+3
*
sysvipc loadable.
alfred
2000-12-01
1
-204
/
+38
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-0
/
+1
*
Remove the undocumented, flawed, broken-as-designed semconfig() syscall.
peter
2000-05-01
1
-9
/
+0
*
In 'ipcperm()', only call 'suser()' if it is actually required.
bsd
2000-03-13
1
-7
/
+2
*
Fix a superuser credential check.
bsd
2000-02-29
1
-1
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Change suser_xxx() to suser() where it applies.
phk
1999-04-27
1
-7
/
+6
*
Suser() simplification:
phk
1999-04-27
1
-3
/
+3
*
Use suser() to determine super-user-ness, don't examine cr_uid directly.
phk
1999-01-30
1
-2
/
+5
*
Removed an unused #include. Added an unsed #include of <sys/ucred.h>
bde
1997-11-18
1
-8
/
+9
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-46
/
+31
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
kern_descrip.c: add fdshare()/fdcopy()
peter
1996-02-23
1
-3
/
+2
*
(gulp!) reran makesyscalls..
peter
1996-01-08
1
-2
/
+229
*
Somehow managed to miss these four files when converting the SYSV IPC
wollman
1996-01-05
1
-1
/
+3
*
Added SYSV ipcs.
dfr
1994-09-13
1
-0
/
+69