aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* ifconfig: fix warnings #2Alexander V. Chernikov2023-06-0117-118/+125
* decryptcore: add OPENSSL_INIT_LOAD_CONFIG to init callEd Maste2023-05-311-1/+1
* decryptcore: update for OpenSSL 1.1 APIEd Maste2023-05-311-1/+4
* pfctl: Add missing state parameters in DIOCGETSTATESV2Kajetan Staszkiewicz2023-05-301-5/+40
* pf: make contents of struct pfsync_state configurableKajetan Staszkiewicz2023-05-301-1/+27
* ffs: restore backward compatibility of newfs and makefs with older binariesChuck Silvers2023-05-301-3/+23
* setkey(8): document NAT-T and NAT-T MTU extensions syntaxKonstantin Belousov2023-05-291-2/+17
* setkey(8): NAT-T manual configuration supportKonstantin Belousov2023-05-292-1/+88
* setkey(8): extract prefixlen calculation info helperKonstantin Belousov2023-05-291-33/+23
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-291-2/+12
* Cleanups to fsck_ffs(8).Kirk McKusick2023-05-292-4/+16
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-281-1/+4
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-284-11/+30
* Fix a bug in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-274-11/+13
* netlink: use newly-added snl(3) array parsing for handling multipathAlexander V. Chernikov2023-05-271-6/+6
* Do not try to adjust a directory depth when its reconnection is declined.Kirk McKusick2023-05-271-3/+3
* Correct two bugs in fsck_ffs(8) triggered by corrupted filesystems.Kirk McKusick2023-05-271-3/+3
* dumpon: provide diag info when `PEM_read_RSA_PUBKEY` failsEnji Cooper2023-05-271-1/+2
* Add the ability to adjust directory depths to background fsck_ffs(8).Kirk McKusick2023-05-263-5/+24
* When running fsck_ffs(8) in background ensure that a superblock has been read.Kirk McKusick2023-05-262-3/+10
* ifconfig: fix ifconfig IFX inet[6] ADDR -aliasAlexander V. Chernikov2023-05-254-7/+34
* ifconfig: switch IPv4/IPv6 address manipulations to Netlink.Alexander V. Chernikov2023-05-256-54/+554
* bectl.8: update /homeMike Karels2023-05-251-5/+6
* ifconfig: fix interface address ordering with Netlink.Alexander V. Chernikov2023-05-241-2/+1
* mksnap_ffs.8: update /home examplesMike Karels2023-05-241-5/+5
* ifconfig: introduce `ifconfig_context` to store current global state.Alexander V. Chernikov2023-05-2423-761/+755
* ifconfig: cleanup warnings #1Alexander V. Chernikov2023-05-2414-116/+118
* ifconfig(8): Teach ifconfig to attach and run itself in a jailYan Ka Chiu2023-05-233-8/+55
* 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