git: sbin/hammer: Add missing fflush(stdout) in 8b6688a4

2017-04-13 Thread Tomohiro Kusumi
commit 1ee016ee44126c121699ccf4289c1867a5085b69 Author: Tomohiro Kusumi Date: Fri Apr 14 00:44:55 2017 +0300 sbin/hammer: Add missing fflush(stdout) in 8b6688a4 Summary of changes: sbin/hammer/cmd_strip.c | 1 + 1 file changed, 1 insertion(+)

git: sbin/hammer: Allow any volume to be stripped by strip command

2017-04-13 Thread Tomohiro Kusumi
commit 8b6688a481ea13fef18f5cbeb6b86bc6632c3cd2 Author: Tomohiro Kusumi Date: Thu Apr 13 21:56:00 2017 +0300 sbin/hammer: Allow any volume to be stripped by strip command hammer strip should be able to strip each volume independently whether all

git: sbin/hammer: Make volume count test optional for blkdevs based commands

2017-04-13 Thread Tomohiro Kusumi
commit 6f3c8414f4d4746c8d9d9e6f46f7af3eac34f36c Author: Tomohiro Kusumi Date: Thu Apr 13 21:48:16 2017 +0300 sbin/hammer: Make volume count test optional for blkdevs based commands This is basically for feature enhancement of hammer strip command in

git: sbin/hammer: Rename hammer_parsedevs() to hammer_parse_blkdevs()

2017-04-13 Thread Tomohiro Kusumi
commit 52e303fe99c67af412213e8fbeae8b882c42f758 Author: Tomohiro Kusumi Date: Thu Apr 13 22:35:27 2017 +0300 sbin/hammer: Rename hammer_parsedevs() to hammer_parse_blkdevs() Parsing HAMMER's blkdevs format devices is what this function does. Summary of

git: zoneinfo: Create a /usr/share/zoneinfo/UTC link.

2017-04-13 Thread Sascha Wildner
commit d5ac093c363a8c5888c7760f1558b0da8de6e014 Author: Sascha Wildner Date: Thu Apr 13 22:37:51 2017 +0200 zoneinfo: Create a /usr/share/zoneinfo/UTC link. We renamed GMT to UTC in 949d11f282cb90e67a6d24e8017b0ceb83746d29. This commit is a followup to that

git: inpcb/localgroup: Use LSB of the hash to find inpcb.

2017-04-13 Thread Sepherosa Ziehau
commit a0602d99d3b542db1ae0dd1566e014f6d19d1fb1 Author: Sepherosa Ziehau Date: Thu Apr 13 16:15:01 2017 +0800 inpcb/localgroup: Use LSB of the hash to find inpcb. This matches hash usage of the network stack. Summary of changes: sys/netinet/in_pcb.c | 2

git: inpcb: Don't rely on ncpus2 for local port allocation.

2017-04-13 Thread Sepherosa Ziehau
commit 16db446e752b3626bb4b46663904544c529b7ffd Author: Sepherosa Ziehau Date: Thu Apr 13 00:46:17 2017 +0800 inpcb: Don't rely on ncpus2 for local port allocation. Summary of changes: sys/netinet/in_pcb.c | 40 +---