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

Start implementation of clone syscall #88

Open
michalfita opened this issue Nov 12, 2021 · 1 comment
Open

Start implementation of clone syscall #88

michalfita opened this issue Nov 12, 2021 · 1 comment

Comments

@michalfita
Copy link
Contributor

michalfita commented Nov 12, 2021

This is big task to cover all flags this syscall supports, so this is not going to end up with one issue, especially as some testing in the process would be required.

This call is used by pthread_create() in system libraries (I've checked musl source code so far), so it's crucial to support user space threading.

I would assign myself to this task, but I don't have such powers. Could we have project or milestone for multithreading?

@nuta nuta added this to the User Multi-threading milestone Nov 13, 2021
@nuta
Copy link
Owner

nuta commented Nov 13, 2021

I've created a milestone for multithreading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants