git: sbin/hammer: Cleanup zone statistics

2015-07-27 Thread Tomohiro Kusumi
commit ab34bb843beff761e7ca1daea5504c90100be9b3 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Jul 26 14:59:55 2015 +0900 sbin/hammer: Cleanup zone statistics - No functional changes, things should have been named this way. Summary of changes: sbin/hammer/misc.c |

git: sys/vfs/hammer: Keep root node signature on root split

2015-07-27 Thread Tomohiro Kusumi
commit c461935cc9a3d110ed43ebd769c91338a06f04f9 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Mon Jul 27 03:43:10 2015 +0900 sys/vfs/hammer: Keep root node signature on root split - newfs_hammer sets a signature value for the root btree node so keep that signature

git: sbin/hammer: Cleanup headers

2015-07-27 Thread Tomohiro Kusumi
commit 92d85f08f37a624fbbbd647f1ec6d5daf5c09c36 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Jul 26 17:16:05 2015 +0900 sbin/hammer: Cleanup headers - Define struct softprune in hammer_util.h just like other hammer userspace structures are defined here.

git: sbin/hammer: Fix hammer show output format

2015-07-27 Thread Tomohiro Kusumi
commit 08d797e2bae09396499d01babc8c2ae5e60457ee Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Mon Jul 27 01:19:45 2015 +0900 sbin/hammer: Fix hammer show output format - Sync with other formats. Summary of changes: sbin/hammer/cmd_show.c | 2 +- 1 file changed, 1

git: route: Enhance panic message

2015-07-27 Thread Sepherosa Ziehau
commit 04362c97179fe5b18f3f6b0cc3efd7f741a5d258 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Mon Jul 27 22:03:30 2015 +0800 route: Enhance panic message Summary of changes: sys/net/route.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

git: inet6: Use M_WAITOK on SIOCAIFADDR_IN6 path.

2015-07-27 Thread Sepherosa Ziehau
commit 70e5139bd6171d86b3b77412d49f54b6d478a648 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Mon Jul 27 22:27:03 2015 +0800 inet6: Use M_WAITOK on SIOCAIFADDR_IN6 path. Addition: - Use M_ZERO, instead of calling bzero(). - Avoid M_ZERO, if the allocated memory is

git: inet6: No need to explicitly avoid calling ioctl(SIOCSADDR)

2015-07-27 Thread Sepherosa Ziehau
commit f88a4ba1c1ad595fb9d578a46f445c17b742daf5 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Mon Jul 27 22:47:58 2015 +0800 inet6: No need to explicitly avoid calling ioctl(SIOCSADDR) Rearrange the code a little bit. Summary of changes: sys/netinet6/in6.c | 28