aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* gpart: add EFI alias for MBR partition schemeEd Maste2018-06-171-4/+6
* gvinum: revert WARNS change in MakefileEitan Adler2018-06-171-0/+1
* ddb: unbreak ppcEitan Adler2018-06-171-2/+2
* quotacheck: build with WARNS=3Eitan Adler2018-06-162-10/+11
* gvinum: build with WARNS=6Eitan Adler2018-06-162-8/+8
* ddb: build with WARNS=6Eitan Adler2018-06-162-2/+1
* Added option to cluster-align the start of the root directory.Xin LI2018-06-154-47/+93
* Exit with an error if a linker hints file can't be found.John Baldwin2018-06-141-6/+2
* NVME support is only for x86 and powerpc64.Warner Losh2018-06-146-4/+20
* Make camcontrol identify work with nda devicesWarner Losh2018-06-132-14/+58
* Make it possible to use print_controller from another programWarner Losh2018-06-135-182/+257
* dumpon(8): improve the examples a bitEitan Adler2018-06-131-4/+5
* Follow r333233, add fat32lba description to gpart(8)Li-Wen Hsu2018-06-121-1/+6
* Revert size limits.Warner Losh2018-06-112-9/+1
* Fix a bug in the counting of blks.Warner Losh2018-06-111-1/+2
* Don't initialize c_count. We don't need to.Warner Losh2018-06-111-2/+2
* Minor style polishing.Warner Losh2018-06-111-2/+1
* Document the newly enforced 524288 inode restriction.Warner Losh2018-06-111-1/+6
* Add asserts to prevent overflows of c_addr.Warner Losh2018-06-112-0/+6
* Large file systems with inodes > 512K have been silently overflowingDiane Bruce2018-06-111-1/+4
* Ensure proper initialization of superblock.Kirk McKusick2018-06-071-0/+1
* Build nvmecontrol on powerpc64Justin Hibbits2018-06-071-0/+1
* Print Maximum Data Transfer Size as a long rather than intJustin Hibbits2018-06-071-1/+1
* pf: Return non-zero from 'status' if pf is not enabledKristof Provost2018-06-064-1/+28
* dhclient(8): allow to supersede interface-mtu optionConrad Meyer2018-05-312-4/+24
* dumpon(8)Sean Bruno2018-05-291-1/+2
* The extension for zstd-compressed files is ".zst".Mark Johnston2018-05-291-1/+1
* kldstat: align "Size" to the rightEitan Adler2018-05-261-2/+2
* devd: drop WARNS back down to 3 until 6 actually works with GCCMatt Macy2018-05-241-0/+1
* devd: Move variable declaration to headerEitan Adler2018-05-233-2/+1
* kldstat: align size to the rightEitan Adler2018-05-231-1/+1
* md5: perform compare case-insenstiveEitan Adler2018-05-231-2/+2
* dumpon: point to better kernel debug symbols.Eitan Adler2018-05-231-2/+2
* devd: Unbreak buildEitan Adler2018-05-231-2/+1
* devd: allow build to complete using g++Eitan Adler2018-05-231-0/+2
* devd: compile at WARNS=6Eitan Adler2018-05-233-6/+7
* devd: correct two warningsEitan Adler2018-05-232-2/+2
* Make the name of option that toggles IFCAP_HWRXTSTMP capability toAndrey V. Elsukov2018-05-181-2/+2
* Clarify that boot_mute / boot -m mutes kernel console onlyEd Maste2018-05-161-2/+2
* gpart.8: list all options in table form for each commandEd Maste2018-05-111-64/+107
* gpart.8: sort suboptions per mdoc(7)Ed Maste2018-05-111-14/+14
* Fix the printing of rule comments.Andrey V. Elsukov2018-05-101-3/+3
* Introduce the 'n' flag for the geli attach command.Mariusz Zaborski2018-05-092-3/+8
* Change option dry-run from 'n' to 'C' in geli attach command.Mariusz Zaborski2018-05-092-8/+8
* nda protocol rate reportingWarner Losh2018-05-091-0/+15
* Update NAT64 documentation, now we support any IPv6 prefixes.Andrey V. Elsukov2018-05-091-9/+11
* Bring in some last changes in NAT64 implementation:Andrey V. Elsukov2018-05-093-16/+20
* Add netdump support to dumpon(8).Mark Johnston2018-05-062-100/+328
* Add NVMe Namespace Management support to nvmecontrol(8).Alexander Motin2018-05-055-1/+482
* Don't bail out from the check if readboot() returns !FSFATAL.Xin LI2018-04-301-1/+1