summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_shm.c
Commit message (Expand)AuthorAgeFilesLines
* Minimize the use of the page queues lock for synchronizing access to thealc2010-06-021-2/+0
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-4/+4
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-8/+23
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* Correct a boundary case error in the management of a page's dirty bits byalc2009-06-021-4/+17
* Shared memory objects that have size which is not necessarily equal tokan2008-12-011-1/+2
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-5/+5
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-271-0/+4
* Initialize the vm object's flags to include OBJ_NOSPLIT, just like thealc2008-04-131-0/+4
* Change shm_dotruncate() so that it correctly handles cached pages that spanalc2008-02-071-0/+4
* Add a set of regression tests for the POSIX shm API (shm_open(2) andjhb2008-01-161-3/+0
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-0/+608
OpenPOWER on IntegriCloud