summaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the check that prevents creating "loops" from mount_nullfs(8).Edward Tomasz Napierala2020-10-251-20/+0
* Filesystem utilities that modify the filesystem (growfs(8), tunefs(8),Kirk McKusick2020-10-253-17/+36
* Various new check-hash checks have been added to the UFS filesystemKirk McKusick2020-10-251-1/+1
* Make use of IP_VLAN_PCP setsockopt in ping and ping6.Richard Scheffenegger2020-10-244-8/+45
* sysctl+kern_sysctl: Honor SKIP for descendant nodesRyan Moeller2020-10-241-2/+15
* sysctl: Misc code cleanupRyan Moeller2020-10-241-113/+120
* Fix for colliding change (r366917).Hans Petter Selasky2020-10-221-1/+1
* Add support for IP over infiniband, IPoIB, to lagg(4). Currently onlyHans Petter Selasky2020-10-222-2/+37
* Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q).Alexander V. Chernikov2020-10-216-11/+126
* Move list_cloners to libifconfigRyan Moeller2020-10-211-36/+19
* net80211: update for (more) VHT160 supportBjoern A. Zeeb2020-10-181-1/+25
* Fix nvmecontrol logpage -i parameter.Alexander Motin2020-10-151-1/+1
* [pfctl_tests] Add missing void to empty function declarationAdrian Chadd2020-10-151-1/+1
* Rewrite pfctl_test in C to reduce testsuite run timeAlex Richardson2020-10-146-134/+352
* 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