summaryrefslogtreecommitdiffstats
path: root/usr.bin/w/w.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r287590:delphij2015-09-231-11/+1
* Revert r253748,253749avg2013-07-281-0/+1
* remove needless inclusion of machine/cpu.h in userlandavg2013-07-281-1/+0
* - Move 'showthreads' check out of fmt.c.jhb2013-01-191-4/+3
* Set showthread = 0 for w(1).delphij2013-01-181-0/+1
* Use CLOCK_UPTIME to get the uptime.emaste2012-10-121-1/+1
* Add missing static keywords to w(1)ed2011-11-061-14/+13
* Only print entries for which ut_host points to a character device.ed2011-07-051-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...brucec2010-02-081-1/+2
* Port w(1) to utmpx.ed2010-01-131-5/+6
* Shuffle parens to avoid type-punning warning.dwmalone2010-01-051-1/+1
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+3
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-3/+0
* Let w(1) use utmpx.ed2009-12-061-29/+26
* When -n is specified, attempt to turn hostnames found in utmp into IPume2009-11-221-11/+31
* Fix the problem that the entry broke into two lines with multi-byteume2009-08-301-3/+4
* Use sysctlbynamephk2006-05-111-6/+1
* Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec)andre2005-10-171-9/+3
* Use the ki_udata field that was recently-added to kinfo_proc, instead ofgad2005-06-041-1/+1
* Do not print the result of strftime() in case of failure, the content ischarnier2003-09-071-5/+3
* utmp.ut_time is not a time_t, do not pass a pointer to it to pr_attime().peter2003-06-281-1/+4
* Fix warning when calling w(1) when logged in via xdm/kdm. This isseanc2002-08-231-4/+3
* ANSI style function declarations.jmallett2002-06-071-13/+5
* remove __Pimp2002-03-221-5/+5
* Back out part of rev 1.51. The lesser impact fix is to just removeobrien2002-03-071-11/+10
* WARNS=2 fix, use __FBSDID() and sort includes.markm2001-12-111-33/+31
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-1/+0
* Fixing a bug that causes very short uptimes (less than one minute) tocjc2001-09-221-1/+2
* When -n is specified, don't attempt to turn hostnames found in utmpbrian2001-07-261-39/+38
* Call kvm_close() before exit for consistency.phk2001-05-281-1/+4
* Fix the error buffer passed to kvm_openfiles to have a correct lengthtmm2001-05-261-1/+2
* Compensate for header dethreading.markm2001-05-011-0/+1
* Preserve comma as separator when it is not equal to radix characterache2001-03-031-2/+7
* Don't use "," as load avg. separator because it can be precision point in someache2001-03-031-1/+1
* Use AM/PM time only when available in localeache2001-03-021-2/+6
* Hostnames are case-insensitivebrian2000-12-221-1/+2
* If the utmp login time is greater than the tty atime, use it to calculatebrian2000-12-211-1/+7
* Change the proc information returned from the kernel so that itmckusick2000-12-121-13/+9
* Use the same technique as ps(1) to avoid the need for setgid. (ie: usepeter1999-11-171-3/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* New w ability: you can list multiple users on the command line and it willgreen1999-07-281-47/+48
* Clean up some ambiguous nested if/elses.billf1999-07-041-2/+3
* fix -n with 16-chars hostnames, modified patch from PRache1999-04-221-4/+7
* Get things right for tty names of length UT_LINESIZE.brian1999-03-311-16/+15
* Fix the annoying bug introduced in rev 1.18 that caused each line to bepeter1999-01-101-10/+9
* No __profname bozoness, no strstr() bozoness... test argv[0] againstdillon1998-12-241-4/+21
* Since argv is in scope, use argv[0] instead of __progname.steve1998-12-241-2/+2
* Do a better job of determining if we were called as uptime(1).steve1998-11-091-5/+2
* Remove unused strvisx.imp1998-06-091-10/+2
OpenPOWER on IntegriCloud