[Bug 240874] Linuxulator: unimplemented Linux syscalls: inotify_init{,1}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Jul 2025 14:56:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240874
--- Comment #18 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3965de642c29d831649c8307203303de560d721a
commit 3965de642c29d831649c8307203303de560d721a
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-06-06 13:25:09 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-07-04 14:42:34 +0000
linux: Add inotify support
Implement the Linux inotify system calls using the native implementation
in vfs_inotify.c.
PR: 240874
Reviewed by: brooks
MFC after: 3 months
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D50761
sys/amd64/linux/syscalls.master | 11 +++-
sys/amd64/linux32/syscalls.master | 15 ++++-
sys/arm64/linux/syscalls.master | 11 +++-
sys/compat/linux/linux_dummy.c | 4 --
sys/compat/linux/linux_file.c | 121 ++++++++++++++++++++++++++++++++++++++
sys/compat/linux/linux_file.h | 32 ++++++++++
sys/i386/linux/syscalls.master | 15 ++++-
sys/kern/vfs_inotify.c | 4 +-
sys/sys/inotify.h | 4 ++
sys/x86/linux/linux_dummy_x86.c | 2 -
10 files changed, 201 insertions(+), 18 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.