-
Notifications
You must be signed in to change notification settings - Fork 677
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
Improvements and new syscalls #270
Conversation
@abbradar thanks for the PR! I'll review the commits in order. In the meantime, could you address the CI issues? Looks like unused var and import. |
@abbradar after looking, could you actually split each commit to its own PR? Some only have nits, others I'd rather hold off on. It's easier if I can merge each independently. Closing this in the meantime. |
No problem! Thank you very much for the review. |
:-) |
mqueue: change types to allow more cases Part of #270, fixed according to @kamalmarhubi's comments.
I've submitted things that required only small changes -- I'll work at others later. |
mqueue: change types to allow more cases Part of #270, fixed according to @kamalmarhubi's comments.
mqueue: change types to allow more cases Part of #270, fixed according to @kamalmarhubi's comments.
select(2) fixes Part of #270, fixed according to @kamalmarhubi's comments.
mqueue: change types to allow more cases Part of #270, fixed according to @kamalmarhubi's comments.
This most likely should have been split for the review, but I don't see how except for maybe splitting each commit into its own PR -- each change is independent of other ones.