| Commit message (Expand) | Author | Age | Files | Lines |
* | Get this area compiling with the highest WARNS= that it works with. | markm | 2003-06-13 | 1 | -2/+1 |
* | Add the -H option to ps(1) to display all kernel visible threads in each | scottl | 2003-06-12 | 2 | -6/+19 |
* | add section name to .Xr | charnier | 2003-06-08 | 1 | -1/+1 |
* | Fix long constant usage for i386. | markm | 2003-05-03 | 1 | -1/+1 |
* | Fix a bazillion warnings. This makes almost the whole of src/bin/* | markm | 2003-05-03 | 1 | -1/+1 |
* | fmt.c has a comparison between signed and unsigned that is unclear how | obrien | 2003-05-02 | 1 | -0/+1 |
* | Fix references to non-existing or obsoleted man pages. | schweikh | 2003-04-30 | 1 | -3/+1 |
* | Revert the zombie part of previous commit | charnier | 2003-04-15 | 1 | -1/+1 |
* | Correct style bugs. Don't skip zombies in cputime(), according to Bruce, | charnier | 2003-04-14 | 1 | -58/+42 |
* | Display residency and sleep times (re and sl fields) larger than 127 as 127. | tjr | 2003-04-12 | 3 | -3/+6 |
* | Fix slight disorder that broke sorting. Put in bold warning about the | sobomax | 2003-02-05 | 1 | -2/+3 |
* | Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according to | charnier | 2003-02-05 | 5 | -4/+24 |
* | Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similar | jmallett | 2003-01-19 | 4 | -11/+19 |
* | When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupe | jmallett | 2003-01-19 | 3 | -16/+39 |
* | Refer to the process label as proclabel, as there is a function called label, | jmallett | 2003-01-18 | 1 | -10/+10 |
* | Fixed the abuses of .Ql visible on stderr in troff mode. | ru | 2002-12-23 | 1 | -1/+1 |
* | 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 |