NFS - Fix numerous issues with NFS root mounts, primarily for vkernels
[dragonfly.git] / sys / vm / pmap.h
2009-10-10 Matthew DillonNFS - Fix numerous issues with NFS root mounts, primari...
2008-08-25 Matthew DillonAMD64 Support:
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2007-07-01 Matthew DillonMore multi-threaded support for virtualization. Move...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-02-26 Simon Schubert1:1 Userland threading stage 4.6/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.3/4:
2007-01-11 Matthew DillonMajor pmap update. Note also that this commit temporar...
2007-01-06 Matthew DillonVKERNEL work, deal with remaining undefined symbols.
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-05-05 Sascha WildnerRemove DEC Alpha support.
2004-05-31 Matthew DillonTwo unused arguments were recently removed from pmap_in...
2004-05-31 Hiten PandyaRemove an unimplemented advisory function, pmap_pageabl...
2004-05-01 Matthew DillonCommit an update to the pipe code that implements vario...
2004-04-26 Matthew DillonBring in the following revs from FreeBS-4:
2004-04-01 Matthew DillonEnhance the pmap_kenter*() API and friends, separating...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-06-27 Matthew DillonCleanup lwkt threads a bit, change the exit/reap interlock.
2003-06-22 Matthew Dillonthread stage 10: (note stage 9 was the kern/lwkt_rwlock...
2003-06-19 Matthew Dillonthread stage 6: Move thread stack management from...
2003-06-18 Matthew Dillonthread stage 3: create independant thread structure...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: