summaryrefslogtreecommitdiffstats
path: root/usr.bin/w
Commit message (Expand)AuthorAgeFilesLines
* Use the same technique as ps(1) to avoid the need for setgid. (ie: usepeter1999-11-172-5/+9
* Fix cosmetic bug in time display. Current day logins are now displayeddavidn1999-11-101-4/+9
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* New w ability: you can list multiple users on the command line and it willgreen1999-07-282-51/+52
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* 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-102-13/+15
* 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
* Reword using who.1 as a good example of where to start.steve1998-03-221-2/+2
* Reword the synopsis line so that it makes sense.steve1998-01-121-2/+2
* -Wall cleanup.alex1997-12-281-3/+3
* 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-122-4/+7
* The "-d" option dumps out the entire process list on a per controllingache1997-09-121-11/+40
* Revert some casts I introduced.charnier1997-08-261-3/+3
* Typo in usage(). Err -> errx when testing allocations.charnier1997-08-254-15/+24
* 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-072-2/+4
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Reduce the command field width by one when idle time is > 9 days, todanny1997-02-113-4/+10
* Sort cross references.wosch1997-01-151-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* comma typoswosch1996-12-231-1/+2
* 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
* Fix one column wrong offset in previous change days->dayache1995-10-081-1/+1
* Print "1day" instead of "1days"dima1995-09-221-2/+4
* 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-072-15/+13
* 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-302-3/+3
* If an ut_host field in an utmp entry contains a ':' (e.g. for an xterm session)dg1995-05-161-1/+2
* Install with default BINOWN (as it once used to be).dg1995-04-151-1/+0
* Install setgid kmem rather than setuid root. The problem with procfs thatdg1995-04-151-1/+2
* Correct the grammar for the label of the number of users.smace1995-02-181-1/+1
OpenPOWER on IntegriCloud