aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* ifconfig: add vlanproto "qiniq" as an alias for "802.1ad"Allan Jude2021-01-202-2/+8
* mount_nfs: update man page description for oneopenownRick Macklem2021-01-181-1/+14
* Remove remnants of classful behavior in route(8).Alexander V. Chernikov2021-01-161-55/+14
* bectl: remove spurious aok variableKyle Evans2021-01-161-2/+0
* bectl: tests: use -R <mount> instead of specifying altrootKyle Evans2021-01-161-1/+1
* ICMP checksum test: Fix for big endianCharlie Root2021-01-121-64/+20
* pfctl: Another set skip <group> fixKristof Provost2021-01-111-1/+21
* Fix 32-bit build post 6733401935f83754b4b2744bc3d33ef84b1271e0Dimitry Andric2021-01-081-1/+1
* Fix 32-bit build post 5cc52631b3b88dfc36d8049dc8bece8573c5f9af.Cy Schubert2021-01-081-3/+3
* nvmecontrol: add device self-test op and log pageChuck Tuffli2021-01-084-1/+263
* Rewrite the disk I/O management system in fsck_ffs(8). Other thanKirk McKusick2021-01-0717-1384/+1215
* Reference newfs_msdos(8) from the newfs(8) manualMateusz Piotrowski2021-01-071-1/+2
* Fix bug in expanding lost+found direct blocks.Kirk McKusick2021-01-071-1/+1
* bectl(8): sync man page and help textRobert Wing2021-01-062-11/+9
* pfctl: Stop sharing pf_ruleset.c with the kernelKristof Provost2021-01-052-3/+343
* pkgbase: Move bectl to the runtime packageEmmanuel Vadot2021-01-041-0/+1
* sbin/camcontrol: use calloc/strlcpy where appropriate.Xin LI2021-01-043-9/+6
* The fsck_ffs program had previously only been able to expand the sizeKirk McKusick2021-01-031-35/+92
* ping: fix ping when the kernel was built without INET6Alan Somers2021-01-011-9/+15
* Correct and add some comments.Kirk McKusick2020-12-311-7/+7
* ldconfig: Retire a.out supportEd Maste2020-12-313-512/+15
* dump(8): clarify the recommended use of cache and snapshotsGuangyuan Yang2020-12-281-4/+6
* dumpon(8): Add missing section argumentsGordon Bergling2020-12-281-6/+6
* newfs(8): Fix unusual Xr orderGordon Bergling2020-12-281-1/+1
* sbin/init: Reduce code duplication by using %m for error messageXin LI2020-12-261-28/+25
* sbin/routed: Remove unused code for sgi and NetBSD.Xin LI2020-12-2611-142/+0
* mount_nfs(8): add a description for the new "tlscertname" optionRick Macklem2020-12-241-1/+31
* 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