kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / kern / kern_kinfo.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-10 Matthew Dillonkernel - Remove ad-hoc increment/decrement of vm->vm_sysref
2011-10-22 Antonio Huete Jimenezkern - Do not allow calls to vmspace_president_count...
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-10-07 Venkatesh Srinivaskernel -- Resolve NULL ptr dereference in fill_kinfo_proc.
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-10-05 Matthew Dillonkernel - Add Proportional RSS (PRES)
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2009-12-17 Jan Lentferkern/kern_kinfo.c: Fix incorrect population of kinfo_pr...
2009-05-23 Sascha Wildnerlibkvm: Raise WARNS to 2 and fix warnings.
2008-01-07 Matthew Dillonfill_kinfo_proc() may be asked to load information...
2007-10-21 Matthew DillonFix more NULL structural dereferences that can occur...
2007-10-17 Matthew DillonFix a race between exit and kinfo_proc. proc->p_pgrp...
2007-08-14 Matthew DillonAdd '-H', 'nlwp', and 'tid' options to ps(1) to display...
2007-08-01 Matthew DillonThe LWP run/sleep state does not always match the actua...
2007-05-24 Matthew DillonFix the kinfo run/sleep state for pure kernel threads...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-18 Simon Schubert1:1 Userland threading stage 2.17/4:
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-16 Simon SchubertFix RSS display by calculating the correct value.
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-02-02 Simon SchubertFix indention.
2007-02-01 Thomas E. SpanjaardRestore exporting of kernel threads as 'fake' processes...
2007-02-01 Simon SchubertReport non-existing procs as pid -1, not NO_PID.
2007-02-01 Simon SchubertChange kinfo_proc interface between kernel and userland.