aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Improve manual page formattingMateusz Piotrowski2020-04-141-3/+5
* Ensure `kyua list` working when there is no /dev/nvme*Li-Wen Hsu2020-04-131-1/+1
* decryptcore: load the nls dataMariusz Zaborski2020-04-111-0/+1
* Inode check-hash errors were being reported after system crashes.Kirk McKusick2020-04-101-0/+2
* Add an inode check-hash verification when running the journalledKirk McKusick2020-04-101-2/+32
* Add a basic test for nvmecontrolDavid Bright2020-04-074-2/+250
* Clean up global variable declarations in the dump and restoreKirk McKusick2020-04-048-67/+93
* Bump date after recent changes and lintMateusz Piotrowski2020-04-031-5/+8
* Add two options to recoverdisk(1) inspired by a recentPoul-Henning Kamp2020-04-023-87/+395
* Fix various Coverity-detected errors in nvmecontrolDavid Bright2020-04-028-11/+27
* fsck_ffs/fsdb: fix -fno-common buildKyle Evans2020-03-295-8/+10
* iscontrol: move definition of vflag/iscsidev to iscontrol.cKyle Evans2020-03-292-2/+5
* Use IP_FW_NAT44_DESTROY opcode for IP_FW3 socket option to destroyAndrey V. Elsukov2020-03-243-7/+30
* Remove the link to libl which only contains a stub functionBaptiste Daroussin2020-03-232-2/+2
* Revove useless linking to yaccBaptiste Daroussin2020-03-231-1/+1
* pfctl: improve rule load times with thousands of interfacesKristof Provost2020-03-191-4/+5
* ldconfig: add aout deprecation noticeEd Maste2020-03-172-1/+4
* Revert r358858 as it breaks some ipfw(8) setups.Alexander V. Chernikov2020-03-111-6/+8
* Don't assume !IPv6 is IPv4 in ipfw(8) add_src() and add_dst().Alexander V. Chernikov2020-03-101-8/+6
* Align the buffer to the alignment of the structure we expect.Gleb Smirnoff2020-03-051-1/+1
* When a machine boots the NFS mounting script is executed afterGleb Smirnoff2020-03-041-1/+61
* dumpon: skip size check if using zstdEric van Gyzen2020-03-031-6/+3
* Fix test cases after r358448Li-Wen Hsu2020-02-291-1/+1
* Make ping6(1) return code consistent with the man page.Alexander V. Chernikov2020-02-151-2/+10
* Fix the following -Werror warning from clang 10.0.0 in sconfig:Dimitry Andric2020-02-131-1/+2
* ipfw nat: add missing bits after r357092 (RFC 6598/Carrier Grade NAT)Eugene Grosbein2020-02-121-0/+4
* Use humanize_number to format available and bad space sizes.Xin LI2020-02-102-3/+30
* No need to make sunlabel anymoreWarner Losh2020-02-068-1940/+0
* init(8): set environment variables from the "daemon" class as wellKyle Evans2020-02-051-0/+1
* Diff reduction against NetBSD, no functional change.Xin LI2020-02-021-6/+7
* Fix the following -Werror warning from clang 10.0.0 in newfs_msdos:Dimitry Andric2020-01-281-4/+4
* Allow bootstrapping makefs on older FreeBSD hosts and Linux/macOSAlex Richardson2020-01-271-11/+44
* Add support for RFC 6598/Carrier Grade NAT subnets. to libalias and ipfw.Alexander V. Chernikov2020-01-244-3/+11
* Drop "All Rights Reserved" from all libbe/bectl filesKyle Evans2020-01-242-2/+0
* Small tweak to the default behavior of shutdown -cWarner Losh2020-01-172-4/+6
* savecore: include time zone in info.N fileEric van Gyzen2020-01-131-1/+6
* Tighten FAT checks and fix off-by-one error in corner case.Xin LI2020-01-121-33/+44
* Correct off-by-two issue when determining FAT type.Xin LI2020-01-111-3/+14
* Apply typo fix from NetBSD, we have already applied all NetBSD changes soXin LI2020-01-111-2/+2
* Require FAT to occupy at least one sector.Xin LI2020-01-111-1/+1
* lagg: Further cleanup of the rr_limit option.Mark Johnston2020-01-091-2/+5
* fsck_msdosfs.8: document -M.Xin LI2020-01-071-2/+17
* Fix host memory buffer sizes reporting.Alexander Motin2020-01-061-2/+4
* Reduce memory footprint of fsck_msdosfs.Xin LI2020-01-037-638/+1217
* libbe(3): promote dependent clones when destroying an environmentKyle Evans2020-01-021-0/+45
* Revert r356249 for now as it broke GCC builds.Xin LI2020-01-017-1217/+638
* Reduce memory footprint of fsck_msdosfs.Xin LI2020-01-017-638/+1217
* Fix mount_nfs to recognize the NFSv4 specific errors returned by nmount(2).Rick Macklem2019-12-261-5/+11
* When running fsck_ffs manually, do not ask:Kirk McKusick2019-12-242-7/+7
* lagg: Clean up handling of the rr_limit option.Mark Johnston2019-12-221-1/+4