aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* packages: move route(6)d to the rip packageLexi Winter2025-08-072-1/+3
* Revert "sbin/newfs_msdos: add support for exFAT file systems"Stefan Eßer2025-08-065-1305/+64
* hastd: Fix nv data size checkDag-Erling Smørgrav2025-08-061-6/+3
* pfctl: memset the pfctl struct in pfctl_reset()Kristof Provost2025-08-051-0/+1
* pf: also allocate ethernet anchors from a UMA zoneKristof Provost2025-08-051-0/+1
* pf: allocate pf_kanchor from a poolKristof Provost2025-08-051-0/+1
* pf: convert DIOCRDELADDRS to netlinkKristof Provost2025-08-051-1/+1
* pf: convert DIOCRADDADDRS to netlinkKristof Provost2025-08-051-1/+1
* sbin/newfs_msdos: add support for exFAT file systemsStefan Eßer2025-08-055-64/+1305
* ifconfig: Improve bridge vlan filtering syntaxLexi Winter2025-08-052-23/+89
* bridge: Allow VLAN protocol to be configuredLexi Winter2025-08-052-0/+49
* bridge: Make 802.1ad (Q-in-Q) configurableLexi Winter2025-08-052-1/+37
* bridge: Add a vlanfilter bridge optionLexi Winter2025-08-032-35/+78
* ifconfig: Garbage collect unused parameter swabipsZhenlei Huang2025-08-011-5/+0
* ifconfig: Support VLAN ID in static/deladdrLexi Winter2025-08-012-22/+67
* ifconfig: Support variable-argument commandsLexi Winter2025-08-012-0/+17
* pf: Use different address family for source and redirection addressKajetan Staszkiewicz2025-08-015-44/+40
* pfctl: Use sa_family_t for af instead of intKajetan Staszkiewicz2025-08-011-3/+4
* swapon: Improve tests for non-standard kernel page size and small mediaOlivier Cochard2025-07-311-8/+52
* recoverdisk(1): Change time variables to time_t to compile on i386Poul-Henning Kamp2025-07-301-1/+1
* ping: Remove unnecessary compiler flagDag-Erling Smørgrav2025-07-301-2/+0
* ifconfig: fix removing IPv6 addressesKristof Provost2025-07-292-1/+31
* bridge: be consistent about PVID terminologyLexi Winter2025-07-281-8/+8
* zfsboot: Remove zfsboot(8) program used to boot ZFS from MBR + BIOSJohn Baldwin2025-07-281-6/+2
* ifconfig/ifbridge.c: add get_vlan_id()Lexi Winter2025-07-281-12/+16
* Replace last few remaining MAN[1-8] with MANDag-Erling Smørgrav2025-07-261-1/+1
* base: do a sweep of setgroups() that mean to clear the supplementariesKyle Evans2025-07-261-1/+1
* ifconfig: don't print bridge member ifmaxaddr if it's 0Lexi Winter2025-07-251-2/+3
* devd/moused.conf: Stop moused quietly on destroy of a ums deviceKonstantin Zhulidov2025-07-251-1/+1
* devd: accept new clients before notifying themSludge2025-07-231-8/+8
* Synchronize recoverdisk(1) with the datamuseum.dk version.Poul-Henning Kamp2025-07-222-340/+678
* devd.conf(5): call hyperv_vfattach in a Hyper-V guest onlyEugene Grosbein2025-07-221-0/+1
* devd(8): correct error loggingEugene Grosbein2025-07-221-2/+1
* reboot(8): add support for noshutdownKonstantin Belousov2025-07-222-0/+16
* devd: Add vm_guest variableWarner Losh2025-07-221-0/+12
* if_gif(4): Support the NOCLAMP flag to change MTU handling for IPv6Koichiro Iwao2025-07-212-2/+17
* kldstat: Memory zeroing using memset()Nazarenko Nikita Vladimirovich2025-07-181-2/+2
* route: fix `route -n monitor` when its output is redirectedOleg Streejak2025-07-171-0/+1
* manpages: prefer linking to xo_options.7 over xo_parse_args.3Alan Somers2025-07-162-6/+6
* pflog: improve uid loggingKristof Provost2025-07-152-3/+2
* pfctl: getifaddrs() can return entries where ifa_addr is NULLKristof Provost2025-07-151-1/+2
* pfctl tests: verify port range validationKristof Provost2025-07-153-0/+3
* pfctl: Fail to parse rules with invalid rangesKristof Provost2025-07-151-3/+36
* pfctl tests: avoid the synproxy warningKristof Provost2025-07-152-2/+2
* pf: synproxy should be processing incoming SYN packets only.Kristof Provost2025-07-151-0/+4
* pfctl: Accommodate a basename(3) that takes a non-const parameterKristof Provost2025-07-151-6/+9
* pf: rename PF_OPT_TABLE_PREFIX to PF_OPTIMIZER_TABLE_PFXKristof Provost2025-07-122-4/+3
* pfctl.8: Mention hostid and checksumKristof Provost2025-07-121-1/+4
* pfctl: restore '.' at the end of these errorsKristof Provost2025-07-121-2/+2
* pfctl: replace TAILQ concatenation loop with TAILQ_CONCATKristof Provost2025-07-122-25/+6