summaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* sbin/sysctl: Style fixRyan Moeller2020-12-231-1/+1
* sbin/sysctl: Always honor skip in sysctl_allRyan Moeller2020-12-231-3/+1
* ipfw(8): Fix a few mandoc related issuesGordon Bergling2020-12-191-48/+50
* ping(8): Fix a mandoc related issueGordon Bergling2020-12-191-1/+1
* nvmecontrol(8): Fix a few mandoc related issues and add a SEE ALSO sectionGordon Bergling2020-12-191-5/+9
* devd.conf(5): Fix a mandoc related issueGordon Bergling2020-12-191-3/+3
* Rename pass4check() to freeblock() and move from pass4.c to inode.c.Kirk McKusick2020-12-185-47/+41
* geom(8): list geoms with /dev/ prefixRobert Wing2020-12-121-0/+4
* savecore: bail on write error even when decompressingRyan Libby2020-12-111-9/+16
* decryptcore: preload OpenSSL error strings; seed PRNGEric van Gyzen2020-12-111-0/+13
* Fix bug in ifconfig preventing proper VLAN creation.Hans Petter Selasky2020-12-091-15/+15
* 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