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