Age | Commit message (Expand) | Author |
2024-10-15 | Add PS_STOPPED to the flags | Claudio Jeker |
2024-10-10 | Print the session id (PID of the session leader) instead of a pointer. | Claudio Jeker |
2024-08-21 | We do not need the PS_LIBCPIN and PS_PIN flag fields anymore, which were | Theo de Raadt |
2024-07-29 | Sync with sys/proc.h after P_CONTINUED -> PS_CONTINUED change. | Claudio Jeker |
2024-07-22 | Sync with proc.h: s/PS_STOPPED/PS_STOPPING/ | Claudio Jeker |
2024-05-18 | prefixing flags to ps(1) by a hyphen is optional; while here, make synopsis | Igor Sobrado |
2024-04-28 | gmtime(3) / locatime(3) can fail when timestamps are way off. | Florian Obser |
2024-02-03 | Remove Softdep. | Bob Beck |
2024-01-28 | Remove the 'l' and 'L' flag printing in 'STAT' column. These were added | Theo de Raadt |
2024-01-16 | print flag 'l' for base program or ld.so being under pinsyscalls enforcement, | Theo de Raadt |
2023-11-10 | accept numerical user IDs | Klemens Nanni |
2023-07-06 | Document PS_CHROOT, and upcoming PS_NOBTCFI flags | Theo de Raadt |
2023-03-08 | Fix alignment of command column. print_comm_name() returns an updated | Tobias Heider |
2023-01-07 | Add {get,set}thrname(2) for putting thread names in the kernel and | Philip Guenther |
2022-10-13 | controm terminql -> controlling terminal; | Jason McIntyre |
2022-09-20 | Fix line length trimming in -f mode | Job Snijders |
2022-09-03 | - rework the -f text to read better; ok job | Jason McIntyre |
2022-09-01 | Add forest (-f) mode | Job Snijders |
2022-07-05 | Remove old poll/select wakeup mechanism. | Visa Hankala |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-02-25 | A few additional changes related to the now 32 bit accounting flag. | Rob Pierce |
2022-02-22 | Use sizeof() instead of KI_MAXCOMLEN and KI_WMESGLEN in structs. | Todd C. Miller |
2022-02-22 | Instead of using MAXCOMLEN from sys/param.h, use KI_MAXCOMLEN as width, | Theo de Raadt |
2022-02-15 | Reintroduce ps state flag 'c' indicating chrooted process (via PS_BITS). | Rob Pierce |
2022-02-14 | Revert change to ps for displaying chrooted process. | Rob Pierce |
2022-02-07 | New status flag: 'c' - process is chrooted. | Rob Pierce |
2022-02-07 | Tweak previous. | Rob Pierce |
2022-02-07 | Sync ps.1 with sys/proc.h. Tweaked by deraadt@. | Rob Pierce |
2022-01-05 | Delete 'emul' keyword: it's been just returned 'native' for a long time | Philip Guenther |
2021-12-01 | further improvements in sys/param.h annotation and removal. | Theo de Raadt |
2021-08-28 | /bin/ps: Implement reporting of supplemental groups | Christopher Zimmermann |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-04-05 | Remove unused variables | kn |
2020-08-03 | clang10 identifies an argv[] comparison against '\0' instead of NULL, | Theo de Raadt |
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 |