summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_prot.c
Commit message (Expand)AuthorAgeFilesLines
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-60/+38
* Killed non-sensical call to splimp/splx in crfree().dg1997-10-171-5/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+3
* Implement XPG/SYSV-style getpgid()/getsid() syscalls. getpgid() uses thepeter1997-08-191-1/+50
* Removed unused #includes.bde1997-08-021-4/+1
* Don't incorrectly set P_SUGID in setre[ug]id() for no reason, as noticedpeter1997-04-021-5/+9
* Implement code for an OpenBSD-style issetuigid().peter1997-03-311-1/+26
* Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed.peter1997-03-311-11/+20
* Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed.peter1997-03-311-9/+15
* Fully implement the clause in Appendix B.4.2.2 from Posix 1003.1peter1997-03-311-31/+132
* Make setgroups(0, xxx) behave as it does on SYSV, namely clear the groupspeter1997-03-311-6/+20
* Oops, fix typo.ache1997-03-031-2/+2
* Don't copy more than MAXLOGNAME bytes in getlogin() syscall,ache1997-03-031-3/+3
* Use MAXLOGNAME for stricter size check in setlogin() syscall instead ofache1997-03-031-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Fix off by one error in setlogin() syscall.davidn1997-02-101-3/+6
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed setpgid(). Negative pgids were accepted.bde1996-12-191-1/+3
* Added #include of <unistd.h> so that there is some chance thatbde1996-09-031-1/+2
* Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS defineache1996-09-011-4/+22
* Fix a panic caused by (proc)->p_session being dereferenced for a processdg1996-05-301-2/+2
* 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