Age | Commit message (Expand) | Author |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-07-19 | show tame flag | Theo de Raadt |
2015-06-29 | After removing the p_swtime from the kernel, ps always printed 0.0 | Alexander Bluhm |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-08-16 | reduce cutoff for "hours only" start times to reduce window of ambiguity. | Ted Unangst |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2013-11-11 | remove totally excessive set of #include | Theo de Raadt |
2013-09-22 | Stop merging the per-thread and per-process flags when reporting | Philip Guenther |
2013-03-23 | wchan is no longer exposed, just check if wmesg is not empty. | Ted Unangst |
2012-07-10 | Accounting for page tables, USPACE, and whatever else... as part | Theo de Raadt |
2011-12-29 | Suppress the header line if all the field headers have been set to empty. | Philip Guenthe |
2011-12-11 | Make ps understand -o cwd using the new KERN_PROC_CWD sysctl. Some help | Nicholas Marriott |
2011-10-13 | Remove support for systems that lack CPUs. (i.e., stop looking up | Philip Guenthe |
2011-09-25 | Restore correct display of the 'V' flag on the parent in vfork() | Philip Guenthe |
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2010-02-14 | Avoid overflow and wraparound in memory fields by using unsigned | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-03-08 | Instead of calling donlist() in the format print routines, call it | Todd C. Miller |
2007-11-06 | fix format string | Charles Longeau |
2006-11-29 | Do not test for processes being swapped out since this can't happen anymore. | Miod Vallat |
2006-05-02 | Format nicelevel relative NZERO as other tools do. | Hugh Graham |
2006-03-10 | add missing break; found by lint | Moritz Jodeit |
2006-03-10 | 1.36 and onwards did not print extra spaces, but sometimes skipped spaces. | Theo de Raadt |
2005-07-06 | Only print a space separating argv and the real command (in parens) | Todd C. Miller |
2005-01-14 | bring back the space before (cmd); ok millert aaron | Theo de Raadt |
2004-12-20 | Don't print an unnecessary trailing space character at the end of command | Aaron Campbell |
2004-11-24 | on MP machines, in STAT field, add /# where # is the cpu number so that | Theo de Raadt |
2004-11-18 | handle SONPROC; ok aaron, deraadt, krw | Markus Friedl |
2004-09-14 | rename internal uname() to euname() to avoid libc conflict | Theo de Raadt |
2004-01-08 | Convert to kinfo_proc2. The sort order for -u and -m will be different | Todd C. Miller |
2003-06-11 | ansification, art ok | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-01-05 | work around a very rare div by 0 that should not happen, but can happen on | Theo de Raadt |
2002-12-19 | add dsiz and ssiz to accompany tsiz; millert@ ok | Michael Shalayeff |
2002-06-18 | add x flag for systraced processes; mentioned by christos@netbsd | Niels Provos |
2002-03-19 | Fix unitialized variable in non-setgid case; Gregory Steuck | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-10 | remove pre-ansi, SCCS workaround cruft; ok deraadt@ | Christian Weisgerber |
2002-01-30 | right, just check more for nulls; from Dan Harnett <danh@wzrd.com> | Michael Shalayeff |
2001-12-05 | Get MAXSLP from kvm/sysctl. It's patchable in the kernel now. | Artur Grabowski |
2001-12-01 | wrong printf spec for a field | Theo de Raadt |
2001-11-07 | Doh, bring the correct header, this is userland... | Miod Vallat |
2001-11-07 | Use uvm headers. | Miod Vallat |
2001-08-13 | Typo in comments: 'interuptable' => 'interruptible' | Heikki Korpela |
2001-04-30 | CLSIZE is 1 on all archs and will go away soon. | Artur Grabowski |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist |
2000-05-04 | avoid IEEE underflow in exp(), shows up most on 68060 FPE which is precise; a... | Theo de Raadt |
1997-11-30 | oh yeah, we are min() clean | Theo de Raadt |