summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Cosmeticpatacongo2007-03-241-1/+1
* Add pthread_setschedprio() prototypepatacongo2007-03-241-0/+1
* Add SCHED_SPORADIC (even though we don't use it)patacongo2007-03-241-3/+4
* Don't all sched_setparam; call up_prrioritize_rtr directlypatacongo2007-03-241-4/+2
* Correct errno handlingpatacongo2007-03-243-57/+117
* Added pthread_setschedprio()patacongo2007-03-242-1/+122
* Add new pthread_* APIspatacongo2007-03-2323-92/+1806
* Fix memory leakspatacongo2007-03-236-5/+166
* Needs prototype for timer_test()patacongo2007-03-231-0/+4
* should not include pthread.hpatacongo2007-03-232-2/+0
* argv parameter should be 'const'patacongo2007-03-233-8/+8
* limits.h is also a required filepatacongo2007-03-231-1/+2
* Initial Releasepatacongo2007-03-231-0/+355
* Move to the configs subdirectorypatacongo2007-03-231-164/+0
* Create configs/ dir; separate board configuration from processor architecturepatacongo2007-03-2324-1934/+199
* Initial Releasepatacongo2007-03-2323-0/+2600
* Remove duplicated instructionpatacongo2007-03-231-1/+0
* updatepatacongo2007-03-222-2/+4
* This platform does not need rrload formatpatacongo2007-03-221-1/+1
* update for releasenuttx-2.1patacongo2007-03-223-15/+15
* Completes initial DM320 bringuppatacongo2007-03-2214-58/+324
* Cosmeticpatacongo2007-03-221-3/+1
* Simultaneous flushing stdout from several threads corrects the output. That ...patacongo2007-03-221-6/+1
* Progress with DM320patacongo2007-03-218-56/+9
* timer_gettime was not returning the right value for it_intervalpatacongo2007-03-213-1/+4
* This achieves successful DM320 boot with a minimal systempatacongo2007-03-219-12/+64
* ioctl should be prototyped in sys/ioctl.hpatacongo2007-03-214-15/+86
* Initial release of the null examplepatacongo2007-03-212-0/+152
* Updatepatacongo2007-03-211-1/+10
* Added support for POSIX timerspatacongo2007-03-2133-142/+1646
* Add the framework to support POSIX timerspatacongo2007-03-219-196/+1278
* Changes for the SDCC compilerpatacongo2007-03-204-8/+8
* Add kill()patacongo2007-03-206-274/+711
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-2063-611/+1024
* Follow naming conventionpatacongo2007-03-192-30/+30
* updatepatacongo2007-03-194-13/+877
* long and long long have the same problem as integerpatacongo2007-03-191-2/+2
* Fix handling of signed decimal valuespatacongo2007-03-191-3/+3
* Typopatacongo2007-03-191-1/+1
* Fix typospatacongo2007-03-197-15/+18
* Cosmetic typopatacongo2007-03-191-1/+1
* updatesnuttx-1.2patacongo2007-03-192-14/+14
* Typo in namingpatacongo2007-03-192-5/+5
* Keep interrupts disabled until we sample errnopatacongo2007-03-191-1/+8
* Cosmeticpatacongo2007-03-192-2/+8
* Must preserve the value of errno; it can be changed by signal handlingpatacongo2007-03-192-3/+33
* Updatepatacongo2007-03-192-8/+28
* updatepatacongo2007-03-191-0/+4
* Improved commentspatacongo2007-03-191-2/+2
* Should call free(), not sched_free() in this contextpatacongo2007-03-191-1/+1