Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-22 | Merge pull request #6108 from sudo-sturbia:msgqueue/syscalls | gVisor bot | |
PiperOrigin-RevId: 386323389 | |||
2021-07-13 | Implement stubs for msgget(2) and msgctl(IPC_RMID). | Zyad A. Ali | |
Add support for msgget, and msgctl(IPC_RMID), and enable msgqueue syscall tests. Updates #135 | |||
2021-07-13 | Implement Registry.Remove. | Zyad A. Ali | |
Remove implements the behaviour or msgctl(IPC_RMID). Updates #135 | |||
2021-07-13 | Implement Registry.FindOrCreate. | Zyad A. Ali | |
FindOrCreate implements the behaviour of msgget(2). Updates #135 | |||
2021-07-13 | Create package msgqueue. | Zyad A. Ali | |
Create package msgqueue, define primitives to be used for message queues, and add a msgqueue.Registry to IPCNamespace. Updates #135 |