| Commit message (Expand) | Author | Age | Files | Lines |
* | Use ISO C99 integer types in sys/kern where possible. | Ed Schouten | 2010-06-21 | 1 | -1/+1 |
* | Do not use casts (int *)0 and (struct thread *)0 for the arguments of | Konstantin Belousov | 2009-06-16 | 1 | -1/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -2/+0 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -1/+1 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | Robert Watson | 2009-04-10 | 1 | -1/+0 |
* | Properly lock proctree_lock before locking the process while accounting. | Ed Schouten | 2008-08-21 | 1 | -14/+15 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -3/+3 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -2/+2 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -2/+2 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -3/+3 |
* | Add missing newline in the log message of the previous commit. | Diomidis Spinellis | 2007-08-31 | 1 | -1/+1 |
* | Don't panic. When encountering a negative value call log(LOG_NOTICE, ...) | Diomidis Spinellis | 2007-08-31 | 1 | -1/+7 |
* | rufetch and calcru sometimes should be called atomically together. | Attilio Rao | 2007-06-09 | 1 | -2/+1 |
* | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -2/+2 |
* | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -5/+5 |
* | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -1/+1 |
* | Increase precision of time values in the process accounting | Diomidis Spinellis | 2007-05-22 | 1 | -35/+109 |
* | Use sx_sleep() in the main loop of the accounting kthread. | John Baldwin | 2007-03-09 | 1 | -3/+2 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -4/+2 |
* | Resort copyrights and licenses in kern_acct.c: per UCB letter, | Robert Watson | 2007-01-08 | 1 | -1/+27 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -2/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
* | Expore kern.acct_configured, a sysctl that reflects the configured/ | Robert Watson | 2006-09-17 | 1 | -0/+7 |
* | Audit path passed to the acct() system call. | Robert Watson | 2006-06-05 | 1 | -2/+2 |
* | Conditionalize locking of Giant for VFS in acct(2). We already | John Baldwin | 2006-03-28 | 1 | -17/+20 |
* | Provide some anti-footshooting. Don't allow the user to set the interval | John Baldwin | 2006-02-07 | 1 | -2/+23 |
* | - Add a kthread to periodically call acctwatch() when accounting is active | John Baldwin | 2006-02-07 | 1 | -28/+128 |
* | Sort includes. | John Baldwin | 2006-02-03 | 1 | -11/+11 |
* | Whitespace fix. | John Baldwin | 2006-02-02 | 1 | -1/+1 |
* | Significant refactoring of the accounting code to improve locking and VFS | Robert Watson | 2005-11-12 | 1 | -108/+93 |
* | Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passing | Robert Watson | 2005-09-21 | 1 | -2/+2 |
* | When mac_check_system_acct() fails, make sure to unlock as well as close | Robert Watson | 2005-03-01 | 1 | -0/+1 |
* | In acct_process(), do a lockless read of acctvp to see if it's NULL | Robert Watson | 2005-01-08 | 1 | -1/+12 |
* | Rework how we store process times in the kernel such that we always store | John Baldwin | 2004-10-05 | 1 | -3/+1 |
* | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -1/+1 |
* | Fixed some style bugs (mainly misplaced comments, and totally disordered | Bruce Evans | 2004-03-04 | 1 | -15/+18 |
* | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 1 | -5/+9 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | Poul-Henning Kamp | 2003-07-27 | 1 | -1/+1 |
* | Change the style of the english used to print accounting enabled | Bosko Milekic | 2003-07-16 | 1 | -2/+2 |
* | Log process accounting activation/deactivation. | Bosko Milekic | 2003-07-16 | 1 | -0/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Instead of recording the Unix time in a process when it starts, record the | Dag-Erling Smørgrav | 2003-05-01 | 1 | -2/+4 |
* | Hold the proc lock across a wider range of fields that it protects. | John Baldwin | 2003-04-17 | 1 | -2/+2 |
* | Trim some trailing whitespace. | John Baldwin | 2003-03-13 | 1 | -2/+2 |
* | Remove the PL_SHAREMOD flag from struct plimit, which could have been | Tim J. Robbins | 2003-02-20 | 1 | -2/+1 |
* | unwrap lines made short enough by SCARGS removal | Alfred Perlstein | 2002-12-14 | 1 | -2/+1 |
* | remove syscallarg(). | Alfred Perlstein | 2002-12-14 | 1 | -1/+1 |
* | SCARGS removal take II. | Alfred Perlstein | 2002-12-14 | 1 | -3/+3 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 1 | -3/+3 |
* | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 1 | -3/+3 |