Daniel O'Callaghan
25c4d00840
Merge from 2_2 man page change.
1999-01-05 10:13:54 +00:00
Daniel O'Callaghan
34c7ff495d
PR: 9323
...
Submitted by: ishisone@sra.co.jp
Make touch handle years 2000-2038 in the obsoleted format, rather
than 1902-1969 as was previously the case with two digit year spec.
1999-01-05 09:58:02 +00:00
Bruce Evans
19d108e89e
Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1,
...
so it can't be completely fixed here. Putting -I paths to the current
headers in CFLAGS is more likely to break things than fix them, since
there is no reason why current headers should work with old libraries.
Other Makefiles that do this may only work because they are not used early
in the bootstrap. However, the usual problem with errno being defined in
terms of a nonexistent library doesn't seem to occur here, since we don't
reference errno.
1999-01-04 12:36:23 +00:00
Chuck Robey
9b294c6e32
Fix a build problem when upgrading from 9 month old sources. There's
...
a circular dependency problem, wherein rpcgen depends on the latest
includes, but those same includes depend on rpcgen to build
include/rpcsvc. This was causing the build or librpcsvc to fail
(like I said, only on upgrades of 9 month old sources).
If there's stylistic problems, tell me, I'll learn and fix them.
I did a buildworld with this, it should be safe.
1999-01-04 03:14:48 +00:00
Eivind Eklund
b606e33cb8
Make the timeout handler log any failed logins, to make sure failed
...
logins get logged.
1999-01-03 23:39:33 +00:00
Bill Fumerola
56f7a84010
Typo - "the -delete primary do not.." -> "the -delete primary does not.."
...
PR: docs/9255
Submitted by: Christian Weisgerber <naddy@bigeye.rhein-neckar.de>
1998-12-31 16:21:51 +00:00
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