| Commit message (Expand) | Author | Age | Files | Lines |
* | acct: create a special plimit object and set it for exiting processes | mjg | 2013-06-30 | 1 | -9/+15 |
* | acct: reduce code duplication by using acct_disable as cleanup for | mjg | 2013-06-30 | 1 | -6/+1 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -22/+5 |
* | - Don't log messages saying that accounting is being disabled and enabled | jhb | 2012-05-02 | 1 | -7/+16 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -1/+1 |
* | Do not use casts (int *)0 and (struct thread *)0 for the arguments of | kib | 2009-06-16 | 1 | -1/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -1/+1 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -1/+0 |
* | Properly lock proctree_lock before locking the process while accounting. | ed | 2008-08-21 | 1 | -14/+15 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -3/+3 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -2/+2 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -3/+3 |
* | Add missing newline in the log message of the previous commit. | dds | 2007-08-31 | 1 | -1/+1 |
* | Don't panic. When encountering a negative value call log(LOG_NOTICE, ...) | dds | 2007-08-31 | 1 | -1/+7 |
* | rufetch and calcru sometimes should be called atomically together. | attilio | 2007-06-09 | 1 | -2/+1 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -2/+2 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -5/+5 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | Increase precision of time values in the process accounting | dds | 2007-05-22 | 1 | -35/+109 |
* | Use sx_sleep() in the main loop of the accounting kthread. | jhb | 2007-03-09 | 1 | -3/+2 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -4/+2 |
* | Resort copyrights and licenses in kern_acct.c: per UCB letter, | rwatson | 2007-01-08 | 1 | -1/+27 |
* | 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 |