aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipfw: Remove set but unused variables.John Baldwin2023-06-276-14/+7
* libipf: Remove set but unused variable from printfraginfo().John Baldwin2023-06-271-7/+0
* ifconfig: consistently sort set/clear commandsEd Maste2023-06-251-1/+1
* ifconfig.8: Document limitation of groupnameKoichiro Iwao2023-06-201-1/+4
* camcontrol: Include stdbool.h rather than relying on namespace pollutionWarner Losh2023-06-191-0/+1
* camcontrol: Zone fix two warningsWarner Losh2023-06-191-3/+1
* camcontrol: In defects make -S actually imply 12-byte commandWarner Losh2023-06-191-0/+1
* camcontrol: simplify summary logic for defectsWarner Losh2023-06-191-5/+3
* camcontrol: No need to set CAM_ARG_[PG]LIST in defectsWarner Losh2023-06-191-15/+13
* camcontrol: Simplfiy 12-byte retry logic in defects commandWarner Losh2023-06-191-18/+13
* camcontrol: Convert int used as booleans to boolsWarner Losh2023-06-191-40/+37
* camcontrol: Label the unused command argsWarner Losh2023-06-191-3/+7
* ifconfig: Pacify a sign comparison warning in regdomain_sort.John Baldwin2023-06-191-1/+1
* ifconfig: Consistently use uint32_t for wireless channel flags.John Baldwin2023-06-191-3/+3
* ifconfig: Avoid issues with trying to negate unsigned values.John Baldwin2023-06-194-49/+79
* ifconfig: set boolean to true rather than incrementingEd Maste2023-06-191-1/+1
* mount_nfs.8: Note a case where the "nconnect" option does not workRick Macklem2023-06-181-1/+4
* rc.suspend: update man pages for new keywordJohannes Totz2023-06-161-2/+4
* netlink: dump interface capabilities with other interface data.Alexander V. Chernikov2023-06-163-4/+29
* ifconfig: fix armv6 buildAlexander V. Chernikov2023-06-161-1/+1
* ipfw: add state/comment testsAlexander V. Chernikov2023-06-161-2/+61
* ifconfig: use default (more rigid) WARNS level.Alexander V. Chernikov2023-06-167-25/+34
* ifconfig: remove global 'ifr' usage from ifmedia.c & remove 'ifr'.Alexander V. Chernikov2023-06-163-25/+8
* ifconfig: remove (most of) the usages of global 'struct ifreq ifr'.Alexander V. Chernikov2023-06-1615-157/+170