git: sbin/hammer: Make rel_buffer() and rel_volume() check if arg is NULL

2015-03-28 Thread Tomohiro Kusumi
commit 3c6df2848cf5f7a5286f6cba419f1657e5ff1bea Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Mar 26 21:59:03 2015 +0900 sbin/hammer: Make rel_buffer() and rel_volume() check if arg is NULL - Some of the existing code do if (buf) { rel_buffer(buf); }, but

git: DragonFly_RELEASE_4_0 kernel - Bring in dff23c692 from FreeBSD

2015-03-28 Thread Matthew Dillon
commit 3656c2e13537d2f4760c96e0efe6cdb1dcdb9365 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Mar 28 15:15:14 2015 -0700 kernel - Bring in dff23c692 from FreeBSD Bring in a commit further strengthening iret/%gs handling. FreeBSD also made a followup commit that

git: sbin/hammer: Fix width of hammer stats output

2015-03-28 Thread Tomohiro Kusumi
commit b57ce21bfd0df09139224f84343ae15bd7a9daf8 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Mar 26 21:14:24 2015 +0900 sbin/hammer: Fix width of hammer stats output - Align output of hammer stats columns using %9jd instead of either %9jd, %8jd or %5jd. This

git: kernel - Bring in dff23c692 from FreeBSD

2015-03-28 Thread Matthew Dillon
commit ab45738e30546b61592f56b5718d5fbf3e207900 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Mar 28 15:15:14 2015 -0700 kernel - Bring in dff23c692 from FreeBSD Bring in a commit further strengthening iret/%gs handling. FreeBSD also made a followup commit that

git: loader: set color option (blue) by default

2015-03-28 Thread John Marino
commit 72b78560f664235e0eb1be2fb5d750bd0baff568 Author: John Marino dr...@marino.st Date: Sun Mar 29 01:15:07 2015 +0100 loader: set color option (blue) by default On the loader screen, the blue version of Fred will now be shown by default unless the serial console is selected

git: lib/libhammer: Remove duplicated and unnecessary macro definitions

2015-03-28 Thread Tomohiro Kusumi
commit aa32bba7a976f81e63cb1c2e415455bcfbc2a663 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Mar 26 21:35:11 2015 +0900 lib/libhammer: Remove duplicated and unnecessary macro definitions - All these macros are already defined in sbin/hammer/*. - HAMMER_BUF*

git: sbin/hammer: Remove duplicated header include

2015-03-28 Thread Tomohiro Kusumi
commit 14df6a3d588d21fef1ea74dd9c9e052cc1e1ba8c Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Mar 26 21:46:26 2015 +0900 sbin/hammer: Remove duplicated header include - libhammer.h is included by hammer.h Summary of changes: sbin/hammer/cmd_info.c | 2 +-

git: sbin/hammer: Fix comments on supported checkmap zones

2015-03-28 Thread Tomohiro Kusumi
commit 6779846fd293853d6a7cb52a17d0cfe65a0b4efe Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Mar 26 22:27:43 2015 +0900 sbin/hammer: Fix comments on supported checkmap zones - btree nodes and undo fifo is supported in addition to data after 6cf258d and

git: sbin/newfs_hammer: Properly allocate root inode and pfs from meta zone

2015-03-28 Thread Tomohiro Kusumi
commit baa8ac599c07fae05af4faedf0e56ef599781353 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Mar 29 04:01:26 2015 +0900 sbin/newfs_hammer: Properly allocate root inode and pfs from meta zone - newfs_hammer writes initial two elements, root inode and pfs

git: sbin/hammer: Make hammer checkmap check zone

2015-03-28 Thread Tomohiro Kusumi
commit 901e04c726658ce6ec198aa56d0b2c5b9255fc72 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Mar 29 04:34:09 2015 +0900 sbin/hammer: Make hammer checkmap check zone - Make use of unused layer2 track field track2-zone to check layer2 entries' zone #. -

git: kernel - Adjustments for CERT VU#711516

2015-03-28 Thread Matthew Dillon
commit 74ceb998af302c8fb9fe0303aa736e3ab66780c8 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sat Mar 28 15:00:43 2015 -0700 kernel - Adjustments for CERT VU#711516 Note that IPV6 route advertisements are disabled by default, so these adjustments have no real

git: hammer2 - Starting refactoring PFS management in mount

2015-03-28 Thread Matthew Dillon
commit 506bd6d145b6429947d572e34575b4a2a864193c Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Mar 27 22:51:17 2015 -0700 hammer2 - Starting refactoring PFS management in mount * Start removing single-device shims. * Adjust data structures. Rename