libkvm - Fix seg-fault in ps output when loading a process's argv
[dragonfly.git] / lib / libkvm / kvm_proc.c
2011-12-01 Matthew Dillonlibkvm - Fix seg-fault in ps output when loading a...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-01-15 Sascha WildnerAdd __printflike's where possible and fix all related...
2009-05-04 Aggelos Economopoulosteach libkvm about vkernels
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2007-08-15 Matthew DillonClean up the kvm process code. This is only used when...
2007-08-14 Matthew DillonAdd '-H', 'nlwp', and 'tid' options to ps(1) to display...
2007-05-09 Matthew DillonSynchronize libkvm etc, with recent kernel major/minor...
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-04-29 Matthew DillonWhen <sys/user.h> is included, it MUST be included...
2007-02-18 Simon Schubert1:1 Userland threading stage 2.15/4:
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-01 Simon SchubertChange kinfo_proc interface between kernel and userland.
2006-11-09 Matthew DillonAdjust for symbol name changes.
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2004-10-25 David RhodusRemove register keyword usage.
2004-04-11 Chris PresseyStyle(9) cleanup.
2004-02-03 Matthew DillonRemove obsolete __FreeBSD_version checks, add __DragonF...
2003-07-01 Matthew DillonSync userland up with the kernel. This primarily adjus...
2003-06-23 Matthew Dillonproc->thread stage 3: synchronize ps, top, and libkvm...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: