aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sysv_shm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC sysv_shm.c 1.90: Correct a reference counting bug in shmat(2).Jacques Vidrine2004-02-051-0/+1
* MFC: rev. 1.88Max Khon2003-11-111-2/+5
* SYSVIPC sysctl variables are now tunablesMax Khon2002-10-221-0/+7
* MFC:Paul Saab2001-11-031-2/+1
* MFC 1.55 - Raise SysV SHM defaultsMatthew Dillon2001-05-151-3/+3
* o MFC of System V IPC disabling in jail():Robert Watson2000-11-011-0/+19
* MFC: pmap interface optimizations, optionally physically backed SYSVSHM.Peter Wemm2000-08-041-2/+10
* MFC: make SYSVSHM limits arbitarily configurable via sysctl after bootPeter Wemm2000-04-021-23/+81
* shmat: If VM_PROT_READ_IS_EXEC is defined and prot includes VM_PROT_READ,Alan Cox2000-03-101-0/+4
* useracc() the prequel:Poul-Henning Kamp1999-10-291-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* For consistency with other implementations, check for the existenceAlan Cox1999-06-191-3/+3
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-271-11/+7
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-1/+2
* Fixed two potentially serious classes of bugs:David Greenman1998-10-131-4/+3
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-241-3/+3
* Fix the shm panic. I mistakenly used the shadow_count to keep the objectJohn Dyson1998-05-041-3/+2
* Work around some VM bugs, the worst being an overly aggressiveJohn Dyson1998-05-041-1/+5
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-5/+5
* Staticize.Eivind Eklund1998-02-091-2/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+2
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-31/+23
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Make DFLDSIZ and MAXDSIZ fully-supported options.Joerg Wunsch1996-12-221-1/+2
* Fix a problem with child inheritance of sysv shm. Problem broughtJohn Dyson1996-09-101-0/+4
* Make sure that the pager is allocated before it is needed. HangsJohn Dyson1996-09-101-2/+8
* Corrected an error where precious kernel virtual space was being allocatedJohn Dyson1996-09-071-26/+21
* uninitialized auto variable shmseg is used in ...Joerg Wunsch1996-05-051-2/+2
* Another sweep over the pmap/vm macros, this time with more focus onPoul-Henning Kamp1996-05-031-5/+5
* removed:Poul-Henning Kamp1996-05-021-6/+6
* kern_descrip.c: add fdshare()/fdcopy()Peter Wemm1996-02-231-3/+2
* Somehow managed to miss these four files when converting the SYSV IPCGarrett Wollman1996-01-051-1/+3
* I report a problem about shmget(). (I'm using FreeBSD-2.1.0R)Joerg Wunsch1995-12-261-2/+2
* Update sysv_*.c to get their argument definitions from sysproto.hPeter Wemm1995-12-151-4/+18
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-5/+5
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+6
* Close PR: kern/865Jordan K. Hubbard1995-12-041-1/+3
* Submitted by: jb@cimlogic.com.au (John Birrell)Julian Elischer1995-11-301-2/+2
* Start including <sys/sysproto.h> to get the correct args structs andBruce Evans1995-10-211-17/+36
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilyBruce Evans1995-08-301-20/+4
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-1/+8
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
* Use of vm_allocate() and vm_deallocate() has been deprecated.David Greenman1995-02-201-3/+3