aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* bectl: simplify the tail end of the jail cmdKyle Evans2020-12-061-4/+2
* ping(8): Fix a few mandoc related issuesGordon Bergling2020-12-041-11/+9
* Fix r368197: suppress error printing for the "check" command.Gleb Smirnoff2020-12-021-2/+3
* Improve man page for AmazonEFS mounts.Rick Macklem2020-12-011-2/+11
* add documentation that the rules need to be reloaded, and how to do it...John-Mark Gurney2020-12-011-2/+12
* Print at least something when failing.Gleb Smirnoff2020-11-301-1/+4
* Import kernel WireGuard supportMatt Macy2020-11-292-0/+620
* hastd(8) assumes it has no extra file descriptors openedEugene Grosbein2020-11-291-0/+1
* ping: allow building without INET supportAlan Somers2020-11-282-21/+43
* ping: add a ping6 hard link for backwards compatibilityAlan Somers2020-11-264-2/+23
* Ensure consistent error messages from ifconfig(8).Hans Petter Selasky2020-11-267-10/+19
* Merge ping6 to pingAlan Somers2020-11-2617-837/+671
* ping(8): Improve parameter validationMark Johnston2020-11-241-52/+58
* ping6: update usage text after r365547Alan Somers2020-11-241-1/+2
* Prefer Em to Ar for emphasisWarner Losh2020-11-231-6/+6
* Document the new "tls" NFS mount option.Rick Macklem2020-11-201-1/+8
* devmatch(8): Fix section orderingGordon Bergling2020-11-201-4/+4
* camcontrol(8): Fix some warnings spotted by mandocGordon Bergling2020-11-201-9/+0
* Add '-u' switch that would uncompress cores that were compressed byGleb Smirnoff2020-11-193-56/+173
* Make use of the getlocalbase() function for run-time adjustment of theStefan Eßer2020-11-182-2/+5
* [nvmecontrol] Fix type signedness warning-to-error on gcc-6.4Adrian Chadd2020-11-171-4/+4
* Stop using NVME_MAX_XFER_SIZE constant.Alexander Motin2020-11-172-10/+14
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-153-11/+4
* Fix the previous revision, it suffered from an incomplete change to theScott Long2020-11-151-1/+1
* Replace hardcoded references to _PATH_LOCALBASE with calls to getlocalbase.3Scott Long2020-11-143-4/+11
* Improve nvmecontrol error reporting.Alexander Motin2020-11-1316-143/+180
* Address a mandoc warningMateusz Piotrowski2020-11-101-1/+1
* Use Cm macros instead of Ar when referring to a specific memory disk typeMateusz Piotrowski2020-11-061-3/+3
* Fix a typo and remove Xr's to vn(4) and vnconfig(4)Mateusz Piotrowski2020-11-061-7/+4
* Style, not functional changes:Gleb Smirnoff2020-11-031-7/+7
* ifconfig: properly detect invalid mediaopt keywords.Konstantin Belousov2020-11-021-2/+3
* ifconfig.8: Improve formatting of -f in synopsisMateusz Piotrowski2020-11-011-2/+2
* Remove Tn macros from ifconfig.8Mateusz Piotrowski2020-11-011-27/+10
* 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