| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ansi/deregister. |  jsg | 2005-11-28 | 1 | -115/+32 |
* | match syscallargs comments with reality |  henning | 2003-09-01 | 1 | -3/+3 |
* | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -23/+32 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Bring back setreuid(2) and setregid(2) as first class syscalls |  millert | 2003-01-30 | 1 | -1/+67 |
* | Implement setresuid(2), getresuid(2), setresgid(2), getresgid(2), based |  millert | 2002-10-30 | 1 | -1/+207 |
* | Match reality by changing (u_int) -> (int) in comments. |  nordin | 2002-10-15 | 1 | -3/+3 |
* | Allocate rusage, pgrp, ucred and session with pool. |  art | 2002-01-23 | 1 | -6/+4 |
* | Don't cast return value from splx to (void) because splx doesn't return anything. |  art | 2002-01-12 | 1 | -2/+2 |
* | Try again. (this time it's tested). |  art | 2001-06-22 | 1 | -1/+20 |
* | KNF |  deraadt | 2001-06-22 | 1 | -10/+10 |
* | no way, you are on drugs. last commit revoked because it broke setuid majorly |  deraadt | 2001-06-19 | 1 | -19/+1 |
* | Add proc_cansugid used to check if a process should be allowed |  art | 2001-06-18 | 1 | -1/+19 |
* | Cleanup. |  art | 2000-11-08 | 1 | -54/+69 |
* | o add missing getsid() prototype |  millert | 2000-09-12 | 1 | -15/+24 |
* | indent |  deraadt | 1997-11-17 | 1 | -2/+2 |
* | add getsid(2), XPG4 |  deraadt | 1997-11-13 | 1 | -2/+21 |
* | COMPAT_BSDOS exec and compat changes. |  downsj | 1997-09-02 | 1 | -4/+4 |
* | add getpgid(2) from NetBSD |  kstailey | 1997-05-30 | 1 | -1/+23 |
* | Do return values from issetuid() correctly |  tholo | 1997-03-29 | 1 | -2/+4 |
* | Allow set[gu]id() if the [gu]id we are trying to set is the saved [gu]id, |  tholo | 1996-10-27 | 1 | -1/+3 |
* | Verify that pgid argument to setpgid() is legal |  tholo | 1996-10-26 | 1 | -1/+4 |
* | copyinstr correctly; spotted by bitblt |  deraadt | 1996-10-02 | 1 | -2/+2 |
* | issetugid() system call discovers if a process was started setuid or setgid |  deraadt | 1996-08-25 | 1 | -1/+13 |
* | Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, with |  tholo | 1996-08-01 | 1 | -9/+24 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -7/+29 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+536 |