aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* ipfw.8: Adjust section for loader tunablesZhenlei Huang2023-10-031-11/+11
* libipf: fix parser error message.Dag-Erling Smørgrav2023-09-071-5/+1
* 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
* Text format cleanups. No functional changes intended.Kirk McKusick2023-07-187-54/+62
* libbe: recursively promote deep BE datasetsR. Christian McDonald2023-07-171-7/+5
* nvmecontrol.8: Fix a few formatting nits.John Baldwin2023-07-141-1/+2
* pfsync: transport over IPv6Luiz Amaral2023-07-131-5/+10
* libbe: promote activated BEs all the wayKyle Evans2023-07-111-0/+56
* dhclient: fix build on i386Eric van Gyzen2023-07-101-0/+2
* dhclient: fix time parsing for leases expiring after 2038Alex Bahm2023-07-104-27/+64
* ldconfig: Use __PATH_ELF_HINTS("32") over _PATH_ELF32_HINTSJessica Clarke2023-07-091-1/+1
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-0712-12/+12
* ipf: low-effort fix to make it compilable without inet6Mateusz Guzik2023-07-054-0/+4
* ping: low-effort fix to make it compilable without inetMateusz Guzik2023-07-052-0/+16
* ping: low-effort fix to make it compilable without inet6Mateusz Guzik2023-07-051-0/+2
* newfs: nextnum should be a u_int32_t, not an intAlfonso Gregory2023-06-281-1/+1
* newfs: prefer unsigned index over signedAlfonso Gregory2023-06-281-4/+6
* bectl(8): clarifications, expansionGraham Perrin2023-06-281-25/+43
* ifconfig: skip calling fnmatch once the result no longer mattersAlfonso Gregory2023-06-271-5/+5
* ipf: Remove set but unused variables.John Baldwin2023-06-271-6/+2