summaryrefslogtreecommitdiff
path: root/nuttx/sched/mqueue
Commit message (Expand)AuthorAgeFilesLines
* Simplify how C source files are selected in the buildGregory Nutt2014-10-071-5/+5
* Repartition some message queue logic: sched/mqueue should have all mqueue kno...Gregory Nutt2014-09-302-6/+66
* Cosmetic update to commentsGregory Nutt2014-09-2916-30/+30
* Complete re-implementation of mq_closeGregory Nutt2014-09-294-18/+102
* Complete re-implementation of mq_open()Gregory Nutt2014-09-293-8/+148
* Separate mqueue allocation logic from mq_open() and put it in sched/mqueue/mq...Gregory Nutt2014-09-294-22/+22
* Move mq_open.c, mq_close.c, and mq_unlink.c from sched/mqueue to fs/mqueueGregory Nutt2014-09-2914-618/+51
* Convert mqueue structure for use in VFS as inode data; rename mqueue_inode_s;...Gregory Nutt2014-09-2915-140/+23
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-312-3/+3
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-212-4/+5
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-084-4/+3
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-087-7/+7
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-082-2/+2
* Move watchdog functions from sched/ to sched/wdogGregory Nutt2014-08-081-1/+1
* Move signal-related files from sched/ to sched/signalGregory Nutt2014-08-083-3/+3
* Move POSIX message queue files from sched/ to sched/mqueueGregory Nutt2014-08-0820-0/+3856