AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / vm / vm_vmspace.c
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...