Age | Commit message (Expand) | Author |
2020-02-08 | Make HISTORY more concise: historical section numbers are irrelevant. | Ingo Schwarze |
2019-12-16 | Delete tests for P_THREAD that predate the existence of | Philip Guenther |
2019-09-05 | Document pledge keyword | kn |
2019-07-25 | tweak previous: a leading dash can only be given if an option letter follows; | Ingo Schwarze |
2019-07-24 | Years ago the optionality of leading - was removed. dash-less is a | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-23 | sort previous; ok deraadt | Jason McIntyre |
2019-06-23 | add "ps -o pledge" option, which prints a comma-seperated list of pledges | Theo de Raadt |
2019-06-23 | Export unveil state so that ps(8) can show it. Two new status flags, | Theo de Raadt |
2019-03-24 | detect -t argument being too long, rather than truncating | Theo de Raadt |
2019-03-24 | 16 chars is not enough for the maximum reach major() and minor() | Theo de Raadt |
2019-02-05 | Let ps(1) work in single user mode where /var/run does not exist. | Florian Obser |
2019-02-05 | dev_t is signed to permit passing -1 as an invalid condition, but the | Theo de Raadt |
2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that | Todd C. Miller |
2018-08-08 | unveil dev.db "r" for devname(), /dev "r", and in the non-sysctl case | Theo de Raadt |
2018-06-12 | handle the seperation of kvm_getenvv() and kvm_getargv() more cleanly | Theo de Raadt |
2017-08-29 | Since rev 1.61 of print.c exp(3) and log(3) are not used anymore. | Alexander Bluhm |
2017-05-30 | stop reacharound from w(1) to ps(1); no functional change; | Ingo Schwarze |
2017-01-24 | do not need sys/proc.h | Theo de Raadt |
2016-10-26 | Document LC_CTYPE. | Ingo Schwarze |
2016-10-19 | Make the description of COLUMNS a bit more readable. | Ingo Schwarze |
2016-09-23 | Attempt to use stdout, stderr, or stdin terminal widths if they exist. | Anthony J. Bentley |
2016-09-08 | The bug about not displaying exact information because ps can't run | Ted Unangst |
2016-09-08 | etime isn't just an alias for start. the output format is different. | Ted Unangst |
2016-09-01 | simplify comment to remove reference to sparc. | Ted Unangst |
2016-04-25 | remove list item left in previous; | Jason McIntyre |
2016-04-25 | remove references to systrace | Ted Unangst |
2016-03-17 | simplify previous; ok bentley | Jason McIntyre |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
2016-01-10 | Partial revert: put back the file fmt.c. | Ingo Schwarze |
2016-01-10 | UTF-8 support: | Ingo Schwarze |
2015-12-30 | rename a few variables/functions to avoid shadowing | Ted Unangst |
2015-11-11 | fix pledge error message | Theo de Raadt |
2015-10-25 | strvis directory names in ps | Dmitrij Czarkoff |
2015-10-25 | need "getpw" pledge; spotted by matthieu | Theo de Raadt |
2015-10-23 | With new pledge "ps" and "vminfo" requests, ps/top/w become possible. | Theo de Raadt |
2015-10-22 | document tid keyword. | Sebastian Benoit |
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-05-03 | struct usave is unused, and eproc is gone; delete the former and | Philip Guenther |
2015-04-09 | kflag and wflag don't need to be counters; wflag only needs to know if | Okan Demirmen |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-02-11 | Document P_CANTSLEEP | Philip Guenther |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-05 | simplify realloc loop by not using realloc. we don't care about old data, | Ted Unangst |
2014-10-13 | Remove duplicate and misleading vcmp() prototype; | Ingo Schwarze |
2014-08-16 | reduce cutoff for "hours only" start times to reduce window of ambiguity. | Ted Unangst |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-13 | Update procflags list, add PS_SYSTEM, PS_EMBRYO, PS_ZOMBIE and | Claudio Jeker |