aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* devmatch(8): Respect mask field when matching strings of Z type.Vladimir Kondratyev2020-10-311-0/+5
* Use a dynamic buffer for the copy of a node's new value.John Baldwin2020-10-301-14/+21
* Update man-pages to describe the user.localbase variable added in r367179.Stefan Eßer2020-10-301-1/+2
* bectl(8): missing flag in the help messageLuca Pizzamiglio2020-10-301-1/+1
* Add help messages for camcontrol(8) MMCCAM functionalityIlya Bakulin2020-10-301-0/+20
* Convert flags from int to bool. Some (compress) were already used inGleb Smirnoff2020-10-291-12/+14
* Support hardware rate limiting (pacing) with TLS offload.John Baldwin2020-10-292-2/+8
* Use proper variable for device path.Alexander Motin2020-10-283-4/+4
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+1
* Use proper type (ino_t) for inode numbers to avoid improper sign extentionKirk McKusick2020-10-251-6/+7
* ifconfig.8: Remove spurious commasMateusz Piotrowski2020-10-251-3/+3
* 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