| Age | Commit message (Expand) | Author |
| 2007-10-24 | make -s alter the default format rather than doing parsefmt. | yamt |
| 2007-09-09 | Document "emul" keyword. Fixes PR 36935. | apb |
| 2007-09-01 | add a keyword "lname", to print l_name. | yamt |
| 2007-07-28 | Don't call P_ZOMBIE(struct kinfo_proc2), it's p_stat field contains | dsl |
| 2007-06-25 | remove descriptions of some states. ('A', 'S', '>') | yamt |
| 2007-02-17 | Revert the changes done after newlock2 merge, except for the removal of | pavel |
| 2007-02-10 | Further changes to use compat process flags mapped by sysctl. To be | ad |
| 2007-02-09 | Sync with kernel changes introduced by merging the newlock2 branch. | ad |
| 2006-10-29 | Add support for printing the emulation of the process. | christos |
| 2006-10-16 | c99 initializers | christos |
| 2006-10-09 | Remove trailing whitespace. | wiz |
| 2006-10-07 | Make it clear that multiple sort keys may be specified. | apb |
| 2006-10-03 | Avoid .No if easily possible. | wiz |
| 2006-10-02 | Add some markup missed in previous. | apb |
| 2006-10-02 | Set the width in the correct data structure. (Fix error in previous.) | apb |
| 2006-10-02 | Document changes to -o and -O options, and improve markup. | apb |
| 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 |
| 2006-03-18 | Coverity CID 1559: Fix memory leak. | christos |
| 2005-11-11 | add "uaddr" and improve text for "laddr". | chs |
| 2005-11-05 | add a keyword for the uarea address. very useful with crashdumps. | chs |
| 2005-06-27 | Add some more const so that this compiles again. | christos |
| 2005-06-26 | sprinkle a little const, and now everything compiles with WARNS=3 | christos |
| 2005-06-07 | Appease -Wuninitialized by initializing val and uval to 0. | he |
| 2005-06-01 | appease gcc -Wuninitialized | lukem |
| 2005-02-11 | allow -t ttyp0 -t p0 -t /dev/ttyp0 -t /dev/pts/0 | christos |
| 2004-12-29 | Add the missing suspended state 'U'. | skrll |
| 2004-11-29 | Make ps understand "-tpts/4" by assuming that ptyfs is mounted on | atatat |
| 2004-11-16 | print TTY instead of TT, one question mark instead of two and always the | christos |
| 2004-10-29 | Add (unsigned char) cast to ctype function | dsl |
| 2004-08-23 | Bump date for laddr. | wiz |
| 2004-08-23 | Add a "laddr" keyword, analagous to "paddr". Useful for finding | nathanw |
| 2004-08-22 | Use HW_PHYSMEM64 to avoid problem with > 2GB memory (and >4GB as well) | dsl |
| 2004-07-28 | For the "lid" keyword, change ULONG to INT32 since it's a 32bit type. | simonb |
| 2004-04-23 | s/the the/the/ (only in sources that aren't regularly imported from | simonb |
| 2004-03-27 | Gah, fix uninitialised variable with the "etime" change. _Never_ be | simonb |
| 2004-03-27 | Add support for the POSIX.2 "args" and "comm" keywords. "args" is just | simonb |
| 2004-03-27 | Add support for the POSIX.2 "etime" keyword - shows the elapsed time | simonb |
| 2004-03-27 | #define<TAB> | simonb |
| 2004-03-27 | Use some constants from <tzfile.h>. | simonb |
| 2004-03-27 | Wrap some long lines. | simonb |
| 2004-03-27 | Fix grammar in a comment. | simonb |
| 2004-03-27 | KNF, ANSFify, de-__P, unC++ify, white space nits. | simonb |
| 2004-03-27 | Change the header for the "tty" keyword "TT" instead of "TTY". | simonb |
| 2004-02-25 | donlist_sysctl() was overwriting maxslp with vm.uspace. Changed | jrf |
| 2004-02-24 | Spell interrupt with two rs. From Peter Postma. | wiz |
| 2004-02-13 | Uppercase CPU where appropriate. | wiz |
| 2004-01-11 | g/c SDEAD | jdolecek |
| 2003-12-16 | Correct typo in page header for tpgid. | mjl |
| 2003-10-16 | Add Xr for dev_mkdb(8), per PR 23168. Increase width in FILES section while h... | wiz |