aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* pfctl: Fail on missing anchorKristof Provost2025-07-121-14/+4
* pfctl: Do the actual pfr_strerror() to pf_strerror() renameKristof Provost2025-07-125-13/+13
* pfctl: Unify error message for nonexisting anchorsKristof Provost2025-07-123-22/+23
* pfctl: Refine error messageKristof Provost2025-07-121-1/+1
* pfctl: Merge radix_perror() into simpler warnx()/errx() usageKristof Provost2025-07-121-21/+11
* ifconfig.8: remove accept_rev_ethip_ver and send_rev_ethip_verKoichiro Iwao2025-07-111-21/+1
* bectl.8: Describe betterAlexander Ziaee2025-07-101-56/+65
* pfctl: Fix 32-bit build.Dag-Erling Smørgrav2025-07-091-2/+2
* pfctl tests: use require.kmods instead of manual check for pfSiva Mahadevan2025-07-091-21/+4
* pfctl tests: macro test requires pf to be loadedKristof Provost2025-07-091-0/+1
* nvmf: Auto-reconnect periodically after a disconnectJohn Baldwin2025-07-096-5/+70
* pfctl.8: Further document recursive flush behaviourKristof Provost2025-07-091-1/+14
* pfctl: Print the main ruleset/anchor as "/" not "<root>" for consistencyKristof Provost2025-07-091-2/+2
* pfctl: recursively flush rules and tablesKristof Provost2025-07-096-51/+277
* pfctl: Avoid optimizing empty rulesetsKristof Provost2025-07-091-1/+4
* pfctl: Fix function name in error message (zap trailing s)Kristof Provost2025-07-091-2/+2
* pfctl: Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.Kristof Provost2025-07-092-15/+13
* pfctl: Fix file descriptor leak due to popfile() never closing the main confi...Kristof Provost2025-07-091-13/+14
* devd.conf.5: Use a tag list block for NVMe SMART errorsJohn Baldwin2025-07-081-8/+15
* devd.conf.5: Describe $name used with nvme eventsJohn Baldwin2025-07-081-2/+7
* devd.conf.5: Expand the width of various columnsJohn Baldwin2025-07-081-17/+17
* devd.conf.5: Consistently use Li to markup literal stringsJohn Baldwin2025-07-081-27/+27
* sysctl_test: Print standard error if sysctl -ao failsMark Johnston2025-07-081-0/+1
* ipfilter: End (cleanup) the iterative search keyCy Schubert2025-07-071-0/+3
* pfctl: use str*l*cpy() to copy stringsKristof Provost2025-07-071-1/+1
* pfctl: Add parentheses for readabilityKristof Provost2025-07-071-1/+1
* pfctl: pfctl should check pfctl.astack is not overrunKristof Provost2025-07-071-0/+4
* pf.conf.5, pfctl.8: update to PF pfctl(8) and pf.conf(5) manpagesKristof Provost2025-07-071-1/+4
* pfctl: Always check for namespace collisions on table commandsKristof Provost2025-07-071-2/+2
* pfctl: Fix table definition parsing as unprivileged userKristof Provost2025-07-071-1/+6
* pfctl: introduce 'pfctl -FR' to reset settings to defaultsKristof Provost2025-07-072-2/+47
* pfctl: Fail on invalid netmasks when filling tablesKristof Provost2025-07-071-1/+1
* pfctl: Don't use unsigned for ptrdiff_tKristof Provost2025-07-071-2/+2
* pfctl: Anchor names must not be emptyKristof Provost2025-07-072-0/+7
* pfctl: Unify anchor name sanity checksKristof Provost2025-07-071-14/+19
* pfctl: Reuse copy_satopfaddr() when killing entriesKristof Provost2025-07-073-67/+14
* pfctl: Make -N and -r mutually exclusiveKristof Provost2025-07-072-1/+8
* pfctl: Simplify lookups when killing entriesKristof Provost2025-07-071-52/+34
* pfctl.8: Mention that -r does reverse DNS lookups for tables as wellKristof Provost2025-07-071-2/+2
* pfctl: Use mnemonic PFCTL_SHOW_* macrosKristof Provost2025-07-071-4/+5
* pfctl: Defuse `-F all -i interface'Kristof Provost2025-07-071-0/+5
* pfctl: Improve duplicate table name warningKristof Provost2025-07-074-22/+10
* pfctl: Zap unnused iface function parameter from pfctl_kill_src_nodes()Kristof Provost2025-07-071-3/+3
* deprecate RIPLexi Winter2025-07-062-2/+14
* bridge: add per-interface vlan access listLexi Winter2025-07-052-0/+157
* bridge: allow member interface vlan to be configuredLexi Winter2025-07-052-3/+77
* pfctl: Error out on missing table command, zap internal wrapper functionKristof Provost2025-07-043-13/+5
* pfctl.8: Explicitly mention that tables created by -T{add,replace} are persis...Kristof Provost2025-07-041-2/+2
* pf.4: DIOCIGETIFACES provides interfaces and groups, not driversKristof Provost2025-07-041-1/+1
* pfctl: sync cmdline_symset() changes with src/usr.sbinKristof Provost2025-07-041-3/+2