kernel - Provide descriptions for lwkt.* and debug.* sysctl's
[dragonfly.git] / sys / platform / pc32 / i386 / vm86.c
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-09-13 Sascha WildnerAnsify the rest of the K...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-11-22 Matthew DillonDocument the fact that the vm86 instruction emulator...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-07 Simon Schubert1:1 Userland threading stage 2.1/4:
2005-07-19 Matthew DillonFix a MP lock race. The MP locking state can change...
2005-01-31 Matthew DillonAdd a sysctl to control 8254 bios overwrite warnings...
2004-11-20 Matthew DillonAdd code to the BIOS VM86 emulator to detect writes...
2004-08-07 Matthew DillonRemove the unconditional timer_restore in the bios...
2004-06-01 Matthew DillonVM86 calls on some BIOSs, apparently mainly VESA calls...
2003-11-03 Matthew DillonFix the pt_entry_t and pd_entry_t types. They were...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-07-08 Matthew DillonMP Implementation 2/4: Implement a poor-man's IPI messa...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
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: