aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* 80211: consistently order 160 and 80+80Bjoern A. Zeeb2020-08-171-7/+22
* 80211: consistently spell 80P80Bjoern A. Zeeb2020-08-171-3/+3
* net80211 / ifconfig: cleanup the use of IEEE80211_FVHT_USEVHT*Bjoern A. Zeeb2020-08-171-18/+27
* Comment out TODO notes from bectl(8) manual pageMateusz Piotrowski2020-08-171-5/+5
* Remove an unnecessary macroMateusz Piotrowski2020-08-171-2/+2
* Use the sbput() function to write alternate superblocks so thatKirk McKusick2020-08-151-4/+3
* ifconfig(8): plug memory leak after r361790 by me.Eugene Grosbein2020-08-131-0/+1
* ipfw: make the "frag" keyword accept additional options "mf",Gleb Smirnoff2020-08-112-10/+43
* Move ifconfig SFP status functionality into libifconfigRyan Moeller2020-08-092-916/+73