summaryrefslogtreecommitdiffstats
path: root/usr.bin/w/w.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cosmetic fix. Compute header field widths from UT_{HOST,LINE,NAME}SIZEjkoshy1998-05-211-4/+13
* Allow `w' to treat a corrupted "utmp" as a non fatal error.jkoshy1998-05-141-4/+7
* Like most Unices FreeBSD should have a larger tty field at leastphk1998-04-191-3/+4
* If uptime < 1 min print in in secs otherwise we got confusing messageache1997-10-131-10/+12
* Document newly added -d option and fix usage stringache1997-09-121-2/+2
* The "-d" option dumps out the entire process list on a per controllingache1997-09-121-11/+40
* Typo in usage(). Err -> errx when testing allocations.charnier1997-08-251-5/+10
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Made sure the string formated by strftime() is properlyyokota1997-03-071-1/+2
* Reduce the command field width by one when idle time is > 9 days, todanny1997-02-111-2/+4
* Increase username field to reflect utmp changesache1996-12-051-1/+1
* Do not print herror message, if w -n gethostname failed to be 100%ache1996-06-171-2/+1
* Fix xterm/screen/(any program using just :xxx form) compatibilityache1996-06-171-1/+1
* Don't try convert "-" to numeric form for -n optionache1996-06-171-1/+1
* Fix w -n to really show numeric addresses, close PR 402ache1996-06-171-0/+11
* Drop privileges if not using standard namelist or kernel file.pst1996-05-301-0/+7
* Change locale to LC_ALL, there is no bitmaskache1995-10-261-1/+1
* Add setlocale LC_TIME|LC_CTYPEache1995-10-241-0/+3
* Increase the tty column width from 2 to 3 characters.peter1995-09-041-2/+2
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-6/+5
* When 'w' finds an IP address in the ut_host field, it attempts to dopeter1995-07-181-0/+8
* Fix the 'w' command so that the -h option correctly supresses the headingpeter1995-07-171-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* If an ut_host field in an utmp entry contains a ':' (e.g. for an xterm session)dg1995-05-161-1/+2
* Correct the grammar for the label of the number of users.smace1995-02-181-1/+1
* idle time == 0 printed now as "-" like in good old BSDache1994-09-271-1/+2
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+426
OpenPOWER on IntegriCloud