summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Work much harder at obtaining a correct device node. If what devname(3)des2000-10-171-31/+89
| | | | | | | | | | | | returns doesn't exist, or doesn't match the desired device, fall back to scanning /dev for a matching node, and as a last resort, if that fails, try to create the node ourselves as /dev/dump. Add comments to several variables and functions. Clean up syslog(3) usage; use %m instead of strerror(3). Other minor cleanup.
* Implement simple write combining for newfs - this is particularly usefulpeter2000-10-171-0/+37
| | | | | | for large scsi disks with WCE = 0. This yields around a 7 times speedup on elapsed newfs time on test disks here. 64k clusters seems to be the sweet spot for scsi disks using our present drivers.
* Pre-IFS commit. Commit IFS-aware fsck and mount utilities.adrian2000-10-1410-302/+37
| | | | | | | | | | | | | | | | | | | mount_ifs: repocopy of sbin/mount, with most of the intelligence ripped out and "ufs" replaced with "ifs" in the right places. It will only mount a single filesystem, rather than the -t <type> magic that our real mount does. fsck_ifs: repocopy of sbin/fsck_ffs, but the directory structure stuff (pass2 and some refcount checks) has been #ifdef'ed out. src/sbin/Makefile: Build these two utilities There is probably cruft code left in both which can be removed at a later date, especially in mount_ifs, but I trust that people will not try mount_ifs -a .. Note: there are no man pages installed for these two commands as I haven't actually written them yet.
* Allow for IP_FW_ADD to be used in getsockopt(2) incarnation asru2000-10-121-3/+3
| | | | | | | well, in which case return the rule number back into userland. PR: bin/18351 Reviewed by: archie, luigi
* Reset globals for every new command read from preprocessed file.ru2000-10-111-12/+14
|
* Only interpret the last command line argument as a file toru2000-10-112-5/+7
| | | | | | be preprocessed if it is specified as an absolute pathname. PR: bin/16179
* We want the FreeBSD ID as the RCS ID, not the NetBSD one.obrien2000-10-101-4/+3
|
OpenPOWER on IntegriCloud