kernel - Fix floating point save state structure and minor npx issues
[dragonfly.git] / sys / platform / vkernel / i386 / vm_machdep.c
2011-12-22 Matthew Dillonkernel - Fix floating point save state structure and...
2011-11-30 Matthew Dillonkernel - Add missing lwkt_switch_return() call to pcb_e...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-10 Matthew Dillonkernel - Fix p->p_lock race and remove unused procedures
2011-06-02 Sascha WildnerFix the VKERNEL build.
2010-11-02 Sascha Wildnerkernel: Remove a number of unnecessary use_*.h inclusions.
2010-10-21 Matthew Dillonkernel - (mainly x86_64) - Fix a number of rare races
2010-05-14 Venkatesh SrinivasRemove unused vm.stats.misc.cnt_prezero sysctl.
2010-04-19 Alex Hornungdsched - Periph.: call dsched_exit on thread exit
2010-03-02 Matthew Dillonkernel - Move grow_stack code in fault path to improve...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-08-20 Matthew DillonVKERNEL - fix procedure argument to match prototype.
2009-07-18 Matthew Dillontsleep_interlock() - Fix bug in cpu_lwp_exit().
2008-12-18 Joe Talbott Page align boundaries for kvm_access_check().
2008-08-02 Matthew DillonAdd amd64 files for the ISA and PCI busses and adjust...
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.3/4:
2007-02-03 Simon SchubertRemove now unused cpu_coredump.
2007-01-19 Matthew DillonRename /usr/src/sys/machine to /usr/src/sys/platform...
2007-01-12 Matthew DillonAdd missing link options to export global symbols to...
2007-01-09 Matthew DillonGet floating point working in virtual kernels. Add...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-06 Matthew DillonVKERNEL work, deal with remaining undefined symbols.
2007-01-05 Matthew DillonContinue fleshing out the VKERNEL.