-
Notifications
You must be signed in to change notification settings - Fork 8
Add 'writev' & 'readv' syscall #207
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
Conversation
Signed-off-by: Jean-Pierre Miceli <jean-pierre.miceli@heig-vd.ch>
Signed-off-by: Jean-Pierre Miceli <jean-pierre.miceli@heig-vd.ch>
Signed-off-by: Jean-Pierre Miceli <jean-pierre.miceli@heig-vd.ch>
Signed-off-by: Jean-Pierre Miceli <jean-pierre.miceli@heig-vd.ch>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small new fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just find out that clang-format was not running on those PR since target branch isn't main
.
So this list change that needs to be done, you can run the following commands to get them:
git clang-format 50446524cc7257db7c47f03ca2ca9704b4e206f6
Also, can you add 144-support-musl
to .github/workflows/style.yml
line 13, so this check will be running for futur pull request. (will need to be removed when 144-support-musl will be merge into main)
Signed-off-by: Jean-Pierre Miceli <jean-pierre.miceli@heig-vd.ch>
Signed-off-by: Jean-Pierre Miceli <jean-pierre.miceli@heig-vd.ch>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good for me!
Add 'writev` syscall to SO3 kernel
Also updated the name of the generated syscall function names to
__do_<SYSCALL>