summaryrefslogtreecommitdiffstats
path: root/sys/kern/sysv_shm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.alfred2002-03-191-17/+17
* - Use td_ucred for jail checks.jhb2002-03-051-29/+14
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Make AIO a loadable module.alfred2001-12-291-5/+5
* Introduce [IPC|SHM]_[INFO|STAT] to shmctl to makemr2001-10-281-1/+44
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-2/+1
* PR: kern/29698 (part)mr2001-09-131-0/+7
* KSE Milestone 2julian2001-09-121-51/+41
* Giant Pushdown: sysv shm, sem, and msg calls.dillon2001-08-311-59/+137
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-13/+11
* Export via sysctl:dd2001-05-301-0/+10
* Correct style bugs with regards to long lines and comments.dd2001-05-231-15/+22
* Correct the vm_mtx handling; specifically, don't acquire it indd2001-05-221-5/+13
* Sort includes.jhb2001-05-211-1/+1
* Aquire vm mutex when releasing sysv shm segments.alfred2001-05-201-0/+4
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+6
* Raise the SysV shared memory defaults to more reasonable values.dillon2001-05-041-3/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+2
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-6/+6
* It is _DEFINITELY_ not okay to change shmseg on a running system.green2001-02-041-1/+1
* Use predictable internal names for the sysvipc modules, so we have ades2001-01-141-3/+4
* sysvipc loadable.alfred2000-12-011-8/+62
* o Deny access to System V IPC from within jail by default, as in therwatson2000-10-311-0/+19
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typedillon2000-05-291-7/+10
* Provide a temporary undocumented option: SHM_PHYS_BACKED. This willpeter2000-05-211-0/+5
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-301-23/+81
* shmat: If VM_PROT_READ_IS_EXEC is defined and prot includes VM_PROT_READ,alc2000-03-101-0/+4
* useracc() the prequel:phk1999-10-291-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* For consistency with other implementations, check for the existencealc1999-06-191-3/+3
* Change suser_xxx() to suser() where it applies.phk1999-04-271-11/+7
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-1/+2
* Fixed two potentially serious classes of bugs:dg1998-10-131-4/+3
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-3/+3
* Fix the shm panic. I mistakenly used the shadow_count to keep the objectdyson1998-05-041-3/+2
* Work around some VM bugs, the worst being an overly aggressivedyson1998-05-041-1/+5
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-5/+5
* Staticize.eivind1998-02-091-2/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-31/+23
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Removed unused #includes.bde1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-221-1/+2
* Fix a problem with child inheritance of sysv shm. Problem broughtdyson1996-09-101-0/+4
* Make sure that the pager is allocated before it is needed. Hangsdyson1996-09-101-2/+8
* Corrected an error where precious kernel virtual space was being allocateddyson1996-09-071-26/+21
OpenPOWER on IntegriCloud