npx(4): Silence a warning in the SMP build.
[dragonfly.git] / sys / platform / pc32 / isa / npx.c
2009-11-27 Sascha Wildnernpx(4): Silence a warning in the SMP build.
2009-11-26 Alexander PolakovDetect FPU by checking CPUID features.
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2008-05-09 Matthew DillonFix a nasty memory corruption issue which can occur...
2008-01-30 Sascha WildnerFix building with CPU_DISABLE_SSE (this fixes LINT...
2008-01-29 Matthew DillonConditionalize the illegal MXCSR tests on SSE support...
2007-12-16 Sascha WildnerFix building with 'options CPU_DISABLE_SSE'.
2007-12-14 Matthew DillonProperly set the mc_fpformat field in the ucontext...
2007-12-12 Matthew DillonSave and restore the FP context in the signal stack...
2007-02-22 Simon Schubert1:1 Userland threading stage 4.2/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
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-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-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-10-23 Matthew DillonGet rid of the indirect function pointer for bzero...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-05-02 Matthew DillonFix an information disclosure issue on AMD cpus. The...
2006-04-02 Matthew DillonA floating point fault (instead of DNA fault) can occur...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-02 Matthew DillonICU/APIC cleanup part 4/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-01-31 Joerg SonnenbergerRemove GPLed fpemulation, old rp, old awe and pcic.
2004-06-17 David RhodusDefault the MMX/XMM kernel optimizations to the on...
2004-05-09 Hiten PandyaAdd a readonly sysctl for the `kern.mmxopt' loader...
2004-05-05 Matthew DillonAnother major mmx/xmm/FP commit. This is a combination...
2004-05-04 Hiten PandyaCorrect pre-processor conditional surrounding mmxopt...
2004-05-01 Matthew DillonClear npxthread before setting CR0_TS.
2004-04-30 Matthew DillonFix a race in npxdna(). If an interrupt occurs after...
2004-04-30 Matthew DillonCorrect a bug in the last FPU optimized bcopy commit...
2004-04-29 Matthew DillonRewrite the optimized memcpy/bcopy/bzero support subsys...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-01 Robert GarrettEnable SSE by default, add nob to turn it off
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
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-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-18 Matthew Dillonthread stage 3: create independant thread structure...
2003-06-18 Matthew Dillonthread stage 2: convert npxproc to npxthread.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: