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

Merged
merged 19 commits into from
Jul 2, 2024
Merged

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]

@xwings
Copy link
Member

xwings commented Jul 2, 2024

@elicn ready to merge ?

@elicn elicn merged commit 6d2818b into qilingframework:dev Jul 2, 2024
7 checks passed
@elicn
Copy link
Member Author

elicn commented Jul 2, 2024

Done. Thanks a bunch!

@elicn elicn deleted the dev-posix branch July 2, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants