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
Greg Lehey
ad4e71c7b7
create command: if an error occurs, print the offending line even if
...
the -v flag has not been set.
1999-03-13 07:43:28 +00:00
Robert Nordier
ef76b8c057
Note that a standard MBR supports booting only from hard drive 0
1999-03-13 01:40:57 +00:00
Brian Somers
2f9a9cb08c
src/usr.sbin/natd -> src/sbin/natd (after a repo-copy by jdp)
1999-03-12 15:38:55 +00:00
Andrew Gallatin
e22d00060d
Fix savecore so that it works on alphas
...
Reviewed by: Doug Rabson <dfr@nlsystems.com>
1999-03-12 14:46:00 +00:00
Brian Somers
b71e869d29
Fix a diagnostic typo
...
Submitted by: Martin Machacek <mm@i.cz>
1999-03-11 09:24:52 +00:00
Greg Lehey
63a134bc15
Describe the default values for useful options.
...
Clarify which options are no longer useful.
1999-03-10 21:59:02 +00:00
Brian Somers
59a7c61374
Upgrade (almost) to natd 2.0b1
...
- Transparent proxy support.
- PERMANENT_LINK IS NOW OBSOLETE, use redirect_port instead.
- Drop support for early FreeBSD 2.2 versions
- If separate input & output sockets are being used
use them to find out packet direction instead of
normal mechanism. This can be handy in complex environments
with multiple interfaces.
- PPTP redirect support by Dru Nelson <dnelson@redwoodsoft.com> added.
- Logging enhancements from Martin Machacek <mm@i.cz> added.
Obtained from: Ari Suutari <ari@suutari.iki.fi>
1999-03-07 18:23:56 +00:00
Greg Lehey
6cecf4e4b2
Document "stop" command with no parameters.
...
Document "printconfig" and "saveconfig" commands.
Add warning about running "create" multiple times.
1999-03-02 07:02:29 +00:00
Greg Lehey
327f3f618f
Take definitions of VINUMMOD and WRONGMOD from v.c.
1999-03-02 07:02:09 +00:00
Greg Lehey
aa57f12990
Move definitions of VINUMMOD and WRONGMOD to vext.h.
...
Wait4 zombies.
make_devices: Don't try if the /dev directory is mounted read-only.
Create daemon superdevice /dev/vinum/controld.
Format a couple of multiline comments conformant with style(9).
1999-03-02 07:01:51 +00:00
Greg Lehey
04898b56e9
Change the format of the lists to reflect loss of pid field.
...
Show open state as a flag.
vinum_ldi: Show available space in short form listing.
1999-03-02 07:01:26 +00:00
Greg Lehey
5e2b0861ec
resetconfig: don't log the "obliterated" message, the kernel does that
...
for us.
Rebuild the (almost empty) /dev/vinum directory.
vinum_start: remove superflous "read" parameter when starting with no
parameters.
vinum_stop: without an argument, stop Vinum and remove the kld if
it's idle.
vinum_saveconfig: New command to save configuration.
1999-03-02 07:00:57 +00:00
Gary Jennejohn
f439d9fab7
Make buf in authflags a little bigger because 2 strings can be
...
concatenated and 20 bytes (the old size) is kind of tight.
1999-02-28 22:19:47 +00:00
Jordan K. Hubbard
f627793d19
Make this work with the new alias library since, evidently, we're
...
not providing the backwards-compatability routines in libalias anymore
(which I think may have been a mistake).
1999-02-27 22:37:38 +00:00
Jordan K. Hubbard
c54f4a7556
Don't install kget on alpha - it doesn't do much useful there.
1999-02-27 10:54:06 +00:00
Kenneth D. Merry
f9d0451202
Fix misspelling of Julian's last name. Oops.
1999-02-27 07:56:08 +00:00
Jordan K. Hubbard
61645e2a13
Add kget.
1999-02-27 02:25:06 +00:00
Jordan K. Hubbard
c16a6a70a5
Bring in kget, a utility for saving kernel change information.
...
Submitted by: abial
1999-02-27 02:24:18 +00:00
Gary Jennejohn
559fa26574
Make the buf in authflags big enough to hold " norechallenge". I've been
...
running with this for a few weeks.
Submitted by: someone on the freebsd-isdn maillist
1999-02-23 21:47:05 +00:00
Semen Ustimenko
d1f923f942
Added description of how they can access particulary
...
NTFS attribute and write files.
1999-02-19 12:38:10 +00:00
Warner Losh
2faab3cddd
Finish documenting -S src-addr change.
...
Forgotten by: me
Forgotten for: Far Too Long
Gently Reminded by: Ruslan Ermilov <ru@ucb.crimea.ua>
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1999-02-19 07:40:59 +00:00
David E. O'Brien
2a3a31d8ca
More style fixes to bring this almost to bde's suggested version.
1999-02-18 18:56:58 +00:00
David E. O'Brien
a20d7fd0c0
bde suggests not to trust ${COPY} to always be defined.
...
also fix style bugs submitted by Bruce
1999-02-18 09:38:18 +00:00
Greg Lehey
3628210aa7
Modify example configuration file to show more optimum stripe size of
...
256 kB instead of 16 kB.
Pointed-out-by: Steve Taylor <staylor@cybernet.com>
Modify description of start command to include 'start' with no
parameters, which reads the config from all drives found on the
system.
1999-02-11 06:14:49 +00:00
Greg Lehey
f2c4d303d7
Extend 'start' command: if used without any parameters, vinum scans
...
all disks known to devstat for vinum drives and reads their
configuration.
1999-02-11 06:14:15 +00:00
Greg Lehey
730ed31899
Check for both kinds of Vinum module (with and without RAID-5). Using
...
the wrong module can cause confusion, including loading both versions
(which conflict with each other) and incorrect ioctls, which cause
unintelligible error messages.
Extend 'start' command: if used without any parameters, vinum scans
all disks known to devstat for vinum drives and reads their
configuration.
1999-02-11 06:13:44 +00:00
Greg Lehey
77a14d66b8
Include libdevstat in executable, for extended start command.
1999-02-11 06:12:06 +00:00
David E. O'Brien
8d7e75d826
hook in dhclient
1999-02-10 21:09:48 +00:00
David E. O'Brien
7fb45d4f5c
This commit was generated by cvs2svn to compensate for changes in r43855,
...
which included commits to RCS files with non-trunk default branches.
1999-02-10 20:51:22 +00:00
David E. O'Brien
914345e310
bmake framework for ISC-DHCP client
1999-02-10 20:51:22 +00:00
Matthew Dillon
cb84cdb1c4
Fix bug in mount_mfs whereby mount_mfs would sometimes return before
...
the mount is completely active, causing the next few commands attempting
to manipulate data on the mount to fail. mount_mfs's parent now tries
to wait for the mount point st_dev to change before returning, indicating
that the mount has gone active.
1999-02-09 17:19:19 +00:00
Robert Nordier
708b27a068
Note that nextboot requires the legacy boot code.
1999-02-05 09:58:39 +00:00
Semen Ustimenko
5287191e29
Added mount_ntfs subdirectory.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:21:24 +00:00
Semen Ustimenko
4aabb2de22
Primary version.
...
Reviewed by: David O'Brien
1999-02-03 03:51:19 +00:00
Wolfram Schneider
a1c1a4e918
Added xref to nologin(5).
1999-02-01 21:02:38 +00:00
Wolfram Schneider
1c669fdb34
Added xref to nologin(8).
1999-02-01 21:00:24 +00:00
Greg Lehey
ebf1694990
Correct include paths
...
Remove unnecessary additional CFLAGS
Remove BINGRP and BINMODE
1999-01-31 23:25:22 +00:00
Greg Lehey
1c315e7931
Add MAINTAINER
1999-01-30 01:00:19 +00:00
Greg Lehey
959c9a97a9
Fix broken command tables (change formatting from tbl to .Bl/.El)
...
Move the BUGS section to vinum.4: the only bug in vinum.8 was the man
page, fixed with this commit.
1999-01-27 03:12:23 +00:00
Robert Nordier
12d910e9bb
Add a -b option as a simple way to rewrite the mbr code
...
(eg. replacing a boot manager with a standard mbr)
1999-01-22 11:54:17 +00:00
Archie Cobbs
14112159be
Fix bug where 'ipfw list' would choke if there were a large number of rules.
1999-01-22 01:46:32 +00:00