Cleanup the vm_map_entry_[k]reserve/[k]release() API. This API is used to
[dragonfly.git] / sys / vm / vm_glue.c
2004-01-14 Matthew DillonCleanup the vm_map_entry_[k]reserve/[k]release() API...
2003-11-03 Matthew DillonAugment the LWKT thread creation APIs to allow a cpu...
2003-10-02 Hiten PandyaRename:
2003-09-24 Matthew DillonClean up thread priority and critical section handling...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-07-26 Robert GarrettRegister keyword removal
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-11 Matthew DillonCleanup hardclock() and statclock(), making them work...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-27 Matthew DillonCleanup lwkt threads a bit, change the exit/reap interlock.
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
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 4: remove curpcb, use td_pcb reference...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: