Hello,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Additional POSIX realtime (POSIX 1003.1b) support has been added:<br><br>1) MQueue.hsc - POSIX message queues<br><br>&nbsp;&nbsp;&nbsp;&nbsp; Supported FFI bindings for:<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - mq_open<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - mq_close<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - mq_unlink<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - mq_getattributes<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - mq_setattributes<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - mq_send<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Not yet supported bindings:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - mq_rcv .. still debugging a mysterious problem<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - mq_notify - will support when asynchronous I/O is implemented<br><br><br>2) RTsched.hsc - real time scheduling<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Supported bindings for:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - sched_yield<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - sched_get_param<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - sched_set_param<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - sched _get_scheduler<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - sched_set_scheduler<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - sched_get_priority_min<br>&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - sched_get_priority_max&nbsp; &nbsp; &nbsp; <br><br><br>
&nbsp; &nbsp; &nbsp; Unsupported currently:<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; - sched_rr_get_interval - still looking for the TimeSpec data type in order to get &quot;peek&quot;&nbsp; working<br><br><br>3) Files.hsc<br><br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; Added bindings for:<br>
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; - fsync<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; - fdatasync&nbsp; &nbsp; &nbsp;  <br><br><br>I am new to Haskell but would like to make a lot of contributions to insure Haskell success in the marketplace (of ideas ;^)).&nbsp; I apologize for any glitches and look for feedback.<br>
<br>Kind regards, Vasili<br>&nbsp;&nbsp;&nbsp; <br><br><br>