kernel: Set kern.ipc.shm_use_phys to 1 by default
[dragonfly.git] / sys / kern / sysv_shm.c
2012-08-20 François Tigeotkernel: Set kern.ipc.shm_use_phys to 1 by default
2011-12-25 Matthew Dillonkernel - Fix missing chain wait
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-11-13 Matthew Dillonkernel - Certain sysv_shm administrative functions...
2011-10-29 Matthew Dillonkernel - Autosize maximum shm pages
2011-10-29 Matthew Dillonkernel - Fix bug in shmget()
2011-10-29 Matthew Dillonkernel - shmid_ds structure needs to change on 64-bit :-(
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2010-12-22 Samuel J. Greearkernel - Add many sysctl definitions, sysv, vfs, nfs...
2010-03-28 Matthew Dillonkernel - Fix shmat() for 64-bit
2010-03-13 Alex Hornunglinux emu - peripheral changes
2010-03-04 Matthew Dillonkernel - pmap (i386) - Reduce kmem use for foreign...
2010-02-14 Matthew Dillonkernel - VM PAGER part 1/2 - Remove vm_page_alloc()
2010-02-03 Matthew Dillonkernel - SWAP CACHE part 2/many - Remove VM pager lists
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2004-07-23 Joerg SonnenbergerInstead of casting the function, cast the argument...
2004-05-26 Hiten PandyaConsolidate SYSCTL_DECL(_kern_ipc), move it to sys...
2004-02-05 David Rhodusnectar 2004/02/05 10:00:35 PST
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-08-26 Robert Garrett__P() removal
2003-08-03 Matthew DillonExplicitly use an unsigned index for 'which' in shmsys...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-28 Matthew DillonFix the msgsys(), semsys(), and shmsys() syscalls which...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-23 Matthew Dillon2003-07-22 Hiten Pandya <hmp@nxad.com>
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: