-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 POSIX message queues #136
Labels
area: compatibility
Issue related to (Linux) kernel compatibility
status: help wanted
Extra attention is needed
type: enhancement
New feature or request
Comments
ianlewis
added
type: enhancement
New feature or request
status: help wanted
Extra attention is needed
area: compatibility
Issue related to (Linux) kernel compatibility
labels
Mar 14, 2019
sudo-sturbia
added a commit
to sudo-sturbia/gvisor
that referenced
this issue
Dec 3, 2021
sudo-sturbia
added a commit
to sudo-sturbia/gvisor
that referenced
this issue
Dec 3, 2021
send implements functionality of mq_timedsend(2). Updates google#136
sudo-sturbia
added a commit
to sudo-sturbia/gvisor
that referenced
this issue
Dec 3, 2021
receive implements functionality of mq_timedreceive(2). Updates google#136
sudo-sturbia
added a commit
to sudo-sturbia/gvisor
that referenced
this issue
Dec 3, 2021
viewImpl implements View and is embedded in different views to avoid code repetition. Updates google#136
sudo-sturbia
added a commit
to sudo-sturbia/gvisor
that referenced
this issue
Dec 3, 2021
Implement syscall stubs and enable tests. Updates google#136
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
status: help wanted
Extra attention is needed
type: enhancement
New feature or request
Syscall support for:
The text was updated successfully, but these errors were encountered: