kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / kern / kern_timeout.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-08 Matthew Dillonkernel - Add callout_stop_sync()
2011-10-28 Matthew Dillonkernel - More many-cores SMP work
2011-09-09 Sascha Wildnerkernel: Fix UP remove the "race averted" msg in callout...
2011-09-07 Matthew Dillonkernel - Fix panic related to kqueue-based timers
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 1/2
2010-08-18 Matthew Dillonkernel - Fix possible race in syncache
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
2007-11-14 Sascha Wildner* Remove the remains of the obsolete timeout()/untimeou...
2007-06-28 Matthew DillonClarify cpu localization requirements when using callou...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-12-20 Matthew DillonClean up some minor typos in comments.
2005-11-04 Matthew DillonFix the cpu the softclock thread(s) are created on...
2005-06-18 Eirik NygaardWe are in callout_stop, not callout_reset. Tell that...
2005-06-16 Matthew DillonThe callout timer init code was using { SI_SUB_CPU...
2005-06-07 Jeffrey HsuRe-implement the mbuf allocator using the object cache.
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-06-03 Matthew DillonReplace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
2004-09-19 Matthew DillonRemove timeout() and untimeout() plus all related suppo...
2004-09-17 Matthew DillonFix a race on SMP systems. Since we might block while...
2004-09-17 Matthew DillonMove all the softclock/callout initialization out of...
2004-09-13 Matthew DillonANSIfication/cleanup, no functional changes.
2004-04-26 Matthew Dillonnextsoftcheck must be a volatile pointer, not a pointer...
2004-04-25 Hiten PandyaThe "Hashed Timers and Hierarchical Wheels: Data Struct...
2004-03-15 Matthew Dillonnextsoftcheck (which is a really aweful interrupt inter...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2003-08-26 Robert Garrett__P() removal
2003-07-26 Robert GarrettRegister keyword removal
2003-06-29 Matthew DillonMisc interrupts/LWKT 1/2: interlock the idle thread...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: