Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RedoxOS Epoll #190

Merged
merged 2 commits into from
Feb 11, 2024
Merged

Add RedoxOS Epoll #190

merged 2 commits into from
Feb 11, 2024

Conversation

notgull
Copy link
Member

@notgull notgull commented Feb 10, 2024

Technically RedoxOS supports the poll syscall, so we already support
RedoxOS. However, this is very slow. This commit ports this code to
epoll, which should be more efficient.

Closes #176

Technically RedoxOS supports the poll syscall, so we already support
RedoxOS. However, this is very slow. This commit ports this code to
epoll, which should be more efficient.

Closes #176

Signed-off-by: John Nunley <[email protected]>
@notgull notgull merged commit 77b4ed1 into master Feb 11, 2024
24 checks passed
@notgull notgull deleted the notgull/redox2 branch February 11, 2024 16:31
@notgull notgull mentioned this pull request Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

RedoxOS Support
1 participant