summaryrefslogtreecommitdiffstats
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* Revert the zombie part of previous commitcharnier2003-04-151-1/+1
* Correct style bugs. Don't skip zombies in cputime(), according to Bruce,charnier2003-04-141-58/+42
* Display residency and sleep times (re and sl fields) larger than 127 as 127.tjr2003-04-123-3/+6
* 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-055-4/+24
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarjmallett2003-01-194-11/+19
* When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupejmallett2003-01-193-16/+39
* Refer to the process label as proclabel, as there is a function called label,jmallett2003-01-181-10/+10
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-1/+1
* The hw.availpages sysctl has an unsigned long value now, fix the retrievaltmm2002-11-012-2/+3
* Do not print a header line if it would be empty; required by 1003.1-2001.tjr2002-10-311-0/+9
* Use the MAC interface to list process MAC labels rather than usingrwatson2002-10-248-172/+58
* Oops, the previous version was a last minute test version with off_tbde2002-10-031-1/+1
* Use a non-bogus type for representing the values of offsets in structs.bde2002-10-031-1/+1
* Catch up to SMTX -> SLOCK changes.jhb2002-10-024-25/+22
* 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-173-4/+4
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkjmallett2002-09-174-23/+6
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofjmallett2002-09-163-2/+12
* Remove some NOTINUSE stuff. Good housekeeping.jmallett2002-09-161-9/+0
* Do not risk using the kernel pgtok() which assumes the page size ispeter2002-09-131-6/+2
* Prevent ps(1) from doing idiotic munging of things in a -ofmt= string.jmallett2002-09-031-1/+8
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-211-1/+1
* mdoc(7) police: whitespace nits.ru2002-08-091-2/+3
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0bde2002-07-111-2/+1
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-101-1/+1
* Bring back WFORMAT=0.jmallett2002-07-081-0/+1
* - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able torobert2002-07-082-4/+2
* Make printval() take a 'void *' thus negating any assumptions the compilerjmallett2002-07-071-2/+2
* Don't depend on pollution in <limits.h> for the definition ofmike2002-07-051-0/+1
* Consistently use FBSDIDobrien2002-06-306-20/+10
* Don't try to decode old-style options if the argv[1] begins with `-' and thesobomax2002-06-201-10/+28
* ps(1) appeared in v4jmallett2002-06-101-1/+1
* Note early appearence of some commands. These actually appeared in PWB, butjmallett2002-06-101-0/+5
* Allow whitespace to act as a delimiter in the keywords list given to the -o,jmallett2002-06-082-5/+14
* Fixed unsorting.bde2002-06-081-1/+1
* Don't say that the list of formats can be space delimited, it no longer can be.jmallett2002-06-081-2/+5
* Back out previous back out of previously correct code.jmallett2002-06-071-2/+1
* Remove tunables to hide warnings that no longer exist.jmallett2002-06-071-2/+0
* Cast to long to match format. Hidden by revision 1.18 of Makefile.jmallett2002-06-071-1/+2
* Use a global `now' variable for the current time, and initialise it atjmallett2002-06-063-6/+5
* Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsedjmallett2002-06-064-0/+21
* sysctlbyname(3) returns -1 on failure, not any other value < 0.jmallett2002-06-061-3/+3
* Support the SUSv3 `rgroup' format.jmallett2002-06-064-5/+24
* Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. Ijmallett2002-06-061-1/+2
* SUSv3 conform on the "comm" and "args" formats, and make correct the "command"jmallett2002-06-064-4/+41
* Refer to the command format by its SUSv3 name (comm), and list command as anjmallett2002-06-061-2/+2
* 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-053-10/+8
OpenPOWER on IntegriCloud