kernel - remove debugging print_backtrace() when a vkernel is killed
[dragonfly.git] / sys / vm / vm_vmspace.c
2011-07-28 Matthew Dillonkernel - remove debugging print_backtrace() when a...
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
2010-08-24 Matthew Dillonkernel - Add additional fields to kinfo_cputime
2010-06-13 Matthew Dillonkernel - MPSAFE work - tokenize more vm stuff
2010-06-12 Venkatesh Srinivaskernel - MPSAFE work - first pass at tokenizing vm...
2010-06-12 Matthew Dillonkernel - MPSAFE work - tokenize vm/vm_map.c
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2010-01-18 Matthew Dillonkernel - Fix vkernel_trap
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
2007-08-15 Matthew DillonConvert the lwp list into a red-black tree. This great...
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-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-09 Matthew DillonGet floating point working in virtual kernels. Add...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-10-10 Matthew DillonAdd two more vmspace_*() system calls to read and write...
2006-09-17 Matthew DillonMake some adjustments to low level madvise/mcontrol...
2006-09-03 Matthew DillonAdd skeleton procedures for the vmspace_*() series...