summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/mq.cc
AgeCommit message (Expand)Author
2021-10-26Obtain ref on root dentry in mqfs.GetFilesystem.Ayush Ranjan
2021-10-25Do not leak non-permission mode bits in mq_open(2).Ayush Ranjan
2021-10-21Merge pull request #6345 from sudo-sturbia:mq/syscallsgVisor bot
2021-09-28Implement stubs for mq_open(2) and mq_unlink(2).Zyad A. Ali
2021-09-15Test read(2), poll(2), mount(2), and unshare(2) for message queues.Zyad A. Ali
2021-09-15Test creation and deletion of POSIX message queues.Zyad A. Ali