Ruslan Ermilov
1bd10ba2d9
Fix and sync SYNOPSIS and usage().
...
Prodded by: bde
2003-03-11 20:12:39 +00:00
Tim J. Robbins
8151186746
Uncomment the description of the ipdst parameter, but refer to IPX
...
instead of NS.
2003-03-08 13:42:42 +00:00
Poul-Henning Kamp
5a42be36e3
Remove reference to unavailable paper.
2003-03-07 09:36:58 +00:00
Poul-Henning Kamp
a9f65dc3a8
Don't pick the name out of the devstat member of the ccd softc, it will
...
disappear soon. Exporting the softc in the first place is a mistake.
2003-03-06 06:31:49 +00:00
Sean Chittenden
31eac03b4b
Update ping to be WARNS=2 compliant.
...
Reviewed by: -audit (no objections ~1mo)
Approved by: nectar
2003-03-05 22:42:03 +00:00
Matthew N. Dodd
1fb474d8b2
Spelling, grammar fixes.
2003-03-05 21:42:23 +00:00
Matthew N. Dodd
9b085129ae
Remove documentation of old '-M' flag.
...
Re-order.
2003-03-05 20:35:45 +00:00
Peter Wemm
059c32d2eb
Kill #ifdef NS code
2003-03-05 19:18:05 +00:00
Ruslan Ermilov
bdb963f966
Add an xref to kldconfig(8).
2003-03-03 22:48:06 +00:00
Ruslan Ermilov
8b5381e069
/modules is gone long ago, use the safe equivalents.
2003-03-03 22:46:36 +00:00
Poul-Henning Kamp
ebe789d61c
Add a "-S sectorsize" option to enable Kirk to find a bug :-)
2003-03-03 13:05:00 +00:00
Ruslan Ermilov
f1e65894d2
mdoc(7) police: Revision.
2003-03-03 11:51:30 +00:00
Juli Mallett
d8d3a9f345
Strip out bogus difference from when this came from NetBSD: transliterating
...
upper-case alphabetical characters to lower-case ones, and spaces to dashes.
The person who added this when bringing the code from NetBSD has no idea why
he added it, and nobody on freebsd-fs came up with any cases where the icky
part (the conversion of spaces to underscores) was needed. The removal of
the upper-case conversion follows an even more obvious logic: it avoids any
sort of namespace issues. People using StUdLy caps for filesystem names
deserve everything they get. Otherwise, Efs and efs might be totally different
things, but would use the same fsck. And we don't want that, right? That
just provokes the sort of foot-shooting this would prevent.
If you have problems with this, I'll walk you through using sed on your fstab,
cause the only way you could have problems is if you spelled ufs as "UFS".
Most likely, you haven't done that.
MFC after: 1 month
2003-03-03 09:40:32 +00:00
Matthew N. Dodd
eb1543c6ee
Support ICMP_TSTAMP/ICMP_TSTAMPREPLY.
...
This alters the meaning of the '-M' flag.
2003-03-02 21:24:08 +00:00
Kirk McKusick
6d540f8137
Close out a possible race where anybody in group operator could
...
chown an arbitrary file to operator.
Reported by: Ian Dowse <iedowse@maths.tcd.ie>
Sponsored by: DARPA & NAI Labs.
2003-03-02 08:07:57 +00:00
Kirk McKusick
d35ae777f2
Add the mksnap_ffs command to the sbin directory. This setuid root
...
program allows users in the operator group to take filesystem
snapshots. Its first use will be in support of `dump -L'.
Approved by: Technical Review Board <trb@FreeBSD.org>
Sponsored by: DARPA & NAI Labs.
2003-03-02 01:50:33 +00:00
Ruslan Ermilov
01ba618f4a
Don't pretend natd(8) doesn't work with ppp(8) interfaces.
...
While there's probably a better way to achieve the same,
nothing precludes us from using natd(8) on tun(4) links.
Noticed by: bde
2003-02-28 15:41:45 +00:00
Giorgos Keramidas
f5b4f7c9eb
Spell "utilities" correctly.
2003-02-28 00:55:18 +00:00
Ruslan Ermilov
8fbad60d0a
Document the rxcsum and txcsum commands.
...
Submitted by: jlemon
2003-02-27 22:59:13 +00:00
Ruslan Ermilov
15f6525003
More fixes.
...
Submitted by: Andy Farkas <andyf@speednet.com.au>
Reviewed by: das
2003-02-25 07:41:33 +00:00
Ruslan Ermilov
031e8f07e9
mdoc(7) police: Tidy up.
2003-02-24 23:02:37 +00:00
Ruslan Ermilov
21b4c1da95
Killed one more instance of pseudo-devices.
2003-02-24 22:54:26 +00:00
David Schultz
1281f763a9
Clarify about NSWAPDEV, add a DIAGNOSTICS section pointing to
...
swapon(2), and correct HISTORY.
Reviewed by: mike (mentor)
2003-02-24 08:52:06 +00:00
David Schultz
4937798d56
- Add a clearer error message for the case where swapon hits the
...
NSWAPDEV limit.
- Don't warn about devices that are not in use in 'swapoff -a'.
- Re-add behavior mistakenly removed in revision 1.44:
If using 'swapon -a', do not warn if the device is already in use.
PR: 46633
Submitted by: Andy Farkas <andyf@speednet.com.au> (in part)
Reviewed by: mike (mentor)
2003-02-24 08:51:31 +00:00
Johan Karlsson
82bbd989e7
These are WARNS=2 clean, try to keep them that way.
2003-02-23 13:25:02 +00:00
Johan Karlsson
7331e8f03b
Remove one of two WARNS=0.
2003-02-23 13:22:41 +00:00
Tim J. Robbins
73657eba91
Fix two unsafe uses of sprintf().
2003-02-23 07:37:47 +00:00
Tim J. Robbins
bdd64bca36
Correct some err() format string bugs.
2003-02-23 06:35:33 +00:00
Ruslan Ermilov
1f6a46318d
Sort options.
2003-02-23 01:50:07 +00:00
Ruslan Ermilov
ef9ab0b32b
Deal with vestiges of d_boot[01].
2003-02-23 01:48:42 +00:00
Ruslan Ermilov
522ccf3f35
mdoc(7) police: markup laundry.
2003-02-23 01:47:49 +00:00
Ruslan Ermilov
c4b8f0626a
mdoc(7) police: kill unnecessary xref.
2003-02-23 01:46:25 +00:00
Kirk McKusick
e27c9f46ad
Fix the -R flag so that it provides sequential "random" numbers
...
so that the regression test will succeed.
Sponsored by: DARPA & NAI Labs.
2003-02-22 23:26:11 +00:00
Johan Karlsson
6fb6bfcbad
Remove unused variable to make badsect WARNS=2 clean.
2003-02-22 21:33:42 +00:00
David E. O'Brien
4f53948a1a
Don't try to build devd when NO_CXX is set.
2003-02-21 02:16:35 +00:00
Johan Karlsson
c7cf7aa684
Make camcontrol WARNS=2 clean.
...
Approved by: ken
2003-02-20 21:07:59 +00:00
John W. De Boskey
66227a4409
Our first keyword hit for apropos ufs2.
2003-02-19 02:41:29 +00:00
Poul-Henning Kamp
c9260270a0
Add #include <sys/resource.h>
2003-02-16 15:31:26 +00:00
Poul-Henning Kamp
f341ca9891
Remove #include <sys/dkstat.h>
2003-02-16 14:13:23 +00:00
Kirk McKusick
aca3e4974f
Replace use of random() with arc4random() to provide less guessable
...
values for the initial inode generation numbers in newfs and for
newly allocated inode generation numbers in the kernel.
Submitted by: Theo de Raadt <deraadt@cvs.openbsd.org>
Sponsored by: DARPA & NAI Labs.
2003-02-14 21:31:58 +00:00
Kirk McKusick
363c185255
Correct lines incorrectly added to the copyright message. Add missing period.
...
Submitted by: Bruce Evans <bde@zeta.org.au>
Sponsored by: DARPA & NAI Labs.
2003-02-14 21:08:14 +00:00
Warner Losh
baa3851626
The bugs section hasn't been true since before 5.0-R
2003-02-14 19:49:19 +00:00
Warner Losh
93c6603a41
devd bugs section is now OBE
2003-02-14 16:21:50 +00:00
Mike Silbersack
ed4edda03a
Improvements to md5.c so that it uses getrusage to time
...
benchmarks, and prints out results in float format.
2003-02-14 04:48:06 +00:00
Peter Wemm
7201d7b009
Show the paritition types that we recognize in human readable format. eg:
...
pluto2# gpt show da0
start end size contents
0 0 1 PMBR
1 1 1 Pri GPT header
2 33 32 Pri GPT table
34 401595 401562 GPT part - EFI System partition
401596 925883 524288 GPT part - FreeBSD ufs partition
925884 9314491 8388608 GPT part - FreeBSD swap partition
...
It'll print a plain uuid string for unrecognized types.
2003-02-13 01:00:26 +00:00
Yoshihiro Takahashi
4a29c3a740
MFi386: Use DIOCGPC98 ioctl.
2003-02-11 07:32:45 +00:00
Juli Mallett
fc903aa525
Convert newfs to libufs (really). Solves one real issue with previous
...
version of such. Differences in filesystems generated were found to be
from 1) sbwrite with the "all" parameter 2) removal of writecache. The
sbwrite call was made to perform as the original version, and otherwise
this was checked against a version of newfs with the write cache removed.
2003-02-11 03:06:45 +00:00
Andrey A. Chernov
ae4ce2c16e
Use srandomdev() for FreeBSD
2003-02-11 02:31:53 +00:00
Poul-Henning Kamp
936cc4614b
Rename bio_linkage to the more obvious bio_parent.
...
Add bio_t0 timestamp, and include <sys/time.h> where needed
2003-02-07 21:09:51 +00:00
Philippe Charnier
29e3edcc64
Use a more standard error message. Add FBSDID.
...
Reviewed by: ru
2003-02-05 20:08:39 +00:00