summaryrefslogtreecommitdiff
path: root/nuttx/sched/mq_waitirq.c
Commit message (Expand)AuthorAgeFilesLines
* Remove up_assert_codeGregory Nutt2013-04-251-29/+3
* Rename _TCB to struct tcb_spatacongo2013-02-041-1/+1
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-2/+2
* Fix important bugs in mq_timedreceived() and mq_timedsend()patacongo2011-09-211-5/+5
* Fix message queue/signal handling bugspatacongo2011-08-071-13/+63
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-4/+0
* Switching to C99 stdint.h typespatacongo2009-12-141-2/+3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* errno now defined to be *get_errno_ptr()patacongo2008-02-011-24/+24
* mq_receive/send: Return appropriate errnos and stop waiting if signal received.patacongo2007-03-281-0/+125