Commit History

Author SHA1 Message Date
  Gregory Nutt bff30ff9bc Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 5 years ago
  Michał Łyszczek 626afb015b nuttx/sched/mqueue: Change 'int prio' to 'unsigned int prio'. According to open group specification, priority field in mq_* functions should have unsigned type: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html 5 years ago
  Gregory Nutt e11e3b2607 Squashed commit of the following: 7 years ago
  Gregory Nutt e7c52bac60 Squashed commit of the following: 7 years ago
  Gregory Nutt b52e4e5ecd Move cancellation point definitions to their own header file. 7 years ago
  Gregory Nutt bc3ca25cc7 Cancellation points: Close up some logic to eliminte some race conditions. 7 years ago
  Gregory Nutt 7fce8022c6 Finishes all cancellation point logic 7 years ago
  Gregory Nutt 6e3107650d nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 8 years ago
  Gregory Nutt 5b51a9fcdd Standardize the width of all comment boxes in C files 9 years ago
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 years ago
  Gregory Nutt ad05793c0f msg type should be char * not void * in mq_send, mq_timedsend, mq_receive, and mq_timedreceive. Noted by Pierre-Noel Bouteville 10 years ago
  Gregory Nutt fcfe877e96 Cosmetic update to comments 10 years ago
  Gregory Nutt b0f80cc8db Move mq_open.c, mq_close.c, and mq_unlink.c from sched/mqueue to fs/mqueue 10 years ago
  Gregory Nutt 08879ca34c Move POSIX message queue files from sched/ to sched/mqueue 10 years ago