aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* pf: support listing ethernet anchorsKristof Provost2022-03-301-0/+40
* ifconfig.8: Document that -k can be used with -aMateusz Piotrowski2022-03-291-1/+1
* ifconfig.8: Improve -f synopsisMateusz Piotrowski2022-03-291-1/+6
* ifconfig.8: Document the synopsis of -CMateusz Piotrowski2022-03-291-1/+3
* ifconfig.8: Show that -g groupname can be used on its ownMateusz Piotrowski2022-03-291-2/+2
* ifconfig.8: Cluster together short flagsMateusz Piotrowski2022-03-291-18/+4
* ifconfig.8: Simplify -G & -g synopsisMateusz Piotrowski2022-03-291-1/+2
* Cross-reference nextboot(8) and freebsd-update(8)Mateusz Piotrowski2022-03-291-1/+2
* ifconfig.8: Add capability codes descriptions from handbookMateusz Piotrowski2022-03-291-4/+16
* camcontrol(8): Fix typo in a source code commentGordon Bergling2022-03-281-1/+1
* pfctl(8): Fix a typo in a commentGordon Bergling2022-03-281-1/+1
* mount(8): Fix a typo in source code commentsGordon Bergling2022-03-281-1/+1
* geom(4): Fix a typo in a source code commentGordon Bergling2022-03-281-1/+1
* devd: Add rtw to wireless listWarner Losh2022-03-281-1/+1
* pf: ether l3 rules can only use addressesKristof Provost2022-03-251-0/+10
* sysctl(8): Mention CTLFLAG_SKIPColin Percival2022-03-201-2/+5
* mount.8: mention that the snapshot option is exclusiveRobert Wing2022-03-171-3/+5
* pfctl: fix retrieving nested nat-anchorsKristof Provost2022-03-171-3/+9
* pfctl: fix retrieving nested anchorsMatteo Riondato2022-03-171-3/+3
* *: Do not use the no-op -r flag for bsdlabel(8)Mateusz Piotrowski2022-03-174-6/+6
* Ensure that fsck(8) / fsck_ffs(8) produces the correct exit codeKirk McKusick2022-03-161-4/+1
* dumpon: proceed without compression if the kernel lacks supportEd Maste2022-03-161-0/+9
* pf: support basic L3 filtering in the Ethernet rulesKristof Provost2022-03-142-15/+55
* Chase mixer(8) command-line interface changesHans Petter Selasky2022-03-141-1/+1
* Chase mixer(8) command-line interface changesMateusz Piotrowski2022-03-132-9/+9
* GEOM: Introduce partial confxml APIAlexander Motin2022-03-121-3/+7
* newfs(8): Fix a bug in initialization of sblock.fs_maxbsize .Wuyang Chung2022-03-111-1/+1
* geom: Allow "load" command for already loaded modules.Alexander Motin2022-03-081-3/+5
* pfctl: remove unused variableKristof Provost2022-03-081-3/+0
* libpfct: factor out pfctl_get_rules_info()Kristof Provost2022-03-081-50/+43
* libpfctl: support flushing rules/nat/ethKristof Provost2022-03-081-34/+24
* pfctl: support recursive printing of nat rulesKristof Provost2022-03-081-7/+34
* GEOM: Introduce gctl_add_param() API.Alexander Motin2022-03-073-8/+20
* pfctl.8: Use the serial commaKristof Provost2022-03-031-2/+2
* ipfilter: Reliably print the interface nameCy Schubert2022-03-031-9/+5
* ipfilter: Obtain the interface name more efficientlyCy Schubert2022-03-031-2/+2
* ipfilter: Introduce the new FORMAT_IF macroCy Schubert2022-03-031-0/+1
* pfctl tests: Ethernet rule parsing testsKristof Provost2022-03-027-0/+9
* pfctl: print ethernet rules when called with '-n'Kristof Provost2022-03-023-1/+12
* pf: support masking mac addressesKristof Provost2022-03-023-13/+118
* pfctl: support flushing ethernet rulesKristof Provost2022-03-022-1/+25
* pf: add anchor support for ether rulesKristof Provost2022-03-026-49/+550
* pfctl: support lists of mac addressesKristof Provost2022-03-022-33/+72
* pf: support dummynet on L2 rulesKristof Provost2022-03-022-0/+14
* pfctl: Document displaying Ethernet rulesKristof Provost2022-03-021-1/+7
* pfctl: Don't print (ether) to / from if they're not setKristof Provost2022-03-021-4/+18
* pf: Support clearing ether countersKristof Provost2022-03-021-7/+9
* pfctl: Print Ethernet rulesKristof Provost2022-03-024-7/+347
* Create a new GEOM utility, gunion(8).Kirk McKusick2022-03-011-1/+4
* ipfilter: Print protocol when listing NAT table mappingsCy Schubert2022-02-281-0/+17