aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/w
Commit message (Expand)AuthorAgeFilesLines
* MFC: use AM/PM time only when available in locale, correctlyAlexey Zelkin2002-03-123-12/+20
* Change the type of 'l' (in main()) from u_long to in_addr_t like itDima Dorfman2001-12-201-1/+1
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-141-2/+2
* MFC 1.49: Bug fix for 30 second error in uptimes under a minute.Crist J. Clark2001-09-281-1/+2
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-162-2/+2
* MFC 1.47: call kvm_close() on exit for consistency.Dima Dorfman2001-07-301-1/+4
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-222-2/+2
* MFC: src/usr.bin/nfsstat/nfsstat.c rev. 1.18Thomas Moestl2001-06-061-1/+2
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* MFC: Show the correct idle timeBrian Somers2001-01-051-2/+9
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+1
* 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