summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Move nologin from /etc to /var/run. This means one less file that hasasami1999-01-111-5/+5
| | | | | | | | | to be written to /etc. The only essential change is in paths.h, so any third-party software written correctly will pick it up in the next rebuild. Reviewed by: the committers list (actually an old version)
* Clean up option handling a little.des1999-01-102-21/+40
| | | | Add an option for showing sysctl descriptions instead of their values.
* Removed ROOTSLICE_HUNT. The root device is now found better bybde1999-01-094-76/+6
| | | | | | | getvfsent() in most cases. (The main exception is when /etc/fstab still hasn't been converted to use a slice for the root device, the root device is a SCSI device, and the /dev/sd* inode for this device still hasn't been renamed to /dev/da*.)
* - Format corrections for troff outputgrog1999-01-091-14/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Comment out the description of the unimplemented replace command - Explain in even stronger language that resetconfig is not for everyday use Motivated by: Marko Schütz <marko@ki.informatik.uni-frankfurt.de> - Correct the description of the start command (no longer used to start vinum, just specific objects) Motivated by: dg - Remove .TH N commands, which conflict badly with the doc macros, causing strange headings in nroff output and endless loops in troff. The current version produces warning messages with some screen sizes, and will be fixed when I have time. Bug-report: docs/9328 (nroff) Reported-by: joerg (troff) - Add gotcha info for the setupstate keyword and the use of label and resetconfig. - Add bug entry for the warning messages introduced by fixing docs/9328. - Add references to web pages on Vinum
* Make a start on revising the boot documentation.rnordier1999-01-061-17/+46
|
* Allow PINGing from any address on multihomed hostsimp1999-01-062-12/+46
| | | | | | | | | In the words of the submitter: "The patch below allows to ping from any address on the multihomed host. The man page is also updated, the text was cutted from traceroute(8)." Submitted by: Ruslan Ermilov PR: 6832
OpenPOWER on IntegriCloud