Age | Commit message (Expand) | Author |
---|---|---|
2015-11-09 | Cleanup pass: inline find_tty_name(), bounds check fscanf(), use libc | Rob Landley |
2015-11-09 | Make ps try harder to find a name for a tty. | Elliott Hughes |
2015-11-09 | On Android, ps' default output should match toolbox. | Elliott Hughes |
2015-11-09 | Add ps -n. | Elliott Hughes |
2015-11-09 | Add ps -o CMDLINE. | Elliott Hughes |
2015-11-02 | Add -P as short option for --ppid. | Rob Landley |
2015-11-02 | Fix the ps -o CMD vs COMM distinction. | Elliott Hughes |
2015-11-02 | Make ps -o error reporting intelligible. | Elliott Hughes |
2015-11-02 | Add ps -Z. | Elliott Hughes |
2015-11-02 | Add ps --ppid. | Elliott Hughes |
2015-10-28 | Promote ps to posix. | Rob Landley |