git: DragonFly_RELEASE_5_2 re: MACFG50 requires defragmentation in software, but no padding for runt.

2018-06-15 Thread Sepherosa Ziehau
commit f4df103439d9bacf98a17533e1c332d29faa741d Author: Sepherosa Ziehau Date: Sat Jun 9 19:45:55 2018 +0800 re: MACFG50 requires defragmentation in software, but no padding for runt. Reported-by: YONETANI Tomokazu Tested-by: YONETANI Tomokazu Summary of changes:

git: initrd - Add hammer2, fix obj dir

2018-06-15 Thread Matthew Dillon
commit a5df26155abac22844b6a1f4e2d35f119e5c5f38 Author: Matthew Dillon Date: Fri Jun 15 10:24:40 2018 -0700 initrd - Add hammer2, fix obj dir * Include the hammer2 binary in the initrd image. * Properly make the obj hierarchy so make initrd does not put temporary

git: Kernel - Fix getvfsstat()/getfsstat() count w/ NULL buffer

2018-06-15 Thread Matthew Dillon
commit 5c6a03baf163828d92efbd429dc7dcd9156fb6f9 Author: Matthew Dillon Date: Fri Jun 15 12:33:03 2018 -0700 Kernel - Fix getvfsstat()/getfsstat() count w/ NULL buffer * Return the correct count when a NULL buffer is passed in, instead of a higher count.