| Commit message (Expand) | Author | Age | Files | Lines |
* | kern: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -2/+3 |
* | vfs: drop the mostly unused flags argument from VOP_UNLOCK | Mateusz Guzik | 2020-01-03 | 1 | -2/+2 |
* | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 1 | -0/+2 |
* | Commit the 64-bit inode project. | Konstantin Belousov | 2017-05-23 | 1 | -2/+7 |
* | Revert r312119 and reword the intent to fix -Wshadow issues | Enji Cooper | 2017-01-15 | 1 | -17/+17 |
* | encode_long, encode_timeval: mechanically replace `exp` with `exponent` | Enji Cooper | 2017-01-14 | 1 | -17/+17 |
* | Do not allocate struct statfs on kernel stack. | Konstantin Belousov | 2017-01-05 | 1 | -4/+9 |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | Hide the boottime and bootimebin globals, provide the getboottime(9) | Konstantin Belousov | 2016-07-27 | 1 | -1/+1 |
* | acct: create a special plimit object and set it for exiting processes | Mateusz Guzik | 2013-06-30 | 1 | -9/+15 |
* | acct: reduce code duplication by using acct_disable as cleanup for | Mateusz Guzik | 2013-06-30 | 1 | -6/+1 |
* | Remove the support for using non-mpsafe filesystem modules. | Konstantin Belousov | 2012-10-22 | 1 | -22/+5 |
* | - Don't log messages saying that accounting is being disabled and enabled | John Baldwin | 2012-05-02 | 1 | -7/+16 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -1/+1 |
* | 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 |