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
Philippe Charnier
c74076852f
The .Xr utility
2003-02-05 13:50:41 +00:00
Christian Brueffer
16b3d3546d
Correct examples for stateful inspection
...
PR: 47817
Submitted by: Simon L.Nielsen <simon@nitro.dk>
Reviewed by: ceri, luigi
2003-02-04 01:33:25 +00:00
Gordon Tetlow
c715b047bc
Bring in support for volume labels to the filesystem utilities.
...
Reviewed by: mckusick
2003-02-01 04:17:10 +00:00
Jake Burkholder
a89bc4fcac
Build sunlabel on sparc64.
2003-01-31 07:40:25 +00:00
Jake Burkholder
21e6d81a68
Add sunlabel, a more or less drop in replacement for bsd^H^H^Hdisklabel(8)
...
which works on sun labels. Due to the lack of an interface other than
write(2) to update labels, it cannot modify an open partition.
2003-01-31 07:03:25 +00:00
Yoshihiro Takahashi
12c8b341d8
Additional PC98 option is not needed.
2003-01-30 15:09:21 +00:00
Juli Mallett
5a29754e3f
Back out conversion to libufs, for now. It seems to cause problems.
...
Reported by: phk
2003-01-29 22:52:27 +00:00
Matthew N. Dodd
d074d39fef
Call fill() after maxpayload has been initialized.
...
Reviewed by: maxim
2003-01-29 20:42:42 +00:00
Matthew N. Dodd
143008a1fe
Send ICMP_MASKREQ packets when the '-M' option is specified.
2003-01-28 22:53:24 +00:00
Juli Mallett
907db4dd23
Fix problems with how libufs was used, with regard to mounted/active fs's,
...
in the new world order of libufs, where we also do statfs, and add a missing
close.
2003-01-28 02:42:01 +00:00
Matthew Dillon
091e0b14d5
Update mount_nfs documentation to reference new sysctl for -c default.
2003-01-27 20:12:32 +00:00
Poul-Henning Kamp
e39eff98a0
Don't use the kern.disks sysctl to find a list of md devices, use the
...
MDIOCLIST ioctl instead.
Spotted by: keramida
2003-01-27 08:01:08 +00:00
Juli Mallett
9d492cddac
Convert newfs to use libufs. I've tested this on md filesystems, as has
...
keramida, and all seems well.
2003-01-27 07:24:32 +00:00
Poul-Henning Kamp
74c041ac57
If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctls
...
to fiddle the disk we can get away with it.
Try to use DIOCBSDBB to write boot code.
2003-01-26 21:55:43 +00:00