* Add this nice filesystem testing tool that I've recently
[dragonfly.git] / sys / i386 / include /
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-09-24 David RhodusForgot another one.
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-20 Matthew DillonTemporarily go back to an absolute path for signal...
2003-08-10 Jeroen Ruigrok/asmodaiChange __signed to signed.
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-03 Hiten PandyaDELAY() does not belong in a MD include file, instead...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew DillonFix __asm syntax error from previous commit.
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-23 Matthew Dillon2003-07-22 Hiten Pandya <hmp@nxad.com>
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-20 Matthew DillonProfiling cleanup 1/2: fix crashes (all registers need...
2003-07-20 Matthew DillonAdd externs for *_nonlocked atomic extensions to avoid...
2003-07-13 Matthew DillonFix minor buildworld issues, mainly #include file depen...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
2003-07-11 Matthew DillonMP Implmentation 3B/4: Remove Xcpuast and Xforward_irq...
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-07-04 Matthew DillonGeneric MP rollup work.
2003-07-04 Matthew DillonDocument hardwired indexes for fields.
2003-07-01 Matthew DillonRemove pre-ELF underscore prefix and asnames macro...
2003-06-29 Matthew DillonImplement interrupt thread preemption + minor cleanup.
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
2003-06-28 Matthew Dillonsmp/up collapse stage 1 of 2: Make UP use the globaldat...
2003-06-27 Matthew Dillongo back to using gd_cpuid instead of gd_cpu.
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-23 Matthew Dillonproc->thread stage3: make time accounting threads based...
2003-06-22 Matthew DillonFinish migrating the cpl into the thread structure.
2003-06-21 Matthew DillonAdd kern/lwkt_rwlock.c -- reader/writer locks. Clean...
2003-06-21 Matthew Dillonthread stage 8: add crit_enter(), per-thread cpl handli...
2003-06-20 Matthew Dillonthread stage 7: Implement basic LWKTs, use a straight...
2003-06-19 Matthew Dillonthread stage 6: Move thread stack management from...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-19 Matthew DillonAdd missing prototype (fixes warning).
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: