ken
a69cc262ba
Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam
...
and libdevstat, since the new way of doing things is to just list
maintainership in src/MAINTAINERS.
Also, remove duplicate entries in src/MAINTAINERS for those utilities. I
already had entries for them.
2003-06-14 05:28:01 +00:00
ru
50a7b0b9b4
If the -proxy_only option is used, the -alias_address/-interface
...
options are not required.
Suggested by: Vaclav Petricek
MFC after: 2 weeks
2003-06-13 22:15:42 +00:00
grog
8a674eedf4
Remove label command. It has been deprecated since December 1998, and
...
recent changes broke it altogether.
Prompted by: phk
2003-06-12 05:55:59 +00:00
grog
4af2cae35c
Remove "label" keyword.
2003-06-12 05:54:53 +00:00
obrien
5796c98c6a
style clean.
2003-06-11 23:24:31 +00:00
rwatson
057b61aa1c
Add "-n" argument, which causes mdconfig to simply print the unit
...
number X, rather than mdX, making it easier to script tests that
use md devices but don't want to make assumptions about any existing
md use (such as in diskless environments).
2003-06-11 06:38:24 +00:00
phk
a93c01968a
Be consistent about module names.
2003-06-09 21:50:41 +00:00
phk
3bba46e45a
GEOMification of CCD.
...
You need your kernel and ccdconfig(8) to be in sync, particularly if your
source tree is on a ccd device.
2003-06-09 19:25:07 +00:00
jmallett
6cb7abd918
Marshal newfs -L (filesystem volume names), the names are not marshalled
...
with any quoting, but that should be OK for re-input, regardless.
2003-06-09 09:26:02 +00:00
charnier
ac0a573e87
.Nm -> .Xr
2003-06-08 12:57:39 +00:00
charnier
86207fee28
The .Xr utility
2003-06-08 12:55:55 +00:00
charnier
38dd1b1ac3
mount_msdos -> mount_msdosfs
2003-06-08 12:53:07 +00:00
charnier
7aed4eadc7
Add section number to .Xr
2003-06-08 12:51:28 +00:00
charnier
eeb46390af
Add section number to .Xr
2003-06-08 12:40:50 +00:00
phk
d25df9535b
Augh! Fix the sparc64 build:
...
If we don't have a default label location for the compiled architecture,
insist that a -m <architecture> option is specified.
2003-06-07 22:02:01 +00:00
phk
10afeb8271
Sanitize setting of labeloffset and labelsector.
2003-06-07 09:09:39 +00:00
guido
2036547e59
Move my maintainership of parts of ipfilter back to Darren Reed
2003-06-06 11:30:50 +00:00
phk
56091404e8
Give ia64 the exact same semantics as i386 with respect to non-512
...
byte sector devices.
2003-06-04 05:25:04 +00:00
marcel
781a492a3e
Unbreak ia64. 'nuff said.
2003-06-04 02:01:05 +00:00
ticso
bb00c59c79
Change handling to support strong alignment architectures such as alpha and
...
sparc64.
PR: alpha/50658
Submitted by: rizzo
Tested on: alpha
2003-06-04 01:17:37 +00:00
phk
52a564bd3f
Further devilification of CCD:
...
Change the list interface to simplify things.
Remove old list ioctls which bogusly exported the softc to userland.
Move the softc and associated structures from the public header to
the source file.
2003-06-02 21:29:04 +00:00
phk
ca0770e1dd
Use GEOM OAM api to retrive list of configured ccd devices.
...
Link against libgeom.
2003-06-02 20:50:59 +00:00
phk
2550ebdaa6
Fix sectorsize != 512 on i386 and pc98. Add test cases for same.
2003-06-02 14:19:31 +00:00
ru
683fd8c50f
Assorted mdoc(7) fixes.
2003-06-02 11:19:24 +00:00
maxim
c98e04ea6e
Fix SIGINFO handling: do not print incorrect timing statistics
...
when the data for it is not available.
Founded by: ping -s0 localhost; press ^T
2003-06-02 10:01:59 +00:00
phk
069191fcbf
Simplify the GEOM OAM api: Drop the request type, and let everything
...
hinge on the "verb" parameter which the class gets to interpret as
it sees fit.
Move the entire request into the kernel and move changed parameters
back when done.
2003-06-01 13:47:51 +00:00
phk
f1c49df79e
Add pc98 arch to test set.
...
Remove ktrace which leaked out of test-setup.
2003-06-01 09:30:53 +00:00
obrien
a3c77bad15
Protext copyright[].
2003-05-31 15:42:56 +00:00
ru
8bc4d4bba7
mdoc(7) fixes.
...
Approved by: re (blanket)
2003-05-24 19:53:08 +00:00
peter
4597dace1f
Add amd64 to the MACHINE_ARCH list of systems that link bsdlabel to
...
disklabel. I just got burnt again by having an old disklabel binary
kicking around.
Discussed with: phk
Approved by: re (safe amd64 stuff)
2003-05-23 06:08:28 +00:00
dougb
90267b2854
When newfs'ing a partition with UFS2 that had previously been newfs'ed
...
with UFS1, the UFS1 superblocks were not deleted. This allowed any
RELENG_4 (or other non-UFS2-aware) fsck to think it knew how to "fix"
the file system, resulting in severe data scrambling.
This patch is a more advanced version than the one originally submitted.
Lukas improved it based on feedback from Kirk, and testing by me. It
blanks all UFS1 superblocks (if any) during a UFS2 newfs, thereby causing
fsck's that are not UFS2 aware to generate the "SEARCH FOR ALTERNATE
SUPER-BLOCK FAILED" message, and exit without damaging the fs.
PR: bin/51619
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
Reviewed by: kirk
Approved by: re (scottl)
2003-05-22 18:38:54 +00:00
ru
4f7eb6b57a
mdoc(7) fixes: Fixed the markup in the BUGS section, bumped document date.
2003-05-19 20:03:28 +00:00
ru
5b41631f95
mdoc(7) fixes: Fix the markup in the recently added ENVIRONMENT section.
2003-05-19 19:58:29 +00:00
ru
20090fa201
mdoc(7) fixes: Mark "gated" with the .Nm macro.
...
Approved by: re (blanket)
2003-05-19 19:54:00 +00:00
ru
a3c7eaf965
Add a newline at end of file.
...
Approved by: re (blanket)
2003-05-19 19:52:29 +00:00
ru
5a893bc465
Fixed troff(1) and mdoc(7) warnings.
...
Approved by: re (blanket)
2003-05-18 21:05:22 +00:00
brueffer
01516ccfd4
Clarify setting sysctl variables via loader(8) tunables
...
* s/can not/cannot/
Submitted by: ru (*)
Approved by: re (rwatson)
2003-05-18 00:27:02 +00:00
ru
6f280e5374
mdoc(7) markup overhaul.
2003-05-17 22:53:44 +00:00
ru
cafeaf7f6f
Fixed the markup in the recently added ENVIRONMENT section.
2003-05-17 22:35:35 +00:00
ru
314fef9f45
mdoc(7) fix: Add the forgotten paragraph command.
...
Approved by: re (blanket)
2003-05-17 22:31:48 +00:00
ru
f05c138670
mdoc(7) fixes: Expand contraction.
2003-05-17 22:21:27 +00:00
peter
ecadd4f845
Add fdisk for $MACHINE_ARCH == amd64
2003-05-17 20:40:42 +00:00
ru
b0ddc74ad2
Style fixes.
...
Reviewed by: phk
Approved by: re (scottl)
2003-05-17 19:06:45 +00:00
ru
7ffefb5839
Moved libgeom.so dependencies to where they belong.
...
Reviewed by: phk
Approved by: re (scottl)
2003-05-17 19:05:17 +00:00
brueffer
f8918f9a1c
Add information about setting sysctl variables via loader(8) and
...
loader.conf(5)
PR: 38426 (slightly modified)
Submitted by: Phil Pennock <pdp@nl.demon.net>
Approved by: re (bmah)
MFC after: 3 days
2003-05-17 01:01:03 +00:00
imp
e01c3427e3
Allow zero or more actions in an action list, rather than requiring
...
one or more actions in the list. This makes constructs like:
attach 10 {
// echo "Driver $device_name attached"
};
to be accepted by the parser. It will be treated as if the user had
entered:
// attach 10 {
// echo "Driver $device_name attached"
// };
(eg totally ignored).
Approved by: re@ (rwatson)
2003-05-15 02:23:32 +00:00
ru
eab4e2ef45
mdoc(7) police: fix more breakages from rev. 1.69.
2003-05-14 16:22:16 +00:00
phk
3b9288c6f4
Add pc98 archtecture entry.
...
Approved by: re/rwatson
2003-05-13 19:42:52 +00:00
sheldonh
416ef089cb
Fix broken comment line introduced in rev 1.69.
...
Found with: nroff -mandoc ifconfig.8 > /dev/null
2003-05-13 08:29:49 +00:00
trhodes
4d1d8c7d9a
Remove -p from getopt args.
...
PR: 37221
Submitted by: Joshua Goodall <joshua@roughtrade.net>
Reviewed by: rwatson
Approved by: re (jhb)
2003-05-12 19:48:47 +00:00