summaryrefslogtreecommitdiff
path: root/nuttx/fs/semaphore
Commit message (Expand)AuthorAgeFilesLines
* Fix some unbalanced sched_lock()/sched_unlock() pairs int the re-implemented ...Gregory Nutt2014-09-292-3/+7
* Completes the re-implementation of mq_unlink()Gregory Nutt2014-09-291-1/+1
* Complete re-implementation of mq_closeGregory Nutt2014-09-291-1/+1
* Complete re-implementation of mq_open()Gregory Nutt2014-09-291-1/+1
* Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.hGregory Nutt2014-09-293-3/+3
* Add build support for messages queues as part of the VFS (only build logic, n...Gregory Nutt2014-09-291-0/+1
* More testing, bugfixes and integration of VFS-based named semaphoresGregory Nutt2014-09-281-1/+1
* Fix a typo in a Make.defs fileGregory Nutt2014-09-281-1/+1
* Seems to work okay now, but needs more testingGregory Nutt2014-09-282-11/+89
* Completes VFS-based named semaphore implemetation. Still a little buggyGregory Nutt2014-09-284-18/+343
* Add VFS-based sem_open() implementationGregory Nutt2014-09-282-0/+268
* Create a build structure that will (eventually) support using the VFS to mana...Gregory Nutt2014-09-282-0/+65