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

Some small fixes found during elogind debugging #1020

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

Dennisbonke
Copy link
Member

This PR contains a bugfix for Managarm's sys_openat() sysdep, and it fixes the function signature for sys_mkfifoat(). The signature change has no impact on users of the mlibc ABI, as mode_t is an int there, but for users of the Linux ABI it matters as mode_t is unsigned int.

Copy link
Member

@no92 no92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Dennisbonke Dennisbonke force-pushed the managarm-sysdep-fixes branch from a52dea6 to c3271c6 Compare March 12, 2024 17:24
@Dennisbonke Dennisbonke force-pushed the managarm-sysdep-fixes branch from c3271c6 to bd1c429 Compare March 18, 2024 19:56
@Dennisbonke Dennisbonke merged commit a2fe756 into managarm:master Mar 25, 2024
31 checks passed
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.

4 participants