summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for custom system timer frequencypatacongo2007-06-091-6/+22
* Fixed nsec calculationpatacongo2007-06-071-1/+1
* Removed redundant interrupt disablepatacongo2007-06-071-4/+0
* Don't build sleep() or usleep() if signals are disabledpatacongo2007-06-071-1/+4
* Fat dir operations seem to workpatacongo2007-05-261-2/+0
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-261-0/+1
* Did not re-enable interruptspatacongo2007-05-201-0/+1
* Fix timeslice calculationpatacongo2007-05-202-2/+2
* Fix another potential pthread_join race conditionpatacongo2007-03-301-46/+70
* Correct a race condition in the pthread join logic. Sometimes the join struc...patacongo2007-03-304-49/+69
* Fix bugs detected by timed mqueue test.patacongo2007-03-293-16/+19
* Wrong task statepatacongo2007-03-291-1/+1
* Signal mask is now inherited by both child tasks and threads; this has the si...patacongo2007-03-291-2/+9
* Unmatched sched_lock()/sched_unlock()patacongo2007-03-291-2/+4
* Don't allow signals to wake up blocked task if the signal is blocked.patacongo2007-03-291-20/+21
* Block signals while pthread exits.patacongo2007-03-291-0/+12
* typopatacongo2007-03-291-1/+1
* Added mq_timedsend() and mq_timedreceive()patacongo2007-03-298-519/+1533
* Update mq_send() and mq_receive() descriptionpatacongo2007-03-282-6/+5