summaryrefslogtreecommitdiffstats
path: root/bin/ps
AgeCommit message (Expand)AuthorFilesLines
2020-08-03clang10 identifies an argv[] comparison against '\0' instead of NULL,deraadt1-2/+2
2020-02-08Make HISTORY more concise: historical section numbers are irrelevant.schwarze1-5/+4
2019-12-16Delete tests for P_THREAD that predate the existence ofguenther1-3/+1
2019-09-05Document pledge keywordkn1-2/+6
2019-07-25tweak previous: a leading dash can only be given if an option letter follows;schwarze1-3/+3
2019-07-24Years ago the optionality of leading - was removed. dash-less is aderaadt1-3/+3
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-5/+5
2019-06-23sort previous; ok deraadtjmc1-9/+9
2019-06-23add "ps -o pledge" option, which prints a comma-seperated list of pledgesderaadt3-3/+29
2019-06-23Export unveil state so that ps(8) can show it. Two new status flags,deraadt3-5/+19
2019-03-24detect -t argument being too long, rather than truncatingderaadt1-5/+8
2019-03-2416 chars is not enough for the maximum reach major() and minor()deraadt1-2/+3
2019-02-05Let ps(1) work in single user mode where /var/run does not exist.florian1-3/+3
2019-02-05dev_t is signed to permit passing -1 as an invalid condition, but thederaadt1-2/+2
2018-09-16Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert1-6/+2
2018-08-08unveil dev.db "r" for devname(), /dev "r", and in the non-sysctl casederaadt1-1/+14
2018-06-12handle the seperation of kvm_getenvv() and kvm_getargv() more cleanlyderaadt1-6/+7
2017-08-29Since rev 1.61 of print.c exp(3) and log(3) are not used anymore.bluhm1-3/+3
2017-05-30stop reacharound from w(1) to ps(1); no functional change;schwarze1-82/+0
2017-01-24do not need sys/proc.hderaadt2-4/+2
2016-10-26Document LC_CTYPE.schwarze1-3/+19
2016-10-19Make the description of COLUMNS a bit more readable.schwarze1-6/+7
2016-09-23Attempt to use stdout, stderr, or stdin terminal widths if they exist.bentley2-6/+14
2016-09-08The bug about not displaying exact information because ps can't runtedu1-6/+3
2016-09-08etime isn't just an alias for start. the output format is different.tedu4-8/+53
2016-09-01simplify comment to remove reference to sparc.tedu1-4/+2
2016-04-25remove list item left in previous;jmc1-2/+1
2016-04-25remove references to systracetedu2-8/+3
2016-03-17simplify previous; ok bentleyjmc1-2/+1
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2-22/+17
2016-01-10Partial revert: put back the file fmt.c.schwarze1-0/+82
2016-01-10UTF-8 support:schwarze6-152/+129
2015-12-30rename a few variables/functions to avoid shadowingtedu3-6/+6
2015-11-11fix pledge error messagederaadt1-2/+2
2015-10-25strvis directory names in psczarkoff1-4/+7
2015-10-25need "getpw" pledge; spotted by matthieuderaadt1-2/+2
2015-10-23With new pledge "ps" and "vminfo" requests, ps/top/w become possible.deraadt1-1/+4
2015-10-22document tid keyword.benno1-2/+6
2015-10-09Change all tame callers to namechange to pledge(2).deraadt2-9/+9
2015-07-19show tame flagderaadt2-3/+9
2015-06-29After removing the p_swtime from the kernel, ps always printed 0.0bluhm4-37/+12
2015-05-03struct usave is unused, and eproc is gone; delete the former andguenther1-11/+3
2015-04-09kflag and wflag don't need to be counters; wflag only needs to know ifokan1-3/+3
2015-03-15tzfile.h is an internal header that should never have been installed.millert1-2/+4
2015-02-11Document P_CANTSLEEPguenther1-2/+3
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt4-12/+16
2015-01-05simplify realloc loop by not using realloc. we don't care about old data,tedu1-18/+11
2014-10-13Remove duplicate and misleading vcmp() prototype;schwarze1-2/+1
2014-08-16reduce cutoff for "hours only" start times to reduce window of ambiguity.tedu1-2/+2
2014-07-16zap trailing newlines; "go for it" deraadtokan1-2/+1