aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* pf: add a way to list creator idsKristof Provost2023-10-102-1/+21
* libpfctl: introduce state iteratorKristof Provost2023-10-101-17/+28
* sysctl: emit a newline after NULL node descriptionsEd Maste2023-10-101-1/+3
* mount_nfs(8): Indicate that the -t option is deprecatedBenedict Reuschling2023-10-081-1/+2
* pfctl: fix incorrect mask on dynamic addressKristof Provost2023-10-067-8/+70
* growfs: make exit codes more consistentMina Galić2023-10-062-22/+26
* bectl: fix some `mandoc -Tlint` complaintsKyle Evans2023-10-051-8/+7
* mount.8: Mention tarfs(5)Jose Luis Duran2023-10-041-1/+2
* sysctl(8): Mention more security.bsd knobs; Refer to security(7)Olivier Certner2023-09-281-2/+7
* ipfw.8: Adjust section for loader tunablesZhenlei Huang2023-09-281-11/+11
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-2544-149/+0
* ifconfig/ifvlan.c: Whitespace fixJohn Baldwin2023-09-231-1/+1
* route(8): fix `route not found` exit code and warn with netlinkR. Christian McDonald2023-09-191-10/+15
* ping: The -C option is also supported for IPv6.Dag-Erling Smørgrav2023-09-192-2/+3
* libipf: fix parser error message.Dag-Erling Smørgrav2023-08-311-5/+1
* ifconfig: fix 'ifconfig -l link'Gleb Smirnoff2023-08-251-1/+7
* ifconfig: fix 'ifconfig -l ether'Gleb Smirnoff2023-08-253-12/+16
* ifconfig: fix logical error in interface matching for '-l ether'Gleb Smirnoff2023-08-251-1/+1
* Add mac_grantbylabelSimon J. Gerraty2023-08-253-13/+64
* bectl: make mount subcommand less verboseRobert Wing2023-08-231-1/+1
* Use 115200 bps by default for serial communicationEd Maste2023-08-172-3/+3
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1660-60/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1651-102/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-16273-273/+0
* Remove $FreeBSD$: alt one-line .c patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: alt two-line .c patternWarner Losh2023-08-169-26/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-16169-338/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-16149-149/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1614-14/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16103-206/+0
* devmatch: introduce quiet command line optionBjoern A. Zeeb2023-08-152-4/+19
* ping: use the in6_addr buffer when parsing src address as AF_INET6R. Christian McDonald2023-08-081-1/+1
* pfctl: optionally clarify which anchors are layer 3 and which are EthernetKristof Provost2023-08-071-0/+2
* md5: extend capabilitesMariusz Zaborski2023-08-071-1/+1
* Update newfs(8) and tunefs(8) manual pages.Kirk McKusick2023-08-062-6/+0
* Improve dumpfs(8) error messages when a cylinder group read fails.Kirk McKusick2023-08-061-24/+34
* nvmecontrol: fix typosAndrius V2023-08-032-2/+2
* Support background fsck_ffs(8) on filesystems using journaled soft updatesKirk McKusick2023-08-012-14/+30
* dhclient tests: Serialize pcp testsMark Johnston2023-07-311-0/+3
* Add diagnostics to fsck_ffs(8) for journaled soft-updates debugging.Kirk McKusick2023-07-261-15/+17
* Add quitclean command to fsdb(8) to request a filesystem not be marked dirty.Kirk McKusick2023-07-261-0/+12
* Have fsdb(8) only mark a filesystem dirty when it is modified.Kirk McKusick2023-07-262-56/+56
* Debugging output additions. No functional changes intended.Kirk McKusick2023-07-251-6/+7
* camcontrol: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-254-101/+101
* pf: initial SCTP supportKristof Provost2023-07-211-0/+34
* pfctl: SCTP can have port numbersKristof Provost2023-07-211-5/+9
* ifconfig_netlink.c: whitespace cleanup.Navdeep Parhar2023-07-201-3/+3
* ifconfig: Shift unsigned value to avoid UB.Navdeep Parhar2023-07-201-1/+1
* ifconfig: Fix the display of capabilities in the netlink based code.Navdeep Parhar2023-07-201-2/+0