Garrett Wollman
656dcd4316
Delete bogus referneces to timezone code internal header file `tzfile.h',
...
which is no longer bogusly installed in /usr/include.
1995-08-07 19:17:46 +00:00
Peter Wemm
6367cd09b8
When 'w' finds an IP address in the ut_host field, it attempts to do
...
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
1995-07-18 05:07:02 +00:00
Peter Wemm
0812a2b446
Fix the 'w' command so that the -h option correctly supresses the heading
...
as per the manual page. Closes PR578.
Reviewed by:
Submitted by: Kenneth D. Merry
Obtained from:
1995-07-17 04:38:30 +00:00
Rodney W. Grimes
7799f52a32
Remove trailing whitespace.
1995-05-30 06:41:30 +00:00
David Greenman
92172c87b4
If an ut_host field in an utmp entry contains a ':' (e.g. for an xterm session)
...
w doesn't handle the non-'\0' terminated char arrays in struct utmp properly.
Submitted by: jarle@idt.unit.no
1995-05-16 11:29:41 +00:00
David Greenman
29e1dc7556
Install with default BINOWN (as it once used to be).
1995-04-15 03:31:19 +00:00
David Greenman
567f2ec907
Install setgid kmem rather than setuid root. The problem with procfs that
...
was breaking this before has been fixed.
1995-04-15 03:25:52 +00:00
Scott Mace
1b0c06d938
Correct the grammar for the label of the number of users.
...
It is plural when zero and >1 users are logged in.
1995-02-18 08:24:16 +00:00
Andrey A. Chernov
255318a894
idle time == 0 printed now as "-" like in good old BSD
...
skip cua* 3 chars as tty* 3 lchars
1994-09-27 01:00:18 +00:00
Garrett Wollman
40460a7a82
Make it set-uid until procfs is fixed.
1994-08-11 20:11:00 +00:00
Garrett Wollman
b35bdc400c
More merry makefile munging for man page compatability.
1994-08-05 19:00:04 +00:00
David Greenman
b3bfc7199e
Converted 'vmunix' to 'kernel'.
1994-08-05 09:14:37 +00:00
Rodney W. Grimes
9b50d90275
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00