aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sysv_shm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-17/+24
* Added code for FreeBSD-1.1.5 backwards compatibility.Doug Rabson1994-09-161-3/+62
* Added SYSV ipcs.Doug Rabson1994-09-131-0/+517