aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/keyword.c
Commit message (Expand)AuthorAgeFilesLines
* Add and document the 'jid' keyword for the '-o' option.Pawel Jakub Dawidek2005-03-201-0/+1
* Since it is not un-common for a process's resident set size (rss)Christian S.J. Peron2005-02-061-1/+1
* Change "struct varent" to use the standard queue(8) macros, instead ofGarance A Drosehn2004-06-231-9/+2
* Make sure the value of "upr" (scheduling priority on return from system call)Garance A Drosehn2004-06-231-2/+1
* Add the `-O emul' format option, which prints the name of the system-callGarance A Drosehn2004-06-201-0/+3
* Add new output-format keywords of LWP and NLWP, which show the thread-idGarance A Drosehn2004-06-201-0/+8
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* MFp4 @46705:Juli Mallett2004-02-081-0/+2
* Implement the nwchan keyword that has been in the man page, but wasHartmut Brandt2003-08-131-0/+1
* Display residency and sleep times (re and sl fields) larger than 127 as 127.Tim J. Robbins2003-04-121-2/+2
* Fix slight disorder that broke sorting. Put in bold warning about theMaxim Sobolev2003-02-051-2/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according toPhilippe Charnier2003-02-051-1/+1
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarJuli Mallett2003-01-191-6/+13
* When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupeJuli Mallett2003-01-191-5/+15
* Use the MAC interface to list process MAC labels rather than usingRobert Watson2002-10-241-1/+2
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-021-1/+1
* List valid keywords, ala kill(1), rather than the csh builtin kill, whichJuli Mallett2002-09-271-2/+5
* Ala kill(1), tell people to type 'ps -L' for a list of format keywords.Juli Mallett2002-09-271-1/+1
* Rename new PLONG type to PGTOK as the conversion is more important than theJuli Mallett2002-09-171-2/+2
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkJuli Mallett2002-09-171-2/+2
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofJuli Mallett2002-09-161-2/+1
* Remove some NOTINUSE stuff. Good housekeeping.Juli Mallett2002-09-161-9/+0
* - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able toRobert Drehmel2002-07-081-2/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-4/+2
* Allow whitespace to act as a delimiter in the keywords list given to the -o,Juli Mallett2002-06-081-3/+12
* Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsedJuli Mallett2002-06-061-0/+1
* Support the SUSv3 `rgroup' format.Juli Mallett2002-06-061-0/+2
* SUSv3 conform on the "comm" and "args" formats, and make correct the "command"Juli Mallett2002-06-061-3/+5
* As per behaviour on SVR4 systems, to allow any desirable type of header in theJuli Mallett2002-06-061-2/+4
* Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [orJuli Mallett2002-06-051-2/+2
* Support the 'comm' keyword, which is equivalent to our 'command', butJuli Mallett2002-06-051-0/+2
* A space cannot be a header string seperator it appears given the SUSv3Juli Mallett2002-06-051-1/+1
* To comply with SUSv3, duplicate the variable contents for each given format,Juli Mallett2002-06-051-1/+4
* Duplicate the pointer to the string containing the header so it does not getJuli Mallett2002-06-051-1/+1
* Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleepMatthew Dillon2002-02-211-0/+1
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extraMark Murray2002-02-031-116/+134
* o __P has been reovedWarner Losh2002-02-021-9/+6
* Put the "mtxname" keyword in alphabetical order (t comes after s) soPeter Wemm2002-01-051-1/+1
* Add LOMAC options (the "Z" flag in both cases) to display extra informationBrian Feldman2001-11-261-0/+1
* On today's kernels masking with ~KERNBASE is turning out to be lessPeter Wemm2001-08-241-2/+2
* Depollute headers now that the VM headers DTRT.Mark Murray2001-05-031-1/+0
* Compensate for header dethreading.Mark Murray2001-05-011-0/+1
* Introduce -osid and -otsidBrian Somers2001-04-111-0/+4
* Do not coredump if no options are supplied. (ps -o,)Jonathan Lemon2001-02-141-1/+1
* Catch up to new priority interface.Jake Burkholder2001-02-121-2/+3
* Restore the rss (-u) keyword that got deleted in my somewhat over-zealousKirk McKusick2000-12-161-0/+1
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-121-38/+27
* Introduce a 'mtxname' keyword that displays the current mutex that aJohn Baldwin2000-11-291-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Enable Linux threads support by default.Julian Elischer1999-01-261-8/+1