| Commit message (Expand) | Author | Age | Files | Lines |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -11/+11 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | trasz | 2011-07-06 | 1 | -0/+4 |
* | Style fix. | trasz | 2011-04-06 | 1 | -2/+1 |
* | Add accounting for SysV-related resources. | trasz | 2011-04-06 | 1 | -1/+20 |
* | Add ucred pointer to the SysV-related memory structures. This is required | trasz | 2011-04-06 | 1 | -0/+4 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | netchild | 2011-02-25 | 1 | -0/+2 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 1 | -1/+1 |
* | Remove useless NULL checks for M_WAITOK mallocs. | trasz | 2010-12-02 | 1 | -2/+0 |
* | If i is going to be used in the loop unconditionally the declaration | dougb | 2010-06-29 | 1 | -2/+0 |
* | Despite system call deregistration drains the threads executing System V | kib | 2010-06-28 | 1 | -1/+9 |
* | In another move to join with the age of the Fruitbat, increase SYSV | ivoras | 2010-06-11 | 1 | -1/+1 |
* | Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to corresponding | kib | 2010-03-19 | 1 | -15/+280 |
* | - Rename tunable kern.ipc.shmmaxpgs to kern.ipc.shmall. | ru | 2009-10-24 | 1 | -1/+8 |
* | Use the correct cast for the arguments passed to freebsd_shmctl() in | jhb | 2009-06-25 | 1 | -1/+1 |
* | Tweak the oshmctl() compile fix: convert the K&R definition to ANSI. | jhb | 2009-06-25 | 1 | -7/+1 |
* | oshmctl() now requires a sysv_shm.c-local function prototype. | rwatson | 2009-06-25 | 1 | -0/+4 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 1 | -12/+99 |
* | Deprecate the msgsys(), semsys(), and shmsys() system calls by moving | jhb | 2009-06-24 | 1 | -115/+106 |
* | - Move syscall function argument structure types to be just above the | jhb | 2009-06-24 | 1 | -16/+15 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -7/+4 |
* | Eliminate an instance of VM_PROT_READ_IS_EXEC that I overlooked in r190705. | alc | 2009-06-09 | 1 | -4/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -6/+6 |
* | Systematically use vm_size_t to specify the size of the segment for VM KPI. | kib | 2009-03-05 | 1 | -6/+6 |
* | Correct types of variables used to track amount of allocated SysV shared | kib | 2009-03-02 | 1 | -7/+11 |
* | Make sure we restrict Linux only IPC calls from being executed | csjp | 2008-02-12 | 1 | -3/+18 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -10/+10 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -5/+0 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -18/+0 |
* | Remove call to ipcperm() in shmget_existing(). The flags argument is | rwatson | 2007-02-19 | 1 | -3/+0 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Remove MAC_DEBUG + MPRINTF debugging from System V IPC. This no longer | rwatson | 2006-09-20 | 1 | -22/+5 |
* | Move some functions and definitions from uipc_socket2.c to uipc_socket.c: | rwatson | 2006-06-10 | 1 | -1/+0 |
* | Properly support for FreeBSD 4 32bit System V shared memory. | ps | 2006-03-30 | 1 | -0/+10 |
* | Re-order MAC and DAC checks in shmget() in order to give precedence to | rwatson | 2005-10-04 | 1 | -2/+4 |
* | Change the data type of the upper shared memory limits from a signed | csjp | 2005-08-06 | 1 | -9/+9 |
* | Actually use the iterating variable in the for loop when trying to avoid | jhb | 2005-05-12 | 1 | -1/+1 |
* | Add much needed descriptions for a number of the IPC related sysctl OIDs. | csjp | 2005-02-12 | 1 | -8/+15 |
* | Invoke label initialization, creation, cleanup, and tear-down MAC | rwatson | 2005-01-22 | 1 | -0/+95 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Second of several commits to allow kernel System V IPC data structures | rwatson | 2004-11-12 | 1 | -88/+88 |
* | Push Giant deep into vm_forkproc(), acquiring it only if the process has | alc | 2004-09-03 | 1 | -0/+2 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -2/+1 |
* | - Use atomic ops for updating the vmspace's refcnt and exitingcnt. | alc | 2004-07-27 | 1 | -2/+2 |
* | Eliminate struct shm_handle. It is an unnecessary level of indirection to | alc | 2004-07-09 | 1 | -24/+12 |
* | When no fixed address is given in a shmat() request, pass a hint address | tjr | 2004-06-19 | 1 | -2/+5 |
* | Add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Correct a reference counting bug in shmat(2). If vm_map_find(9) | nectar | 2004-02-05 | 1 | -0/+1 |
* | Slight whitespace consistency improvement: | rwatson | 2003-11-07 | 1 | -1/+1 |
* | Back out the following revisions: | fjoe | 2003-11-05 | 1 | -18/+21 |