| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -2/+2 |
* | Update some argument-documenting comments to match reality. | nectar | 2003-08-07 | 1 | -2/+3 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Change the semantics of sysv shm emulation to take a additional | mbr | 2003-05-05 | 1 | -48/+102 |
* | Lock some manipulations of the vm object's flags. | alc | 2003-04-13 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Fix logic in loop so it actually executes. | alfred | 2003-02-16 | 1 | -1/+1 |
* | prevent overflow in shminfo.shmmax | alfred | 2003-02-16 | 1 | -1/+5 |
* | Bring shm functions closer the the opengroup standards. | alfred | 2003-01-25 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | It is possible for an active aio to prevent shared memory from being | dillon | 2003-01-13 | 1 | -17/+15 |
* | Lock the vm object when performing back-to-back vm_object_clear_flag() and | alc | 2003-01-02 | 1 | -0/+2 |
* | return foo -> return (foo) | alfred | 2002-08-15 | 1 | -22/+22 |
* | Change struct vmspace->vm_shm from void * to struct shmmap_state *, this | alfred | 2002-07-22 | 1 | -3/+3 |
* | Remove caddr_t. | alfred | 2002-07-22 | 1 | -12/+12 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -17/+17 |
* | - Use td_ucred for jail checks. | jhb | 2002-03-05 | 1 | -29/+14 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Make AIO a loadable module. | alfred | 2001-12-29 | 1 | -5/+5 |
* | Introduce [IPC|SHM]_[INFO|STAT] to shmctl to make | mr | 2001-10-28 | 1 | -1/+44 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -2/+1 |
* | PR: kern/29698 (part) | mr | 2001-09-13 | 1 | -0/+7 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -51/+41 |
* | Giant Pushdown: sysv shm, sem, and msg calls. | dillon | 2001-08-31 | 1 | -59/+137 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -13/+11 |
* | Export via sysctl: | dd | 2001-05-30 | 1 | -0/+10 |
* | Correct style bugs with regards to long lines and comments. | dd | 2001-05-23 | 1 | -15/+22 |
* | Correct the vm_mtx handling; specifically, don't acquire it in | dd | 2001-05-22 | 1 | -5/+13 |
* | Sort includes. | jhb | 2001-05-21 | 1 | -1/+1 |
* | Aquire vm mutex when releasing sysv shm segments. | alfred | 2001-05-20 | 1 | -0/+4 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+6 |
* | Raise the SysV shared memory defaults to more reasonable values. | dillon | 2001-05-04 | 1 | -3/+3 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+2 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -6/+6 |
* | It is _DEFINITELY_ not okay to change shmseg on a running system. | green | 2001-02-04 | 1 | -1/+1 |
* | Use predictable internal names for the sysvipc modules, so we have a | des | 2001-01-14 | 1 | -3/+4 |