| Commit message (Expand) | Author | Age | Files | Lines |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -19/+27 |
* | Change suser_xxx() to suser() where it applies. | phk | 1999-04-27 | 1 | -10/+10 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -12/+19 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -9/+9 |
* | getpgid() and getsid() were doing a comparision rather than an assignment, | truckman | 1998-12-13 | 1 | -5/+11 |
* | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() | peter | 1998-11-10 | 1 | -1/+2 |
* | If the session leader dies, s_leader is set to NULL and getsid() may | truckman | 1998-11-09 | 1 | -2/+2 |
* | 64bit fixes: use size_t not u_int for sizes. | dfr | 1998-06-10 | 1 | -2/+2 |
* | Clear the p_stops field on change of user/group id, unless the correct | sef | 1997-12-20 | 1 | -16/+26 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+3 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -60/+38 |
* | Killed non-sensical call to splimp/splx in crfree(). | dg | 1997-10-17 | 1 | -5/+1 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -1/+3 |
* | Implement XPG/SYSV-style getpgid()/getsid() syscalls. getpgid() uses the | peter | 1997-08-19 | 1 | -1/+50 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -4/+1 |
* | Don't incorrectly set P_SUGID in setre[ug]id() for no reason, as noticed | peter | 1997-04-02 | 1 | -5/+9 |
* | Implement code for an OpenBSD-style issetuigid(). | peter | 1997-03-31 | 1 | -1/+26 |
* | Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed. | peter | 1997-03-31 | 1 | -11/+20 |
* | Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed. | peter | 1997-03-31 | 1 | -9/+15 |
* | Fully implement the clause in Appendix B.4.2.2 from Posix 1003.1 | peter | 1997-03-31 | 1 | -31/+132 |
* | Make setgroups(0, xxx) behave as it does on SYSV, namely clear the groups | peter | 1997-03-31 | 1 | -6/+20 |
* | Oops, fix typo. | ache | 1997-03-03 | 1 | -2/+2 |
* | Don't copy more than MAXLOGNAME bytes in getlogin() syscall, | ache | 1997-03-03 | 1 | -3/+3 |
* | Use MAXLOGNAME for stricter size check in setlogin() syscall instead of | ache | 1997-03-03 | 1 | -3/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Fix off by one error in setlogin() syscall. | davidn | 1997-02-10 | 1 | -3/+6 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fixed setpgid(). Negative pgids were accepted. | bde | 1996-12-19 | 1 | -1/+3 |
* | 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 |