- devices/rtdmnet.c : fixed indentation and error handling. stable-1.5 tip 2018-10-09, by Edouard Tisserant
- devices/rtdmnet.c : abuse RTDM api to allow sendmsg and recvmsg to be called indirectly from userland cobalt process ioctl, while rtdm_socket is created from a kernel thread. stable-1.5 2018-10-08, by Edouard Tisserant
- merged stable-1.5 2018-10-07, by Edouard Tisserant
- Set --enable-sii-assign by default. stable-1.5 2018-10-05, by Florian Pose
- Do not call watchdog function while frames are received. stable-1.5 2018-02-14, by Florian Pose
- rtdmnet.c : Fixed rt/nrt invertion for both sendmsg and recvmsg... m( stable-1.5 2018-10-05, by Edouard Tisserant
- RTDM : dropped wrong size check in mmap stable-1.5 2018-10-05, by Edouard Tisserant
- RTDM: More IOCTL requests to be handled in primary mode stable-1.5 2018-10-05, by Edouard Tisserant
- Xenomai 2 to 3 migration says "RTDM drivers implementing differentiated ioctl() support for both domains should serve all real-time only requests from ioctl_rt(), returning -ENOSYS for any unrecognized request, which will cause the adaptive switch to take place automatically to the ioctl_nrt() handler. The ioctl_nrt() should then implement all requests which may be valid from the regular Linux domain exclusively." stable-1.5 2018-10-05, by Edouard Tisserant
- Cosmetic change : rtdm_in_rt_context instead of ipipe_root_p. stable-1.5 2018-10-01, by Edouard Tisserant
- Xenomai won't merge .nrt ops delegation to rtdm task through rtpc. Moved it to rtdmnet.c. stable-1.5 2018-10-01, by Edouard Tisserant
- Fixed wrong xeno_lib_ldflags, missing --posix --auto-init-solib stable-1.5 2018-10-01, by Edouard Tisserant
- More hgignore stable-1.5 2018-09-29, by Edouard Tisserant
- This fix a segfault in xenomai_posix example when calling pthread_setschedparam(cyclic_thread, ...) from main thread. As a side effect EL2004 becomes EL2088 - that's what IU have for testing. stable-1.5 2018-09-29, by Edouard Tisserant
- More check in rtdm mmap, also use kernel memory instead of virtual memory. stable-1.5 2018-09-27, by Edouard Tisserant