summaryrefslogtreecommitdiff
path: root/sys/kern/sysv_shm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* return foo -> return (foo)Alfred Perlstein2002-08-151-22/+22
* Change struct vmspace->vm_shm from void * to struct shmmap_state *, thisAlfred Perlstein2002-07-221-3/+3
* Remove caddr_t.Alfred Perlstein2002-07-221-12/+12
* Remove __P.Alfred Perlstein2002-03-191-17/+17
* - Use td_ucred for jail checks.John Baldwin2002-03-051-29/+14
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Make AIO a loadable module.Alfred Perlstein2001-12-291-5/+5
* Introduce [IPC|SHM]_[INFO|STAT] to shmctl to makeMichael Reifenberger2001-10-281-1/+44
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-2/+1
* PR: kern/29698 (part)Michael Reifenberger2001-09-131-0/+7
* KSE Milestone 2Julian Elischer2001-09-121-51/+41
* Giant Pushdown: sysv shm, sem, and msg calls.Matthew Dillon2001-08-311-59/+137
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-13/+11
* Export via sysctl:Dima Dorfman2001-05-301-0/+10
* Correct style bugs with regards to long lines and comments.Dima Dorfman2001-05-231-15/+22
* Correct the vm_mtx handling; specifically, don't acquire it inDima Dorfman2001-05-221-5/+13
* Sort includes.John Baldwin2001-05-211-1/+1
* Aquire vm mutex when releasing sysv shm segments.Alfred Perlstein2001-05-201-0/+4
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+6
* Raise the SysV shared memory defaults to more reasonable values.Matthew Dillon2001-05-041-3/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+2
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-6/+6
* It is _DEFINITELY_ not okay to change shmseg on a running system.Brian Feldman2001-02-041-1/+1