summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add `const's that I forgot to commit. Not bad - I brokebrian1999-03-261-3/+3
| | | | | | the -stable and -current builds in the space of 1 day ! Pointed out by: jdp
* Add some const-cleanliness and avoid some warnings.brian1999-03-241-43/+43
|
* Allow port ranges when specifying -redirect_port.brian1999-03-241-32/+127
| | | | | Submitted by: Wes Santee <wes@bogon.net> PR: 9696
* Add a tutorial-like section "How to set up Vinum"grog1999-03-241-76/+628
|
* 'start' command: check that the objects in question aren't already up,grog1999-03-241-17/+49
| | | | and produce an intelligble message if they are.
* Correct ioctl calls VINUM_STARTCONFIG. The last commit broke thegrog1999-03-231-3/+3
| | | | 'vinum start' command.
* Describe the new semantics of 'create':grog1999-03-231-8/+31
| | | | | | | | | | | | | | | 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
* Print correct message if the wrong module is loaded.grog1999-03-231-1/+1
|
* vinum_create: pass 'force' flag to ioctl VINUM_STARTCONFIG.grog1999-03-231-1/+1
| | | | | | | | | | 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>
* The attached patch to /usr/src/sbin/dump/optr.c changes the comparisonjkh1999-03-211-5/+5
| | | | | | | | | | | | 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
* If we fail to open the super device, open the "wrong" device (that is,grog1999-03-191-1/+32
| | | | | | | | 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.
* Clarify the synchronization options in additional plexes to a volume.grog1999-03-181-3/+11
|
* Fixed `mount -a -u ...'. Rev.1.19 broke this by trying too hard tobde1999-03-162-4/+6
| | | | | | | avoid mounting filesystems multiple times. PR: 10572 Submitted by: Cy Schubert <cy@cschuber.net.gov.bc.ca>
* Add cross-reference to loader man page, plus various minorrnordier1999-03-161-9/+12
| | | | improvements.
* Grrr... botched remote commit. Let's try this again: vlan updates,wpaul1999-03-155-11/+246
| | | | take two.
* Clarify that the stop command only works in interactive mode.grog1999-03-141-2/+6
|
* create command: get the message right if an error occurs with agrog1999-03-141-3/+5
| | | | non-verbose create.
* Describe the new debug flags DEBUG_EOFINFO and DEBUG_MEMFREE.grog1999-03-131-9/+10
| | | | | | Fix a confusion between slices and partitions. Clarify the problems of small stripe sizes (< 128 kB).
* info command: Remove opencount parameter, print value of open flag.grog1999-03-131-1/+1
|
* create command: if an error occurs, print the offending line even ifgrog1999-03-131-0/+2
| | | | the -v flag has not been set.
* Note that a standard MBR supports booting only from hard drive 0rnordier1999-03-132-2/+8
|
* src/usr.sbin/natd -> src/sbin/natd (after a repo-copy by jdp)brian1999-03-121-1/+2
|
* Fix savecore so that it works on alphasgallatin1999-03-121-1/+7
| | | | Reviewed by: Doug Rabson <dfr@nlsystems.com>
* Fix a diagnostic typobrian1999-03-111-4/+4
| | | | Submitted by: Martin Machacek <mm@i.cz>
* Describe the default values for useful options.grog1999-03-101-14/+45
| | | | Clarify which options are no longer useful.
* Upgrade (almost) to natd 2.0b1brian1999-03-076-122/+282
| | | | | | | | | | | | | | - 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>
* Document "stop" command with no parameters.grog1999-03-021-8/+102
| | | | | | Document "printconfig" and "saveconfig" commands. Add warning about running "create" multiple times.
* Take definitions of VINUMMOD and WRONGMOD from v.c.grog1999-03-021-1/+10
|
* Move definitions of VINUMMOD and WRONGMOD to vext.h.grog1999-03-021-17/+42
| | | | | | | | | 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).
* Change the format of the lists to reflect loss of pid field.grog1999-03-021-15/+21
| | | | | | Show open state as a flag. vinum_ldi: Show available space in short form listing.
* resetconfig: don't log the "obliterated" message, the kernel does thatgrog1999-03-021-11/+47
| | | | | | | | | | | | | | 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.
* Make buf in authflags a little bigger because 2 strings can begj1999-02-281-2/+2
| | | | concatenated and 20 bytes (the old size) is kind of tight.
* Make this work with the new alias library since, evidently, we'rejkh1999-02-271-4/+6
| | | | | not providing the backwards-compatability routines in libalias anymore (which I think may have been a mistake).
* Don't install kget on alpha - it doesn't do much useful there.jkh1999-02-271-2/+5
|
* Fix misspelling of Julian's last name. Oops.ken1999-02-271-2/+2
|
* Add kget.jkh1999-02-271-1/+2
|
* Bring in kget, a utility for saving kernel change information.jkh1999-02-273-0/+242
| | | | Submitted by: abial
* Make the buf in authflags big enough to hold " norechallenge". I've beengj1999-02-231-2/+2
| | | | | | running with this for a few weeks. Submitted by: someone on the freebsd-isdn maillist
* Added description of how they can access particularysemenu1999-02-191-1/+32
| | | | NTFS attribute and write files.
* Finish documenting -S src-addr change.imp1999-02-191-1/+8
| | | | | | | 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>
* More style fixes to bring this almost to bde's suggested version.obrien1999-02-181-17/+13
|
* bde suggests not to trust ${COPY} to always be defined.obrien1999-02-181-17/+13
| | | | also fix style bugs submitted by Bruce
* Modify example configuration file to show more optimum stripe size ofgrog1999-02-111-15/+18
| | | | | | | | | | 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.
* Extend 'start' command: if used without any parameters, vinum scansgrog1999-02-111-3/+41
| | | | | all disks known to devstat for vinum drives and reads their configuration.
* Check for both kinds of Vinum module (with and without RAID-5). Usinggrog1999-02-111-0/+8
| | | | | | | | | | 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.
* Include libdevstat in executable, for extended start command.grog1999-02-111-3/+3
|
* hook in dhclientobrien1999-02-101-1/+2
|
* This commit was generated by cvs2svn to compensate for changes in r43855,obrien1999-02-101-0/+30
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * bmake framework for ISC-DHCP clientobrien1999-02-101-0/+30
|
* Fix bug in mount_mfs whereby mount_mfs would sometimes return beforedillon1999-02-092-5/+39
| | | | | | | 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.
OpenPOWER on IntegriCloud