| Commit message (Expand) | Author | Age | Files | Lines |
* | osd(9): Change array pointer to array pointer type from void* | cem | 2016-04-26 | 1 | -1/+1 |
* | Redo the changes to the SYSV IPC sysctl functions from r298585, so they | jamie | 2016-04-26 | 1 | -27/+14 |
* | Fix the logic in r298585: shm_prison_cansee returns an errno, so is | jamie | 2016-04-25 | 1 | -1/+1 |
* | Encapsulate SYSV IPC objects in jails. Define per-module parameters | jamie | 2016-04-25 | 1 | -26/+317 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | pfg | 2016-04-21 | 1 | -1/+1 |
* | Change the default setting of kern.ipc.shm_allow_removed from 0 to 1. | trasz | 2015-10-10 | 1 | -1/+1 |
* | sysvshm: fix up some whitespace issues and spurious initialisation | mjg | 2015-07-02 | 1 | -25/+21 |
* | sysvshm: don't lock proc when calculating attach_va | mjg | 2015-07-02 | 1 | -3/+1 |
* | sysvshm: fix shmrealloc | mjg | 2015-07-02 | 1 | -3/+3 |
* | Implement lockless resource limits. | mjg | 2015-06-10 | 1 | -1/+1 |
* | Add kern.racct.enable tunable and RACCT_DISABLED config option. | trasz | 2015-04-29 | 1 | -13/+17 |
* | Fix locking for oshmctl() and shmsys(). | kib | 2015-04-27 | 1 | -26/+24 |
* | Restore proper error from oshmctl(2), used by COMPAT_43, when the | kib | 2015-04-04 | 1 | -1/+1 |
* | Remove useless initialization. | kib | 2015-04-04 | 1 | -1/+1 |
* | error is only used if MAC is defined, so make its declaration conditional | cognet | 2015-03-21 | 1 | -0/+2 |
* | Somewhat modernize the SysV shm code: | kib | 2015-03-21 | 1 | -255/+210 |
* | If malloc() sleeps, Giant is dropped. Recheck for another thread | kib | 2015-02-18 | 1 | -5/+16 |
* | Preset the object's color, or alignment, to maximize superpage usage. | alc | 2015-02-13 | 1 | -1/+2 |
* | Avoid dynamic syscall overhead for statically compiled modules. | mjg | 2014-10-26 | 1 | -2/+2 |
* | Automatically prefault a limited number of mappings to resident pages in | alc | 2014-08-31 | 1 | -3/+3 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -19/+13 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -13/+19 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -19/+13 |
* | Eliminate the gratuitous use of mmap(2) flags from the implementation | alc | 2013-11-12 | 1 | -4/+2 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -1/+1 |
* | Be more aggressive in using superpages in all mappings of objects: | jhb | 2013-07-19 | 1 | -1/+1 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -2/+2 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
* | Close a race due to dropping of the map lock between creating a map entry | alc | 2012-02-19 | 1 | -3/+1 |
* | Allow to set kern.ipc.shmmax from /boot/loader.conf. | pjd | 2012-02-08 | 1 | -7/+7 |
* | 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 |