Alexander Langer
6436fcb9f0
Typo fix in diagnostic: -alldir --> -alldirs
...
PR: 11049
Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at>
1999-04-21 22:42:36 +00:00
Bill Fumerola
65a74e454e
Make usage() reflect reality (add the -aout and -elf options).
...
OK'd by: bde
1999-04-21 20:06:42 +00:00
Peter Wemm
2ec18d8b24
Disconnect modload/modunload/modstat from their Makefiles..
1999-04-18 15:56:20 +00:00
Daniel C. Sobral
44e568e2a1
Add support for Joliet extensions to the iso9660 fs. The related PR
...
cannot yet be closed, though.
I hope I got all credits right, and that the multiple submitted by lines
do not break anyone's scripts...
PR: kern/5038, kern/5567
Submitted by: Keith Jang <keith@email.gcn.net.tw>
Submitted by: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
Submitted by: Byung Yang <byung@wam.umd.edu>
Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
1999-04-18 10:58:03 +00:00
Greg Lehey
0aff4757c8
When looking at all objects, look at all objects.
...
main:
If the wrong version is started, execve the correct version.
1999-04-17 04:13:04 +00:00
Greg Lehey
cc2023a984
When looking at all objects, look at all objects.
...
vinum_lsi:
Print rough size of plex in parentheses.
Print drive info with -v option (previously required -V).
1999-04-17 04:12:33 +00:00
Greg Lehey
409d8396f9
vinum_init: count dead children correctly when waiting for completion.
...
vinum_resetstats: count objects correctly.
1999-04-17 04:11:48 +00:00
Guy Helmer
b6adffbf1b
Correctly ref editline(3).
...
PR: docs/10973
1999-04-13 02:42:53 +00:00
Guy Helmer
8570fd2a09
Change LKM/modload to KLD/kldload.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-13 02:20:07 +00:00
Greg Lehey
f83b075baa
Add external declaration for wait flag, rather later than intended.
...
Complained-about-by: jkh
Jim Bloom <bloom@acm.org>
Michael Reifenberger <root@nihil.plaut.de>
1999-04-10 23:39:14 +00:00
Greg Lehey
9690aae346
Document -w option for init command.
...
Reorganize OPTIONS section into alphabetical order.
1999-04-10 04:02:23 +00:00
Greg Lehey
fc7fafc1a1
Add -w option to init command: wait for init to complete before
...
returning.
1999-04-10 04:00:49 +00:00
Greg Lehey
033916740b
If the wrong version of vinum(8) has been started (i.e. non-RAID-5
...
when the kernel module is RAID-5, or the other way round), execve()
the correct one.
Add \n to an error message.
1999-04-09 01:14:36 +00:00
Eivind Eklund
26b4eff640
Add a comment that natd is made for use with NICs, not PPP links - I'm
...
tired of the five people each day that ask me how to set up natd for
use with PPP.
1999-04-08 23:15:31 +00:00
Guy Helmer
5e0abc7b6f
Change LKM/modload to KLD/kldload.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 14:02:56 +00:00
Guy Helmer
a7efcd4bab
modload -> kldload and add ref to kldload(8) in See Also section.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 13:59:42 +00:00
Guy Helmer
e5a49961b1
Convert LKM/modload to KLD/kldload. Add ref to kldload(8).
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-08 13:56:25 +00:00
Peter Wemm
769ae4addb
kldload("ccd") if the ccd module isn't present.
1999-04-05 06:30:12 +00:00
Greg Lehey
8a465c4217
Add GOTCHAS entries warning against using partition c for vinum, and
...
explaining the syntax of the 'read' command.
Shot-in-foot-by: Bob Gustwick <gustwick@oldzoom.bga.com>
1999-04-05 04:06:27 +00:00
Bruce Evans
3e3aea1728
Install dhclient-script under ${DESTDIR}.
...
PR: 10615, 10891
1999-04-03 07:09:59 +00:00
Guy Helmer
62fb100205
Update refs for KLD's and kldload.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-01 01:42:28 +00:00
John Polstra
31cba49478
Rename spppcontrol.1 to spppcontrol.8. The latter file was created
...
by repository copy.
1999-04-01 00:07:33 +00:00
John Polstra
089d5fb3fb
Null commit to note that spppcontrol.1 has been repository copied
...
to spppcontrol.8.
1999-04-01 00:01:51 +00:00
Greg Lehey
4bd1924ddf
vinum_resetstats: Reset stats for drives correctly when recursing.
1999-03-31 08:44:20 +00:00
Greg Lehey
95869fbbd3
Change the meaning of the combination of -s and no -v option in the
...
list functions. Previously, it would produce a non-verbose listing of
the objects followed individually by a statistics listing. Now it
produces only a one-line-per-object statistics listing.
1999-03-31 08:43:40 +00:00
Brian Somers
f3d640240b
Disable reads on our ICMP socket. We only use it for sending.
...
PR: 9253
1999-03-30 10:11:21 +00:00
Poul-Henning Kamp
d59cf2acdd
Add ability to set protocol number.
...
PR: 10753
Submitted by: Isao SEKI <iseki@gongon.com>
1999-03-29 13:58:27 +00:00
Greg Lehey
60349886f9
Get date right.
...
Remove comments about not being able to unload from the command line.
Add another example configuration output.
Clarify when to use 'vinum start' and when to use 'vinum read'.
1999-03-28 08:51:51 +00:00
Greg Lehey
0fea12cf01
main (): Don't loop waiting for children to finish.
1999-03-28 08:51:29 +00:00
Greg Lehey
22093445f5
vinum_start: Allow user to specify a plex. In this case, revive all
...
subdisks in need of revival.
vinum_stop: sleep for a second before unloading. This solves a race
condition with a potential daemon when the stop command
is specified on the command line.
1999-03-28 08:51:10 +00:00
Nate Williams
5744914fb4
- There exists a manpage, so use/install it.
1999-03-26 21:27:01 +00:00
Brian Somers
7bafbf7bf4
Add `const's that I forgot to commit. Not bad - I broke
...
the -stable and -current builds in the space of 1 day !
Pointed out by: jdp
1999-03-26 07:13:12 +00:00
Brian Somers
902cb50a76
Add some const-cleanliness and avoid some warnings.
1999-03-24 20:30:48 +00:00
Brian Somers
5d8ee958b3
Allow port ranges when specifying -redirect_port.
...
Submitted by: Wes Santee <wes@bogon.net>
PR: 9696
1999-03-24 20:30:20 +00:00
Greg Lehey
35755b9f51
Add a tutorial-like section "How to set up Vinum"
1999-03-24 09:18:33 +00:00
Greg Lehey
1ea272a632
'start' command: check that the objects in question aren't already up,
...
and produce an intelligble message if they are.
1999-03-24 00:45:47 +00:00
Greg Lehey
1ae808e860
Correct ioctl calls VINUM_STARTCONFIG. The last commit broke the
...
'vinum start' command.
1999-03-23 23:24:00 +00:00
Greg Lehey
240b9c4449
Describe the new semantics of 'create':
...
When creating a new drive, if the drive already has a vinum label,
and name doesn't match the specified drive, do it anyway if the
'force' flag is specified.
Continually-tripped-over-by: Karl Pielorz <kpielorz@tdx.co.uk>
Update information about partition type for Vinum drives. They
*should* be of type 'vinum', but currently we still accept (and
complain about) partitions of type 'unused'. At a later date, only
'vinum' will be accepted.
Threatened-since: over a year
1999-03-23 04:55:50 +00:00
Greg Lehey
170cfb0311
Print correct message if the wrong module is loaded.
1999-03-23 04:55:23 +00:00
Greg Lehey
7a4bec173b
vinum_create: pass 'force' flag to ioctl VINUM_STARTCONFIG.
...
Semantics:
When creating a new drive, if the drive already has a vinum label,
and name doesn't match the specified drive, do it anyway if the
'force' flag is specified.
Continually-tripped-over-by: Karl Pielorz <kpielorz@tdx.co.uk>
1999-03-23 04:54:59 +00:00
Jordan K. Hubbard
f1a3bb13d8
The attached patch to /usr/src/sbin/dump/optr.c changes the comparison
...
so that dumps are treated by dump -w as having been done on midnight
of the day they were actually run. This makes dump -w behave as
expected for regularly scheduled daily dumps - if they all run the
same day. It makes dump -w behave strangely if you dump late in the
day and check again after midnight, but that is the lesser of two
evils.
Submitted by: Mike Meyer <mwm@phone.net>
PR: 9429
1999-03-21 23:47:38 +00:00
Greg Lehey
fd20bb017e
If we fail to open the super device, open the "wrong" device (that is,
...
the debug superdevice when we're compiled without debug, or the normal
superdevice when we're compiled with debug. If this succeeds, print
an informative comment and exit.
make_devices: Create both debug and normal superdevices.
1999-03-19 07:21:27 +00:00
Greg Lehey
a542207223
Clarify the synchronization options in additional plexes to a volume.
1999-03-18 23:17:05 +00:00
Bruce Evans
98201b0c60
Fixed `mount -a -u ...'. Rev.1.19 broke this by trying too hard to
...
avoid mounting filesystems multiple times.
PR: 10572
Submitted by: Cy Schubert <cy@cschuber.net.gov.bc.ca>
1999-03-16 22:26:51 +00:00
Robert Nordier
9ef416cfed
Add cross-reference to loader man page, plus various minor
...
improvements.
1999-03-16 13:16:11 +00:00
Bill Paul
97ed1257f9
Grrr... botched remote commit. Let's try this again: vlan updates,
...
take two.
1999-03-15 01:22:01 +00:00
Greg Lehey
5b76055cb5
Clarify that the stop command only works in interactive mode.
1999-03-14 04:06:49 +00:00
Greg Lehey
aa8e683270
create command: get the message right if an error occurs with a
...
non-verbose create.
1999-03-14 04:06:00 +00:00
Greg Lehey
6128bd0ff7
Describe the new debug flags DEBUG_EOFINFO and DEBUG_MEMFREE.
...
Fix a confusion between slices and partitions.
Clarify the problems of small stripe sizes (< 128 kB).
1999-03-13 07:45:52 +00:00
Greg Lehey
25641fed48
info command: Remove opencount parameter, print value of open flag.
1999-03-13 07:44:17 +00:00