mqrs/src/posix
finga 4d200bb5f3 Implement creation of SysV IPC message queues
This adds the `sysvmq` package which handles SysV IPC message queues.
For consistency the parameter for `permissions` is renamed to `mode`
also for POSIX message queues.
2021-07-07 20:31:16 +02:00
..
create.rs Implement creation of SysV IPC message queues 2021-07-07 20:31:16 +02:00
info.rs Remove pub declarations and move to posix::* 2021-06-30 22:46:33 +02:00
list.rs Add new subcommand list 2021-07-07 18:27:41 +02:00
recv.rs Refactor logging 2021-07-07 17:13:08 +02:00
send.rs Refactor logging 2021-07-07 17:13:08 +02:00
unlink.rs Refactor logging 2021-07-07 17:13:08 +02:00