git: DragonFly_RELEASE_6_2 libc - Increase opendir/readdir buffer size

2022-01-24 Thread Matthew Dillon
commit 607853b46fed9fe9c801a4253f9105c29dbd90f0 Author: Matthew Dillon Date: Sun Jan 23 22:01:50 2022 -0800 libc - Increase opendir/readdir buffer size * Increase the directory scan buffer size from 4096 bytes to 16384 bytes, significantly reducing the number of discrete sy

git: DragonFly_RELEASE_6_2 kernel - Fix ktrace's handling of system call return values

2022-01-24 Thread Matthew Dillon
commit 74740cc029ec5550224385fe2a95e53339baaf9a Author: Matthew Dillon Date: Sun Jan 23 22:02:56 2022 -0800 kernel - Fix ktrace's handling of system call return values * Distinguish between int and long returns, properly recording long returns (e.g. lseek(), mmap(), read(),

git: DragonFly_RELEASE_6_2 tmpfs - Fix readdir() races

2022-01-24 Thread Matthew Dillon
commit 118b483795f2643e8959543b27a5ce4e3a1c7711 Author: Matthew Dillon Date: Sun Jan 23 21:55:44 2022 -0800 tmpfs - Fix readdir() races * Fix multi-threaded deletion races against readdir(). These races can cause a directory scan in one thread to return EINVAL if the

git: sys/vfs/hammer2: Remove wrong comments in hammer2_chain_core_init()

2022-01-24 Thread Tomohiro Kusumi
commit d2a0e9b447cec869b58b78390dd95ee5838fd38d Author: Tomohiro Kusumi Date: Mon Jan 24 02:00:18 2022 +0900 sys/vfs/hammer2: Remove wrong comments in hammer2_chain_core_init() No such arguments *trans, *nchain, *ochain since da6f36f44bb9c76612e31b56cdfe4d787e53d61f in 2014 a