git: Revert "kernel/acpi: Reduce code duplication with ACPICA."

2015-03-16 Thread Sascha Wildner
commit ac8862532ba978820e3797be337b9e99d48a7cde Author: Sascha Wildner Date: Tue Mar 17 00:10:43 2015 +0100 Revert "kernel/acpi: Reduce code duplication with ACPICA." This reverts commit fc673eaa749a01e148fc5f0b6e81587531576344. I did some mistakes here, one of which I fo

git: kernel/acpi_thermal: If the _TMP can't be evaluated, increase the interval.

2015-03-16 Thread Sascha Wildner
commit 905ed3cf30ebe48942af553c7459b5e4d88688ba Author: Sascha Wildner Date: Tue Mar 17 00:09:45 2015 +0100 kernel/acpi_thermal: If the _TMP can't be evaluated, increase the interval. If _TMP evaluation fails two times, switch to trying every two hours. I think eventually we s

git: pam_passwdqc: Raise WARNS to 3 and fix a number of warnings.

2015-03-16 Thread Sascha Wildner
commit 0d2441729275ede7d51401efb23290c089cb9794 Author: Sascha Wildner Date: Mon Mar 16 20:36:36 2015 +0100 pam_passwdqc: Raise WARNS to 3 and fix a number of warnings. * Define _XOPEN_SOURCE correctly for DragonFly. * Change macro functions into inline functions.

git: sbin/hammer: Fix printf format for bad node

2015-03-16 Thread Tomohiro Kusumi
commit 77fe9097fa638acf49f27a3747a3ed85f14a0f8c Author: Tomohiro Kusumi Date: Tue Mar 17 01:42:04 2015 +0900 sbin/hammer: Fix printf format for bad node - Remove "{" since there is no "}" unlike hammer show command. Summary of changes: sbin/hammer/cmd_blockmap.c | 6 +++--- 1 fi

git: sbin/hammer: Make hammer checkmap show number of errors if any

2015-03-16 Thread Tomohiro Kusumi
commit 18dbf12f4dfa394db29c9afa5347bedabc3792a1 Author: Tomohiro Kusumi Date: Tue Mar 17 01:41:30 2015 +0900 sbin/hammer: Make hammer checkmap show number of errors if any - Make hammer checkmap command print number of inconsistency after all collections and verifications.

git: sbin/hammer: Disable AssertOnFailure when running hammer checkmap

2015-03-16 Thread Tomohiro Kusumi
commit 8fd2cc397c30558bbc7b00958180820c38f16c5f Author: Tomohiro Kusumi Date: Tue Mar 17 01:36:44 2015 +0900 sbin/hammer: Disable AssertOnFailure when running hammer checkmap - Since the purpose of hammer checkmap command is to find out inconsistency between blockmap and btr

git: sbin/hammer: Add zone-bigblock statistics to hammer checkmap command

2015-03-16 Thread Tomohiro Kusumi
commit d42b45c3c4ad841d4c955ba6341c266aaac32b57 Author: Tomohiro Kusumi Date: Tue Mar 17 01:34:40 2015 +0900 sbin/hammer: Add zone-bigblock statistics to hammer checkmap command - Make hammer checkmap command print zone-bigblock statistics when -v option is used. -

git: sbin/hammer: Make hammer checkmap command support btree zone

2015-03-16 Thread Tomohiro Kusumi
commit 6cf258d994412a6a1c1f03158d106279b712f587 Author: Tomohiro Kusumi Date: Tue Mar 17 01:34:40 2015 +0900 sbin/hammer: Make hammer checkmap command support btree zone - Make hammer checkmap command support not only btree leaf elements, but also btree internal/leaf nodes.

git: sbin/hammer: Fix and add debug printf on buffer access

2015-03-16 Thread Tomohiro Kusumi
commit 604b6edb9d5b3b7ada1159d2d9239c797c846155 Author: Tomohiro Kusumi Date: Tue Mar 17 01:34:40 2015 +0900 sbin/hammer: Fix and add debug printf on buffer access - Fix debug fprintf format when the buffer was newly allocated. - Add debug fprintf to stderr when the buffe

git: sbin/hammer: Properly set counter in cache flushing loop

2015-03-16 Thread Tomohiro Kusumi
commit ef5468da3d1ffe216099b5f0271428d7381022c4 Author: Tomohiro Kusumi Date: Tue Mar 17 01:34:40 2015 +0900 sbin/hammer: Properly set counter in cache flushing loop - This local variable 'count' being reset to 0 was probably intended to be set to 1, because otherwise --coun

git: sbin/hammer: Use existing function hammer_cache_used()

2015-03-16 Thread Tomohiro Kusumi
commit 1d05d4e03a2f82282efeeedc107aa9dae1cad60a Author: Tomohiro Kusumi Date: Tue Mar 17 01:34:20 2015 +0900 sbin/hammer: Use existing function hammer_cache_used() - Use existing function hammer_cache_used() for list operation. Summary of changes: sbin/hammer/cache.c | 3 +-- 1

git: drm: Add firmware.h Linux compatiblity layer

2015-03-16 Thread Michael Neumann
commit 04e8519d4e6317ef5c7589912e1c42d459a9cbba Author: Michael Neumann Date: Mon Mar 16 17:50:18 2015 +0100 drm: Add firmware.h Linux compatiblity layer Summary of changes: .../drm/include/linux/{seq_file.h => firmware.h} | 28 +++--- 1 file changed, 20 insertions(+),

git: drm: Add Linux seq_file equivalent

2015-03-16 Thread Michael Neumann
commit 2c698a09a6e0d15fe45eaa2067d0f0e087ca3b58 Author: Michael Neumann Date: Mon Mar 16 12:54:52 2015 +0100 drm: Add Linux seq_file equivalent Summary of changes: sys/dev/drm/include/linux/{i2c.h => seq_file.h} | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) cop

git: drm: Basic implementation of wound/wait mutexes used by ttm

2015-03-16 Thread Michael Neumann
commit 913ced85e870d64d4ae0bc8e4be5cee877161d3d Author: Michael Neumann Date: Mon Mar 16 12:24:11 2015 +0100 drm: Basic implementation of wound/wait mutexes used by ttm Summary of changes: sys/dev/drm/include/linux/ww_mutex.h | 260 +++ 1 file changed, 260