summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Correct the pathname of the history file.grog2000-11-231-1/+1
| | | | Reported by: Crist J . Clark <cjclark@alum.mit.edu>
* o get rid lfs mentionsphantom2000-11-221-3/+3
| | | | o remove non-mdoc groff's instructions
* We do not support lfs. Remove it from list of remountable fs'es.phantom2000-11-221-1/+1
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-222-12/+14
|
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-223-1/+5
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-5/+5
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-2085-303/+311
|
* Format string paranoiakris2000-11-191-2/+2
|
* mdoc(7) police: fix errors uncovered by the new feature of the Nm macro.ru2000-11-181-2/+2
|
* Make the order of values prompted for with the "-i" option match print_part()obrien2000-11-182-4/+4
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-173-3/+3
|
* Describe -deny_incoming better, highlight some keywords,ru2000-11-161-22/+57
| | | | add myself to the AUTHORS section.
* more removal of trailing periods from SEE ALSO.ben2000-11-153-3/+3
|
* Document the correct default states for additional plexes of agrog2000-11-141-23/+31
| | | | | | | | multi-plex volume. Confusion reported by: many Clarify recommendations for default plex stripe size.
* Spell the `daemon' correctly.ru2000-11-141-2/+2
|
* Use Fx macro wherever possible.ru2000-11-1416-63/+107
|
* Be a little clearer about the relationship between these two.nik2000-11-122-2/+12
| | | | | PR: docs/20067 Submitted by: Takayuki Hagihara
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-1015-190/+206
|
* Remove the block/char device distinction. badsect only worked on bdevs,adrian2000-11-091-7/+1
| | | | | | | and then mapped /dev/foo into /dev/rfoo to get to the character device. This isn't needed anymore. Reviewed by: ps
* Update usage().obrien2000-11-081-1/+1
| | | | Submitted by: nectar
* Build with -DUSE_INET6 so that we can actually use the IPv6 support innectar2000-10-314-4/+4
| | | | | | IPFilter 3.4.x. Approved by: darrenr, guido
* Add support for virgin disklabelsjkh2000-10-314-68/+298
| | | | Submitted by: dillon
* IPFW does not discard *any* IP fragments with OFF=1, only TCP ones.ru2000-10-301-3/+6
|
* .Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, andnik2000-10-291-0/+5
| | | | | | | mount_std. PR: docs/20369 Submitted by: bmah
* Remove obsolete /dev/drum referencesjedgar2000-10-291-1/+0
| | | | Reviewed by: alex, asmodai, billf
* Cast block number to off_t to avoid possible overflow bugs.jwd2000-10-241-1/+1
| | | | Pointed out by: Bruce Evans <bde@zeta.org.au>
* The write combining code in revision 1.30 needs a few additionaljwd2000-10-241-12/+25
| | | | | | | | | | touch ups. The cache needs to be flushed against block reads, and a final flush at process termination to force the backup superblocks to disk. I believe this will allow 'make release' to complete. Submitted by: Tor.Egge@fast.no
* Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long)gallatin2000-10-231-2/+2
| | | | This fixes unaligned access on alpha for, eg, sysctl kern.ipc.mbtypes.
OpenPOWER on IntegriCloud