aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_prot.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a panic caused by (proc)->p_session being dereferenced for a processDavid Greenman1996-05-301-2/+2
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+40
* Fixed type of setsid(). It used used the bogus `getsid_args'.Bruce Evans1995-11-111-3/+3
* Return EINVAL if the number of groups is less than 1 in setgroups().David Greenman1995-11-041-2/+3
* Remove prototype definitions from <sys/systm.h>.Steven Wallace1995-10-081-10/+37
* Optimized and simplified version of setreuid/gidAndrey A. Chernov1995-06-151-34/+33
* set[ug]id(): call suser() only when neccesarryAndrey A. Chernov1995-04-291-9/+9
* Implement POSIX SAVED_IDS for setuid/setgidAndrey A. Chernov1995-04-281-10/+17
* setre*(): simplify return scheme, pointed by BruceAndrey A. Chernov1995-04-281-23/+19
* Implement setreuid/setregid according to SunOS manpageAndrey A. Chernov1995-04-271-23/+41
* Make setreuid/setregid active syscallsAndrey A. Chernov1995-04-231-5/+3
* Correct the type of the `acflag' arg to suser().Bruce Evans1995-04-231-2/+2
* Added ifdef COMPAT_IBCS2 around setre[ug]id.Søren Schmidt1994-10-131-3/+3
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-7/+7
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+22
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+566