summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_prot.c
Commit message (Expand)AuthorAgeFilesLines
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+40
* Fixed type of setsid(). It used used the bogus `getsid_args'.bde1995-11-111-3/+3
* Return EINVAL if the number of groups is less than 1 in setgroups().dg1995-11-041-2/+3
* Remove prototype definitions from <sys/systm.h>.swallace1995-10-081-10/+37
* Optimized and simplified version of setreuid/gidache1995-06-151-34/+33
* set[ug]id(): call suser() only when neccesarryache1995-04-291-9/+9
* Implement POSIX SAVED_IDS for setuid/setgidache1995-04-281-10/+17
* setre*(): simplify return scheme, pointed by Bruceache1995-04-281-23/+19
* Implement setreuid/setregid according to SunOS manpageache1995-04-271-23/+41
* Make setreuid/setregid active syscallsache1995-04-231-5/+3
* Correct the type of the `acflag' arg to suser().bde1995-04-231-2/+2
* Added ifdef COMPAT_IBCS2 around setre[ug]id.sos1994-10-131-3/+3
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-7/+7
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+22
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+566
OpenPOWER on IntegriCloud