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

Implement semop(SEM_UNDO), semtimedop, and remaining semctl options #137

Open
ianlewis opened this issue Mar 14, 2019 · 2 comments
Open
Assignees
Labels
area: compatibility Issue related to (Linux) kernel compatibility priority: p3 Low priority type: enhancement New feature or request

Comments

@ianlewis
Copy link
Contributor

Syscall support for:

  • semtimedop
@ianlewis ianlewis added type: enhancement New feature or request area: compatibility Issue related to (Linux) kernel compatibility labels Mar 14, 2019
@prattmic
Copy link
Member

Note that basic System V semaphore functionality is already implemented: semget, semop (except SEM_UNDO), basic semctl options.

@fvoznika fvoznika changed the title Implement System V semaphores Implement semop(SEM_UNDO) and remaining semctl options Mar 14, 2019
@prattmic prattmic changed the title Implement semop(SEM_UNDO) and remaining semctl options Implement semop(SEM_UNDO), semtimedop, and remaining semctl options Mar 14, 2019
@ianlewis ianlewis added the priority: p3 Low priority label Dec 4, 2019
@milantracy
Copy link
Contributor

hey Ian, this is Jing, I am working on the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: compatibility Issue related to (Linux) kernel compatibility priority: p3 Low priority type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants