summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix variable type.mav2009-11-091-1/+1
* Add support for ATA Power Management.mav2009-11-092-3/+134
* MFp4:mav2009-11-041-0/+4
* Just use devname(3) to print device names.ed2009-11-031-8/+1
* Ensure 'kvm' is always initialized. If "-M" was not specified and thejhb2009-11-021-0/+1
* Refine r198714, it's not as easy as just leaving the major number zero.brueffer2009-11-011-1/+0
* The majors file was removed long ago, 0 should be used instead.brueffer2009-10-311-4/+2
* MFp4:mav2009-10-311-40/+57
* When extracting the capture buffer from a crashdump, only read the validjhb2009-10-291-10/+10
* Fix parsing of mount options specified with -o in case an option withjh2009-10-261-5/+5
* - Initialize variable in order to avoid GCC warning and enable WARNS=6.lulf2009-10-262-2/+1
* Make dhclient use bootpc (68) as the source port for unicast DHCPREQUESTphilip2009-10-213-18/+41
* Make input parsing in Farhenheit actually work.ed2009-10-211-5/+5
* The tunefs utility does not work on active filesystems.remko2009-10-211-2/+2
* Switch the default WARNS level for sbin/ to 6.ru2009-10-1951-39/+25
OpenPOWER on IntegriCloud