summaryrefslogtreecommitdiff
path: root/sys/kern/sysv_shm.c
AgeCommit message (Expand)Author
2003-01-07xerxes [/home/src/local/millert/sudo/sudo-1.6.7] % vi /usr/src/local/TiVo/Lin...Todd C. Miller
2003-01-06Add a "findremoved" arg to shm_find_segment_by_shmid() similar toTodd C. Miller
2002-12-17Add my copyright notice.Todd C. Miller
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-11-06Eliminate the use of KERN_SUCCESS outside of uvm/Artur Grabowski
2002-10-29Since memory deallocation can't fail, remove the error return fromArtur Grabowski
2002-07-16minor formatting.Artur Grabowski
2002-07-12Fix vm -> uvm in a comment.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-12Don't allocate globals in include files, use extern declarations.Todd C. Miller
2001-06-27remove old vmArtur Grabowski
2001-06-22KNFTheo de Raadt
2001-05-16Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.Todd C. Miller
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
1999-11-25Use PAGE_SIZE instead of NBPG.Artur Grabowski
1999-07-08Non UVM vaddr_t/paddr_t fixupTobias Weingartner
1999-06-23Improved sysv shared memory. Works with UVM.Artur Grabowski
1999-02-22We don't need a second prototype for shmexitArtur Grabowski
1999-02-07don't include vm_map.h twiceArtur Grabowski
1998-06-14fix compat shmctl/IPC_STATMatthieu Herrb
1998-06-11change ipc.h to use uid_t and friends, and then build compat system calls for...Theo de Raadt
1998-05-11const a few more callsTheo de Raadt
1997-02-21shmdt before shmdt (in child) fixTheo de Raadt
1996-09-02shmdt when no mapping is ok, found by christosTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-12-14from netbsd; shmfork does not need to know about vforkTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt