summaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change printf format string to include the extra blankStefan Eßer2020-09-011-1/+1
* Sort IFNET alphabeticallyWarner Losh2020-08-311-19/+18
* Add documentation for ETHERNET events.Warner Losh2020-08-311-0/+8
* ggated(8): Avoid doubly opening the requested disk device.Mark Johnston2020-08-311-1/+13
* dhclient: improve error handling parsing option 119Ed Maste2020-08-311-0/+2
* Fix makefs bootstrap on macOS after D25563Alex Richardson2020-08-251-0/+1
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-254-22/+30
* Change the resume notification event from 'kern' to 'kernel'Warner Losh2020-08-241-0/+4
* sysctl(8): clarify -n flagFernando Apesteguía2020-08-221-2/+2
* ipfw(8): Fix typo in man pageFernando Apesteguía2020-08-211-2/+2
* Document the VFS FS eventsWarner Losh2020-08-191-0/+14
* Move the mount name to bit mapping into sys/mount.h so it can be shared with theWarner Losh2020-08-191-31/+4
* Three typos:Warner Losh2020-08-191-2/+2
* bectl(8): Fix output of `bectl list` for the 'Mountpoint' column.Robert Wing2020-08-191-5/+9
* Fix two typos.Warner Losh2020-08-181-2/+2
* Document the ZFS events as best I can. These are not well documented.Warner Losh2020-08-181-0/+11
* Document the AEON subsystem for the Amiga's power button.Warner Losh2020-08-181-0/+6
* Document the PMU systemWarner Losh2020-08-181-1/+73
* GEOM::rotation_rate changes are also signaled via devctl.Warner Losh2020-08-181-0/+2
* Move the possible event types into a column table to make it easier to read.Warner Losh2020-08-181-139/+97
* Modernize a bit.Warner Losh2020-08-181-14/+8
* ipfw: line up `ipfw -t list` with and without timestampEd Maste2020-08-171-1/+1