summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_msgqueue.go
AgeCommit message (Expand)Author
2021-08-17Implement stub for msgctl(2).Zyad A. Ali
2021-08-03Implement MSG_COPY option for msgrcv(2).Zyad A. Ali
2021-08-03Implement stubs for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-07-13Implement stubs for msgget(2) and msgctl(IPC_RMID).Zyad A. Ali