git: usr.sbin/makefs: Rename vnode::logical, vflushed, malloced to start with v_

2022-06-05 Thread Tomohiro Kusumi
commit e00b9e51ade2c4ced7c6fd860e5e58dcbcc09907 Author: Tomohiro Kusumi Date: Mon Jun 6 19:13:33 2022 +0900 usr.sbin/makefs: Rename vnode::logical,vflushed,malloced to start with v_ Almost all vnode fields in sys/sys/vnode.h start with v_, so follow that naming rule in makefs

git: libc: Add malloc_usable_size(3) support.

2022-06-05 Thread Antonio Huete Jimenez
commit d780b39f859375ad6d9a75e102b2dcb742d1b7b4 Author: Antonio Huete Jimenez Date: Mon Jun 6 00:34:05 2022 +0200 libc: Add malloc_usable_size(3) support. Submitted-by: @dillon Summary of changes: include/Makefile | 8 +-- usr.bin/gcore/extern.h =>

git: sbin/newfs_msdos: Add missing MAKEFS ifdefs

2022-06-05 Thread Tomohiro Kusumi
commit c589a8b83c02c783a462c59eab7d0707e9be4e5d Author: Tomohiro Kusumi Date: Sun Jun 5 03:44:48 2022 +0900 sbin/newfs_msdos: Add missing MAKEFS ifdefs Bring in MAKEFS related conditionals from FreeBSD commits. 162ae9c834f6d9f9cb443bd62cceb23e0b5fef48 9990450e17f79ca6e598

git: usr.sbin/makefs: Fix warnings (in FreeBSD)

2022-06-05 Thread Tomohiro Kusumi
commit 2294e82fd7832ad43f29419fe53ee40bfd1c0509 Author: Tomohiro Kusumi Date: Sun Jun 5 13:56:58 2022 +0900 usr.sbin/makefs: Fix warnings (in FreeBSD) taken from FreeBSD cc1a53bc1aea0675d64e9547cdca241612906592 Summary of changes: usr.sbin/makefs/ffs.c | 2 +-