summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* cosmeticpatacongo2008-09-191-1/+1
* cosmeticpatacongo2008-09-185-99/+101
* Fix environment sharing bugpatacongo2008-08-301-1/+1
* Misc NSH enhancementspatacongo2008-08-102-2/+2
* Fix bug: Using unsigned to detect errno<0patacongo2008-07-311-13/+13
* task_create now dup's all open descriptorspatacongo2008-07-302-21/+26
* Remove pthread_mutexattrverifytype.cpatacongo2008-06-053-104/+2
* Fix recursive mutex bugpatacongo2008-06-052-2/+9
* Add commentspatacongo2008-06-031-0/+4
* Put timer_release in a separate filepatacongo2008-06-033-87/+157
* Improved timer life control fixpatacongo2008-06-034-54/+74
* Fix problem when timer deleted by timer handlerpatacongo2008-06-014-24/+75
* Fix memory leak: Contained watchdog not being deleted with POSIX timer deletedpatacongo2008-05-313-51/+79
* Comments updatedpatacongo2008-05-311-1/+8
* Comment updatespatacongo2008-05-314-31/+71
* Add support for recursive mutexespatacongo2008-05-319-23/+382
* Fix important task shutdown bugspatacongo2008-05-151-1/+1
* Changes for Z8Encore\! compilepatacongo2008-02-117-17/+18
* Various fixes for buffered R/W I/O and seekingpatacongo2008-02-052-37/+37
* errno now defined to be *get_errno_ptr()patacongo2008-02-017-77/+81
* Function did not match prototypepatacongo2008-01-311-1/+1
* Fixes for SDCCpatacongo2008-01-312-8/+7
* Z16F integration changespatacongo2008-01-3127-781/+733
* Fix z16f addressing issuespatacongo2008-01-3034-694/+691
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-305-82/+229
* Cosmeticpatacongo2008-01-303-74/+74
* Misc fixespatacongo2008-01-291-12/+12
* Z16F Debugpatacongo2008-01-294-91/+91
* Eliminate some Z16F compilation warnings.patacongo2008-01-281-3/+3
* Z16F compile/link with all OS features enabledpatacongo2008-01-283-7/+26
* Passing union parms as const upsets ZDS-II compilerpatacongo2008-01-103-76/+73
* Using tool-specific cleanpatacongo2008-01-101-3/+3
* Changes for ZNeo compilepatacongo2008-01-091-1/+1
* Support C pre-processors without variable-arg macrospatacongo2008-01-091-22/+22
* 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
* Debug z80sim NSH (still doesn't work)patacongo2008-01-011-3/+3
* Debug NSH on z80simpatacongo2007-12-312-42/+44
* More SDCC compilation fixespatacongo2007-12-303-6/+6
* Changes for SDCC compilerpatacongo2007-12-286-14/+20
* Debug can now be selectively enabled by subystempatacongo2007-11-2345-118/+119
* Several webserver bugs fixedpatacongo2007-11-201-0/+2
* Add TCP readahead logicpatacongo2007-11-191-1/+1
* Added network init; refactored some header filespatacongo2007-09-0921-20/+16
* Implemented several options in set/getsockoptspatacongo2007-09-081-31/+1
* Added support for socket descriptorspatacongo2007-09-018-25/+160
* Add environment variable test; fix several detected bugspatacongo2007-06-302-3/+3
* Add environment variable functionpatacongo2007-06-309-2/+853
* Add basic tasking support for environment variablespatacongo2007-06-3011-0/+755