summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Expand)Author
2017-08-29Since rev 1.61 of print.c exp(3) and log(3) are not used anymore.Alexander Bluhm
2017-05-30stop reacharound from w(1) to ps(1); no functional change;Ingo Schwarze
2017-01-24do not need sys/proc.hTheo de Raadt
2016-10-26Document LC_CTYPE.Ingo Schwarze
2016-10-19Make the description of COLUMNS a bit more readable.Ingo Schwarze
2016-09-23Attempt to use stdout, stderr, or stdin terminal widths if they exist.Anthony J. Bentley
2016-09-08The bug about not displaying exact information because ps can't runTed Unangst
2016-09-08etime isn't just an alias for start. the output format is different.Ted Unangst
2016-09-01simplify comment to remove reference to sparc.Ted Unangst
2016-04-25remove list item left in previous;Jason McIntyre
2016-04-25remove references to systraceTed Unangst
2016-03-17simplify previous; ok bentleyJason McIntyre
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.Anthony J. Bentley
2016-01-10Partial revert: put back the file fmt.c.Ingo Schwarze
2016-01-10UTF-8 support:Ingo Schwarze
2015-12-30rename a few variables/functions to avoid shadowingTed Unangst
2015-11-11fix pledge error messageTheo de Raadt
2015-10-25strvis directory names in psDmitrij Czarkoff
2015-10-25need "getpw" pledge; spotted by matthieuTheo de Raadt
2015-10-23With new pledge "ps" and "vminfo" requests, ps/top/w become possible.Theo de Raadt
2015-10-22document tid keyword.Sebastian Benoit
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-05-03struct usave is unused, and eproc is gone; delete the former andPhilip Guenther
2015-04-09kflag and wflag don't need to be counters; wflag only needs to know ifOkan Demirmen
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-02-11Document P_CANTSLEEPPhilip Guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-05simplify realloc loop by not using realloc. we don't care about old data,Ted Unangst
2014-10-13Remove duplicate and misleading vcmp() prototype;Ingo Schwarze
2014-08-16reduce cutoff for "hours only" start times to reduce window of ambiguity.Ted Unangst
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-13Update procflags list, add PS_SYSTEM, PS_EMBRYO, PS_ZOMBIE andClaudio Jeker
2014-07-08sys/user.h can now be substantially gutted.Theo de Raadt
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-06-12somehow i missed -vW as extensions;Jason McIntyre
2014-06-05Add support for COLUMNS env variable, inspired by FreeBSD but with a dashPhilip Guenther
2014-05-21document which keywords are posix conformant;Jason McIntyre
2014-05-17better description for -A and -a, with help from millert;Jason McIntyre
2014-05-16more STANDARDS fleshing; ok sobrado millertJason McIntyre
2014-05-15more for STANDARDS: unsupported lists (noted by guenther) and env vars;Jason McIntyre
2014-05-15flesh out STANDARDS; ok guentherJason McIntyre
2014-05-07convert calloc to use reallocarray instead. ok millertTed Unangst
2014-05-06spell NULL as NULLTed Unangst
2014-03-20Move the "minflt" entry to the correct spot in the var array so that allLawrence Teo
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-20P_NOZOMBIE and P_STOPPED are PS_* process flags nowPhilip Guenther
2013-12-27Document the P_SUSPSINGLE flag bitPhilip Guenther
2013-11-21add unsigned char casts for specific calls to ctype.h macros.Theo de Raadt