kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / kern / usched_dummy.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-02-17 Matthew Dillonkernel - Add batch heuristic to scheduler and refactor...
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
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
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-04-03 Sascha Wildnerusched_dummy: Silence warning
2009-04-01 Simon Schubertusched_dummy: just proceed if the current thread is...
2008-04-21 Matthew DillonDive the scheduler to implement the yield function...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-02-18 Simon Schubert1:1 Userland threading stage 2.16/4:
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
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-06-10 Matthew DillonRemove the select_curproc vector from the usched struct...
2006-05-29 Matthew DillonFix numerous bugs in the BSD4 scheduler introduced...
2006-05-29 Matthew DillonFurther isolate the user process scheduler data by...