| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | o Reduce gratuitous whitespace difference from Darwin. | rwatson | 2001-08-29 | 1 | -1/+0 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -2/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -0/+2 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -2/+2 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -25/+7 |
* | - Proc locking. | jhb | 2001-01-24 | 1 | -7/+27 |
* | Use callout_reset instead of timeout(9). Most callouts are statically | jake | 2000-11-27 | 1 | -6/+5 |
* | Move the truncation code out of vn_open and into the open system call | mckusick | 2000-07-04 | 1 | -2/+3 |
* | Add sysctl descriptions to a few sysctls. Simply "documentation". | nbm | 2000-06-26 | 1 | -3/+3 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -0/+3 |