aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/ctrlpage.h
Commit message (Collapse)AuthorAge
* LITMUS^RT syscall: expose sys_reservation_create() via ioctl()Bjoern Brandenburg2016-03-20
|
* Pick non-zero syscall ID start rangeBjoern Brandenburg2016-03-08
| | | | To avoid interfering with Linux's magic reserved IOCTL numbers
* Expose LITMUS^RT system calls via control page ioctl()Bjoern Brandenburg2016-03-08
Rationale: make LITMUS^RT ops available in a way that does not create merge conflicts each time we rebase LITMUS^RT on top of a new kernel version. This also helps with portability to different architectures, as we no longer need to patch each architecture's syscall table.