summaryrefslogtreecommitdiff
path: root/nuttx/sched/semaphore
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect commentGregory Nutt2014-11-071-3/+1
* Simplify how C source files are selected in the buildGregory Nutt2014-10-071-4/+4
* Cosmetic change to commentsGregory Nutt2014-10-061-34/+51
* Semaphore initialization is now only required if priority inheritance is init...Gregory Nutt2014-09-293-8/+21
* Completes VFS-based named semaphore implemetation. Still a little buggyGregory Nutt2014-09-287-623/+2
* Add basic data structures that will allow us to move named semaphore support ...Gregory Nutt2014-09-281-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-281-1/+1
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-2/+2
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+4
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-085-5/+5
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Move watchdog functions from sched/ to sched/wdogGregory Nutt2014-08-083-3/+3
* Move environment files from sched/ to sched/environGregory Nutt2014-08-0814-0/+3038