Skip to content

event: add kevent64 support on apple targets#2781

Open
kamalmarhubi wants to merge 1 commit intonix-rust:masterfrom
kamalmarhubi:kevent64
Open

event: add kevent64 support on apple targets#2781
kamalmarhubi wants to merge 1 commit intonix-rust:masterfrom
kamalmarhubi:kevent64

Conversation

@kamalmarhubi
Copy link
Copy Markdown
Member

@kamalmarhubi kamalmarhubi commented Apr 22, 2026

Add KEvent64, Kevent64Flags, and Kqueue::kevent64 wrapping the kevent64 syscall available on apple platforms. This uses fixed-width 64-bit fields and provides an additional ext field for filter-specific data.

What does this PR do

Checklist:

  • I have read CONTRIBUTING.md
  • I have written necessary tests and rustdoc comments
  • A change log has been added if this PR modifies nix's API

@kamalmarhubi
Copy link
Copy Markdown
Member Author

kamalmarhubi commented Apr 22, 2026

Draft while waiting for rust-lang/libc#5070

Add KEvent64, Kevent64Flags, and Kqueue::kevent64 wrapping the
kevent64 syscall available on apple platforms. This uses fixed-width
64-bit fields and provides an additional ext field for filter-specific
data.
@kamalmarhubi kamalmarhubi marked this pull request as ready for review April 25, 2026 02:37
@kamalmarhubi
Copy link
Copy Markdown
Member Author

New constants are in 0.2.186

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant