| Commit message (Expand) | Author | Age | Files | Lines |
* | Update p_flags doc. | peter | 1999-04-06 | 1 | -3/+1 |
* | Look at p_lock instead of P_NOSWAP etc as an indicator of unswappability. | peter | 1999-04-06 | 1 | -2/+4 |
* | On FreeBSD/alpha, ps(1) does not correctly report process start times | wpaul | 1999-04-01 | 1 | -1/+40 |
* | Enable Linux threads support by default. | julian | 1999-01-26 | 1 | -8/+1 |
* | Re-enable the options in ps(1) that were disabled with the Linux | julian | 1999-01-13 | 1 | -1/+6 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 1 | -1/+3 |
* | Fixed -Wall regression (broken in rev.1.12). Removed unused includes. | bde | 1998-12-07 | 1 | -3/+3 |
* | Fix formatting of %CPU value on alpha. | dfr | 1998-11-25 | 1 | -3/+3 |
* | Portability fixes when sizeof(int) != sizeof(long). | dfr | 1998-09-14 | 3 | -41/+47 |
* | Fixed breakage of %CPU and %MEM in the previous commit. sysctlbyname() | bde | 1998-09-10 | 1 | -5/+11 |
* | Pick up kernel variables/constants using sysctl rather than through /dev/mem | phk | 1998-06-30 | 2 | -80/+17 |
* | Fixed printf format errors (second round with non-i386 typedefs). | bde | 1998-06-28 | 1 | -2/+3 |
* | Oops, the previous log message should have read "Fixed type mismatches - | bde | 1998-06-28 | 1 | -1/+1 |
* | Fixed printf format errors. | bde | 1998-06-28 | 1 | -4/+7 |
* | Remove compile time dependency on ARG_MAX. | jkoshy | 1998-06-17 | 1 | -2/+11 |
* | Fix errors that crept into the previous commit. | jkoshy | 1998-06-04 | 1 | -3/+3 |
* | 1. `ps' output now shows 3 characters in the `TT' field, not 2, after | jkoshy | 1998-06-04 | 1 | -3/+4 |
* | Fixed imperfections in previous commit (a poor variable name, | bde | 1998-05-31 | 1 | -14/+14 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 1 | -14/+14 |
* | If no value is present for the login name set it to '-'. | steve | 1998-05-25 | 3 | -5/+39 |
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-15 | 5 | -23/+31 |
* | Add 'f' flag to the optstring. | dima | 1998-02-18 | 1 | -2/+2 |
* | cosmetic change for optstring | dima | 1998-02-18 | 1 | -2/+2 |
* | Display VSZ much more accurately now. | dyson | 1998-02-02 | 1 | -3/+2 |
* | Document the new -f flag. | dyson | 1997-12-05 | 1 | -1/+3 |
* | Add an option to building PS, so that the upages are explicitly paged in only | dyson | 1997-12-05 | 2 | -13/+44 |
* | Document correct option in manual page. | jlemon | 1997-08-19 | 1 | -2/+2 |
* | Use -I${.CURDIR}/../../sys so that the path is relative | steve | 1997-08-13 | 1 | -2/+2 |
* | Oops, add #include's (forgotten in last commit) to make this | steve | 1997-08-11 | 1 | -1/+4 |
* | Use -I../../sys instead of -I/sys. | steve | 1997-08-11 | 1 | -2/+2 |
* | Remove #ifdef NEWVM code and remove extra "key.name = p" line. | steve | 1997-08-11 | 1 | -125/+6 |
* | Fix seg fault when invalid keywords are used. | steve | 1997-08-11 | 1 | -3/+2 |
* | Fix "lstart". (Displays "19" rather than time) | peter | 1997-08-03 | 1 | -2/+2 |
* | Kill #ifndef NEWVM etc. It affected a lot of other things besides | peter | 1997-08-03 | 4 | -130/+7 |
* | devname.c moved to libc before Lite1 and isn't in ps in Lite2. | bde | 1997-07-13 | 1 | -82/+0 |
* | Cosmetic change in usage string. | charnier | 1997-06-06 | 1 | -6/+5 |
* | Dynamically adjust size of displayed username to the longest username which | jkh | 1997-04-29 | 5 | -145/+254 |
* | When "-c" is specified, don't pad the command with spaces if it is | jdp | 1997-04-16 | 1 | -2/+5 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
* | Fix buffer overflow (probably unexploitable). | guido | 1997-03-10 | 1 | -2/+2 |
* | Big usernames fixes | ache | 1997-03-04 | 1 | -4/+5 |
* | Use MAXLOGNAME-1 for width because MAXLOGNAME includes NUL | ache | 1997-03-03 | 1 | -3/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 10 | -10/+10 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 10 | -10/+10 |
* | -Wall cleaning. | steve | 1996-12-14 | 6 | -15/+15 |
* | Remove unneeded #include <sys/proc.h>. | hsu | 1996-11-10 | 1 | -2/+1 |
* | Implement a -c option to ps to display the short command name instead of | peter | 1996-10-21 | 4 | -11/+24 |
* | Updated to match kernel changes for timer/run queue. | dg | 1996-07-31 | 1 | -2/+2 |
* | The default swap device is /dev/drum, not /dev/swap | mpp | 1996-07-03 | 1 | -2/+2 |
* | Make %CPU add up closer to 100%.. At least, it now agrees with top.. :-) | peter | 1996-06-29 | 1 | -3/+4 |