git: sys/vfs/hammer: Remove unused typedef

2015-07-21 Thread Tomohiro Kusumi
commit f03e909b8bcf64bc9f51330ab3b29fd577c24eb4 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Jul 21 19:34:00 2015 +0900 sys/vfs/hammer: Remove unused typedef - hammer_seq_t was only used in the early days of hammer. Summary of changes: sys/vfs/hammer/hammer_disk.h

git: sys/vfs/hammer: Fix comments

2015-07-21 Thread Tomohiro Kusumi
commit bf5394bef9710bb02dd4884a90cfca08408511f1 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Jul 21 19:34:28 2015 +0900 sys/vfs/hammer: Fix comments - Fix comments left unchanged in 1afb73cf. It seems the same comments are still effective with rbtree. Summary

git: sbin/hammer: Minor cleanups

2015-07-21 Thread Tomohiro Kusumi
commit 0decb3df295b1029e0625383a54a2b2dcf2ab015 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Jul 19 05:12:54 2015 +0900 sbin/hammer: Minor cleanups - Some minor cleanups. Summary of changes: sbin/hammer/ondisk.c | 20 +--- 1 file changed, 9

git: sbin/hammer: Fix hammer checkmap big-block offset

2015-07-21 Thread Tomohiro Kusumi
commit 5aa4f01c806dcff16568413cab9705ca6ae27d01 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Jul 21 03:45:36 2015 +0900 sbin/hammer: Fix hammer checkmap big-block offset - hammer checkmap wasn't showing the offset of big-block for each layer2 within a layer1

git: sbin/hammer: Fix fill info of hammer show

2015-07-21 Thread Tomohiro Kusumi
commit 6ee3d8b143dbc6bf3d517e4289b14f27222e8081 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Jul 19 06:44:02 2015 +0900 sbin/hammer: Fix fill info of hammer show - Printing big-block index within lower 60 bits (layer1/2 combined) is not that useful. It should

git: sbin/hammer: Make hammer blockmap print all blockmap offsets

2015-07-21 Thread Tomohiro Kusumi
commit e700eccf02586b3193a3352f4bb5e51a2c9e4a2b Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Mon Jul 20 05:30:07 2015 +0900 sbin/hammer: Make hammer blockmap print all blockmap offsets - Add phys_offset and first_offset, where phys_offset points to zone2 address

git: sbin/hammer: Cleanup AssertOnFailure assertions on blockmap lookup

2015-07-21 Thread Tomohiro Kusumi
commit 96755dea4347651ee885d03a6b141f3fcbb57558 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Jul 19 19:40:16 2015 +0900 sbin/hammer: Cleanup AssertOnFailure assertions on blockmap lookup - Since now that blockmap_lookup() has an unique 'error' value for each

git: sbin/hammer: Make hammer_parsedevs() initialize NumVolumes

2015-07-21 Thread Tomohiro Kusumi
commit 9c56653b43654fe05028e2411f6616b1b7d2d01f Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Mon Jul 20 00:33:36 2015 +0900 sbin/hammer: Make hammer_parsedevs() initialize NumVolumes - hammer_parsedevs() should initialize NumVolumes as well as initializing

git: kernel/acpi_toshiba: Use NULL for pointers.

2015-07-21 Thread Sascha Wildner
commit 7432b9fe3cc3f0149106af33c3a5f5bc7fef7ac5 Author: Sascha Wildner s...@online.de Date: Tue Jul 21 19:25:16 2015 +0200 kernel/acpi_toshiba: Use NULL for pointers. Summary of changes: sys/dev/acpica/acpi_toshiba/acpi_toshiba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: kernel/syscons: Enable kern.kms_console by default (if *kms.ko are loaded).

2015-07-21 Thread Sascha Wildner
commit f2b6e87d80a4de971d8aaaf249acced18c8f068b Author: Sascha Wildner s...@online.de Date: Tue Jul 21 09:03:43 2015 +0200 kernel/syscons: Enable kern.kms_console by default (if *kms.ko are loaded). Summary of changes: share/man/man4/syscons.4| 6 +++--- sys/dev/drm/drm_fb_helper.c |