summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Further tidy up the sbin/init and release builds.peter2001-01-011-28/+2
|
* This is not necessarily the correct fix, but at least sbin/init compilesphk2001-01-011-8/+11
| | | | in a sterile environment like "make release"
* This is the first snapshot of the new all-singing-and-dancing md(4).phk2000-12-311-6/+13
| | | | | | Using the mdconfig(8) program you can now configure memory disks on malloc(9), swap or a file/vnode. preloaded md disks also work as usual.
* Improve cmdline parsing and messages.phk2000-12-313-21/+210
| | | | | Add a rudimentary man-page. (I'm no mdoc wizard, feel free to attack my mistakes and blunders)
* Use macro API to <sys/queue.h>phk2000-12-302-6/+6
| | | | | Submitted by: "Peter Avalos" <pavalos@theshell.com> Reviewed by: /sbin/md5
* Add mdconfig into the build.phk2000-12-281-0/+1
|
* Preliminary scaffolding for the new integrated vn+md device driver.phk2000-12-282-0/+110
| | | | | | | | | | | | | | | | | I decided to work on the md(4) driver and integrate the vn(4) functionality into it mainly based on the name being more suitable. Ideally 'vd' as in "virtual disk" would probably be the most logical but our sound-master pointed out that this would cause uncontrollable fits of giggles in the brits. Another complication would the needed changes to the ramdisk boot/root functionality. The vn driver will stay around for some time after I complete this merge for transition reasons, and I'll make it whine to people that they should migrate to the md(4) driver for some time before it dies. The kernel part of the new md(4) driver will be committed after more testing.
* typo: modifes -> modifieshoek2000-12-282-2/+2
|
* Retire kernfs (userland part).des2000-12-284-11/+4
|
* When trying to deduce the diskname from the name so we can runphk2000-12-272-8/+13
| | | | | | | | | | | | | | | | | parallel fsck's one per drive, use the shortest prefix ending in a digit rather than the longest prefix ending in a digit. This makes "/dev/ad0s1a" and "/dev/ad0s2a" appear to both reside on the disk "/dev/ad0" and consequently they will be fsck'ed sequentially rather than in parallel as now. In general this heuristic is rather soft and errorprone. For instance ccd may often reside on two or more physical disks. A good solution would be to look for passes larger than 1 until no disks are found in a particular pass, that way people could put ccd stripes in pass 3... and have them fsck'ed sequentially. Reviewed by: mjacob
* Use official API to <sys/queue.h> instead of groping around inside thephk2000-12-271-17/+16
| | | | | | data structures. Reviewed by: imp
* Prepare for mdoc(7)NG.ru2000-12-277-26/+26
|
* Fix hard sentence break introduced in previous commit.sheldonh2000-12-201-2/+2
|
* Cosmetics.grog2000-12-201-38/+42
| | | | | | | | Correct location of history file. Change references from /dev/wd to /dev/ad. Use more appropriate defaults for stripe size in examples.
* roughlength: Use correct format strings.grog2000-12-201-4/+4
|
* Correct some comments.grog2000-12-201-3/+6
| | | | | | vinum_attach: Get correct names (were being overwritten). Submitted by: Terry Glanfield <Terry.Glanfield@program-products.co.uk>
* o Add an example for a large file system.imp2000-12-191-7/+9
| | | | | | | o Remove bug about boot blocks hating non-8k file systems. This hasn't been the case for a long time. Not Objected to by: hackers, doc
* Prepare for mdoc(7)NG.ru2000-12-193-64/+64
|
* Add a missing period and newline to a message.phk2000-12-181-1/+2
| | | | | PR: 23334 Submitted by: Rich Morin <rdm@cfcl.com>
* Prepare for mdoc(7)NG.ru2000-12-1837-92/+92
|
* Add a -a option to show the entire message buffer.phk2000-12-172-5/+26
|
* Extend the ldconfig security check so that it ignores group-writablejdp2000-12-172-2/+8
| | | | | | | | | | | directories in addition to world-writable directories. As before, this check can be disabled with the "-i" option, which in turn can be made the default for boot-up by setting "ldconfig_insecure=YES" in "/etc/rc.conf". Also fix an mdoc nit in the manual page. Submitted by: Maxime Henrion <mux@qualys.com>
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofiedowse2000-12-159-0/+47
| | | | | | | | a SIGINFO (normally via Ctrl-T), a line will be output indicating the current phase number and progress information relevant to the current phase. Approved by: mckusick
* Add missing coma in SEE ALSO sectionphantom2000-12-142-3/+3
| | | | Reported by: Rich Morin <rdm@cfcl.com>
* mdoc(7) police: added missing .Os call.ru2000-12-146-6/+6
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-146-12/+15
|
* Fix a logical bug introduced by changing the formatting.tomsoft2000-12-131-1/+1
| | | | | Submitted by: ru Reviewed by: chm
* Mdoc(7)ify.ru2000-12-132-51/+62
|
* corrected spelling mistakes in commentstomsoft2000-12-125-235/+310
| | | | | | | | | | check a couple of mallocs usage of errx linebreaks of DBG_ macros, correcting the usage of nroff macros Submitted by: grog, charnier Reviewed by: chm
* Stop restore from looping under certain error conditions. Thisiedowse2000-12-123-15/+16
| | | | | | | | | corrects cases where restore would spew an infinite stream of "Changing volumes on pipe input?" messages, or would loop waiting for a response to the "set owner/mode for '.'" question. PR: bin/14250 Reviewed by: dwmalone
* Don't give up on file write errors. Just log them and continue.mckusick2000-12-121-1/+0
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-115-5/+5
|
* The tunefs code assumed that the last argument was the device specification.charnier2000-12-102-90/+142
| | | | | | | | | | | | | | | We need to parse the arguments first, then open the device (if specified) and then apply the changes. This change will disallow the (undocumented) use of multiple instances of the same argument on the same command line for the sack of a better error message. Other changes are: 1) the softupdates (-n) now issue a warning about remaining unchanged 2) the usage and man page is changed to specify "space | time" instead of "optimization preference". PR: bin/23335 Submitted by:Mark Peek <mark@whistle.com>
* added growfs(8) including ffsinfo(8) to the freebsd base systemtomsoft2000-12-0910-1/+4260
| | | | Reviewed by: grog
* Add `_PATH_DEVZERO'.obrien2000-12-096-10/+16
| | | | Use _PATH_* where where possible.
* Explicitly document the fact that securelevel > 0 means that kernel modulesben2000-12-071-1/+5
| | | | | | | may not be (un)loaded. PR: 23350 Submitted by: Gordon Tetlow <gordont@bluemtn.net>
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | generated files land. Also give precedence to generated files.
* test strdup() failures.ume2000-12-041-5/+7
| | | | | | from: Chris Faulhaber <jedgar@fxp.org> Obtained from: KAME
* Properly check the return values from malloc(3).abial2000-12-031-56/+6
| | | | | | | Remove some PNP-related dead code that is unlikely to survive the changes in -current PNP anyway. Submitted by: fixes from Chris Faulhaber <jedgar@freebsd.org>
* Properly check malloc(3) return valuesjedgar2000-12-012-0/+24
| | | | Approved by: ken
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-1/+1
| | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
* Add missing && which absense stops 'make world'ache2000-11-301-1/+1
|
* remove an undefined reference when no VLAN support is compiled in.luigi2000-11-302-1/+7
|
* I didn't maintain the "chs" ordering. Rather the bug was in print_part().obrien2000-11-292-12/+12
| | | | Requested by: bde.
* Fix typos and layout problem.ben2000-11-282-10/+12
| | | | | PR: 23109 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Remove .Op when arg is required (special | filesystem). Document that atcharnier2000-11-282-126/+117
| | | | | least one flag is required and check this in the code. Make use of getopt(3). Generalyze printing `... remains unchanged ...'.
* Add missing initialization for IPv6 address lifetime.ume2000-11-271-1/+35
| | | | | PR: misc/22884 Obtained from: KAME
* Fix format string warningskris2000-11-271-3/+3
|
* Typo fix: forgot -> forget.dannyboy2000-11-261-1/+1
| | | | | PR: 23113 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* mdoc(7) police: misc minor fixes.ru2000-11-231-44/+57
|
OpenPOWER on IntegriCloud