| Age | Commit message (Expand) | Author |
| 2009-03-29 | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total | mrg |
| 2009-02-14 | fix -Wsign-compare issues | lukem |
| 2008-12-28 | fix dev_t 64 bit issues. | christos |
| 2008-09-26 | Sync usage with man page. | wiz |
| 2008-09-26 | Add "ps -A" option. This displays information about all processes, | apb |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-05-26 | PR/38755: murray armfield: /bin posix programs missing setprogname and/or | christos |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-10 | ps -t? needs to imply -x. Otherwise the non-x logic filters all the results | dholland |
| 2008-02-10 | Add a CPUID keyword; idea and some of the code from Anon Ymous | christos |
| 2007-10-24 | make -s alter the default format rather than doing parsefmt. | yamt |
| 2007-02-17 | Revert the changes done after newlock2 merge, except for the removal of | pavel |
| 2007-02-09 | Sync with kernel changes introduced by merging the newlock2 branch. | ad |
| 2006-10-02 | * When all columns are given null customised headers, the blank header | apb |
| 2006-09-02 | factor out the code that does numeric parsing into a function and check for | christos |
| 2005-06-26 | sprinkle a little const, and now everything compiles with WARNS=3 | christos |
| 2005-06-01 | appease gcc -Wuninitialized | lukem |
| 2005-02-11 | allow -t ttyp0 -t p0 -t /dev/ttyp0 -t /dev/pts/0 | christos |
| 2004-11-29 | Make ps understand "-tpts/4" by assuming that ptyfs is mounted on | atatat |
| 2004-10-29 | Add (unsigned char) cast to ctype function | dsl |
| 2004-03-27 | #define<TAB> | simonb |
| 2004-03-27 | Wrap some long lines. | simonb |
| 2004-03-27 | KNF, ANSFify, de-__P, unC++ify, white space nits. | simonb |
| 2004-01-11 | g/c SDEAD | jdolecek |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-03-06 | - add keywords for utime, stime and ctime (output sss.ssssss if small) | dsl |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-06-19 | g/c procfs fallback code, it's redundant now that we use sysctl to get | jdolecek |
| 2001-12-20 | Sync getopt() / man page with actual getopt options. | soren |
| 2001-11-03 | fix minor WARNS=2 | lukem |
| 2001-07-30 | Remove duplicate `if'. Noted by Geoff C. Wing in bin/13551. | wiz |
| 2001-07-20 | Add a small optimizetion in savevars(). break out of the loop once needcomm | matt |
| 2001-06-14 | If there were no processes to list, it meant that our criteria failed | cyber |
| 2000-06-16 | Don't check namelist when choosing to use the sysctl interface. | simonb |
| 2000-06-08 | Fix handling of "ps U<user>" where <user> ended it 't' - now if the | simonb |
| 2000-06-07 | Calculate field widths on the fly so that all columns line up nicely | simonb |
| 2000-05-26 | Use new sysctl/kvm interfaces. This will stop the "proc size mismatch" | simonb |
| 2000-04-29 | If ps cannot get the terminal size from STDOUT, it tried STDERR and STDIN. | abs |
| 2000-04-15 | Use tty "?" to select processes with no controlling tty and tty "-" to | simonb |
| 2000-04-10 | make -M imply -K. the current system is not likely to be | chs |
| 1999-12-04 | Document -U switch (displays processes belonging to given user/uid). | hubertf |
| 1999-12-03 | "ps -e" only shows the environment for the processes owned by the | simonb |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1999-10-15 | command(): don't start using procfs_getargv() instead of kvm_getargv() | jdolecek |
| 1999-10-15 | getkinfo_kvm(): fix bug in previous - handled size_t i as if it would be signed | jdolecek |
| 1999-10-15 | When using the procfs for extracting process information, extract | jdolecek |
| 1999-03-27 | Minor fixes: | bgrayson |
| 1999-03-26 | Added experimental fallback /proc-based lookup. Warnings are printed when the | bgrayson |
| 1999-01-04 | Fixed segfaulting for "ps -T". There is no optarg with -T, so instructions | kim |
| 1998-07-28 | Add a -U option to select by user/uid. | mycroft |