aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipf: Use C89 function definitions.John Baldwin2023-04-188-36/+12
* mount_nfs.8: Fix a mandoc warningGordon Bergling2023-04-181-20/+20
* veriexec: Add SPDX-License-IdentifierStephen J. Kiernan2023-04-172-0/+4
* veriexec: fix use of getoptStephen J. Kiernan2023-04-171-2/+1
* veriexec: allow sha512 fingerprint in manifest parserStephen J. Kiernan2023-04-161-2/+2
* pf: backport OpenBSD syntax of "scrub" option for "match" and "pass" rulesKajetan Staszkiewicz2023-04-145-38/+197
* ifconfig: change carp commands mcast and mcast6 to DEF_CMD as they take no argsReid Linnemann2023-04-131-2/+2
* mount_nfs.8: Update man page for the "syskrb5" optionRick Macklem2023-04-111-2/+17
* dhclient: add ability to ignore options in offersRob Norris2023-04-106-3/+25
* route: remove always-true expressionAlexander V. Chernikov2023-04-091-2/+1
* route: switch transport protocol to Netlink.Alexander V. Chernikov2023-04-081-0/+4
* route: fix netlink route operations with link-local gw / dst.Alexander V. Chernikov2023-04-081-1/+18
* ifconfig: Fix configuring if_bridge with additional operating parametersZhenlei Huang2023-04-071-1/+1
* route: fix route get netlink translation.Alexander V. Chernikov2023-04-042-20/+32
* setkey(8): ansify parserKonstantin Belousov2023-04-032-44/+16
* setkey(8): remove redundand returnsKonstantin Belousov2023-04-031-4/+0
* setkey(8): add -e option to take script from the command lineKonstantin Belousov2023-04-032-5/+26
* zfs: merge openzfs/zfs@431083f75Martin Matuska2023-04-033-16/+13
* ifconfig: Improve VLAN identifier parsingZhenlei Huang2023-04-021-3/+6
* ping: fix failing test_pinger[_3_1_verbose_false] test.Alexander V. Chernikov2023-04-021-1/+1
* route: add support for exact-prefix-match via netlink.Alexander V. Chernikov2023-04-021-0/+4
* bectl: Improve error message when ZFS root is not found.Andrew Gallatin2023-03-311-1/+5
* route: try to autoload netlink(4) module if not present in the kernel.Alexander V. Chernikov2023-03-301-6/+22
* Improvement in UFS/FFS directory placement when doing mkdir(2).Kirk McKusick2023-03-308-22/+130
* camcontrol powermode: fix use-after-freeEric van Gyzen2023-03-291-5/+4
* route: revert transport to rtsockAlexander V. Chernikov2023-03-281-4/+0
* nvmecontrol(8): fix resv register -i synopsisYuri Pankov2023-03-271-2/+2
* nvme: fix resv commands with nda deviceYuri Pankov2023-03-271-0/+4
* ping tests: Add a regression testJose Luis Duran2023-03-271-3/+58
* route: fix RTF_HOST & non-empty mask handling in netlink translation.Alexander V. Chernikov2023-03-261-2/+8
* route(8): convert to netlinkAlexander V. Chernikov2023-03-263-28/+930
* devd.conf.5: Fix a typo in the manual pageGordon Bergling2023-03-261-1/+1
* ifconfig: free memory allocated by getaddrinfo()Kristof Provost2023-03-241-0/+1
* ping: Fix an uninitialized variableJose Luis Duran2023-03-241-0/+3
* ifconfig: ifieee80211: print bssid nameBjoern A. Zeeb2023-03-231-1/+15