summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Note that nextboot requires the legacy boot code.rnordier1999-02-052-2/+6
|
* Added mount_ntfs subdirectory.semenu1999-02-031-1/+2
| | | | Reviewed by: David O'Brien <obrien@NUXI.com>
* This commit was generated by cvs2svn to compensate for changes in r43548,semenu1999-02-033-0/+350
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Primary version.semenu1999-02-033-0/+350
| | | | Reviewed by: David O'Brien
* Added xref to nologin(5).wosch1999-02-011-2/+3
|
* Added xref to nologin(8).wosch1999-02-011-1/+2
|
* Correct include pathsgrog1999-01-311-6/+2
| | | | | Remove unnecessary additional CFLAGS Remove BINGRP and BINMODE
* Add MAINTAINERgrog1999-01-301-0/+3
|
* Fix broken command tables (change formatting from tbl to .Bl/.El)grog1999-01-271-145/+32
| | | | | Move the BUGS section to vinum.4: the only bug in vinum.8 was the man page, fixed with this commit.
* Add a -b option as a simple way to rewrite the mbr codernordier1999-01-224-8/+54
| | | | (eg. replacing a boot manager with a standard mbr)
* Fix bug where 'ipfw list' would choke if there were a large number of rules.archie1999-01-221-79/+95
|
* Fix misleading wording in ipfw(8) man page.archie1999-01-211-3/+3
| | | | PR: docs/9603
* Update to reflect major changes in vinum kernel modulegrog1999-01-214-131/+431
|
* Update to reflect changes in kernel lkmgrog1999-01-211-84/+169
|
* Remove -DRAID5 from CFLAGSgrog1999-01-211-2/+2
|
* Clarify the number of network interfaces per physical interface available withmks1999-01-202-7/+10
| | | | | each type of signalling manager and bring the atm command into agreement with the man page.
* nuke dset - it doesn't work in a post-ELF world and abial has somethingjkh1999-01-204-520/+1
| | | | better as a replacement (kget).
* Allow tuning of read-only mounted file system.luoqi1999-01-201-4/+47
| | | | Reviewed by: Bruce Evans <bde@zeta.org.au>
* Re-write of ilmi daemon. Among the major changes, it does not use predefinedmks1999-01-201-1555/+1275
| | | | PDUs and should handle multi-request OIDs on GETs.
* Make some further revisions to the boot documentation.rnordier1999-01-191-28/+16
|
* Properly print devices that do not have attached peripherals.gibbs1999-01-141-3/+6
| | | | Submitted by: Kenneth Merry <ken@FreeBSD.org>
* Don't install vinum(8) sgid.grog1999-01-131-2/+2
| | | | Reported-by: Paul Hart <hart@iserver.com>
* Sort options alphabetically.des1999-01-131-2/+2
|
* Oops, I missed a few more /etc/nologin references yesterday. It appearsasami1999-01-121-6/+6
| | | | | | my check of the tree was incomplete. Sorry guys. Reported by: Ben Smithurst <ben@scientia.demon.co.uk>
* Update to match rev. 1.28 of msdosfs_lookup.c.dt1999-01-113-33/+6
|
OpenPOWER on IntegriCloud