[Bug 240874] Linuxulator: unimplemented Linux syscalls: inotify_init{,1}

[email protected]
Newsgroups gmane.os.freebsd.devel.emulation
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240874

--- Comment #18 from [email protected] ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3965de642c29d831649c8307203303de560d721a

commit 3965de642c29d831649c8307203303de560d721a
Author:     Mark Johnston <[email protected]>
AuthorDate: 2025-06-06 13:25:09 +0000
Commit:     Mark Johnston <[email protected]>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.