summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated for 0.2.4 releasenuttx-2.4patacongo2007-04-286-26/+111
* Bad importpatacongo2007-04-286-411/+0
* Initial Releasepatacongo2007-04-287-0/+3325
* Documents new arch/arm directorypatacongo2007-04-283-20/+98
* Changes to use the common ARM directory under arch/armpatacongo2007-04-287-16/+32
* Common ARM supportpatacongo2007-04-2866-0/+11235
* arch/c5471/include and arch/dm320/include are not identical. This is in prep...patacongo2007-04-2613-153/+97
* Initial versionpatacongo2007-04-262-0/+239
* Makesystem changes to better support different SoCspatacongo2007-04-2516-40/+111
* Misc changes to good c5471 build on Cygwinpatacongo2007-04-225-25/+11
* updatenuttx-2.3patacongo2007-03-303-16/+21
* 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-307-106/+158
* Add timed mqueue test.patacongo2007-03-296-2/+409
* Fix bugs detected by timed mqueue test.patacongo2007-03-293-16/+19
* Container being deallocated before buffers in container. Caused memory leak.patacongo2007-03-294-46/+67
* Updated test resultspatacongo2007-03-291-24/+97
* Wrong task statepatacongo2007-03-291-1/+1
* Moved exclusion logic to a higher level so that printf output is more readabl...patacongo2007-03-294-16/+19
* 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
* Eliminate warningspatacongo2007-03-292-5/+1
* task_delete() calls sched_unlock(); _exit must keep pre-emption disabled unti...patacongo2007-03-294-1/+46
* Added mq_timedsend() and mq_timedreceive()patacongo2007-03-2912-533/+1732
* Update mq_send() and mq_receive() descriptionpatacongo2007-03-284-307/+356
* mq_receive/send: Return appropriate errnos and stop waiting if signal received.patacongo2007-03-289-215/+482
* updatespatacongo2007-03-275-2326/+2570
* updatenuttx-2.2patacongo2007-03-273-18/+25
* Board-specific LED logic moved to board-specific directorypatacongo2007-03-271-207/+0
* Use gzip instead of bzip2patacongo2007-03-271-3/+21
* Move PJRC led support into board-specific logicpatacongo2007-03-274-8/+235
* Remove leftover debug echopatacongo2007-03-271-3/+2
* Add DM320 LED supportpatacongo2007-03-275-4/+146
* Fix DM320 CFLAGSpatacongo2007-03-271-1/+1
* Create a place to hold board-specific driverspatacongo2007-03-262-0/+77
* Bad importpatacongo2007-03-268-642/+0
* Was delete link then delete link in directory referenced by linkpatacongo2007-03-261-1/+2
* Moved to board-specific directorypatacongo2007-03-261-113/+0
* Add a directory to hold board-specific driverspatacongo2007-03-2614-48/+129
* Initial Revisionpatacongo2007-03-2617-0/+1060
* Initial Revisionpatacongo2007-03-268-0/+394
* Create a place to hold board specific header filespatacongo2007-03-2622-357/+99
* Makefile would sometimes create spurious linkspatacongo2007-03-252-9/+14
* Add test of pthread barrier logicpatacongo2007-03-247-12/+178
* updatespatacongo2007-03-243-102/+290
* Eliminate warningspatacongo2007-03-242-3/+6
* Add logic to protect the user task errno when errno access are performed from...patacongo2007-03-241-3/+35