summaryrefslogtreecommitdiff
path: root/sys/kern/kern_prot.c
Commit message (Expand)AuthorAgeFilesLines
* Clear the p_stops field on change of user/group id, unless the correctSean Eric Fagan1997-12-201-16/+26
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-60/+38
* Killed non-sensical call to splimp/splx in crfree().David Greenman1997-10-171-5/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+3
* Implement XPG/SYSV-style getpgid()/getsid() syscalls. getpgid() uses thePeter Wemm1997-08-191-1/+50
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Don't incorrectly set P_SUGID in setre[ug]id() for no reason, as noticedPeter Wemm1997-04-021-5/+9
* Implement code for an OpenBSD-style issetuigid().Peter Wemm1997-03-311-1/+26
* Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed.Peter Wemm1997-03-311-11/+20
* Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed.Peter Wemm1997-03-311-9/+15
* Fully implement the clause in Appendix B.4.2.2 from Posix 1003.1Peter Wemm1997-03-311-31/+132
* Make setgroups(0, xxx) behave as it does on SYSV, namely clear the groupsPeter Wemm1997-03-311-6/+20
* Oops, fix typo.Andrey A. Chernov1997-03-031-2/+2
* Don't copy more than MAXLOGNAME bytes in getlogin() syscall,Andrey A. Chernov1997-03-031-3/+3
* Use MAXLOGNAME for stricter size check in setlogin() syscall instead ofAndrey A. Chernov1997-03-031-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Fix off by one error in setlogin() syscall.David Nugent1997-02-101-3/+6
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed setpgid(). Negative pgids were accepted.Bruce Evans1996-12-191-1/+3
* Added #include of <unistd.h> so that there is some chance thatBruce Evans1996-09-031-1/+2
* Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS defineAndrey A. Chernov1996-09-011-4/+22
* 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