aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Revert "ifconfig: switch IPv4/IPv6 address manipulations to Netlink"Alexander V. Chernikov2023-05-226-464/+45
* Revert "ifconfig: Fix the build"Alexander V. Chernikov2023-05-221-5/+5
* ifconfig: Fix the buildMark Johnston2023-05-221-5/+5
* ifconfig: switch IPv4/IPv6 address manipulations to NetlinkAlexander V. Chernikov2023-05-226-45/+464
* ifconfig: simplify ifconfig() by factoring out ifa add/del logicAlexander V. Chernikov2023-05-211-36/+47
* ifconfig: split argument parsingAlexander V. Chernikov2023-05-211-67/+98
* ifconfig: simplify carp vhid setup.Alexander V. Chernikov2023-05-204-24/+19
* ifconfig: improve error checking for carp peer6Kristof Provost2023-05-181-1/+1
* ifconfig: improve trimming off interface number at endBjoern A. Zeeb2023-05-181-4/+6
* ifconfig: make interface and address listing use Netlink as transportAlexander V. Chernikov2023-05-168-18/+702
* nvmecontrol: Fix power subcommand output.Alexander Motin2023-05-151-2/+3
* Fix size differences between architectures of the UFS/FFS CGSIZE macro value.Kirk McKusick2023-05-154-7/+8
* ifconfig: split printing functions into smaller per-type chunks.Alexander V. Chernikov2023-05-155-211/+305
* spdx: The BSD-3-Clause-FreeBSD identifier never was, drop -FreeBSDWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-124-4/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-12149-149/+149
* md5: Add missing <errno.h>.Dag-Erling Smørgrav2023-05-111-0/+1
* md5: Add missing references to sha384.Dag-Erling Smørgrav2023-05-101-3/+4
* ifconfig: fix family selection after 982cd5ae8ef6Alexander V. Chernikov2023-05-101-0/+1
* ifconfig: fix interface selection after 982cd5ae8ef6.Alexander V. Chernikov2023-05-102-16/+14
* ifconfig: split argument parsing and actual execution logicAlexander V. Chernikov2023-05-103-68/+103
* md5: Don't increment a bool.Dag-Erling Smørgrav2023-05-101-3/+3
* md5: Include <osreldate.h> for __FreeBSD_version.Dag-Erling Smørgrav2023-05-101-0/+1
* md5: Fix input error check.Dag-Erling Smørgrav2023-05-101-2/+2
* Fix off-by-one error in fsck_ffs(8) chkrange() block-number check.Kirk McKusick2023-05-091-2/+2
* geom.8: Fix typos and wordsmithMateusz Piotrowski2023-05-091-3/+7
* md5: Improve compatibility.Dag-Erling Smørgrav2023-05-0875-747/+1061
* md5 Makefile.depend.hostSimon J. Gerraty2023-05-041-0/+12
* fsck_ffs: fix the previous change that skipped pass 5 in some casesChuck Silvers2023-05-037-24/+29
* newfs: fix up 32-bit compileMateusz Guzik2023-04-301-1/+1
* Yet another try to fix printf format conflict.Kirk McKusick2023-04-301-1/+1
* Fix printf format conflictKirk McKusick2023-04-301-1/+1
* Additional validity checking in newfs(8).Kirk McKusick2023-04-301-0/+16
* Additional output from dumpfs(8).Kirk McKusick2023-04-301-0/+2
* route: show originator PID in netlink monitorAlexander V. Chernikov2023-04-281-27/+46
* pfctl: match expand_label_addr() prototype to definitionKristof Provost2023-04-261-1/+1
* pf: introduce ridentifier and labels to ether rulesChristian McDonald2023-04-2613-0/+57
* gbde: stop rebuilding sha512 bitsKyle Evans2023-04-261-1/+0
* bectl: document the -r flag to bectlKyle Evans2023-04-262-19/+50
* ipfw: add [fw]mark implementation for ipfwBoris Lytochkin2023-04-254-37/+156
* ipfw.8: improve description for interface matchingEugene Grosbein2023-04-251-4/+22
* fdisk: Use valid prototypes for function declarations with no arguments.John Baldwin2023-04-241-7/+7
* ath10k: ath11k: ammend devd.conf regexBjoern A. Zeeb2023-04-231-1/+1
* mt76: devd: add support for mt79* wireless drivers to devd.confBjoern A. Zeeb2023-04-231-2/+2
* pfctl: match geticmpcodeby*()/print_fromto() prototypes to definitionsKristof Provost2023-04-222-5/+5
* pfctl: remove unneeded includesKristof Provost2023-04-221-2/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-1984-135/+28
* Skip Pass 5 in fsck_ffs(8) when corrupt cylinder groups remain unfixed.Kirk McKusick2023-04-186-20/+36
* Bug fixes for fsck_ffs(8).Kirk McKusick2023-04-182-5/+9
* Add `chdb' command to fsdb(8) to set direct block numbers.Kirk McKusick2023-04-181-0/+32