| Commit message (Expand) | Author | Age | Files | Lines |
* | w(1) uses strftime %b with to print the abbreviated month name | Andrey A. Chernov | 2008-08-20 | 1 | -1/+2 |
* | Fix markup. | Ruslan Ermilov | 2006-12-14 | 1 | -7/+10 |
* | Use sysctlbyname | Poul-Henning Kamp | 2006-05-11 | 1 | -6/+1 |
* | Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec) | Andre Oppermann | 2005-10-17 | 1 | -9/+3 |
* | Use the ki_udata field that was recently-added to kinfo_proc, instead of | Garance A Drosehn | 2005-06-04 | 1 | -1/+1 |
* | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -1/+1 |
* | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -13/+13 |
* | Include <sys/proc.h> instead of depending on namespace pollution in | Bruce Evans | 2004-04-14 | 1 | -11/+9 |
* | Do not print the result of strftime() in case of failure, the content is | Philippe Charnier | 2003-09-07 | 1 | -5/+3 |
* | utmp.ut_time is not a time_t, do not pass a pointer to it to pr_attime(). | Peter Wemm | 2003-06-28 | 1 | -1/+4 |
* | Fix warning when calling w(1) when logged in via xdm/kdm. This is | Sean Chittenden | 2002-08-23 | 1 | -4/+3 |
* | ANSI style function declarations. | Juli Mallett | 2002-06-07 | 3 | -19/+8 |
* | Replace /kernel with /boot/kernel/kernel. | Josef Karthauser | 2002-05-09 | 2 | -3/+3 |
* | remove __P | Warner Losh | 2002-03-22 | 2 | -8/+8 |
* | Back out part of rev 1.51. The lesser impact fix is to just remove | David E. O'Brien | 2002-03-07 | 1 | -11/+10 |
* | WARNS=2 fix, use __FBSDID() and sort includes. | Mark Murray | 2001-12-11 | 3 | -44/+46 |
* | Compensate for "Compensate for header dethreading" by backing it out. | Bruce Evans | 2001-10-10 | 2 | -2/+0 |
* | Fixing a bug that causes very short uptimes (less than one minute) to | Crist J. Clark | 2001-09-22 | 1 | -1/+2 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -2/+2 |
* | When -n is specified, don't attempt to turn hostnames found in utmp | Brian Somers | 2001-07-26 | 3 | -43/+42 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 2 | -2/+2 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 2 | -2/+2 |
* | Call kvm_close() before exit for consistency. | Poul-Henning Kamp | 2001-05-28 | 1 | -1/+4 |
* | Fix the error buffer passed to kvm_openfiles to have a correct length | Thomas Moestl | 2001-05-26 | 1 | -1/+2 |
* | Compensate for header dethreading. | Mark Murray | 2001-05-01 | 2 | -0/+2 |
* | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -1/+1 |
* | Fix width for printing time | Andrey A. Chernov | 2001-03-21 | 1 | -5/+4 |
* | Preserve comma as separator when it is not equal to radix character | Andrey A. Chernov | 2001-03-03 | 1 | -2/+7 |
* | Don't use "," as load avg. separator because it can be precision point in some | Andrey A. Chernov | 2001-03-03 | 1 | -1/+1 |
* | Oops, remove tabs sneaked in wrong place | Andrey A. Chernov | 2001-03-02 | 1 | -2/+2 |
* | Use AM/PM time only when available in locale | Andrey A. Chernov | 2001-03-02 | 3 | -7/+10 |
* | Catch up to proc flag changes. | John Baldwin | 2001-01-24 | 1 | -3/+3 |
* | Hostnames are case-insensitive | Brian Somers | 2000-12-22 | 1 | -1/+2 |
* | If the utmp login time is greater than the tty atime, use it to calculate | Brian Somers | 2000-12-21 | 1 | -1/+7 |
* | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-19 | 1 | -1/+1 |
* | Change the proc information returned from the kernel so that it | Kirk McKusick | 2000-12-12 | 3 | -28/+30 |
* | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -1/+1 |
* | Use the same technique as ps(1) to avoid the need for setgid. (ie: use | Peter Wemm | 1999-11-17 | 2 | -5/+9 |
* | Fix cosmetic bug in time display. Current day logins are now displayed | David Nugent | 1999-11-10 | 1 | -4/+9 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 4 | -4/+4 |
* | New w ability: you can list multiple users on the command line and it will | Brian Feldman | 1999-07-28 | 2 | -51/+52 |
* | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 1 | -0/+1 |
* | Clean up some ambiguous nested if/elses. | Bill Fumerola | 1999-07-04 | 1 | -2/+3 |
* | fix -n with 16-chars hostnames, modified patch from PR | Andrey A. Chernov | 1999-04-22 | 1 | -4/+7 |
* | Get things right for tty names of length UT_LINESIZE. | Brian Somers | 1999-03-31 | 1 | -16/+15 |
* | Fix the annoying bug introduced in rev 1.18 that caused each line to be | Peter Wemm | 1999-01-10 | 2 | -13/+15 |
* | No __profname bozoness, no strstr() bozoness... test argv[0] against | Matthew Dillon | 1998-12-24 | 1 | -4/+21 |
* | Since argv is in scope, use argv[0] instead of __progname. | Steve Price | 1998-12-24 | 1 | -2/+2 |
* | Do a better job of determining if we were called as uptime(1). | Steve Price | 1998-11-09 | 1 | -5/+2 |
* | Remove unused strvisx. | Warner Losh | 1998-06-09 | 1 | -10/+2 |