| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some checks to ensure that Capsicum is behaving correctly, and add some | jonathan | 2011-06-30 | 1 | -0/+11 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 1 | -1/+1 |
* | After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9) | kib | 2011-04-01 | 1 | -1/+1 |
* | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | trasz | 2010-12-02 | 1 | -2/+2 |
* | Minimize the use of the page queues lock for synchronizing access to the | alc | 2010-06-02 | 1 | -2/+0 |
* | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | ed | 2010-03-28 | 1 | -4/+4 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -8/+23 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |
* | Correct a boundary case error in the management of a page's dirty bits by | alc | 2009-06-02 | 1 | -4/+17 |
* | Shared memory objects that have size which is not necessarily equal to | kan | 2008-12-01 | 1 | -1/+2 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -5/+5 |
* | Rework the lifetime management of the kernel implementation of POSIX | jhb | 2008-06-27 | 1 | -0/+4 |
* | Initialize the vm object's flags to include OBJ_NOSPLIT, just like the | alc | 2008-04-13 | 1 | -0/+4 |
* | Change shm_dotruncate() so that it correctly handles cached pages that span | alc | 2008-02-07 | 1 | -0/+4 |
* | Add a set of regression tests for the POSIX shm API (shm_open(2) and | jhb | 2008-01-16 | 1 | -3/+0 |
* | Add a new file descriptor type for IPC shared memory objects and use it to | jhb | 2008-01-08 | 1 | -0/+608 |