aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/w
Commit message (Expand)AuthorAgeFilesLines
* Revert r253748,253749Andriy Gapon2013-07-281-0/+1
* remove needless inclusion of machine/cpu.h in userlandAndriy Gapon2013-07-281-1/+0
* - Move 'showthreads' check out of fmt.c.John Baldwin2013-01-191-4/+3
* Set showthread = 0 for w(1).Xin LI2013-01-181-0/+1
* Fix whitespace.Ed Schouten2012-11-172-7/+6
* Use CLOCK_UPTIME to get the uptime.Ed Maste2012-10-121-1/+1
* Bump date missed in r202756Eitan Adler2012-09-141-1/+1
* Add missing static keywords to w(1)Ed Schouten2011-11-061-14/+13
* Only print entries for which ut_host points to a character device.Ed Schouten2011-07-051-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-116-24/+0
* Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...Rebecca Cran2010-02-081-1/+2
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-2/+2
* Port w(1) to utmpx.Ed Schouten2010-01-132-7/+8
* This now passes a make universe with WARNS=6.David Malone2010-01-071-2/+0
* Shuffle parens to avoid type-punning warning.David Malone2010-01-051-1/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-132-0/+4
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-112-4/+0
* Let w(1) use utmpx.Ed Schouten2009-12-062-31/+28
* When -n is specified, attempt to turn hostnames found in utmp into IPHajimu UMEMOTO2009-11-221-11/+31
* Constify format string pointer, otherwise this would trigger warning whenXin LI2009-09-081-1/+1
* Fix the problem that the entry broke into two lines with multi-byteHajimu UMEMOTO2009-08-303-12/+24
* w(1) uses strftime %b with to print the abbreviated month nameAndrey A. Chernov2008-08-201-1/+2
* Fix markup.Ruslan Ermilov2006-12-141-7/+10
* Use sysctlbynamePoul-Henning Kamp2006-05-111-6/+1
* Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec)Andre Oppermann2005-10-171-9/+3
* Use the ki_udata field that was recently-added to kinfo_proc, instead ofGarance A Drosehn2005-06-041-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-13/+13
* Include <sys/proc.h> instead of depending on namespace pollution inBruce Evans2004-04-141-11/+9
* Do not print the result of strftime() in case of failure, the content isPhilippe Charnier2003-09-071-5/+3
* utmp.ut_time is not a time_t, do not pass a pointer to it to pr_attime().Peter Wemm2003-06-281-1/+4
* Fix warning when calling w(1) when logged in via xdm/kdm. This isSean Chittenden2002-08-231-4/+3
* ANSI style function declarations.Juli Mallett2002-06-073-19/+8
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-092-3/+3
* remove __PWarner Losh2002-03-222-8/+8
* Back out part of rev 1.51. The lesser impact fix is to just removeDavid E. O'Brien2002-03-071-11/+10
* WARNS=2 fix, use __FBSDID() and sort includes.Mark Murray2001-12-113-44/+46
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-102-2/+0
* Fixing a bug that causes very short uptimes (less than one minute) toCrist J. Clark2001-09-221-1/+2
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* When -n is specified, don't attempt to turn hostnames found in utmpBrian Somers2001-07-263-43/+42
* Remove whitespace at EOL.Dima Dorfman2001-07-152-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
* Call kvm_close() before exit for consistency.Poul-Henning Kamp2001-05-281-1/+4
* Fix the error buffer passed to kvm_openfiles to have a correct lengthThomas Moestl2001-05-261-1/+2
* Compensate for header dethreading.Mark Murray2001-05-012-0/+2
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Fix width for printing timeAndrey A. Chernov2001-03-211-5/+4
* Preserve comma as separator when it is not equal to radix characterAndrey A. Chernov2001-03-031-2/+7