lukem
79da0bed76
minor whitespace fixup
1998-02-08 13:39:09 +00:00
mrg
52bb2f5ba0
print out the contents of uvmexp for "vmstat -s"
1998-02-07 16:50:59 +00:00
mrg
3ff646f56e
flesh out standard vmstat output with UVM.
1998-02-07 16:18:14 +00:00
mrg
a705b928fd
GC old old old "NEWVM". make run under UVM, if not report everything yet..
1998-02-07 15:42:32 +00:00
mrg
e42b5e70e3
build and run with -DUVM. this isn't yet finished but it does run and partially work.
1998-02-07 14:08:23 +00:00
mikel
fe49cec369
syslog(3) cleanup: don't append \n, use %m instead of %s & strerror(3)
1998-02-07 07:06:24 +00:00
perry
34a98169f0
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
hubertf
5dd9482e0e
Word Perfect "magic" entries, submitted by ksulliva@psc.edu in PR 4940.
1998-02-06 02:47:26 +00:00
christos
cb47578732
Use -ltermcap instead of -ltermlib
1998-02-05 12:15:51 +00:00
thorpej
1ed9f7e142
Always include <string.h> for string prototypes.
1998-02-04 21:32:23 +00:00
christos
9032c78379
Don't hardcode 1900
1998-02-04 15:23:54 +00:00
christos
91fe434141
Use strftime and strptime.
1998-02-04 15:21:52 +00:00
christos
ae32ae7441
- Y2K fixes
...
- fix usage message
1998-02-04 15:19:50 +00:00
christos
7bc244d512
Don't hardcode 1900...
1998-02-04 15:17:49 +00:00
christos
e98b84beb5
Y2K fixes...
1998-02-04 15:16:29 +00:00
christos
79400c03dd
Y2K fixes: use strftime(), and add a fake strftime() for systems that do
...
not have it.
1998-02-04 14:47:39 +00:00
perry
db7d894b0d
change includes to fix compiler warning
1998-02-03 04:27:35 +00:00
perry
cb9fa15a74
change includes to fix compiler warning
1998-02-03 04:24:17 +00:00
perry
d15c52e60c
change includes to fix compiler warning
1998-02-03 04:19:15 +00:00
perry
db49a9331a
change includes to fix compiler warning
1998-02-03 04:08:01 +00:00
perry
36af0320ed
add includes to fix compiler warning
1998-02-03 04:04:58 +00:00
perry
9f66981ad6
add <unistd.h> to fix compiler warning
1998-02-03 03:56:44 +00:00
perry
6abf6a014c
<stdlib.h> -> <unistd.h> to fix compiler warning
1998-02-03 03:53:39 +00:00
perry
cb66b17575
<stdlib.h> -> <unistd.h> to fix compiler warning
1998-02-03 03:51:49 +00:00
perry
b7110dfa46
add <unistd.h> to fix compiler warning
1998-02-03 03:47:47 +00:00
perry
3a2316b4d9
<stdlib.h> -> <unistd.h> to fix compiler warning
1998-02-03 03:44:22 +00:00
perry
c10fb822b5
add <unistd.h> to fix compiler warning
1998-02-03 03:10:15 +00:00
mrg
111777dda2
remove getvfsbyname cruft.
1998-02-03 01:04:27 +00:00
christos
60315cbc81
Does not need -lcompat
1998-02-02 14:10:45 +00:00
mrg
7b983ca6d5
merge lite2, sans getvfsbyname in functions.c (waiting on libc)
1998-02-02 14:02:06 +00:00
christos
26d6865f8e
Remove __GNUC__ ifdef, and make usage string consistent with other programs.
1998-01-31 20:42:07 +00:00
frueauf
feff15ad4a
s/_offsetof/offsetof and include stddef.h to reflect recent
...
change in sys/netiso/iso.h.
1998-01-29 09:11:21 +00:00
kleink
a2d5407369
.Nm usage police; from NAKAJIMA Yoshihiro in PR bin/4897.
1998-01-28 16:42:55 +00:00
kleink
226c774dba
* When opening a file fails, just issue a warning; convert to appropriate
...
use of the err(3) function; from NAKAJIMA Yoshihiro in PR bin/4870.
* Initialize native locale environment on startup.
* Since strtol() is used to convert the number of lines to be printed,
make linecnt and assorted variables `long's, and perform range checks
on it.
1998-01-27 17:00:19 +00:00
lukem
74576ae63b
fix richard o'keefe's email address (will have to change for his new job, but the one i've used is at least valid...)
1998-01-23 23:05:34 +00:00
lukem
33a9f67f94
enable el_parse for unknown commands (so editrc(5) commands can be used directly
1998-01-21 11:14:34 +00:00
mycroft
7eb2b1553a
Fix the old-style date parsing code as well.
1998-01-21 00:48:44 +00:00
mycroft
85876e6b32
Minor code rearrangement, and allow less of the time stamp to be specified.
1998-01-21 00:24:46 +00:00
mycroft
651689eea9
Fix a typo.
1998-01-20 21:18:25 +00:00
mycroft
95c66d2a0a
Pull in tzfile.h.
1998-01-20 21:04:04 +00:00
mycroft
eeec814a41
Use TM_YEAR_BASE to adjust tm_year, not 1900.
1998-01-20 20:53:32 +00:00
lukem
fa21aaa9f5
cosmetic mods to ptransfer() (which displays transfer statistics for
...
SIGINFO and at the end of the transfer):
* display time taken as [[x days?] hh:]mm:ss
* display ETA as [hh:]mm:ss
* print ' (stalled)' if the transfer is stalled
1998-01-20 04:39:34 +00:00
lukem
6ab4bdf006
define MAX_IN_PORT_T and use instead of USHRT_MAX. suggested by cgd@netbsd.org
1998-01-18 22:09:39 +00:00
lukem
7ee412ebee
* ensure buffer for username is initialised, so ^D on username prompt
...
doesn't use garbage for the username. from "Soren S. Jorvang" <soren@t.dk>
in [bin/4559]
* use in_port_t for ports, and USHRT_MAX instead of 0xffff
(from millert@openbsd.org )
* use `NULL' instead of `(.... *)0' where appropriate.
1998-01-18 14:23:33 +00:00
hubertf
567c3f3e41
Also save groups before chdir($HOME). This fixes a problem pointed
...
out by Bernd Ernesti with /home/lusers/joe (being uid joe, gid lusers),
with /home/lusers mode 750 and owner root:lusers.
1998-01-16 00:31:53 +00:00
cgd
377a82ec74
fgetc() returns 'int'. (char)EOF != EOF on unsigned-char machines.
1998-01-15 22:36:41 +00:00
mikel
83d4f0d268
make usage string match manpage
1998-01-12 08:11:19 +00:00
perry
c9eb40b69e
Commit a fix to the problem that nvi was reporting a completely silly
...
error message when TERM is not set. This might or might not be a
reasonable permanent fix -- I'm waiting to hear back from Keith Bostic.
Problem was reported in pr-3816 by Erik Fair.
1998-01-10 23:04:11 +00:00
enami
d9fba75667
.Nm in SYNOPSIS except first one should be followed by "".
1998-01-10 08:29:55 +00:00
perry
3fe138c146
RCS Id Police.
1998-01-09 08:03:16 +00:00