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
/
kern_prot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added #include of <unistd.h> so that there is some chance that
bde
1996-09-03
1
-1
/
+2
*
Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS define
ache
1996-09-01
1
-4
/
+22
*
Fix a panic caused by (proc)->p_session being dereferenced for a process
dg
1996-05-30
1
-2
/
+2
*
Included <sys/sysproto.h> to get central declarations for syscall args
bde
1995-11-12
1
-1
/
+40
*
Fixed type of setsid(). It used used the bogus `getsid_args'.
bde
1995-11-11
1
-3
/
+3
*
Return EINVAL if the number of groups is less than 1 in setgroups().
dg
1995-11-04
1
-2
/
+3
*
Remove prototype definitions from <sys/systm.h>.
swallace
1995-10-08
1
-10
/
+37
*
Optimized and simplified version of setreuid/gid
ache
1995-06-15
1
-34
/
+33
*
set[ug]id(): call suser() only when neccesarry
ache
1995-04-29
1
-9
/
+9
*
Implement POSIX SAVED_IDS for setuid/setgid
ache
1995-04-28
1
-10
/
+17
*
setre*(): simplify return scheme, pointed by Bruce
ache
1995-04-28
1
-23
/
+19
*
Implement setreuid/setregid according to SunOS manpage
ache
1995-04-27
1
-23
/
+41
*
Make setreuid/setregid active syscalls
ache
1995-04-23
1
-5
/
+3
*
Correct the type of the `acflag' arg to suser().
bde
1995-04-23
1
-2
/
+2
*
Added ifdef COMPAT_IBCS2 around setre[ug]id.
sos
1994-10-13
1
-3
/
+3
*
While in the real world, I had a bad case of being swapped out for a lot of
phk
1994-09-25
1
-7
/
+7
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-0
/
+22
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+566