aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update fsdb(8) to reflect new structure of fsck_ffs(8).Kirk McKusick2022-02-234-40/+41
* camcontrol fwdownload minor improvementsWarner Losh2022-02-221-20/+12
* camcontrol: Force a rescan of the lun after firmware download.Warner Losh2022-02-221-0/+67
* init(8): use proper boolean type for globalsMitchell Horne2022-02-221-13/+11
* boottrace: annotate init and shutdown utilitiesMitchell Horne2022-02-223-11/+102
* nvme: fix spelling of NamespaceChuck Tuffli2022-02-211-1/+1
* Avoid unaligned writes by fsck_ffs(8).Kirk McKusick2022-02-201-13/+17
* newfs_msdos: connect the ATF test from NetBSDEric van Gyzen2022-02-162-0/+11
* newfs_msdos: fix type of kern.maxphysEric van Gyzen2022-02-161-3/+3