aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sysv_shm.c
Commit message (Expand)AuthorAgeFilesLines
* Use the correct cast for the arguments passed to freebsd_shmctl() inJohn Baldwin2009-06-251-1/+1
* Tweak the oshmctl() compile fix: convert the K&R definition to ANSI.John Baldwin2009-06-251-7/+1
* oshmctl() now requires a sysv_shm.c-local function prototype.Robert Watson2009-06-251-0/+4
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-241-12/+99
* Deprecate the msgsys(), semsys(), and shmsys() system calls by movingJohn Baldwin2009-06-241-115/+106
* - Move syscall function argument structure types to be just above theJohn Baldwin2009-06-241-16/+15
* Implement global and per-uid accounting of the anonymous memory. AddKonstantin Belousov2009-06-231-7/+4
* Eliminate an instance of VM_PROT_READ_IS_EXEC that I overlooked in r190705.Alan Cox2009-06-091-4/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-6/+6
* Systematically use vm_size_t to specify the size of the segment for VM KPI.Konstantin Belousov2009-03-051-6/+6
* Correct types of variables used to track amount of allocated SysV sharedKonstantin Belousov2009-03-021-7/+11
* Make sure we restrict Linux only IPC calls from being executedChristian S.J. Peron2008-02-121-3/+18
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-10/+10
* Further system call comment cleanup:Robert Watson2007-03-051-5/+0
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-041-18/+0
* Remove call to ipcperm() in shmget_existing(). The flags argument isRobert Watson2007-02-191-3/+0
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Remove MAC_DEBUG + MPRINTF debugging from System V IPC. This no longerRobert Watson2006-09-201-22/+5
* Move some functions and definitions from uipc_socket2.c to uipc_socket.c:Robert Watson2006-06-101-1/+0
* Properly support for FreeBSD 4 32bit System V shared memory.Paul Saab2006-03-301-0/+10
* Re-order MAC and DAC checks in shmget() in order to give precedence toRobert Watson2005-10-041-2/+4
* Change the data type of the upper shared memory limits from a signedChristian S.J. Peron2005-08-061-9/+9
* Actually use the iterating variable in the for loop when trying to avoidJohn Baldwin2005-05-121-1/+1
* Add much needed descriptions for a number of the IPC related sysctl OIDs.Christian S.J. Peron2005-02-121-8/+15
* Invoke label initialization, creation, cleanup, and tear-down MACRobert Watson2005-01-221-0/+95
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Second of several commits to allow kernel System V IPC data structuresRobert Watson2004-11-121-88/+88
* Push Giant deep into vm_forkproc(), acquiring it only if the process hasAlan Cox2004-09-031-0/+2
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+1
* - Use atomic ops for updating the vmspace's refcnt and exitingcnt.Alan Cox2004-07-271-2/+2
* Eliminate struct shm_handle. It is an unnecessary level of indirection toAlan Cox2004-07-091-24/+12
* When no fixed address is given in a shmat() request, pass a hint addressTim J. Robbins2004-06-191-2/+5
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Correct a reference counting bug in shmat(2). If vm_map_find(9)Jacques Vidrine2004-02-051-0/+1
* Slight whitespace consistency improvement:Robert Watson2003-11-071-1/+1
* Back out the following revisions:Max Khon2003-11-051-18/+21
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-2/+2
* Update some argument-documenting comments to match reality.Jacques Vidrine2003-08-071-2/+3
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-2/+2
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Change the semantics of sysv shm emulation to take a additionalMartin Blapp2003-05-051-48/+102
* Lock some manipulations of the vm object's flags.Alan Cox2003-04-131-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Fix logic in loop so it actually executes.Alfred Perlstein2003-02-161-1/+1
* prevent overflow in shminfo.shmmaxAlfred Perlstein2003-02-161-1/+5
* Bring shm functions closer the the opengroup standards.Alfred Perlstein2003-01-251-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* It is possible for an active aio to prevent shared memory from beingMatthew Dillon2003-01-131-17/+15
* Lock the vm object when performing back-to-back vm_object_clear_flag() andAlan Cox2003-01-021-0/+2