aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/w
Commit message (Expand)AuthorAgeFilesLines
* Use the same technique as ps(1) to avoid the need for setgid. (ie: usePeter Wemm1999-11-172-5/+9
* Fix cosmetic bug in time display. Current day logins are now displayedDavid Nugent1999-11-101-4/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* New w ability: you can list multiple users on the command line and it willBrian Feldman1999-07-282-51/+52
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
* fix -n with 16-chars hostnames, modified patch from PRAndrey A. Chernov1999-04-221-4/+7
* Get things right for tty names of length UT_LINESIZE.Brian Somers1999-03-311-16/+15
* Fix the annoying bug introduced in rev 1.18 that caused each line to bePeter Wemm1999-01-102-13/+15
* No __profname bozoness, no strstr() bozoness... test argv[0] againstMatthew Dillon1998-12-241-4/+21
* Since argv is in scope, use argv[0] instead of __progname.Steve Price1998-12-241-2/+2
* Do a better job of determining if we were called as uptime(1).Steve Price1998-11-091-5/+2
* Remove unused strvisx.Warner Losh1998-06-091-10/+2
* Cosmetic fix. Compute header field widths from UT_{HOST,LINE,NAME}SIZEJoseph Koshy1998-05-211-4/+13
* Allow `w' to treat a corrupted "utmp" as a non fatal error.Joseph Koshy1998-05-141-4/+7
* Like most Unices FreeBSD should have a larger tty field at leastPoul-Henning Kamp1998-04-191-3/+4
* Reword using who.1 as a good example of where to start.Steve Price1998-03-221-2/+2
* Reword the synopsis line so that it makes sense.Steve Price1998-01-121-2/+2
* -Wall cleanup.Alexander Langer1997-12-281-3/+3
* If uptime < 1 min print in in secs otherwise we got confusing messageAndrey A. Chernov1997-10-131-10/+12
* Document newly added -d option and fix usage stringAndrey A. Chernov1997-09-122-4/+7
* The "-d" option dumps out the entire process list on a per controllingAndrey A. Chernov1997-09-121-11/+40
* Revert some casts I introduced.Philippe Charnier1997-08-261-3/+3
* Typo in usage(). Err -> errx when testing allocations.Philippe Charnier1997-08-254-15/+24
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Made sure the string formated by strftime() is properlyKazutaka YOKOTA1997-03-072-2/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Reduce the command field width by one when idle time is > 9 days, toDaniel O'Callaghan1997-02-113-4/+10
* Sort cross references.Wolfram Schneider1997-01-151-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* comma typosWolfram Schneider1996-12-231-1/+2
* Increase username field to reflect utmp changesAndrey A. Chernov1996-12-051-1/+1
* Do not print herror message, if w -n gethostname failed to be 100%Andrey A. Chernov1996-06-171-2/+1
* Fix xterm/screen/(any program using just :xxx form) compatibilityAndrey A. Chernov1996-06-171-1/+1
* Don't try convert "-" to numeric form for -n optionAndrey A. Chernov1996-06-171-1/+1
* Fix w -n to really show numeric addresses, close PR 402Andrey A. Chernov1996-06-171-0/+11
* Drop privileges if not using standard namelist or kernel file.Paul Traina1996-05-301-0/+7
* Change locale to LC_ALL, there is no bitmaskAndrey A. Chernov1995-10-261-1/+1
* Add setlocale LC_TIME|LC_CTYPEAndrey A. Chernov1995-10-241-0/+3
* Fix one column wrong offset in previous change days->dayAndrey A. Chernov1995-10-081-1/+1
* Print "1day" instead of "1days"Dima Ruban1995-09-221-2/+4
* Increase the tty column width from 2 to 3 characters.Peter Wemm1995-09-041-2/+2
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-072-15/+13
* When 'w' finds an IP address in the ut_host field, it attempts to doPeter Wemm1995-07-181-0/+8
* Fix the 'w' command so that the -h option correctly supresses the headingPeter Wemm1995-07-171-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-3/+3
* If an ut_host field in an utmp entry contains a ':' (e.g. for an xterm session)David Greenman1995-05-161-1/+2
* Install with default BINOWN (as it once used to be).David Greenman1995-04-151-1/+0
* Install setgid kmem rather than setuid root. The problem with procfs thatDavid Greenman1995-04-151-1/+2
* Correct the grammar for the label of the number of users.Scott Mace1995-02-181-1/+1