DragonFlyBSD Kernel Audit
DF-0806 / env.txt
← back to finding ↓ download raw
DragonFly dfbsd 6.5-DEVELOPMENT DragonFly 6.5-DEVELOPMENT #0: Thu Jul  2 06:02:54 UTC 2026     root@dfbsd:/usr/obj/usr/src/sys/X86_64_GENERIC  x86_64
=== cc ===
cc 8.3 [DragonFly] Release/2019-02-22
=== dirfs in kernel/modules? ===
ls: /boot/kernel/dirfs*: No such file or directory
NONE_IN_KLDSTAT
=== dirfs config presence ===
0
3
=== patched source lines ===
	buf = kmalloc(uio->uio_resid + 1, M_DIRFS_MISC, M_WAITOK | M_ZERO);
		error = uiomove(buf, nlen, uio);
=== git apply --check ===
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/sys/vfs/dirfs/dirfs_vnops.c b/sys/vfs/dirfs/dirfs_vnops.c
|--- a/sys/vfs/dirfs/dirfs_vnops.c
|+++ b/sys/vfs/dirfs/dirfs_vnops.c
--------------------------
Patching file sys/vfs/dirfs/dirfs_vnops.c using Plan A...
Ignoring previously applied (or reversed) patch.
Hunk #1 ignored at 1325.
1 out of 1 hunks ignored while patching sys/vfs/dirfs/dirfs_vnops.c
done
DRYRUN_RC=1