Thomas-Henning von Kamptz
4020c5bc54
corrected spelling mistakes in comments
...
check a couple of mallocs
usage of errx
linebreaks of DBG_ macros,
correcting the usage of nroff macros
Submitted by: grog, charnier
Reviewed by: chm
2000-12-12 20:03:17 +00:00
Ian Dowse
5a59cccc61
Stop restore from looping under certain error conditions. This
...
corrects cases where restore would spew an infinite stream of
"Changing volumes on pipe input?" messages, or would loop waiting
for a response to the "set owner/mode for '.'" question.
PR: bin/14250
Reviewed by: dwmalone
2000-12-12 12:04:02 +00:00
Kirk McKusick
522b7bcdf6
Don't give up on file write errors. Just log them and continue.
2000-12-12 06:30:42 +00:00
Ruslan Ermilov
b24f640551
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:20:31 +00:00
Philippe Charnier
77edab906e
The tunefs code assumed that the last argument was the device specification.
...
We need to parse the arguments first, then open the device (if
specified) and then apply the changes. This change will disallow the
(undocumented) use of multiple instances of the same argument on the
same command line for the sack of a better error message.
Other changes are:
1) the softupdates (-n) now issue a warning about remaining unchanged
2) the usage and man page is changed to specify "space | time" instead of
"optimization preference".
PR: bin/23335
Submitted by:Mark Peek <mark@whistle.com>
2000-12-10 20:59:30 +00:00
Thomas-Henning von Kamptz
3d5000784d
added growfs(8) including ffsinfo(8) to the freebsd base system
...
Reviewed by: grog
2000-12-09 15:27:35 +00:00
David E. O'Brien
1a37aa566b
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
Ben Smithurst
8afbbd41f4
Explicitly document the fact that securelevel > 0 means that kernel modules
...
may not be (un)loaded.
PR: 23350
Submitted by: Gordon Tetlow <gordont@bluemtn.net>
2000-12-07 21:09:22 +00:00
David E. O'Brien
a8e642f574
Change the spelling of .' to
.' from .OBJDIR since `.' really is where
...
generated files land. Also give precedence to generated files.
2000-12-05 22:10:43 +00:00
Hajimu UMEMOTO
effd2d8296
test strdup() failures.
...
from: Chris Faulhaber <jedgar@fxp.org>
Obtained from: KAME
2000-12-04 13:38:59 +00:00
Andrzej Bialecki
846bd927fa
Properly check the return values from malloc(3).
...
Remove some PNP-related dead code that is unlikely to survive the
changes in -current PNP anyway.
Submitted by: fixes from Chris Faulhaber <jedgar@freebsd.org>
2000-12-03 00:09:08 +00:00
Chris D. Faulhaber
b673f44d6d
Properly check malloc(3) return values
...
Approved by: ken
2000-12-01 12:02:16 +00:00
David E. O'Brien
2c5569d6ff
The GCC 2.96 snapshots have slightly different rules for finding include
...
files. Mostly -I${.CURDIR} was needed -- especially for YACC generated
files as the new cpp does not look in the ultimate source file
(ie, the .y file)'s directory as told by the "#line" directive. Some were
misspellings of "-I${.CURDIR}" as "-I.".
2000-12-01 09:39:28 +00:00
Andrey A. Chernov
17927a641c
Add missing && which absense stops 'make world'
2000-11-30 23:01:43 +00:00
Luigi Rizzo
ee7b8babab
remove an undefined reference when no VLAN support is compiled in.
2000-11-30 21:35:09 +00:00
David E. O'Brien
6580291ba4
I didn't maintain the "chs" ordering. Rather the bug was in print_part().
...
Requested by: bde.
2000-11-29 20:22:47 +00:00
Ben Smithurst
b60884cd68
Fix typos and layout problem.
...
PR: 23109
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-28 20:38:20 +00:00
Philippe Charnier
2af14b60ed
Remove .Op when arg is required (special | filesystem). Document that at
...
least one flag is required and check this in the code. Make use of getopt(3).
Generalyze printing `... remains unchanged ...'.
2000-11-28 18:17:15 +00:00
Hajimu UMEMOTO
1ada402aa4
Add missing initialization for IPv6 address lifetime.
...
PR: misc/22884
Obtained from: KAME
2000-11-27 08:44:57 +00:00
Kris Kennaway
797376317f
Fix format string warnings
2000-11-27 07:28:15 +00:00
Daniel Harris
32704e5747
Typo fix: forgot -> forget.
...
PR: 23113
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-26 23:26:51 +00:00
Ruslan Ermilov
7f8047281e
mdoc(7) police: misc minor fixes.
2000-11-23 08:18:10 +00:00
Greg Lehey
162b57c009
Correct the pathname of the history file.
...
Reported by: Crist J . Clark <cjclark@alum.mit.edu>
2000-11-23 01:41:11 +00:00
Alexey Zelkin
e867267b31
o get rid lfs mentions
...
o remove non-mdoc groff's instructions
2000-11-22 17:56:21 +00:00
Alexey Zelkin
5a4420e314
We do not support lfs. Remove it from list of remountable fs'es.
2000-11-22 17:54:56 +00:00
Ruslan Ermilov
c23155a43a
mdoc(7) police: Er macro usage cleanup.
2000-11-22 16:02:00 +00:00
Ruslan Ermilov
f4d874a1db
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
Ruslan Ermilov
e97407b4f2
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
Ruslan Ermilov
7c7fb079b9
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 16:52:27 +00:00
Kris Kennaway
ffd4007070
Format string paranoia
2000-11-19 13:30:36 +00:00
Ruslan Ermilov
acd99ff192
mdoc(7) police: fix errors uncovered by the new feature of the Nm macro.
2000-11-18 15:50:46 +00:00
David E. O'Brien
0469c254fb
Make the order of values prompted for with the "-i" option match print_part()
2000-11-18 02:55:43 +00:00
Ruslan Ermilov
251c176f41
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
Ruslan Ermilov
d2a46bc99d
Describe -deny_incoming better, highlight some keywords,
...
add myself to the AUTHORS section.
2000-11-16 12:20:54 +00:00
Ben Smithurst
32e5e4cfc3
more removal of trailing periods from SEE ALSO.
2000-11-15 16:44:24 +00:00
Greg Lehey
a0d74c6e9d
Document the correct default states for additional plexes of a
...
multi-plex volume.
Confusion reported by: many
Clarify recommendations for default plex stripe size.
2000-11-14 20:54:37 +00:00
Ruslan Ermilov
70b25a7daf
Spell the `daemon' correctly.
2000-11-14 13:53:03 +00:00
Ruslan Ermilov
b5c508fba3
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
Nik Clayton
7ba45ea98d
Be a little clearer about the relationship between these two.
...
PR: docs/20067
Submitted by: Takayuki Hagihara
2000-11-12 16:29:52 +00:00
Ruslan Ermilov
726b61ab5f
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
Adrian Chadd
9934b00e84
Remove the block/char device distinction. badsect only worked on bdevs,
...
and then mapped /dev/foo into /dev/rfoo to get to the character device.
This isn't needed anymore.
Reviewed by: ps
2000-11-09 09:03:19 +00:00
David E. O'Brien
42ea2a63f7
Update usage().
...
Submitted by: nectar
2000-11-08 20:41:35 +00:00
Jacques Vidrine
9629a4e92d
Build with -DUSE_INET6 so that we can actually use the IPv6 support in
...
IPFilter 3.4.x.
Approved by: darrenr, guido
2000-10-31 22:29:27 +00:00
Jordan K. Hubbard
ff7d516252
Add support for virgin disklabels
...
Submitted by: dillon
2000-10-31 07:07:39 +00:00
Ruslan Ermilov
0ec2d7d37a
IPFW does not discard *any* IP fragments with OFF=1, only TCP ones.
2000-10-30 09:44:20 +00:00
Nik Clayton
1ce9f3171c
.Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, and
...
mount_std.
PR: docs/20369
Submitted by: bmah
2000-10-29 14:45:36 +00:00
Chris D. Faulhaber
2d45aed6bc
Remove obsolete /dev/drum references
...
Reviewed by: alex, asmodai, billf
2000-10-29 12:19:52 +00:00
John W. De Boskey
929f494bc7
Cast block number to off_t to avoid possible overflow bugs.
...
Pointed out by: Bruce Evans <bde@zeta.org.au>
2000-10-24 03:28:59 +00:00
John W. De Boskey
45c29d5cda
The write combining code in revision 1.30 needs a few additional
...
touch ups. The cache needs to be flushed against block
reads, and a final flush at process termination to force the
backup superblocks to disk.
I believe this will allow 'make release' to complete.
Submitted by: Tor.Egge@fast.no
2000-10-24 00:08:30 +00:00
Andrew Gallatin
3c884b5097
Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long)
...
This fixes unaligned access on alpha for, eg, sysctl kern.ipc.mbtypes.
2000-10-23 21:04:18 +00:00