summaryrefslogtreecommitdiffstats
path: root/bin/ps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comma seperate format lists, since space is no longer up to the task.jmallett2002-06-051-6/+6
* 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
* Returning NULL here if malloc(3) fails is silly, at this point in the codepathjmallett2002-06-051-1/+1
* Remove an XXX comment that seems to be a tiny bit no longer pertinent. Thisjmallett2002-06-051-4/+0
* Use of zero here meant many things, NULL, '\0' (NUL), and 0. Sort it out.jmallett2002-06-051-5/+5
* Use a const char * where it is meant to be used. There's no reason to tryjmallett2002-06-051-1/+2
* Duplicate the pointer to the string containing the header so it does not getjmallett2002-06-051-1/+1
* Respect setting of the COLUMNS environment variable (SUSv3)tjr2002-06-042-1/+14
OpenPOWER on IntegriCloud