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

POSIX syscalls improvements and bug fixes #1448

Open
wants to merge 18 commits into
base: dev
Choose a base branch
from

Conversation

elicn
Copy link
Member

@elicn elicn commented Feb 15, 2024

Highlights:

  • Error codes are now properly propagated, rather than a generic -1 value (fixes Regression on POSIX ql_syscall_open #1442)
  • Added more error cases to improve compatibility with the spec
  • Fixed the broken creat system call
  • Various improvements around styling, documentation and annotation

@elicn
Copy link
Member Author

elicn commented Feb 19, 2024

The tests crash on the last test container due to a bug in later Python releases.
Once it is fixed, we can move on and merge this.
[ref: python/cpython#115539]

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.

None yet

1 participant