AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / vm / vm_extern.h
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-08-12 Matthew DillonFix swaponvp prototype.
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
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-01-11 Matthew DillonReplace remaining uses of vm_fault_quick() with vm_faul...
2007-01-08 Matthew DillonImplement vm_fault_page_quick(), which will soon be...
2007-01-06 Matthew DillonAdd a new procedure, vm_fault_page(), which does all...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-17 Matthew DillonMake some adjustments to low level madvise/mcontrol...
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 1/3.
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-03-15 Matthew DillonImplement a VM load heuristic. sysctl vm.vm_load will...
2004-08-15 Joerg SonnenbergerMake the addr parameter to kernacc and useracc const.
2004-05-27 Matthew DillonBring in the fictitious page wiring bug fixes from...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-03-31 Matthew DillonTrash the vmspace_copy() hacks that CAPS was previously...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...
2004-01-14 Matthew DillonCleanup the vm_map_entry_[k]reserve/[k]release() API...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: