git: installworld - don't pre-upgrade passwd files that do not exist

2021-06-21 Thread Matthew Dillon
commit 597032610113b58b0103db65084b4cd5b59ad9f5 Author: Matthew Dillon Date: Mon Jun 21 23:02:50 2021 -0700 installworld - don't pre-upgrade passwd files that do not exist * Fix installworld on a fresh (empty) root. Don't try to pre-upgrade files that do not yet exist. Su

git: sys/vfs/hammer2: Remove unused HAMMER2_INODE_METAGOOD

2021-06-21 Thread Tomohiro Kusumi
commit 8e4aa7a7b0029b6176f7dc64eed96b636aa24922 Author: Tomohiro Kusumi Date: Tue Jun 22 02:19:33 2021 +0900 sys/vfs/hammer2: Remove unused HAMMER2_INODE_METAGOOD This appeared in 7a9b14a0e3b0630905b28addf32dfdef68b39014 in 2015, but was only used for kasserts which never fai

git: sys/vfs/hammer2: Remove unused HAMMER2_INODE_SROOT

2021-06-21 Thread Tomohiro Kusumi
commit 7b47769b5466e2a133fc43a93021156ac1036303 Author: Tomohiro Kusumi Date: Tue Jun 22 02:07:17 2021 +0900 sys/vfs/hammer2: Remove unused HAMMER2_INODE_SROOT No longer used since 504565062f34ec55037ac0cf308fe3562f091460 in 2014. Summary of changes: sys/vfs/hammer2/hammer2.h

git: sys/vfs/hammer2: Remove if0'd HAMMER2_TRANS_PREFLUSH

2021-06-21 Thread Tomohiro Kusumi
commit 55e28d189990229c33c6aa2e7933bcf91f6213af Author: Tomohiro Kusumi Date: Tue Jun 22 01:31:57 2021 +0900 sys/vfs/hammer2: Remove if0'd HAMMER2_TRANS_PREFLUSH This no longer exists since 2085215738c03d949e60de63843cb91e84836eb9 in 2016. Summary of changes: sys/vfs/hammer2/h

git: sys/vfs/hammer2: Remove unused FLUSH_DEBUG

2021-06-21 Thread Tomohiro Kusumi
commit fb431ac42365f2163f6ad5e978d63c4016848701 Author: Tomohiro Kusumi Date: Tue Jun 22 00:20:08 2021 +0900 sys/vfs/hammer2: Remove unused FLUSH_DEBUG No longer used since 8138a154be31c3db1d8bd046ca7b003a6c79c01c in 2014. Summary of changes: sys/vfs/hammer2/hammer2_flush.c | 2

git: ipfw3nat: ICMP packets NAT using icmp id

2021-06-21 Thread Bill Yuan
commit eb4c9e6d01df1803b884c6499ab99062a4453975 Author: Bill Yuan Date: Mon Jun 21 23:04:33 2021 +0800 ipfw3nat: ICMP packets NAT using icmp id TCP/UDP are using tuple(srcip,srcport,dstip, dstport), while ICMP is using tuple(srcip, icmp_id, dstip, icmp_id) icmp_id af