Skip to content
  1. Oct 10, 2017
    • Gregory Nutt's avatar
      Squashed commit of the following: · e11e3b26
      Gregory Nutt authored
          Change all calls to mq_receive() and mq_timedreceive() in the OS to calls to nxmq_receive() and nxmq_timedreceive(), making appropriate changes for differences in return values.
      
          sched/mqueue:  Add nxmq_receive() and mxmq_timedreceive() which are functionally equivalent to the standard mq_receive and mq_timedreceive() except that (1) they do not create cancellation points, and (2) the do not modify the application's errno variable.
      e11e3b26
    • Gregory Nutt's avatar
      Squashed commit of the following: · fca07be1
      Gregory Nutt authored
          Change all calls to mq_send() and mq_timedsend() in the OS to calls to nxmq_send() and nxmq_timedsend(), making appropriate changes for differences in return values.
      
          sched/mqueue:  Add internal function nxmq_send() and nxmq_timedsend() that are equivalent to mq_send() and mq_timedsend() except that they do not create cancellation points and do to not modify the errno variable.
      fca07be1
    • Gregory Nutt's avatar
      Trivial update to README · c5a5a5a1
      Gregory Nutt authored
      c5a5a5a1
    • Gregory Nutt's avatar
  2. Oct 09, 2017
  3. Oct 08, 2017
  4. Oct 07, 2017
  5. Oct 06, 2017