kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / kern / kern_kthread.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-10-28 Matthew Dillonkernel - More many-cores SMP work
2011-03-16 Venkatesh Srinivaskernel -- Remove mplock2.h header from files not using...
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-28 Matthew Dillonkernel - unwind kthread_create() mplock
2010-08-20 Matthew Dillonkernel - add kthread_create_cpu()
2010-07-14 Samuel J. Greearkern - Always give a new thread a ucred
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-04-20 Chris PresseyStyle(9) cleanup: use ANSI format for function definitions.
2004-07-29 Matthew DillonMove kthread_create() from lwkt_thread.c to kern_kthrea...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-27 Matthew DillonCleanup lwkt threads a bit, change the exit/reap interlock.
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-22 Matthew Dillonproc->thread stage 1: change kproc_*() API to take...
2003-06-22 Matthew Dillonthread stage 10: (note stage 9 was the kern/lwkt_rwlock...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: