| Commit message (Expand) | Author | Age | Files | Lines |
* | The hw.availpages sysctl has an unsigned long value now, fix the retrieval | tmm | 2002-11-01 | 2 | -2/+3 |
* | Do not print a header line if it would be empty; required by 1003.1-2001. | tjr | 2002-10-31 | 1 | -0/+9 |
* | Use the MAC interface to list process MAC labels rather than using | rwatson | 2002-10-24 | 8 | -172/+58 |
* | Oops, the previous version was a last minute test version with off_t | bde | 2002-10-03 | 1 | -1/+1 |
* | Use a non-bogus type for representing the values of offsets in structs. | bde | 2002-10-03 | 1 | -1/+1 |
* | Catch up to SMTX -> SLOCK changes. | jhb | 2002-10-02 | 4 | -25/+22 |
* | List valid keywords, ala kill(1), rather than the csh builtin kill, which | jmallett | 2002-09-27 | 1 | -2/+5 |
* | Ala kill(1), tell people to type 'ps -L' for a list of format keywords. | jmallett | 2002-09-27 | 1 | -1/+1 |
* | Rename new PLONG type to PGTOK as the conversion is more important than the | jmallett | 2002-09-17 | 3 | -4/+4 |
* | Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't think | jmallett | 2002-09-17 | 4 | -23/+6 |
* | Perform keyword.c:1.27 properly, implement -orss in the New World Order of | jmallett | 2002-09-16 | 3 | -2/+12 |
* | Remove some NOTINUSE stuff. Good housekeeping. | jmallett | 2002-09-16 | 1 | -9/+0 |
* | Do not risk using the kernel pgtok() which assumes the page size is | peter | 2002-09-13 | 1 | -6/+2 |
* | Prevent ps(1) from doing idiotic munging of things in a -ofmt= string. | jmallett | 2002-09-03 | 1 | -1/+8 |
* | s/filesystem/file system/ as discussed on -developers | trhodes | 2002-08-21 | 1 | -1/+1 |
* | mdoc(7) police: whitespace nits. | ru | 2002-08-09 | 1 | -2/+3 |
* | Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0 | bde | 2002-07-11 | 1 | -2/+1 |
* | err() is documented as allowing NULL for the format string but GCC isn't | dillon | 2002-07-10 | 1 | -1/+1 |
* | Bring back WFORMAT=0. | jmallett | 2002-07-08 | 1 | -0/+1 |
* | - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able to | robert | 2002-07-08 | 2 | -4/+2 |
* | Make printval() take a 'void *' thus negating any assumptions the compiler | jmallett | 2002-07-07 | 1 | -2/+2 |
* | Don't depend on pollution in <limits.h> for the definition of | mike | 2002-07-05 | 1 | -0/+1 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 6 | -20/+10 |
* | Don't try to decode old-style options if the argv[1] begins with `-' and the | sobomax | 2002-06-20 | 1 | -10/+28 |
* | ps(1) appeared in v4 | jmallett | 2002-06-10 | 1 | -1/+1 |
* | Note early appearence of some commands. These actually appeared in PWB, but | jmallett | 2002-06-10 | 1 | -0/+5 |
* | Allow whitespace to act as a delimiter in the keywords list given to the -o, | jmallett | 2002-06-08 | 2 | -5/+14 |
* | Fixed unsorting. | bde | 2002-06-08 | 1 | -1/+1 |
* | Don't say that the list of formats can be space delimited, it no longer can be. | jmallett | 2002-06-08 | 1 | -2/+5 |
* | Back out previous back out of previously correct code. | jmallett | 2002-06-07 | 1 | -2/+1 |
* | Remove tunables to hide warnings that no longer exist. | jmallett | 2002-06-07 | 1 | -2/+0 |
* | Cast to long to match format. Hidden by revision 1.18 of Makefile. | jmallett | 2002-06-07 | 1 | -1/+2 |
* | Use a global `now' variable for the current time, and initialise it at | jmallett | 2002-06-06 | 3 | -6/+5 |
* | Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsed | jmallett | 2002-06-06 | 4 | -0/+21 |
* | sysctlbyname(3) returns -1 on failure, not any other value < 0. | jmallett | 2002-06-06 | 1 | -3/+3 |
* | Support the SUSv3 `rgroup' format. | jmallett | 2002-06-06 | 4 | -5/+24 |
* | Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. I | jmallett | 2002-06-06 | 1 | -1/+2 |
* | SUSv3 conform on the "comm" and "args" formats, and make correct the "command" | jmallett | 2002-06-06 | 4 | -4/+41 |
* | Refer to the command format by its SUSv3 name (comm), and list command as an | jmallett | 2002-06-06 | 1 | -2/+2 |
* | As per behaviour on SVR4 systems, to allow any desirable type of header in the | jmallett | 2002-06-06 | 1 | -2/+4 |
* | Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [or | jmallett | 2002-06-05 | 3 | -10/+8 |
* | Comma seperate format lists, since space is no longer up to the task. | jmallett | 2002-06-05 | 1 | -6/+6 |
* | Support the 'comm' keyword, which is equivalent to our 'command', but | jmallett | 2002-06-05 | 1 | -0/+2 |
* | A space cannot be a header string seperator it appears given the SUSv3 | jmallett | 2002-06-05 | 1 | -1/+1 |
* | To comply with SUSv3, duplicate the variable contents for each given format, | jmallett | 2002-06-05 | 1 | -1/+4 |
* | Returning NULL here if malloc(3) fails is silly, at this point in the codepath | jmallett | 2002-06-05 | 1 | -1/+1 |
* | Remove an XXX comment that seems to be a tiny bit no longer pertinent. This | jmallett | 2002-06-05 | 1 | -4/+0 |
* | Use of zero here meant many things, NULL, '\0' (NUL), and 0. Sort it out. | jmallett | 2002-06-05 | 1 | -5/+5 |
* | Use a const char * where it is meant to be used. There's no reason to try | jmallett | 2002-06-05 | 1 | -1/+2 |
* | Duplicate the pointer to the string containing the header so it does not get | jmallett | 2002-06-05 | 1 | -1/+1 |