git: malloc.3: Unify RETURN VALUES. Add info about malloc_usable_size().

2022-06-08 Thread Sascha Wildner
commit ad29f92263a019424c615f8667594ccc1c087226 Author: Sascha Wildner Date: Wed Jun 8 17:06:49 2022 +0200 malloc.3: Unify RETURN VALUES. Add info about malloc_usable_size(). Summary of changes: lib/libc/stdlib/Makefile.inc | 1 + lib/libc/stdlib/malloc.3 | 50

git: kernel: Add some __printflike() to satisfy -Wsuggest-attribute=format.

2022-06-08 Thread Sascha Wildner
commit 5694b1af4cd69deb286f1d476515c715d7269a0f Author: Sascha Wildner Date: Wed Jun 8 16:41:43 2022 +0200 kernel: Add some __printflike() to satisfy -Wsuggest-attribute=format. Summary of changes: sys/kern/subr_gtaskqueue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)