Page MenuHomeFreeBSD

linux: Add inotify support
ClosedPublic

Authored by markj on Jun 9 2025, 8:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 8, 5:03 PM
Unknown Object (File)
Sun, Jul 6, 10:14 PM
Unknown Object (File)
Fri, Jul 4, 8:00 PM
Unknown Object (File)
Fri, Jun 27, 9:10 PM
Unknown Object (File)
Fri, Jun 27, 2:39 AM
Unknown Object (File)
Thu, Jun 26, 8:17 PM
Unknown Object (File)
Mon, Jun 23, 11:08 AM
Unknown Object (File)
Sat, Jun 21, 12:43 AM
Subscribers

Details

Summary

Based on D50315.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Jun 9 2025, 8:16 PM
markj edited the summary of this revision. (Show Details)

Why don't all the syscalls.master have an inotify_init1?

Why don't all the syscalls.master have an inotify_init1?

They do. For amd64 it's syscall 294, already has the right definition so not modified in this diff. On arm64 it's syscall 26.

Why don't all the syscalls.master have an inotify_init1?

They do. For amd64 it's syscall 294, already has the right definition so not modified in this diff. On arm64 it's syscall 26.

Ah, that makes sense.

This revision is now accepted and ready to land.Jun 10 2025, 7:30 PM
This revision was automatically updated to reflect the committed changes.