Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-03 | Implement MSG_COPY option for msgrcv(2). | Zyad A. Ali | |
Implement Queue.Copy and add more tests for it. Updates #135 | |||
2021-08-03 | Implement stubs for msgsnd(2) and msgrcv(2). | Zyad A. Ali | |
Add support for msgsnd and msgrcv and enable syscall tests. Updates #135 | |||
2021-08-03 | Add blocking and general tests for msgsnd(2) and msgrcv(2). | Zyad A. Ali | |
Updates #135 | |||
2021-08-03 | Add non-blocking tests for msgsnd(2) and msgrcv(2). | Zyad A. Ali | |
Updates #135 | |||
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 | Add initial test cases for msgget(2). | Zyad A. Ali | |
Updates #135 |