summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/msgqueue.cc
AgeCommit message (Expand)Author
2021-08-24Fix uninitialized messages in MsgqueueTestFabricio Voznika
2021-08-17Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3gVisor bot
2021-08-17Implement stub for msgctl(2).Zyad A. Ali
2021-08-17Add tests for msgctl(2).Zyad A. Ali
2021-08-11Wrap test queues in Queue object on creation.Rahat Mahmood
2021-08-05Correctly handle interruptions in blocking msgqueue syscalls.Rahat Mahmood
2021-08-05Replace unsafe use of fork() in msgqueue tests.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-03Add blocking and general tests for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-08-03Add non-blocking tests for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-07-13Implement stubs for msgget(2) and msgctl(IPC_RMID).Zyad A. Ali
2021-07-13Add initial test cases for msgget(2).Zyad A. Ali