summaryrefslogtreecommitdiffstats
path: root/bin/ps/keyword.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4 @46705:jmallett2004-02-081-0/+2
* Implement the nwchan keyword that has been in the man page, but washarti2003-08-131-0/+1
* Display residency and sleep times (re and sl fields) larger than 127 as 127.tjr2003-04-121-2/+2
* Fix slight disorder that broke sorting. Put in bold warning about thesobomax2003-02-051-2/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according tocharnier2003-02-051-1/+1
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarjmallett2003-01-191-6/+13
* When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupejmallett2003-01-191-5/+15
* Use the MAC interface to list process MAC labels rather than usingrwatson2002-10-241-1/+2
* Catch up to SMTX -> SLOCK changes.jhb2002-10-021-1/+1
* List valid keywords, ala kill(1), rather than the csh builtin kill, whichjmallett2002-09-271-2/+5
* Ala kill(1), tell people to type 'ps -L' for a list of format keywords.jmallett2002-09-271-1/+1
* Rename new PLONG type to PGTOK as the conversion is more important than thejmallett2002-09-171-2/+2
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkjmallett2002-09-171-2/+2
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofjmallett2002-09-161-2/+1
* Remove some NOTINUSE stuff. Good housekeeping.jmallett2002-09-161-9/+0
* - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able torobert2002-07-081-2/+1
* Consistently use FBSDIDobrien2002-06-301-4/+2
* Allow whitespace to act as a delimiter in the keywords list given to the -o,jmallett2002-06-081-3/+12
* Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsedjmallett2002-06-061-0/+1
* Support the SUSv3 `rgroup' format.jmallett2002-06-061-0/+2
* SUSv3 conform on the "comm" and "args" formats, and make correct the "command"jmallett2002-06-061-3/+5
* As per behaviour on SVR4 systems, to allow any desirable type of header in thejmallett2002-06-061-2/+4
* Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [orjmallett2002-06-051-2/+2
* Support the 'comm' keyword, which is equivalent to our 'command', butjmallett2002-06-051-0/+2
* A space cannot be a header string seperator it appears given the SUSv3jmallett2002-06-051-1/+1
* To comply with SUSv3, duplicate the variable contents for each given format,jmallett2002-06-051-1/+4
* Duplicate the pointer to the string containing the header so it does not getjmallett2002-06-051-1/+1
* Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleepdillon2002-02-211-0/+1
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extramarkm2002-02-031-116/+134
* o __P has been reovedimp2002-02-021-9/+6
* Put the "mtxname" keyword in alphabetical order (t comes after s) sopeter2002-01-051-1/+1
* Add LOMAC options (the "Z" flag in both cases) to display extra informationgreen2001-11-261-0/+1
* On today's kernels masking with ~KERNBASE is turning out to be lesspeter2001-08-241-2/+2
* Depollute headers now that the VM headers DTRT.markm2001-05-031-1/+0
* Compensate for header dethreading.markm2001-05-011-0/+1
* Introduce -osid and -otsidbrian2001-04-111-0/+4
* Do not coredump if no options are supplied. (ps -o,)jlemon2001-02-141-1/+1
* Catch up to new priority interface.jake2001-02-121-2/+3
* Restore the rss (-u) keyword that got deleted in my somewhat over-zealousmckusick2000-12-161-0/+1
* Change the proc information returned from the kernel so that itmckusick2000-12-121-38/+27
* Introduce a 'mtxname' keyword that displays the current mutex that ajhb2000-11-291-0/+1
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Enable Linux threads support by default.julian1999-01-261-8/+1
* Re-enable the options in ps(1) that were disabled with the Linuxjulian1999-01-131-1/+6
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+3
* Portability fixes when sizeof(int) != sizeof(long).dfr1998-09-141-36/+36
* If no value is present for the login name set it to '-'.steve1998-05-251-2/+2
* Oops, add #include's (forgotten in last commit) to make thissteve1997-08-111-1/+4
* Remove #ifdef NEWVM code and remove extra "key.name = p" line.steve1997-08-111-125/+6
* Fix seg fault when invalid keywords are used.steve1997-08-111-3/+2
OpenPOWER on IntegriCloud