git: sys/vfs/msdosfs: Fix mounting when the device sector size is >512B

2022-02-19 Thread Tomohiro Kusumi
commit 08e120530f425098d15b0861e92d67afcb80d220 Author: Tomohiro Kusumi Date: Sat Feb 19 02:10:06 2022 +0900 sys/vfs/msdosfs: Fix mounting when the device sector size is >512B HugeSectors * BytesPerSec should be computed before converting HugeSectors to a DEV_BSIZE-based

git: sys/vfs/hammer2: Fix hammer2_chain_allocs calculation

2022-02-19 Thread Tomohiro Kusumi
commit 263688eb126867928a2c8f7672a81c5bb53f63f6 Author: Tomohiro Kusumi Date: Sat Feb 19 02:12:38 2022 +0900 sys/vfs/hammer2: Fix hammer2_chain_allocs calculation This counter should be decremented on freeing chains. Currently it gets incremented on chain allocation, but

git: getopt.3: Clarify option string syntax

2022-02-19 Thread Aaron LI
commit cd85487ee5969aac1c1a34258daf05c3e598d591 Author: Aaron LI Date: Sat Feb 19 17:36:13 2022 +0800 getopt.3: Clarify option string syntax The recently added 'option::' syntax requires the following argument (if present) *must* be in the same word as the option name itself

git: lpr(1): Fix '-i' option with optional argument

2022-02-19 Thread Aaron LI
commit 7a1c99d311f1595cdc33d2ea3804d7fe580e1d87 Author: Aaron LI Date: Sat Feb 19 17:53:05 2022 +0800 lpr(1): Fix '-i' option with optional argument lpr(1)'s '-i' option accepts an optional argument, but the implementation was incomplete. For example, 'lpr -i -#3' errors

git: lpr.1: Tweak a bit about '-i' option

2022-02-19 Thread Aaron LI
commit 6dcbde115ef3af3193b5d80b0f87f916d9d21b65 Author: Aaron LI Date: Sat Feb 19 17:53:05 2022 +0800 lpr.1: Tweak a bit about '-i' option I made a mistake so that I lost this change in a rebase... Reviewed-by: swildner Summary of changes: usr.sbin/lpr/lpr/lpr.1 | 12