* Use id(1) instead of grep(1) to detect the presence of the smmsp
[dragonfly.git] / sys / sys / thread2.h
2004-01-01 Matthew DillonRearrange an INVARIANTS overflow test so it works with...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-07-25 Matthew DillonPerformance cleanup. Greatly reduce the number of...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
2003-07-08 Matthew DillonMP Implmentation 2A/4: Post commit cleanup, fix missing...
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-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-29 Matthew DillonMisc interrupts/LWKT 1/2: interlock the idle thread...
2003-06-27 Matthew Dillongo back to using gd_cpuid instead of gd_cpu.
2003-06-21 Matthew Dillonthread stage 8: add crit_enter(), per-thread cpl handli...