| Commit message (Expand) | Author | Age | Files | Lines |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Remove sched_free_thread() which was only used | Julian Elischer | 2004-08-31 | 1 | -13/+0 |
| * | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -21/+21 |
| * | In setpgid(), since td is passed in as a system call argument, use it | Robert Watson | 2004-07-23 | 1 | -1/+1 |
| * | suser() accepts a thread argument; as suser() dereferences td_ucred, a | Robert Watson | 2004-07-22 | 1 | -0/+12 |
| * | Add a SUSER_RUID flag to suser_cred. This flag indicates that we want to | Colin Percival | 2004-07-16 | 1 | -3/+2 |
| * | Socket MAC labels so_label and so_peerlabel are now protected by | Robert Watson | 2004-06-13 | 1 | -0/+2 |
| * | Deorbit COMPAT_SUNOS. | Poul-Henning Kamp | 2004-06-11 | 1 | -3/+3 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Don't grab Giant in crfree(), since prison_free() no longer requires it. | Robert Watson | 2004-01-23 | 1 | -3/+1 |
| * | Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(), | Robert Watson | 2003-12-06 | 1 | -1/+1 |
| * | Add a sysctl, security.bsd.see_other_gids, similar in semantics | Robert Watson | 2003-11-17 | 1 | -2/+51 |
| * | Writes to p_flag in __setugid() no longer need Giant. | John Baldwin | 2003-10-23 | 1 | -4/+0 |
| * | Add a new sysctl, security.bsd.conservative_signals, to disable | Robert Watson | 2003-09-14 | 1 | -1/+16 |
| * | Extend the mutex pool implementation to permit the creation and use of | Don Lewis | 2003-07-13 | 1 | -1/+1 |
| * | In setpgrp(), don't assume a pgrp won't exist if the provided pgid is the same | Olivier Houchard | 2003-07-04 | 1 | -12/+13 |
| * | At this point targp will always be NULL, so remove the useless if. | Olivier Houchard | 2003-06-25 | 1 | -2/+0 |
| * | Various cr*() calls believed to be MPSAFE, since the uidinfo | Robert Watson | 2003-06-15 | 1 | -0/+8 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
| * | The issetugid() function is MPSAFE. | John Baldwin | 2003-06-09 | 1 | -1/+1 |
| * | Remove Giant from the setuid(), seteuid(), setgid(), setegid(), | John Baldwin | 2003-05-01 | 1 | -30/+0 |
| * | Remove Giant from getpgid() and getsid() and tweak the logic to more | John Baldwin | 2003-04-25 | 1 | -30/+28 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -4/+4 |
| * | Remove mtx_lock_giant from functions which are mp-safe. | Jake Burkholder | 2003-02-10 | 1 | -9/+0 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -4/+4 |
| * | Include file cleanup; mac.h and malloc.h at one point had ordering | Robert Watson | 2002-08-01 | 1 | -1/+1 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -3/+21 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+11 |
| * | Revert removal of cred_free_thread(): It is used to ensure that a thread's | Jonathan Mini | 2002-07-11 | 1 | -0/+13 |
| * | More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t. | Alfred Perlstein | 2002-06-29 | 1 | -20/+17 |
| * | Remove unused diagnostic function cread_free_thread(). | Jonathan Mini | 2002-06-24 | 1 | -13/+0 |
| * | Squish the "could sleep with process lock" messages caused by calling | Alfred Perlstein | 2002-06-19 | 1 | -14/+40 |
| * | setsugid() touches p->p_flag so assert that the proc is locked. | Alfred Perlstein | 2002-06-18 | 1 | -0/+2 |
| * | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | John Baldwin | 2002-05-19 | 1 | -60/+69 |
| * | As malloc(9) and free(9) are now Giant-free, remove the Giant lock | Seigo Tanimura | 2002-05-03 | 1 | -16/+5 |
| * | Push down Giant for setpgid(), setsid() and aio_daemon(). Giant protects only | Seigo Tanimura | 2002-04-20 | 1 | -11/+14 |
| * | - Lock proctree_lock instead of pgrpsess_lock. | John Baldwin | 2002-04-16 | 1 | -35/+20 |
| * | - Change the algorithms of the syscalls to modify process credentials to | John Baldwin | 2002-04-13 | 1 | -83/+137 |
| * | - Axe a stale comment. We haven't allowed the ucred pointer passed to | John Baldwin | 2002-04-03 | 1 | -9/+2 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -53/+32 |
| * | Whitespace only change: use ANSI function declarations instead of K&R. | John Baldwin | 2002-04-01 | 1 | -130/+46 |
| * | Fix style bug in previous commit. | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | Matthew Dillon | 2002-03-27 | 1 | -12/+11 |
| * | Use td_ucred in several trivial syscalls and remove Giant locking as | John Baldwin | 2002-03-22 | 1 | -32/+16 |
| * | Use explicit Giant locks and unlocks for rather than instrumented ones for | John Baldwin | 2002-03-22 | 1 | -6/+5 |
| * | Merge from TrustedBSD MAC branch: | Robert Watson | 2002-03-22 | 1 | -0/+23 |
| * | Since cred never appears to be passed into the securelevel calls as | Robert Watson | 2002-03-22 | 1 | -2/+2 |
| * | Break out the "see_other_uids" policy check from the various | Robert Watson | 2002-03-22 | 1 | -4/+28 |
| * | - Push down Giant into crfree() in the case that we actually free a ucred. | John Baldwin | 2002-03-20 | 1 | -0/+15 |
| * | Stop abusing the pgrpsess_lock. | Seigo Tanimura | 2002-03-11 | 1 | -2/+0 |