David E. O'Brien
587c729bb3
Add copyright and RCS/CVS Id.
...
Noticed by: ken
1998-12-27 21:44:03 +00:00
David E. O'Brien
d623448808
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
David E. O'Brien
4ae16510d1
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
David E. O'Brien
5647c79de5
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
Matthew Dillon
a4f33f438d
No __profname bozoness, no strstr() bozoness... test argv[0] against
...
"uptime" the right way. Sheesh.
1998-12-24 23:27:33 +00:00
Steve Price
0d5ad2d7ff
Since argv is in scope, use argv[0] instead of __progname.
...
Suggested by: bde
1998-12-24 18:20:58 +00:00
Matt Jacob
2331285d76
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
Mike Smith
dcbdc0b9b5
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 Hu
8e1c603056
Fixed typo.
1998-12-20 02:52:30 +00:00
Matt Jacob
9b37fcd2ea
add in new errstat subcommand (MTIOCSERRSTAT)
1998-12-19 20:23:37 +00:00
Matt Jacob
5091642944
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
Dag-Erling Smørgrav
d63c42d19f
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
Matt Jacob
69765472a3
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
Warner Losh
1202b72441
Free memory from setmode.
...
Obtained from: OpenBSD
1998-12-16 04:51:27 +00:00
Warner Losh
83268d4dbb
Return memory from setmode.
...
Obtained from: OpenBSD
1998-12-16 04:50:46 +00:00
Peter Wemm
766e996f98
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
Dag-Erling Smørgrav
88c4d11dc7
Generate a prototype for initialize_XXXX_error_table() when the language
...
is set to C.
1998-12-15 12:20:27 +00:00
Bill Fumerola
60453219bd
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
Matthew Dillon
ad7847141f
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 Price
4f3a383e26
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
Bruce Evans
b5d2ebcc28
Fixed disordering of cross references in previous commit.
1998-12-13 15:32:26 +00:00
Matthew Dillon
b001517f54
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
Matthew Dillon
de7c546760
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
Matthew Dillon
98df703fe0
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
Matthew Dillon
4bb8e546c1
Add reference to login.conf(5)
1998-12-13 02:48:43 +00:00
Matthew Dillon
f4b12e0a08
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 Eklund
65d303887c
Better error checking.
1998-12-09 20:49:20 +00:00
Archie Cobbs
c56690ef7b
Fix a new bug introduced by the previous bug fix
1998-12-08 21:29:22 +00:00
Martin Cracauer
b451f4524e
Add -s option, just report size of file that would be fetched.
...
Reviewed by: -current list
1998-12-08 13:00:49 +00:00
Bruce Evans
3b53d3803e
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 Cobbs
1a6583da3a
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 Cobbs
2806aab73b
Compile -Wall
1998-12-07 05:33:39 +00:00
Archie Cobbs
fa146c5335
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
1998-12-06 22:58:23 +00:00
Archie Cobbs
5f618f92e3
Eliminate compiler warnings from -Wall
1998-12-06 07:42:09 +00:00
Archie Cobbs
5d2b41cb4e
Eliminate compiler warnings from -Wall
1998-12-06 07:36:44 +00:00
Matthew Dillon
4bc34f94d6
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
Bill Fumerola
71f14d164e
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
Wolfram Schneider
215a9c2799
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
Peter da Silva
95cf97aa04
Described the search path Make uses to find makefiles.
1998-11-29 13:46:39 +00:00
Bruce Evans
38cecfeb68
Fixed style bugs in previous commit.
1998-11-29 12:17:09 +00:00
Bruce Evans
6df6954824
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
Bruce Evans
1b4db9d1fd
Fixed my English fixes.
1998-11-29 11:34:30 +00:00
Bruce Evans
ad04e6130e
Fixed style bugs and English in previous commit.
1998-11-29 11:11:07 +00:00
Bruce Evans
154708b405
Fixed disorder and and usage message. Improved English.
...
Broken in: previous commit
1998-11-29 10:41:01 +00:00
Bruce Evans
792ca910ad
Fixed disordering in previous commit.
1998-11-29 10:08:27 +00:00
Wolfram Schneider
fce53ea99b
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
Wolfram Schneider
0bf9cc11f0
Recommended TMPDIR is now /tmp (undo rev 1.6)
1998-11-29 00:57:03 +00:00
Wolfram Schneider
6d0c7e1378
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
Bruce Evans
c13e5fb799
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
Doug Rabson
d24b518319
Port top to the alpha.
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1998-11-25 09:45:28 +00:00