summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/msgqueue.go
AgeCommit message (Collapse)Author
2021-08-17Implement control operations on msgqueue.Zyad A. Ali
For IPCInfo, update value of MSGSEG constant in abi to avoid overflow in MsgInfo.MsgSeg. MSGSEG was originaly simplified in abi, and is unused (by us and within the kernel), so updating it is okay. Updates #135
2021-07-13Add abi definitions for sysv message queues.Zyad A. Ali
Updates #135