summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Expose stripe offset and stripe size through libgeom and geom(8) userlanddelphij2010-01-171-0/+8
* Add gmountver, disk mount verification GEOM class.trasz2010-01-165-0/+194
* Use the newly brought %U macro.ru2010-01-151-1/+1
* Reject invalid CIDR widths rather than silently stopping at the firstemaste2010-01-141-4/+8
* Port the remaining apps in sbin/ to utmpx; only reboot(8).ed2010-01-132-4/+1
* Migrate init(8) towards utmpx.ed2010-01-132-5/+8
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-121-5/+5
* Cast 64-bit quantity to intptr_t rather than int so as to work properlymckusick2010-01-111-2/+2
* This update utilizes new fsck sysctl commands that allow fsck runningmckusick2010-01-111-7/+82
* When renaming a directory it passes through several intermediatemckusick2010-01-111-21/+109
* Add some error messages suggested in PR bin/138043. The code tomckusick2010-01-072-3/+12
* This corrects a bug that manifested itself as identifying the lastmckusick2010-01-071-1/+1
* Increase default block size from 4K to 64K. It was reduces 6 yeard ago,mav2010-01-061-1/+1
* Print leading zeros in the UFS2 FSID.gavin2010-01-061-1/+1
* For completeness, add -s argument, manually specifying array block size.mav2010-01-052-3/+13
* Add manual page for gcache(8).trasz2010-01-033-2/+193
* Remove dead code. This section of code is only run in thegavin2010-01-021-10/+4
* Remove reference to the bug in FreeBSD 2.0.kib2010-01-021-8/+0
* Fix typo: s/partion/partition/mbr2010-01-021-1/+1
* Let umount build with -Wold-style-definition.ed2009-12-301-1/+1
* ANSIfy almost all applications that use WARNS=6.ed2009-12-297-100/+53
* ANSIfy ldconfig and the aout bits it still uses from rtld-aout.ed2009-12-291-13/+7
* Add forgotten `void' keyword. This function has no arguments.ed2009-12-291-1/+1
* Add missing `void' for functions without arguments.ed2009-12-291-4/+4
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-284-5/+5
* Make umount(8) WARNS=6 clean:delphij2009-12-282-28/+28
* - Display current settings when run without options.ru2009-12-262-15/+30
* Implement NFSv4 ACL support for UFS.trasz2009-12-216-14/+76
* ifconfig(8) is documented to take a ISO 3166-1 country code to set thegavin2009-12-151-2/+5
* implement a new match option,luigi2009-12-153-0/+60
* fix the indentation for addr: valuesluigi2009-12-151-0/+2
* The default balance algorithm has changed from "split" toru2009-12-091-2/+2
* Change gmirror default balance algorithm from "split" to "load".mav2009-12-081-1/+1
* restore setting of sin_len (was removed in 1.146 last february) asluigi2009-12-061-1/+3
* MFp4:mav2009-12-061-6/+17
* Let init(8) and reboot(8) use utmpx to log wtmp entries.ed2009-12-054-11/+22
* fix argument type in the call to expand_numberluigi2009-12-041-1/+1
* use qsort_r instead of heapsort;luigi2009-12-031-4/+4
* Drop USB mass storage devices support from ata(4). It is out of the build asmav2009-11-261-6/+0
* MFp4:mav2009-11-262-51/+72
* Make ``ifconfig -l ether'' only list interfaces that speak Ethernet.will2009-11-251-3/+19
* MFp4:mav2009-11-241-14/+69
* Add some missing WDMA/UDMA modes.mav2009-11-221-0/+11
* Fix minor resource leak in a function.netchild2009-11-211-0/+2
* Fix minor memory leak in a function.netchild2009-11-201-1/+3
* Fix minor resource leak in a function which was introduced by changing annetchild2009-11-201-1/+3
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-122-64/+1
* Add interface description capability as inspired by OpenBSD.delphij2009-11-112-1/+64
* Add links to zfs(8) and zpool(8) to mount(8) manual page.trasz2009-11-111-1/+3
* More rational usage()des2009-11-101-3/+5
OpenPOWER on IntegriCloud