git: libc - Fix malloc() alignment for small allocations

2016-09-03 Thread Matthew Dillon
commit 3f81f4537238b9318fd18979ca2d5be521caea13 Author: Matthew Dillon Date: Sat Sep 3 10:24:56 2016 -0700 libc - Fix malloc() alignment for small allocations * malloc()'s slab allocator was set to use 8-byte alignment for any allocation < 128

git: DragonFly_RELEASE_4_6 libc - Fix malloc() alignment for small allocations

2016-09-03 Thread Matthew Dillon
commit 322960dc2f43c50a9116ea9ecdca6e231e6e77f7 Author: Matthew Dillon Date: Sat Sep 3 10:24:56 2016 -0700 libc - Fix malloc() alignment for small allocations * malloc()'s slab allocator was set to use 8-byte alignment for any allocation < 128

git: sbin/newfs_hammer: Cleanup

2016-09-03 Thread Tomohiro Kusumi
commit 4d8a23489695ade9247e1595bf006757f6a9ea7d Author: Tomohiro Kusumi Date: Sun Sep 4 00:11:44 2016 +0900 sbin/newfs_hammer: Cleanup Summary of changes: sbin/newfs_hammer/newfs_hammer.c | 8 +--- sys/vfs/hammer/hammer_btree.h| 2 +- 2 files changed,

git: sbin/newfs_hammer: Don't bother initializing reserved ondisk field

2016-09-03 Thread Tomohiro Kusumi
commit c3cfd6ce08cb747fafb51f0719dce5883456e62d Author: Tomohiro Kusumi Date: Sat Sep 3 21:59:53 2016 +0900 sbin/newfs_hammer: Don't bother initializing reserved ondisk field pfsd is bzero'd, so no need to explicitly zero clear a reserved field that

git: sbin/hammer: Remove unused zone field in struct zone_stat

2016-09-03 Thread Tomohiro Kusumi
commit 31222e7c2720297fef432918f853b83ea91287db Author: Tomohiro Kusumi Date: Sat Sep 3 21:38:47 2016 +0900 sbin/hammer: Remove unused zone field in struct zone_stat Zone statistics' init api returns a pointer to calloc'd array where an index

git: sys/vfs/hammer: Integrate ondisk reserved fields and unused fields

2016-09-03 Thread Tomohiro Kusumi
commit 77f7bc0a0ce69f98f64c7b94e13e0b0d87ba4069 Author: Tomohiro Kusumi Date: Sat Sep 3 19:53:02 2016 +0900 sys/vfs/hammer: Integrate ondisk reserved fields and unused fields In addition to the previous commit, we could reassign the whole numbering

git: bsd-family-tree: Sync with FreeBSD (OpenBSD 6.0).

2016-09-03 Thread Sascha Wildner
commit 5fa549ce6a7197ab70fb1f10a78f5671bdcceb4c Author: Sascha Wildner Date: Sat Sep 3 14:03:15 2016 +0200 bsd-family-tree: Sync with FreeBSD (OpenBSD 6.0). Summary of changes: share/misc/bsd-family-tree | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

git: sys/vfs/hammer: Fix confusing comment

2016-09-03 Thread Tomohiro Kusumi
commit 8cf688a796ff27fcb4a6873aeb7a9989e6ad0dd0 Author: Tomohiro Kusumi Date: Sat Sep 3 18:27:51 2016 +0900 sys/vfs/hammer: Fix confusing comment This part is talking about hdr_seq in struct hammer_fifo_head. It's confusing unless one is

git: sys/vfs/hammer: Fix numbering of reserved fields for vol0

2016-09-03 Thread Tomohiro Kusumi
commit 2283716341f28f9d1c7f5d9049e8dd5572fdd86b Author: Tomohiro Kusumi Date: Sat Sep 3 18:33:44 2016 +0900 sys/vfs/hammer: Fix numbering of reserved fields for vol0 Make vol0_reserved fields start from 00. Reserved fields in volume header

git: sys/vfs/hammer: Remove HAMMER_RECTYPE_LOWEST

2016-09-03 Thread Tomohiro Kusumi
commit 332c168f54858ea5f247f34a317ffaf82d6b9829 Author: Tomohiro Kusumi Date: Sat Sep 3 16:48:31 2016 +0900 sys/vfs/hammer: Remove HAMMER_RECTYPE_LOWEST No one needs the non-zero lowest rectype to be defined, though the maximum possible (0x) is