summaryrefslogtreecommitdiffstats
path: root/bin/ps (follow)
Commit message (Expand)AuthorAgeFilesLines
* clang10 identifies an argv[] comparison against '\0' instead of NULL,deraadt2020-08-031-2/+2
* Make HISTORY more concise: historical section numbers are irrelevant.schwarze2020-02-081-5/+4
* Delete tests for P_THREAD that predate the existence ofguenther2019-12-161-3/+1
* Document pledge keywordkn2019-09-051-2/+6
* tweak previous: a leading dash can only be given if an option letter follows;schwarze2019-07-251-3/+3
* Years ago the optionality of leading - was removed. dash-less is aderaadt2019-07-241-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* sort previous; ok deraadtjmc2019-06-231-9/+9
* add "ps -o pledge" option, which prints a comma-seperated list of pledgesderaadt2019-06-233-3/+29
* Export unveil state so that ps(8) can show it. Two new status flags,deraadt2019-06-233-5/+19
* detect -t argument being too long, rather than truncatingderaadt2019-03-241-5/+8
* 16 chars is not enough for the maximum reach major() and minor()deraadt2019-03-241-2/+3
* Let ps(1) work in single user mode where /var/run does not exist.florian2019-02-051-3/+3
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-051-2/+2
* Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert2018-09-161-6/+2
* unveil dev.db "r" for devname(), /dev "r", and in the non-sysctl casederaadt2018-08-081-1/+14
* handle the seperation of kvm_getenvv() and kvm_getargv() more cleanlyderaadt2018-06-121-6/+7
* Since rev 1.61 of print.c exp(3) and log(3) are not used anymore.bluhm2017-08-291-3/+3
* stop reacharound from w(1) to ps(1); no functional change;schwarze2017-05-301-82/+0
* do not need sys/proc.hderaadt2017-01-242-4/+2
* Document LC_CTYPE.schwarze2016-10-261-3/+19
* Make the description of COLUMNS a bit more readable.schwarze2016-10-191-6/+7
* Attempt to use stdout, stderr, or stdin terminal widths if they exist.bentley2016-09-232-6/+14
* The bug about not displaying exact information because ps can't runtedu2016-09-081-6/+3
* etime isn't just an alias for start. the output format is different.tedu2016-09-084-8/+53
* simplify comment to remove reference to sparc.tedu2016-09-011-4/+2
* remove list item left in previous;jmc2016-04-251-2/+1
* remove references to systracetedu2016-04-252-8/+3
* simplify previous; ok bentleyjmc2016-03-171-2/+1
* Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2016-03-172-22/+17
* Partial revert: put back the file fmt.c.schwarze2016-01-101-0/+82
* UTF-8 support:schwarze2016-01-106-152/+129
* rename a few variables/functions to avoid shadowingtedu2015-12-303-6/+6
* fix pledge error messagederaadt2015-11-111-2/+2
* strvis directory names in psczarkoff2015-10-251-4/+7
* need "getpw" pledge; spotted by matthieuderaadt2015-10-251-2/+2
* With new pledge "ps" and "vminfo" requests, ps/top/w become possible.deraadt2015-10-231-1/+4
* document tid keyword.benno2015-10-221-2/+6
* Change all tame callers to namechange to pledge(2).deraadt2015-10-092-9/+9
* show tame flagderaadt2015-07-192-3/+9
* After removing the p_swtime from the kernel, ps always printed 0.0bluhm2015-06-294-37/+12
* struct usave is unused, and eproc is gone; delete the former andguenther2015-05-031-11/+3
* kflag and wflag don't need to be counters; wflag only needs to know ifokan2015-04-091-3/+3
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-2/+4
* Document P_CANTSLEEPguenther2015-02-111-2/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-164-12/+16
* simplify realloc loop by not using realloc. we don't care about old data,tedu2015-01-051-18/+11
* Remove duplicate and misleading vcmp() prototype;schwarze2014-10-131-2/+1
* reduce cutoff for "hours only" start times to reduce window of ambiguity.tedu2014-08-161-2/+2
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1