aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Migrate init(8) towards utmpx.Ed Schouten2010-01-132-5/+8
* Spell "Hz" correctly wherever it is user-visible.Gavin Atkinson2010-01-121-5/+5
* Cast 64-bit quantity to intptr_t rather than int so as to work properlyKirk McKusick2010-01-111-2/+2
* This update utilizes new fsck sysctl commands that allow fsck runningKirk McKusick2010-01-111-7/+82
* When renaming a directory it passes through several intermediateKirk McKusick2010-01-111-21/+109
* Add some error messages suggested in PR bin/138043. The code toKirk McKusick2010-01-072-3/+12
* This corrects a bug that manifested itself as identifying the lastKirk McKusick2010-01-071-1/+1
* Increase default block size from 4K to 64K. It was reduces 6 yeard ago,Alexander Motin2010-01-061-1/+1
* Print leading zeros in the UFS2 FSID.Gavin Atkinson2010-01-061-1/+1
* For completeness, add -s argument, manually specifying array block size.Alexander Motin2010-01-052-3/+13
* Add manual page for gcache(8).Edward Tomasz Napierala2010-01-033-2/+193
* Remove dead code. This section of code is only run in theGavin Atkinson2010-01-021-10/+4
* Remove reference to the bug in FreeBSD 2.0.Konstantin Belousov2010-01-021-8/+0
* Fix typo: s/partion/partition/Martin Blapp2010-01-021-1/+1
* Let umount build with -Wold-style-definition.Ed Schouten2009-12-301-1/+1
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-297-100/+53
* ANSIfy ldconfig and the aout bits it still uses from rtld-aout.Ed Schouten2009-12-291-13/+7
* Add forgotten `void' keyword. This function has no arguments.Ed Schouten2009-12-291-1/+1
* Add missing `void' for functions without arguments.Ed Schouten2009-12-291-4/+4
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-284-5/+5
* Make umount(8) WARNS=6 clean:Xin LI2009-12-282-28/+28
* - Display current settings when run without options.Ruslan Ermilov2009-12-262-15/+30
* Implement NFSv4 ACL support for UFS.Edward Tomasz Napierala2009-12-216-14/+76
* ifconfig(8) is documented to take a ISO 3166-1 country code to set theGavin Atkinson2009-12-151-2/+5
* implement a new match option,Luigi Rizzo2009-12-153-0/+60
* fix the indentation for addr: valuesLuigi Rizzo2009-12-151-0/+2
* The default balance algorithm has changed from "split" toRuslan Ermilov2009-12-091-2/+2
* Change gmirror default balance algorithm from "split" to "load".Alexander Motin2009-12-081-1/+1
* restore setting of sin_len (was removed in 1.146 last february) asLuigi Rizzo2009-12-061-1/+3
* MFp4:Alexander Motin2009-12-061-6/+17
* Let init(8) and reboot(8) use utmpx to log wtmp entries.Ed Schouten2009-12-054-11/+22
* fix argument type in the call to expand_numberLuigi Rizzo2009-12-041-1/+1
* use qsort_r instead of heapsort;Luigi Rizzo2009-12-031-4/+4
* Drop USB mass storage devices support from ata(4). It is out of the build asAlexander Motin2009-11-261-6/+0
* MFp4:Alexander Motin2009-11-262-51/+72
* Make ``ifconfig -l ether'' only list interfaces that speak Ethernet.Will Andrews2009-11-251-3/+19
* MFp4:Alexander Motin2009-11-241-14/+69
* Add some missing WDMA/UDMA modes.Alexander Motin2009-11-221-0/+11
* Fix minor resource leak in a function.Alexander Leidinger2009-11-211-0/+2
* Fix minor memory leak in a function.Alexander Leidinger2009-11-201-1/+3
* Fix minor resource leak in a function which was introduced by changing anAlexander Leidinger2009-11-201-1/+3
* Revert revision 199201 for now as it has introduced a kernel vulnerabilityXin LI2009-11-122-64/+1
* Add interface description capability as inspired by OpenBSD.Xin LI2009-11-112-1/+64
* Add links to zfs(8) and zpool(8) to mount(8) manual page.Edward Tomasz Napierala2009-11-111-1/+3
* More rational usage()Dag-Erling Smørgrav2009-11-101-3/+5
* Fix variable type.Alexander Motin2009-11-091-1/+1
* Add support for ATA Power Management.Alexander Motin2009-11-092-3/+134
* MFp4:Alexander Motin2009-11-041-0/+4
* Just use devname(3) to print device names.Ed Schouten2009-11-031-8/+1
* Ensure 'kvm' is always initialized. If "-M" was not specified and theJohn Baldwin2009-11-021-0/+1