| Commit message (Expand) | Author | Age | Files | Lines |
* | w(1) is not setgid binary since r53279, so remove the setgid() call. | delphij | 2015-09-09 | 1 | -11/+1 |
* | Widen the host field so that a full IPv6 address will be seen. | markm | 2015-07-14 | 1 | -1/+1 |
* | Fix libxo output from uptime command | allanjude | 2015-04-16 | 1 | -7/+17 |
* | Call xo_finish(3) before exiting in usage(). | markj | 2015-03-09 | 1 | -0/+1 |
* | Add xo_finish() to w.c in case it's invoked as uptime | grembo | 2015-02-10 | 1 | -1/+3 |
* | Fix text output for the uptime command. | marcel | 2014-11-11 | 1 | -1/+1 |
* | Convert to use libxo. | marcel | 2014-11-05 | 1 | -28/+70 |
* | don't reinvent the wheel: rely on basename(3) | eadler | 2014-10-08 | 1 | -16/+2 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -0/+1 |
* | remove needless inclusion of machine/cpu.h in userland | avg | 2013-07-28 | 1 | -1/+0 |
* | - Move 'showthreads' check out of fmt.c. | jhb | 2013-01-19 | 1 | -4/+3 |
* | Set showthread = 0 for w(1). | delphij | 2013-01-18 | 1 | -0/+1 |
* | Use CLOCK_UPTIME to get the uptime. | emaste | 2012-10-12 | 1 | -1/+1 |
* | Add missing static keywords to w(1) | ed | 2011-11-06 | 1 | -14/+13 |
* | Only print entries for which ut_host points to a character device. | ed | 2011-07-05 | 1 | -1/+1 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 1 | -4/+0 |
* | Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow... | brucec | 2010-02-08 | 1 | -1/+2 |
* | Port w(1) to utmpx. | ed | 2010-01-13 | 1 | -5/+6 |
* | Shuffle parens to avoid type-punning warning. | dwmalone | 2010-01-05 | 1 | -1/+1 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+3 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -3/+0 |
* | Let w(1) use utmpx. | ed | 2009-12-06 | 1 | -29/+26 |
* | When -n is specified, attempt to turn hostnames found in utmp into IP | ume | 2009-11-22 | 1 | -11/+31 |
* | Fix the problem that the entry broke into two lines with multi-byte | ume | 2009-08-30 | 1 | -3/+4 |
* | Use sysctlbyname | phk | 2006-05-11 | 1 | -6/+1 |
* | Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec) | andre | 2005-10-17 | 1 | -9/+3 |
* | Use the ki_udata field that was recently-added to kinfo_proc, instead of | gad | 2005-06-04 | 1 | -1/+1 |
* | Do not print the result of strftime() in case of failure, the content is | 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 | 2003-06-28 | 1 | -1/+4 |
* | Fix warning when calling w(1) when logged in via xdm/kdm. This is | seanc | 2002-08-23 | 1 | -4/+3 |
* | ANSI style function declarations. | jmallett | 2002-06-07 | 1 | -13/+5 |
* | remove __P | imp | 2002-03-22 | 1 | -5/+5 |
* | Back out part of rev 1.51. The lesser impact fix is to just remove | obrien | 2002-03-07 | 1 | -11/+10 |
* | WARNS=2 fix, use __FBSDID() and sort includes. | markm | 2001-12-11 | 1 | -33/+31 |
* | Compensate for "Compensate for header dethreading" by backing it out. | bde | 2001-10-10 | 1 | -1/+0 |
* | Fixing a bug that causes very short uptimes (less than one minute) to | cjc | 2001-09-22 | 1 | -1/+2 |
* | When -n is specified, don't attempt to turn hostnames found in utmp | brian | 2001-07-26 | 1 | -39/+38 |
* | 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 | 1 | -0/+1 |
* | 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 |
* | Use AM/PM time only when available in locale | ache | 2001-03-02 | 1 | -2/+6 |
* | 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 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 1 | -13/+9 |
* | Use the same technique as ps(1) to avoid the need for setgid. (ie: use | peter | 1999-11-17 | 1 | -3/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | New w ability: you can list multiple users on the command line and it will | green | 1999-07-28 | 1 | -47/+48 |
* | Clean up some ambiguous nested if/elses. | billf | 1999-07-04 | 1 | -2/+3 |