aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Write some bit mask limits in hex rather than decimal so they look lessBrooks Davis2005-01-071-2/+2
* The badsect(8) utility uses atol(), which doesn't allow very good errorRobert Watson2005-01-031-1/+4
* The ffsinfo utility uses atol() to parse numeric values out of optargRobert Watson2005-01-031-3/+10
* Remove cross reference to uustat(1), which is no longer in the baseRobert Watson2005-01-021-1/+0
* Fix special status reporting. Prior to the reorg there wasSam Leffler2004-12-317-18/+44
* o accept deftxkey as a synonym for weptxkey since that is what isSam Leffler2004-12-311-1/+11
* recognize atheros information elementsSam Leffler2004-12-311-0/+2
* Fix typos.Christian Brueffer2004-12-301-3/+3
* Clearer va-args usage.David E. O'Brien2004-12-301-4/+3
* Detect if class name is '-h' or 'help' and if it is, show general helpPawel Jakub Dawidek2004-12-281-0/+6
* Rewrite piece of code which I committed some time ago that allows toPawel Jakub Dawidek2004-12-271-1/+5
* Fix typo.Josef El-Rayes2004-12-261-1/+1
* Cross-reference ffsinfo(8).Joseph Koshy2004-12-261-0/+1
* - Add genid field to the metadata which will allow to improve reliability a bit.Pawel Jakub Dawidek2004-12-251-0/+1
* - Add genid field to the metadata which will allow to improve reliability a bit.Pawel Jakub Dawidek2004-12-221-0/+1
* 'forget' command takes device names, not provider names.Pawel Jakub Dawidek2004-12-221-1/+1
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-219-9/+9
* NOATM -> NO_ATMRuslan Ermilov2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-216-6/+6
* Mark mknod(8) as deprecated. Add text in the 'COMPATIBILITY' sectionJoseph Koshy2004-12-171-1/+26
* Back the warnings down from 9 to 6, since that is the highest we have. IfDavid E. O'Brien2004-12-131-1/+1
* Do not pass random bits as mount arguments.Poul-Henning Kamp2004-12-121-0/+1
* always display the deftxkey for an 802.11 device if privacy is enabledSam Leffler2004-12-121-4/+5
* add a callback mechanism for code that wants to defer committing changesSam Leffler2004-12-112-0/+33
* Update the IPFW man page to reflect reality. mpsafenet=0 is no longerChristian S.J. Peron2004-12-101-10/+0
* - Turn off 'fast' mode by default and increase maximum memory to consumePawel Jakub Dawidek2004-12-091-3/+3
* Overhaul to cleanup some of the tangled logic that's grown over the years.Sam Leffler2004-12-0814-1538/+3342
* Make sure we don't pass garbage to the kernel.Poul-Henning Kamp2004-12-081-1/+2
* Code for automatic name completion in a tcsh(1) environment.Hiten Pandya2004-12-051-0/+7
* o Do not dump core in -W if dumpdates was not readable and ddatev == NULL.Maxim Konovalov2004-12-022-5/+2
* Revert last change. It doesn't break mount(8) reportingRuslan Ermilov2004-11-301-0/+2
* Fix typo.Roman Kurakin2004-11-291-1/+1
* Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero).Ruslan Ermilov2004-11-294-13/+2
* Clarify that devd will only parse files whose names end in .conf.Ceri Davies2004-11-281-1/+3
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+1
* Implement 'setstate' to allow setting the state of drives and subdisksLukas Ertl2004-11-261-0/+58
* Implement checkparity/rebuildparity.Lukas Ertl2004-11-261-0/+88
* Avoid comparing pointer against a numerical value by adding a * inXin LI2004-11-251-1/+1
* Add first cut at dethaumagizing UFS mounting.Poul-Henning Kamp2004-11-252-0/+150
* Add a convenience function for building nmount iov arrays.Poul-Henning Kamp2004-11-252-0/+25
* Fix bug: don't let "synco" match "sync"Poul-Henning Kamp2004-11-251-4/+2
* Remove a duplicate line from an apparent merge error in rev 1.63.Brooks Davis2004-11-251-1/+0
* Sync usage() and SYNOPSIS.Ruslan Ermilov2004-11-132-2/+3
* Sync usage() with manpage SYNOPSIS and code.Ruslan Ermilov2004-11-131-4/+6
* For create and migrate, remove the `.Op Fl f' introduced in theMarcel Moolenaar2004-11-131-4/+2
* Add an -f option (for force) to the migrate command. Normally an MBRMarcel Moolenaar2004-11-132-5/+21
* Add an -f option (for force) to the create command. The -f optionMarcel Moolenaar2004-11-132-6/+25
* Reflect the cuaa->cuad namechange in documentation.Philip Paeps2004-11-132-2/+2
* Fix a braino: the partition size in the PMBR is in sectors, not bytesMarcel Moolenaar2004-11-122-8/+8