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

Open to rustix Linux implementation? #3

Open
SUPERCILEX opened this issue Jul 16, 2023 · 4 comments
Open

Open to rustix Linux implementation? #3

SUPERCILEX opened this issue Jul 16, 2023 · 4 comments

Comments

@SUPERCILEX
Copy link

I'd like to get pure assembly syscalls which rustix will handle. Thoughts?

@m-ou-se
Copy link
Owner

m-ou-se commented Aug 10, 2023

(Optionally) making this crate do syscalls without libc sounds great. (Whether rustix or another crate is the best option for that, I don't know. ^^)

@SUPERCILEX
Copy link
Author

Whether rustix or another crate is the best option for that, I don't know

Fair point. I'm biased towards liking rustix (have made contributions), so I think I'll still choose it for the impl and then you can decided whether or not you want that.

@SUPERCILEX
Copy link
Author

Hmmm, actually I just realized the wait API doesn't accept a timeout/deadline. Is this because of macOS? I couldn't find much info on this and am not well versed in cross platform development. Is this fixable? If so can you point me to the right macOS APIs and I'll look into it.

@m-ou-se
Copy link
Owner

m-ou-se commented Sep 18, 2023

Hmmm, actually I just realized the wait API doesn't accept a timeout/deadline. Is this because of macOS?

Yes. I opened a new issue to discuss that: #4

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

No branches or pull requests

2 participants