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