summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/msgqueue
AgeCommit message (Expand)Author
2021-09-14Fix race on msgrcv(MSG_COPY).Rahat Mahmood
2021-08-17Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3gVisor bot
2021-08-17Implement control operations on msgqueue.Zyad A. Ali
2021-08-05Correctly handle interruptions in blocking msgqueue syscalls.Rahat Mahmood
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-08-03Implement Queue.Receive.Zyad A. Ali
2021-08-03Implement Queue.Send.Zyad A. Ali
2021-07-22Merge pull request #6108 from sudo-sturbia:msgqueue/syscallsgVisor bot
2021-07-13Implement stubs for msgget(2) and msgctl(IPC_RMID).Zyad A. Ali
2021-07-13Implement Registry.Remove.Zyad A. Ali
2021-07-13Implement Registry.FindOrCreate.Zyad A. Ali
2021-07-13Create package msgqueue.Zyad A. Ali