Age | Commit message (Expand) | Author |
---|---|---|
2021-08-24 | Fix uninitialized messages in MsgqueueTest | Fabricio Voznika |
2021-08-17 | Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3 | gVisor bot |
2021-08-17 | Implement stub for msgctl(2). | Zyad A. Ali |
2021-08-17 | Add tests for msgctl(2). | Zyad A. Ali |
2021-08-11 | Wrap test queues in Queue object on creation. | Rahat Mahmood |
2021-08-05 | Correctly handle interruptions in blocking msgqueue syscalls. | Rahat Mahmood |
2021-08-05 | Replace unsafe use of fork() in msgqueue tests. | Rahat Mahmood |
2021-08-03 | Implement MSG_COPY option for msgrcv(2). | Zyad A. Ali |
2021-08-03 | Implement stubs for msgsnd(2) and msgrcv(2). | Zyad A. Ali |
2021-08-03 | Add blocking and general tests for msgsnd(2) and msgrcv(2). | Zyad A. Ali |
2021-08-03 | Add non-blocking tests for msgsnd(2) and msgrcv(2). | Zyad A. Ali |
2021-07-13 | Implement stubs for msgget(2) and msgctl(IPC_RMID). | Zyad A. Ali |
2021-07-13 | Add initial test cases for msgget(2). | Zyad A. Ali |