summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove pthread_mutexattrverifytype.cpatacongo2008-06-051-1/+1
* Put timer_release in a separate filepatacongo2008-06-031-1/+1
* Add support for recursive mutexespatacongo2008-05-311-0/+3
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-1/+1
* Using tool-specific cleanpatacongo2008-01-101-3/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
* ZNeo compiler now workspatacongo2008-01-081-3/+3
* Add support for tools that can't make dependenciespatacongo2008-01-081-5/+3
* Added support for socket descriptorspatacongo2007-09-011-3/+3
* Add environment variable functionpatacongo2007-06-301-1/+2
* Add basic tasking support for environment variablespatacongo2007-06-301-0/+5
* Don't build sleep() or usleep() if signals are disabledpatacongo2007-06-071-1/+4
* Added mq_timedsend() and mq_timedreceive()patacongo2007-03-291-1/+3
* mq_receive/send: Return appropriate errnos and stop waiting if signal received.patacongo2007-03-281-1/+1
* Added pthread_setschedprio()patacongo2007-03-241-1/+1
* Add new pthread_* APIspatacongo2007-03-231-2/+5
* Added support for POSIX timerspatacongo2007-03-211-5/+7
* Add the framework to support POSIX timerspatacongo2007-03-211-1/+4
* Add kill()patacongo2007-03-201-1/+1
* Divided _task_init() in several smaller functions that take fewer paramters. ...patacongo2007-03-111-1/+2
* Debug instrumentationpatacongo2007-03-091-1/+1
* Code complete for 8051 (not tested)patacongo2007-03-021-1/+1
* Add logic to suppress clock_ APIspatacongo2007-03-011-2/+6
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-1/+4
* Still working toward clean 8051 linkpatacongo2007-02-281-6/+17
* Working toward successful link using aslinkpatacongo2007-02-271-5/+6
* Finally, a clean SDCC compilepatacongo2007-02-271-2/+2
* Progress toward clean SDCC compilationpatacongo2007-02-211-3/+6
* Fixes for STDCC compiler (more needed)patacongo2007-02-201-1/+1
* Eliminating GCC dependenciespatacongo2007-02-201-2/+1
* NuttX RTOSpatacongo2007-02-171-0/+130