kernel - Introduce lightweight buffers
[dragonfly.git] / sys / platform / pc32 / i386 / globals.s
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-02-22 Matthew Dillonkernel - Fix some rare pmap races in i386 and x86_64.
2009-07-11 Sepherosa ZiehauUse same interrupt vector handler for fast/slow interru...
2006-12-26 Matthew DillonRemove unused procedures and declarations.
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
2004-05-05 Matthew DillonAnother major mmx/xmm/FP commit. This is a combination...
2004-04-29 Matthew DillonRewrite the optimized memcpy/bcopy/bzero support subsys...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-08-24 Jeffrey HsuFix typos in comments.
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
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-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-07-01 Matthew DillonRemove pre-ELF underscore prefix and asnames macro...
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-23 Matthew Dillonproc->thread stage3: make time accounting threads based...
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-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: