summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix build on all (hopefully) 64 bit architectures.trhodes2005-01-091-1/+1
* Use static const char and bump WARNS.trhodes2005-01-082-2/+2
* Remove unused variable.trhodes2005-01-081-1/+0
* Cast to intmax_t when using %jd format.pjd2005-01-081-1/+1
* Fix the derivation of the GEOM name from the specified device name byrse2005-01-071-0/+3
* Link a couple of missing manpagesguido2005-01-071-0/+2
* Write some bit mask limits in hex rather than decimal so they look lessbrooks2005-01-071-2/+2
* The badsect(8) utility uses atol(), which doesn't allow very good errorrwatson2005-01-031-1/+4
* The ffsinfo utility uses atol() to parse numeric values out of optargrwatson2005-01-031-3/+10
* Remove cross reference to uustat(1), which is no longer in the baserwatson2005-01-021-1/+0
* Fix special status reporting. Prior to the reorg there wassam2004-12-317-18/+44
* o accept deftxkey as a synonym for weptxkey since that is what issam2004-12-311-1/+11
* recognize atheros information elementssam2004-12-311-0/+2
* Fix typos.brueffer2004-12-301-3/+3
* Clearer va-args usage.obrien2004-12-301-4/+3
* Detect if class name is '-h' or 'help' and if it is, show general helppjd2004-12-281-0/+6
* Rewrite piece of code which I committed some time ago that allows topjd2004-12-271-1/+5
* Fix typo.josef2004-12-261-1/+1
* Cross-reference ffsinfo(8).jkoshy2004-12-261-0/+1
* - Add genid field to the metadata which will allow to improve reliability a bit.pjd2004-12-251-0/+1
* - Add genid field to the metadata which will allow to improve reliability a bit.pjd2004-12-221-0/+1
* 'forget' command takes device names, not provider names.pjd2004-12-221-1/+1
* NOINET6 -> NO_INET6ru2004-12-211-1/+1
* NOSHARED -> NO_SHAREDru2004-12-219-9/+9
* NOATM -> NO_ATMru2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-216-6/+6
* Mark mknod(8) as deprecated. Add text in the 'COMPATIBILITY' sectionjkoshy2004-12-171-1/+26
* Back the warnings down from 9 to 6, since that is the highest we have. Ifobrien2004-12-131-1/+1
* Do not pass random bits as mount arguments.phk2004-12-121-0/+1
* always display the deftxkey for an 802.11 device if privacy is enabledsam2004-12-121-4/+5
* add a callback mechanism for code that wants to defer committing changessam2004-12-112-0/+33
* Update the IPFW man page to reflect reality. mpsafenet=0 is no longercsjp2004-12-101-10/+0
* - Turn off 'fast' mode by default and increase maximum memory to consumepjd2004-12-091-3/+3
* Overhaul to cleanup some of the tangled logic that's grown over the years.sam2004-12-0814-1538/+3342
* Make sure we don't pass garbage to the kernel.phk2004-12-081-1/+2
* Code for automatic name completion in a tcsh(1) environment.hmp2004-12-051-0/+7
* o Do not dump core in -W if dumpdates was not readable and ddatev == NULL.maxim2004-12-022-5/+2
* Revert last change. It doesn't break mount(8) reportingru2004-11-301-0/+2
* Fix typo.rik2004-11-291-1/+1
* Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero).ru2004-11-294-13/+2
* Clarify that devd will only parse files whose names end in .conf.ceri2004-11-281-1/+3
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+1
* Implement 'setstate' to allow setting the state of drives and subdisksle2004-11-261-0/+58
* Implement checkparity/rebuildparity.le2004-11-261-0/+88
* Avoid comparing pointer against a numerical value by adding a * indelphij2004-11-251-1/+1
* Add first cut at dethaumagizing UFS mounting.phk2004-11-252-0/+150
* Add a convenience function for building nmount iov arrays.phk2004-11-252-0/+25
* Fix bug: don't let "synco" match "sync"phk2004-11-251-4/+2
* Remove a duplicate line from an apparent merge error in rev 1.63.brooks2004-11-251-1/+0
* Sync usage() and SYNOPSIS.ru2004-11-132-2/+3
OpenPOWER on IntegriCloud