aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove unused includes.Xin LI2019-12-223-7/+0
* Fix typo in hastd.8 manual page.Kirk McKusick2019-12-221-2/+2
* Declare packed struct ata_params as 2-byte-alignedRyan Libby2019-12-211-1/+1
* Add missing "ereport." prefixes of ZFS events.Alexander Motin2019-12-181-9/+9
* Remove all the RELEASE_CRUNCH defines, they are useless.Warner Losh2019-12-161-1/+1
* Properly detect ATA sanitize errors.Alexander Motin2019-12-151-3/+19
* Update the mount_nfs.8 man page to include NFSv4.2.Rick Macklem2019-12-141-11/+16
* pfctl: Warn users when they run into kernel limitsKristof Provost2019-12-141-12/+53
* Fix $() handling, broken since the beginning at r108014.Alexander Motin2019-12-131-3/+3
* fsirand(8): Just use arc4random(3)Conrad Meyer2019-12-131-3/+1
* Update Makefile.depend filesSimon J. Gerraty2019-12-1110-12/+82
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-117-0/+56
* fsck_ffs: fix some memory leaks found by Coverity.Eric van Gyzen2019-12-101-3/+12
* Fix a logic bug in error handling code. It is an error if p == NULL.Don Lewis2019-12-091-1/+1
* Fix a couple of minor issues with newfs_msdos:Xin LI2019-12-082-7/+4
* Correct a handful of typos/grammos.Jens Schweikhardt2019-12-071-8/+8
* Regularize my copyright noticeWarner Losh2019-12-047-14/+7
* Explicitly exit() instead of return in main().Xin LI2019-12-031-1/+1
* newfs_msdos: -A is incompatible with -r, not -o.Xin LI2019-12-031-1/+1
* Capitalize some user-visible output messages inBenedict Reuschling2019-11-301-12/+12
* Use strlcat().Xin LI2019-11-301-1/+1
* Fix braino in previous bugfix r300174Conrad Meyer2019-11-291-1/+1
* ping, ping6: Use setitimer(2) instead of obsolete alarm(3)Alan Somers2019-11-262-2/+18
* dhclient: support option 114, default-url asciiDave Cottlehuber2019-11-224-3/+9
* Fix off-by-one error in HPA/AMA maximum reporting.Alexander Motin2019-11-221-1/+1
* Remove sio(4).Gleb Smirnoff2019-11-213-12/+1
* makefs: avoid warning when creating FAT filesystem on existing fileEd Maste2019-11-081-0/+2
* mdmfs(8): add -k skel option to populate fs from a skeletonKyle Evans2019-11-012-5/+35
* Replace an uninitialized variable with the correct element from theKirk McKusick2019-10-221-1/+1