aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarJuli Mallett2003-01-194-11/+19
* When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupeJuli Mallett2003-01-193-16/+39
* Refer to the process label as proclabel, as there is a function called label,Juli Mallett2003-01-181-10/+10
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-231-1/+1
* The hw.availpages sysctl has an unsigned long value now, fix the retrievalThomas Moestl2002-11-012-2/+3
* Do not print a header line if it would be empty; required by 1003.1-2001.Tim J. Robbins2002-10-311-0/+9
* Use the MAC interface to list process MAC labels rather than usingRobert Watson2002-10-248-172/+58
* Oops, the previous version was a last minute test version with off_tBruce Evans2002-10-031-1/+1
* Use a non-bogus type for representing the values of offsets in structs.Bruce Evans2002-10-031-1/+1
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-024-25/+22
* 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-173-4/+4
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkJuli Mallett2002-09-174-23/+6
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofJuli Mallett2002-09-163-2/+12
* Remove some NOTINUSE stuff. Good housekeeping.Juli Mallett2002-09-161-9/+0
* Do not risk using the kernel pgtok() which assumes the page size isPeter Wemm2002-09-131-6/+2
* Prevent ps(1) from doing idiotic munging of things in a -ofmt= string.Juli Mallett2002-09-031-1/+8
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-211-1/+1
* mdoc(7) police: whitespace nits.Ruslan Ermilov2002-08-091-2/+3
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0Bruce Evans2002-07-111-2/+1
* err() is documented as allowing NULL for the format string but GCC isn'tMatthew Dillon2002-07-101-1/+1
* Bring back WFORMAT=0.Juli Mallett2002-07-081-0/+1
* - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able toRobert Drehmel2002-07-082-4/+2
* Make printval() take a 'void *' thus negating any assumptions the compilerJuli Mallett2002-07-071-2/+2
* Don't depend on pollution in <limits.h> for the definition ofMike Barcroft2002-07-051-0/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-306-20/+10
* Don't try to decode old-style options if the argv[1] begins with `-' and theMaxim Sobolev2002-06-201-10/+28
* ps(1) appeared in v4Juli Mallett2002-06-101-1/+1
* Note early appearence of some commands. These actually appeared in PWB, butJuli Mallett2002-06-101-0/+5
* Allow whitespace to act as a delimiter in the keywords list given to the -o,Juli Mallett2002-06-082-5/+14
* Fixed unsorting.Bruce Evans2002-06-081-1/+1
* Don't say that the list of formats can be space delimited, it no longer can be.Juli Mallett2002-06-081-2/+5
* Back out previous back out of previously correct code.Juli Mallett2002-06-071-2/+1
* Remove tunables to hide warnings that no longer exist.Juli Mallett2002-06-071-2/+0
* Cast to long to match format. Hidden by revision 1.18 of Makefile.Juli Mallett2002-06-071-1/+2
* Use a global `now' variable for the current time, and initialise it atJuli Mallett2002-06-063-6/+5
* Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsedJuli Mallett2002-06-064-0/+21
* sysctlbyname(3) returns -1 on failure, not any other value < 0.Juli Mallett2002-06-061-3/+3
* Support the SUSv3 `rgroup' format.Juli Mallett2002-06-064-5/+24
* Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. IJuli Mallett2002-06-061-1/+2
* SUSv3 conform on the "comm" and "args" formats, and make correct the "command"Juli Mallett2002-06-064-4/+41
* Refer to the command format by its SUSv3 name (comm), and list command as anJuli Mallett2002-06-061-2/+2
* 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-053-10/+8
* Comma seperate format lists, since space is no longer up to the task.Juli Mallett2002-06-051-6/+6
* 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
* Returning NULL here if malloc(3) fails is silly, at this point in the codepathJuli Mallett2002-06-051-1/+1