git: hammer2 - Fix bug in hammer2_chain_indkey_dir()

2017-09-23 Thread Matthew Dillon
commit e32a768eea4f0cf173eef86bfdf265133a226ccf Author: Matthew Dillon Date: Sat Sep 23 21:12:22 2017 -0700 hammer2 - Fix bug in hammer2_chain_indkey_dir() * The shortcut in hammer2_chain_indkey_dir() ignores the possibilty that the key

git: Update files for file-5.32 import.

2017-09-23 Thread Sascha Wildner
commit 6372536069ce7c6eb0154dc2d673bfd5fea990a4 Author: Sascha Wildner Date: Sat Sep 23 21:15:53 2017 +0200 Update files for file-5.32 import. Summary of changes: contrib/file/src/softmagic.c | 2 +- lib/libmagic/Makefile| 18 +-

git: Merge branch 'vendor/FILE'

2017-09-23 Thread Sascha Wildner
commit 3015ae9fa172738ea3b2601df0d9c8d24b3d4e39 Merge: 62e32461be c30bd0917b Author: Sascha Wildner Date: Sat Sep 23 21:23:05 2017 +0200 Merge branch 'vendor/FILE' Summary of changes:

git: Revert "Import file-5.22."

2017-09-23 Thread Sascha Wildner
commit 62e32461beaaf0150d067c24edae7b34ac0bf4c9 Author: Sascha Wildner Date: Sat Sep 23 21:22:44 2017 +0200 Revert "Import file-5.22." This reverts commit 89a9c80e537ed7238142c9af2cdc03401742a18a. For some reason the 5.22 upgrade was not git-merged, looks

git: vendor/FILE Import file-5.32.

2017-09-23 Thread Sascha Wildner
commit c30bd0917bb6a625e80a835271887a7812787d1c Author: Sascha Wildner Date: Sat Sep 23 21:13:08 2017 +0200 Import file-5.32. See ChangeLog for details. Summary of changes: contrib/file/ChangeLog | 229 +++- contrib/file/README

git: microuptime.9 microtime.9: Fix documentation of the get* function versions.

2017-09-23 Thread Imre Vadasz
commit 2f3ba5dc82b34ec1f5295ea0d3e49d254c66792d Author: Imre Vadász Date: Sat Sep 23 17:04:38 2017 +0200 microuptime.9 microtime.9: Fix documentation of the get* function versions. The kern.timecounter sysctl tree doesn't exist nowadays, the getmicrotime(),

git: sbin/newfs_hammer2: Fix typo in newfs_hammer2(8)

2017-09-23 Thread Tomohiro Kusumi
commit e5c02cf8b78ad522dd0c924c75646c99fa621a0f Author: Tomohiro Kusumi Date: Sat Sep 23 14:27:20 2017 +0300 sbin/newfs_hammer2: Fix typo in newfs_hammer2(8) of of Summary of changes: sbin/newfs_hammer2/newfs_hammer2.8 | 2 +- 1 file changed, 1

git: usr.sbin/fstyp: Add initial HAMMER2 support

2017-09-23 Thread Tomohiro Kusumi
commit 030fdd8afa5af5b5ad92b091fb9f10f2e276c4dd Author: Tomohiro Kusumi Date: Sat Sep 23 01:17:20 2017 +0300 usr.sbin/fstyp: Add initial HAMMER2 support -l option and multiple/partial volumes are not supported yet. Summary of changes:

git: sbin/hammer: Add uuid.c

2017-09-23 Thread Tomohiro Kusumi
commit 3cd578eda6da1a44261fbcd0172ed900599d6d92 Author: Tomohiro Kusumi Date: Thu Sep 21 19:06:16 2017 +0300 sbin/hammer: Add uuid.c Add a simple wrapper over uuid functions for better portability, similar to sys/vfs/hammer/hammer_crc.h (which

git: sys/vfs/hammer: Add typedef hammer_uuid_t

2017-09-23 Thread Tomohiro Kusumi
commit 90da8fc8d95e1895d63ebafb10404337f9f921f4 Author: Tomohiro Kusumi Date: Thu Sep 21 19:06:37 2017 +0300 sys/vfs/hammer: Add typedef hammer_uuid_t Add typedef for uuid_t for better portability, similar to hammer_crc_t and other hammer_xxx_t.

git: psm: Drop bpsm%d device files. Instead support non-blocking reads on psm%d.

2017-09-23 Thread Imre Vadasz
commit baa896597c4cebf6e2a3bafa7a3040b6fc6d3eec Author: Imre Vadász Date: Sat Sep 23 13:12:34 2017 +0200 psm: Drop bpsm%d device files. Instead support non-blocking reads on psm%d. The /dev/psm%d vs. /dev/bpsm%d separation doesn't serve any clear purpose