kernel - Make pcb_onfault more robust.
[dragonfly.git] / sys / platform / pc32 / i386 / support.s
2012-10-11 Matthew Dillonkernel - Make pcb_onfault more robust.
2011-12-22 Matthew Dillonkernel - Add suword32 and fix argc/envc initialization
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-06-03 Sascha Wildnerkernel: Add rdmsr_safe() in preparation for the coretem...
2010-11-02 Sascha Wildnerkernel: Remove a number of unnecessary use_*.h inclusions.
2010-03-13 Alex Hornunglinux emu - peripheral changes
2008-05-08 Matthew DillonClear the direction flag (CLD) on entry to the kernel...
2007-11-07 Matthew DillonRemove i386 support.
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-06 Matthew DillonRemove fuswintr() and suswintr(), they were never imple...
2006-12-26 Matthew DillonRemove unused procedures and declarations.
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-10-23 Matthew DillonGet rid of the indirect function pointer for bzero...
2006-10-22 Matthew Dillonmemset must be a real procedure rather then an indirect...
2006-09-30 Sascha WildnerGCC 4.1 also needs memset() in a freestanding environment.
2004-04-30 Matthew DillonFix another bug in the recent bcopy revamp. The range...
2004-04-29 Matthew DillonRewrite the optimized memcpy/bcopy/bzero support subsys...
2004-04-03 Matthew DillonCreate a normal stack frame in generic_bcopy() to aid...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-20 Matthew DillonMinor cleanups so GENERIC compiles. Fix underscores...
2003-07-01 Matthew DillonRemove pre-ELF underscore prefix and asnames macro...
2003-06-28 Matthew Dillonsmp/up collapse stage 1 of 2: Make UP use the globaldat...
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-18 Matthew Dillonthread stage 2: convert npxproc to npxthread.
2003-06-18 Matthew Dillonthread stage 1: convert curproc to curthread, embed...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: