| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
* | - Catch up to new proc flags. | jhb | 2001-01-24 | 2 | -7/+8 |
* | Restore the rss (-u) keyword that got deleted in my somewhat over-zealous | mckusick | 2000-12-16 | 1 | -0/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-15 | 1 | -2/+3 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 5 | -169/+103 |
* | Document the mtxname keyword. | jhb | 2000-11-30 | 1 | -2/+13 |
* | Introduce a 'mtxname' keyword that displays the current mutex that a | jhb | 2000-11-29 | 3 | -0/+20 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | Remove obsolete /dev/drum references | jedgar | 2000-10-29 | 1 | -3/+2 |
* | No need to work around SCCS variable expansion any more. | kris | 2000-09-28 | 1 | -6/+2 |
* | Support multiple (comma separated) names as arguments to -U | brian | 2000-09-26 | 2 | -15/+73 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -1/+9 |
* | Fix the exit code for the case where nentries == 0; if a PID doesn't exist, | will | 2000-07-08 | 1 | -1/+1 |
* | I'm probably jumping the gun, but what the heck, this is -current. | peter | 1999-11-17 | 1 | -2/+2 |
* | Use eproc.e_stats, not a series of crude hacks to fetch it from the u-area. | peter | 1999-11-17 | 1 | -60/+19 |
* | Introduce commandline caching in the kernel. | phk | 1999-11-16 | 1 | -1/+1 |
* | Typo (appropiate -> appropriate) | kris | 1999-11-15 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 8 | -8/+8 |
* | Correct reference to the obsolete vadvise() to madvise() (with appropriate | kris | 1999-06-30 | 1 | -5/+5 |
* | Various spelling/formatting changes. | kris | 1999-05-08 | 1 | -3/+3 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 2 | -2/+9 |
* | 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 |