Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | LITMUS^RT syscall: expose sys_reservation_create() via ioctl() | Bjoern Brandenburg | 2016-03-20 |
| | |||
* | Pick non-zero syscall ID start range | Bjoern Brandenburg | 2016-03-08 |
| | | | | To avoid interfering with Linux's magic reserved IOCTL numbers | ||
* | Expose LITMUS^RT system calls via control page ioctl() | Bjoern Brandenburg | 2016-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. |