aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* devmatch: First appeared in 12.0Warner Losh2020-10-131-2/+6
* Document the rather suprising behavior with ' inside action rules.Warner Losh2020-10-131-1/+57
* The nextboot(8) manual page currently says that the loader(8) would deleteAlexey Dokuchaev2020-10-111-7/+7
* Remove gratuitous use of '' around argumentsWarner Losh2020-10-091-1/+1
* Avoid using single quotes in arguments to logger.Warner Losh2020-10-091-12/+12
* Fix a few mandoc issuesGordon Bergling2020-10-094-5/+5
* 80211: ifconfig replace MS() with _IEEE80211_MASKSHIFT()Bjoern A. Zeeb2020-10-071-10/+17
* 80211: non-functional changesBjoern A. Zeeb2020-10-071-2/+1
* Use intmax_t to print uint64_t values.Warner Losh2020-10-071-2/+2
* nvmecontrol: Update wdc module for newer WDC NVMe productsWarner Losh2020-10-071-19/+206
* Enable iterating all sysctls, even ones with CTLFLAG_SKIPRyan Moeller2020-10-051-14/+21
* devfs.rules: unhide pf in vnet jailsKristof Provost2020-10-051-0/+4
* gvinum(8): Fix an issue reported by mandocGordon Bergling2020-10-031-2/+2
* mdmfs(8): Fix an issue reported by mandocGordon Bergling2020-10-031-1/+1
* veriexec(8): Bugfix for an issue reported by mandocGordon Bergling2020-10-031-3/+2
* fsdb(8): Fix an issue reported by mandocGordon Bergling2020-10-031-1/+1
* dhclient(8): Bugfixes for some issues reported by mandocGordon Bergling2020-10-032-4/+4
* camcontrol(8): Bugfixes for some issues reported by mandocGordon Bergling2020-10-031-6/+8
* devd.conf(5): Bugfix for an issue reported by mandocGordon Bergling2020-10-031-1/+1
* ipfw(8): Bugfixes for some issues reported by mandocGordon Bergling2020-10-031-48/+61
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-014-7/+0
* kldconfig(8): Add EXAMPLES to the man pageFernando ApesteguĂ­a2020-09-291-4/+66
* Use %ju and cast to (uintmax_t) to avoid using PRI* macros.Xin LI2020-09-281-2/+2
* nextboot(8): Fix behavior on non-ZFS /boot systemsConrad Meyer2020-09-231-1/+1
* Fix build.Xin LI2020-09-231-1/+1
* sbin/fsck_msdosfs: Fix an integer overflow on 32-bit platforms.Xin LI2020-09-231-4/+11
* Add missing cylinder group check-hash updates when doing large expansionsKirk McKusick2020-09-221-0/+3
* Whitespace fix after r365948David Bright2020-09-211-3/+3
* [rcorder] [crunch] Fix C function declarations to include voidAdrian Chadd2020-09-211-3/+3
* Honor the FWUG value of some drives in nvmecontrolDavid Bright2020-09-212-6/+23
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-219-145/+340
* Update the libufs cgget() and cgput() interfaces to have a similarKirk McKusick2020-09-193-4/+7
* The fsdb(8) utility uses the fsck_ffs(8) disk I/O interfaces, soKirk McKusick2020-09-192-2/+4
* build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-181-1/+0
* Add two new ifnet capabilities for hw checksumming and TSO for VXLAN traffic.Navdeep Parhar2020-09-183-3/+24
* Skip armv7 bectl tests on CI; they deadlock (""KSTACK_PAGES is 2").Edward Tomasz Napierala2020-09-141-0/+40
* pfctl_test: avoid 200 calls to atf_get_srcdirAlex Richardson2020-09-141-3/+4
* In the newfs(8) utility, use the more appropriate sbwrite() and cgwrite()Kirk McKusick2020-09-131-12/+12
* Only set WARNS if not definedKyle Evans2020-09-112-2/+2
* Fix compatibility regression after r364117.Andrey V. Elsukov2020-09-111-9/+16
* Add -z "TOS" option to ping6, to test DSCP/ECN valuesRichard Scheffenegger2020-09-102-2/+22
* ggate: Fix ggated/ggatec debug print of offsets.Mark Johnston2020-09-092-13/+16
* Add a few features to rcorder:Andrey V. Elsukov2020-09-082-27/+376
* Call atf_skip function in cleanup procedure as it also triggers zfs.ko loadingLi-Wen Hsu2020-09-071-0/+5
* Temporarily skip sbin.bectl.bectl_test.* i386 kernel in CILi-Wen Hsu2020-09-031-0/+30
* Remove risky compatability with old kernelsBrooks Davis2020-09-021-20/+2
* Temporarily skip tests panic i386 kernel in CILi-Wen Hsu2020-09-021-0/+5
* Add sysctl(8) formatting for hw.pagesizes.Mark Johnston2020-09-021-0/+25
* kldstat(8): Add EXAMPLES to the man pageFernando ApesteguĂ­a2020-09-021-1/+73
* Move all of the error prints in readsb() from stderr to stdout.Chuck Silvers2020-09-012-4/+4