obrien
3f431df8ec
Add copyright and RCS/CVS Id.
...
Noticed by: ken
1998-12-27 21:44:03 +00:00
obrien
b839231415
Update section on DK_NDRIVES (which was removed with CAM), and explain
...
relation to devstat(3)/(9).
Submitted-by: ken@freebsd.org
1998-12-27 21:38:09 +00:00
obrien
ab302cd2cd
Turn the compile time option into a run-time option.
...
You can now use the `want_fd' command in the vmstat display.
Suggested by: grog
1998-12-27 17:59:42 +00:00
obrien
60e9f49335
Don't waste precious space on showing the performance of fdX.
...
(can get old behavior with -DWANT_FD)
1998-12-27 08:15:37 +00:00
dillon
6a839215a1
No __profname bozoness, no strstr() bozoness... test argv[0] against
...
"uptime" the right way. Sheesh.
1998-12-24 23:27:33 +00:00
steve
1c3fec22d8
Since argv is in scope, use argv[0] instead of __progname.
...
Suggested by: bde
1998-12-24 18:20:58 +00:00
mjacob
247c297d5a
Print out latched cdb's correlated to latched errors in MTIOCERRSTAT case.
...
Complete the addition of the setmark support
(from Martin.Birgmeier@aon.at ).
1998-12-22 17:28:25 +00:00
msmith
131312c0d6
Flush the output file before exiting; short-lived programs don't even fill
...
the stdio buffer.
1998-12-21 06:34:50 +00:00
foxfair
2ab2dd56dd
Fixed typo.
1998-12-20 02:52:30 +00:00
mjacob
d9c216a344
add in new errstat subcommand (MTIOCSERRSTAT)
1998-12-19 20:23:37 +00:00
mjacob
e432d65bec
Made changes suggested by bruce, plus a couple of others which made -Wall work.
...
Obtained from:bde@freebsd.org
1998-12-18 18:16:35 +00:00
des
ab07ab9139
Unbreak K&R support, and generate code that works in K&R C as well as
...
ANSI C no matter what language is specified.
1998-12-18 14:29:51 +00:00
mjacob
9007253495
1) Clarify that a weof count of zero is allowed (flush buffers).
...
2) Add in the set of {sethpos,setspos,rdhpos,rdspos) commands to implement the
Hardware && SCSI Logical Block position ioctls.
1998-12-18 02:02:20 +00:00
imp
3d6d60242a
Free memory from setmode.
...
Obtained from: OpenBSD
1998-12-16 04:51:27 +00:00
imp
16794c966e
Return memory from setmode.
...
Obtained from: OpenBSD
1998-12-16 04:50:46 +00:00
peter
0be4cef38e
The perlinterp option builds and works, but I'm not so sure how it'll go
...
in a release or buildworld environment, so I'll leave it disabled.
1998-12-16 04:02:56 +00:00
des
78b34160d2
Generate a prototype for initialize_XXXX_error_table() when the language
...
is set to C.
1998-12-15 12:20:27 +00:00
billf
cf6ada6c38
Add "-N" option to supress reverse name lookup.
...
This comes in really handy when you're telneting the broken DNS server by
IP.
PR: bin/8698
1998-12-14 22:40:39 +00:00
dillon
f1f5e5024a
Added support for DIS 8859-15 based locales using patch
...
from Kaleb.
Obtained from: Kaleb Keithley <kaleb@ics.com>
1998-12-14 02:59:15 +00:00
steve
0021e2b7af
Change the wording to reflect that only the first character of the two
...
arguments to changequote are significant.
PR: 8282
1998-12-13 23:15:50 +00:00
bde
4e37d54d16
Fixed disordering of cross references in previous commit.
1998-12-13 15:32:26 +00:00
dillon
a9cca9c815
PR: bin/9016
...
Fix bug with od/hd/hexdump. "*" lines are supposed to indicate one or
duplicates of the previous line, but a small file with less then 16
characters of zeros in it will be falsy identified as a repeat of
the (non-existant) previous line. i.e. the first line of output winds
up being a "*". Added a bit of code to handle the degenerate 'there is
no previous line' case for the first line.
1998-12-13 06:40:18 +00:00
dillon
eb1a8914ce
PR: bin/8680
...
Minor adjustments to rwall.c. Increased the size of a couple of char
arrays and replaced a potentially dangeerous strcpy/strcat with snprintf().
1998-12-13 03:44:19 +00:00
dillon
762deff9e1
PR: bin/8680
...
Increase the size of a number of buffers and replace strcpy/strcat/sprintf
with snprintf(). There was a minor and possibly not exploitable security
hole related to one sprintf().
1998-12-13 03:42:51 +00:00
dillon
776cf0ace3
Add reference to login.conf(5)
1998-12-13 02:48:43 +00:00
dillon
c3a1aa3df5
PR: docs/9045
...
Update chpass(1) manual page. Change the definition of the class
field and also reorganize the field list to match that of the
/etc/master.passwd file, to avoid confusion.
1998-12-13 02:47:00 +00:00
eivind
0e52448bcc
Better error checking.
1998-12-09 20:49:20 +00:00
archie
e11c48f4b1
Fix a new bug introduced by the previous bug fix
1998-12-08 21:29:22 +00:00
cracauer
c4f0cd91df
Add -s option, just report size of file that would be fetched.
...
Reviewed by: -current list
1998-12-08 13:00:49 +00:00
bde
c586f2866a
Fixed warnx format errors in printf and csh, and snprintf format errors
...
in sh, by using separate macros for the 1, 2 and 3-arg calls to warnx.
(The 3-arg warnx macro in sh/bltin/bltin.h used to require bogus dummy
args.)
1998-12-07 12:14:04 +00:00
archie
70bef8d209
Fix brokenness compiling "s/pat/subst/" when length of subst is >= 4090 chars.
...
PR: bin/7939
1998-12-07 05:35:54 +00:00
archie
5fa68e57c0
Compile -Wall
1998-12-07 05:33:39 +00:00
archie
167c036e91
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
1998-12-06 22:58:23 +00:00
archie
731caa6ae4
Eliminate compiler warnings from -Wall
1998-12-06 07:42:09 +00:00
archie
58d8b6ab3e
Eliminate compiler warnings from -Wall
1998-12-06 07:36:44 +00:00
dillon
0cb646b080
Obtained from: "Jan B. Koum " <jkb@best.com>
...
Add a reference to pam(8) in the login(1) and login.access(5) manual
pages.
1998-12-01 17:05:08 +00:00
billf
7c2a2707c4
We use login.conf, not login.cap
...
PR: doc/8897
Submitted by: Jonathan Hanna <pangolin@home.com>
1998-11-30 22:41:58 +00:00
wosch
a42ed30fc8
Set TMPDIR to /tmp
...
Use the new find option -s for sorted output.
Remove the temp directory in trap.
1998-11-29 14:46:35 +00:00
pds
e5a067a5c5
Described the search path Make uses to find makefiles.
1998-11-29 13:46:39 +00:00
bde
584f2f4b8f
Fixed style bugs in previous commit.
1998-11-29 12:17:09 +00:00
bde
686e5f3db2
Fixed English in previous commit. Clarify "lexicographical order".
...
Don't format paragraphs manually (new sentences not beginning on new
lines give hard-formatted line breaks).
1998-11-29 12:00:06 +00:00
bde
9d5546fa95
Fixed my English fixes.
1998-11-29 11:34:30 +00:00
bde
767b0be6c5
Fixed style bugs and English in previous commit.
1998-11-29 11:11:07 +00:00
bde
095dc8ca5d
Fixed disorder and and usage message. Improved English.
...
Broken in: previous commit
1998-11-29 10:41:01 +00:00
bde
40847d6be1
Fixed disordering in previous commit.
1998-11-29 10:08:27 +00:00
wosch
27d1e786a6
Set TMPDIR to /tmp
...
Remove the temp directory in trap.
Replace the buggy awk script with a correct perl script.
Don't make a copy of the input data anymore if the input is already
sorted (option -presort). This scheme avoid large temporary files in
/tmp.
1998-11-29 00:59:20 +00:00
wosch
f14200ee15
Recommended TMPDIR is now /tmp (undo rev 1.6)
1998-11-29 00:57:03 +00:00
wosch
d13a028d3d
Added a sort option to find(1).
...
The sort option make it possible to build the locate
database without large (usually 20-100MB) temp files.
1998-11-29 00:54:21 +00:00
bde
1c6d286a62
Removed unused nlist'ed variables stathz and hz. These used to be used
...
to half compensate for broken scaling of p_pctcpu in the kernel, but the
previous commit removed this compensation. %cpu values will be wrong by
a factor of stathz/hz until the kernel is fixed. (The kernel gets it
wrong by a factor of stathz/hz, and top got the compensation wrong by
a factor of 100/stathz.)
1998-11-26 12:59:21 +00:00
dfr
68f5aa320d
Port top to the alpha.
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1998-11-25 09:45:28 +00:00