| Commit message (Expand) | Author | Age | Files | Lines |
* | Call kvm_close() before exit for consistency. | phk | 2001-05-28 | 1 | -1/+4 |
* | Fix the error buffer passed to kvm_openfiles to have a correct length | tmm | 2001-05-26 | 1 | -1/+2 |
* | Compensate for header dethreading. | markm | 2001-05-01 | 2 | -0/+2 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
* | Fix width for printing time | ache | 2001-03-21 | 1 | -5/+4 |
* | Preserve comma as separator when it is not equal to radix character | ache | 2001-03-03 | 1 | -2/+7 |
* | Don't use "," as load avg. separator because it can be precision point in some | ache | 2001-03-03 | 1 | -1/+1 |
* | Oops, remove tabs sneaked in wrong place | ache | 2001-03-02 | 1 | -2/+2 |
* | Use AM/PM time only when available in locale | ache | 2001-03-02 | 3 | -7/+10 |
* | Catch up to proc flag changes. | jhb | 2001-01-24 | 1 | -3/+3 |
* | Hostnames are case-insensitive | brian | 2000-12-22 | 1 | -1/+2 |
* | If the utmp login time is greater than the tty atime, use it to calculate | brian | 2000-12-21 | 1 | -1/+7 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -1/+1 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 3 | -28/+30 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Use the same technique as ps(1) to avoid the need for setgid. (ie: use | peter | 1999-11-17 | 2 | -5/+9 |
* | Fix cosmetic bug in time display. Current day logins are now displayed | davidn | 1999-11-10 | 1 | -4/+9 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
* | New w ability: you can list multiple users on the command line and it will | green | 1999-07-28 | 2 | -51/+52 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Clean up some ambiguous nested if/elses. | billf | 1999-07-04 | 1 | -2/+3 |
* | fix -n with 16-chars hostnames, modified patch from PR | ache | 1999-04-22 | 1 | -4/+7 |
* | Get things right for tty names of length UT_LINESIZE. | brian | 1999-03-31 | 1 | -16/+15 |
* | Fix the annoying bug introduced in rev 1.18 that caused each line to be | peter | 1999-01-10 | 2 | -13/+15 |
* | No __profname bozoness, no strstr() bozoness... test argv[0] against | dillon | 1998-12-24 | 1 | -4/+21 |
* | Since argv is in scope, use argv[0] instead of __progname. | steve | 1998-12-24 | 1 | -2/+2 |
* | Do a better job of determining if we were called as uptime(1). | steve | 1998-11-09 | 1 | -5/+2 |
* | Remove unused strvisx. | imp | 1998-06-09 | 1 | -10/+2 |
* | Cosmetic fix. Compute header field widths from UT_{HOST,LINE,NAME}SIZE | jkoshy | 1998-05-21 | 1 | -4/+13 |
* | Allow `w' to treat a corrupted "utmp" as a non fatal error. | jkoshy | 1998-05-14 | 1 | -4/+7 |
* | Like most Unices FreeBSD should have a larger tty field at least | phk | 1998-04-19 | 1 | -3/+4 |
* | Reword using who.1 as a good example of where to start. | steve | 1998-03-22 | 1 | -2/+2 |
* | Reword the synopsis line so that it makes sense. | steve | 1998-01-12 | 1 | -2/+2 |
* | -Wall cleanup. | alex | 1997-12-28 | 1 | -3/+3 |
* | If uptime < 1 min print in in secs otherwise we got confusing message | ache | 1997-10-13 | 1 | -10/+12 |
* | Document newly added -d option and fix usage string | ache | 1997-09-12 | 2 | -4/+7 |
* | The "-d" option dumps out the entire process list on a per controlling | ache | 1997-09-12 | 1 | -11/+40 |
* | Revert some casts I introduced. | charnier | 1997-08-26 | 1 | -3/+3 |
* | Typo in usage(). Err -> errx when testing allocations. | charnier | 1997-08-25 | 4 | -15/+24 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
* | Made sure the string formated by strftime() is properly | yokota | 1997-03-07 | 2 | -2/+4 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Reduce the command field width by one when idle time is > 9 days, to | danny | 1997-02-11 | 3 | -4/+10 |
* | Sort cross references. | wosch | 1997-01-15 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | comma typos | wosch | 1996-12-23 | 1 | -1/+2 |
* | Increase username field to reflect utmp changes | ache | 1996-12-05 | 1 | -1/+1 |
* | Do not print herror message, if w -n gethostname failed to be 100% | ache | 1996-06-17 | 1 | -2/+1 |
* | Fix xterm/screen/(any program using just :xxx form) compatibility | ache | 1996-06-17 | 1 | -1/+1 |
* | Don't try convert "-" to numeric form for -n option | ache | 1996-06-17 | 1 | -1/+1 |