kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / ddb / db_ps.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-07-29 Matthew Dillonkernel - Minor enhancement to ddb's 'ps'
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2009-12-21 Matthew Dillonkernel - Refactor the lwkt_token code, making it faster
2008-06-29 Matthew DillonFix a NULL pointer dereference when a DDB 'ps' attempts to
2007-08-15 Matthew DillonConvert the lwp list into a red-black tree. This great...
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
2007-02-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-05-29 Matthew DillonFurther isolate the user process scheduler data by...
2006-05-19 Matthew DillonRecent lwkt_token work broke UP builds. Fix the token...
2006-05-18 Matthew DillonReplace the LWKT token code's passive management of...
2005-12-23 Sascha Wildner* Ansify function definitions.
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-04-25 Matthew DillonRedo the way the thread priority is displayed. Split...
2005-04-25 Matthew DillonAdd information on interrupt preemptions by the current...
2004-09-03 Eirik NygaardMove the simple pager from db_ps.c into the more obviou...
2004-07-24 Matthew DillonHave DDBs 'ps' command display additional scheduler...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
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-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: