summaryrefslogtreecommitdiffstats
path: root/usr.bin/w
Commit message (Collapse)AuthorAgeFilesLines
* If uptime < 1 min print in in secs otherwise we got confusing messageache1997-10-131-10/+12
| | | | "up 1 user"
* 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
| | | | | tty basis, instead of just the top level process. Submitted by: terry
* Revert some casts I introduced.charnier1997-08-261-3/+3
| | | | Requested by: Bruce.
* 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
| | | | posix standard on the topic.
* Made sure the string formated by strftime() is properlyyokota1997-03-072-2/+4
| | | | | | | | null-terminated. Should go to RELENG_2_1 and RELENG_2_2. Reviewed by guido@freebsd.org.
* 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
| | | | | | eliminate unsightly blank line. Possibly a 2.2 candidate.
* Sort cross references.wosch1997-01-151-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* 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
| | | | | compatible with any program Suggested by: peter
* 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
| | | | Partially submitted by: henrich@msu.edu (Charles Henrich)
* Drop privileges if not using standard namelist or kernel file.pst1996-05-301-0/+7
| | | | Submitted by: smpatel (Sujal Patel)
* 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
| | | | | | | | This gives us more room to breath with tty names, especially with drivers that support large numbers of ports.. eg: specialix and digiboard. This does not actually change the current tty names, it just allows room for reporting more characters if the drivers use them.
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-072-15/+13
| | | | which is no longer bogusly installed in /usr/include.
* When 'w' finds an IP address in the ut_host field, it attempts to dopeter1995-07-181-0/+8
| | | | | | | | | | | | a gethostbyname() on it. That can take a long time... (especially if the reason the IP address is in there in the first place is because login/rlogind/telnetd couldn't find it either....) This patch reduces the gethostbyaddr lookup time to 2 seconds, the idea being that if the local nameserver knows the answer, it'll answer within that time, otherwise we dont care... :-) This change doesn't do anything about whether or not w should do this in the first place, but at least it will make the current behavior less painful. Reviewed by: David Greenman
* Fix the 'w' command so that the -h option correctly supresses the headingpeter1995-07-171-2/+2
| | | | | | | as per the manual page. Closes PR578. Reviewed by: Submitted by: Kenneth D. Merry Obtained from:
* 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
| | | | | | w doesn't handle the non-'\0' terminated char arrays in struct utmp properly. Submitted by: jarle@idt.unit.no
* 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
| | | | was breaking this before has been fixed.
* Correct the grammar for the label of the number of users.smace1995-02-181-1/+1
| | | | It is plural when zero and >1 users are logged in.
* idle time == 0 printed now as "-" like in good old BSDache1994-09-272-1/+5
| | | | skip cua* 3 chars as tty* 3 lchars
* Make it set-uid until procfs is fixed.wollman1994-08-111-2/+2
|
* More merry makefile munging for man page compatability.wollman1994-08-051-1/+1
|
* Converted 'vmunix' to 'kernel'.dg1994-08-052-3/+3
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-277-0/+904
OpenPOWER on IntegriCloud