| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct some markup | brian | 2001-04-12 | 1 | -2/+4 |
* | Introduce -osid and -otsid | brian | 2001-04-11 | 2 | -0/+8 |
* | Remove tsess for now. | brian | 2001-04-07 | 1 | -2/+0 |
* | Update documentation in line with what the code does | brian | 2001-04-07 | 1 | -9/+1 |
* | The sess column went away last December with v1.26 of keyword.c | brian | 2001-04-07 | 1 | -1/+1 |
* | Small optimization: set use_ampm only when needed | ache | 2001-03-03 | 3 | -4/+6 |
* | Use AM/PM time only when available in locale | ache | 2001-03-02 | 3 | -4/+9 |
* | Fix style bug I introduced with rev 1.13 (rcsid after includes). | obrien | 2001-02-28 | 1 | -5/+7 |
* | Add rcsid. | obrien | 2001-02-27 | 1 | -0/+6 |
* | Do not coredump if no options are supplied. (ps -o,) | jlemon | 2001-02-14 | 1 | -1/+1 |
* | Catch up to new priority interface. | jake | 2001-02-12 | 3 | -17/+18 |
* | Use decimal point from locale | ache | 2001-02-11 | 1 | -1/+5 |
* | 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 |