| Commit message (Expand) | Author | Age | Files | Lines |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -2/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Expore kern.acct_configured, a sysctl that reflects the configured/ | rwatson | 2006-09-17 | 1 | -0/+7 |
* | Audit path passed to the acct() system call. | rwatson | 2006-06-05 | 1 | -2/+2 |
* | Conditionalize locking of Giant for VFS in acct(2). We already | jhb | 2006-03-28 | 1 | -17/+20 |
* | Provide some anti-footshooting. Don't allow the user to set the interval | jhb | 2006-02-07 | 1 | -2/+23 |
* | - Add a kthread to periodically call acctwatch() when accounting is active | jhb | 2006-02-07 | 1 | -28/+128 |
* | Sort includes. | jhb | 2006-02-03 | 1 | -11/+11 |
* | Whitespace fix. | jhb | 2006-02-02 | 1 | -1/+1 |
* | Significant refactoring of the accounting code to improve locking and VFS | rwatson | 2005-11-12 | 1 | -108/+93 |
* | Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passing | rwatson | 2005-09-21 | 1 | -2/+2 |
* | When mac_check_system_acct() fails, make sure to unlock as well as close | rwatson | 2005-03-01 | 1 | -0/+1 |
* | In acct_process(), do a lockless read of acctvp to see if it's NULL | rwatson | 2005-01-08 | 1 | -1/+12 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -3/+1 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -1/+1 |
* | Fixed some style bugs (mainly misplaced comments, and totally disordered | bde | 2004-03-04 | 1 | -15/+18 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -5/+9 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | phk | 2003-07-27 | 1 | -1/+1 |
* | Change the style of the english used to print accounting enabled | bmilekic | 2003-07-16 | 1 | -2/+2 |
* | Log process accounting activation/deactivation. | bmilekic | 2003-07-16 | 1 | -0/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Instead of recording the Unix time in a process when it starts, record the | des | 2003-05-01 | 1 | -2/+4 |
* | Hold the proc lock across a wider range of fields that it protects. | jhb | 2003-04-17 | 1 | -2/+2 |
* | Trim some trailing whitespace. | jhb | 2003-03-13 | 1 | -2/+2 |
* | Remove the PL_SHAREMOD flag from struct plimit, which could have been | tjr | 2003-02-20 | 1 | -2/+1 |
* | unwrap lines made short enough by SCARGS removal | alfred | 2002-12-14 | 1 | -2/+1 |
* | remove syscallarg(). | alfred | 2002-12-14 | 1 | -1/+1 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -3/+3 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -3/+3 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -3/+3 |
* | Don't hold acct_mtx over limcopy(), since it's unnecessary and | fenner | 2002-11-26 | 1 | -6/+7 |
* | Typo in comment: commmand -> command | keramida | 2002-11-05 | 1 | -1/+1 |
* | Permit MAC policies to instrument the access control decisions for | rwatson | 2002-11-04 | 1 | -0/+16 |
* | Make sure that the accounting credential is saved along with the vp | rwatson | 2002-10-05 | 1 | -0/+1 |
* | Don't call VOP_LEASE() while holding the accounting mutex. | rwatson | 2002-09-18 | 1 | -1/+1 |
* | - Fix two obvious locking bugs; 1) returning with lock held when it needed | arr | 2002-09-12 | 1 | -3/+16 |
* | - Lock down the accounting code globals with a subsystem mutex. | arr | 2002-09-11 | 1 | -5/+27 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Cache the credential provided during accton() for use in later accounting | rwatson | 2002-08-07 | 1 | -5/+17 |
* | Save flags returned by vn_open and use them when calling vn_close. | johan | 2002-07-21 | 1 | -6/+11 |
* | Open accounting file for appending, not general writing. | johan | 2002-07-10 | 1 | -7/+8 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | - Remove an early KSE diagnostic panic. The thread pointer here is always | jhb | 2002-04-09 | 1 | -4/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -2/+2 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -4/+4 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -0/+4 |
* | o Move suser() calls in kern/ to using suser_xxx() with an explicit | rwatson | 2001-11-01 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -16/+17 |
* | Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(), | dillon | 2001-09-01 | 1 | -4/+11 |