summaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Expand)AuthorAgeFilesLines
* Added network init; refactored some header filespatacongo2007-09-091-1/+1
* Added snprintfpatacongo2007-09-022-3/+98
* Add ntohs&l() and htons&lpatacongo2007-09-023-21/+146
* Added support for socket descriptorspatacongo2007-09-011-1/+1
* Add basename, dirname, strrchrpatacongo2007-07-014-3/+364
* Add getoptpatacongo2007-06-102-1/+262
* Simply conditional build; fix conditional compilationpatacongo2007-06-0915-55/+24
* Function incorrectly namedpatacongo2007-06-071-1/+1
* Add strspn() and strcspn()patacongo2007-05-204-1/+143
* Bad return valuepatacongo2007-05-191-1/+1
* Container being deallocated before buffers in container. Caused memory leak.patacongo2007-03-291-2/+5
* Moved exclusion logic to a higher level so that printf output is more readabl...patacongo2007-03-291-0/+8
* Create a place to hold board specific header filespatacongo2007-03-261-3/+3
* Cosmeticpatacongo2007-03-241-1/+1
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-209-23/+12
* long and long long have the same problem as integerpatacongo2007-03-191-2/+2
* Fix handling of signed decimal valuespatacongo2007-03-191-3/+3
* Add strerror()patacongo2007-03-172-1/+237
* Bug fix: Cannot call free from null task (it might need to wait). Call sche...patacongo2007-03-161-1/+1
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-7/+21
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-112-14/+15
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-105-25/+451
* Fix IRQ-related bugs, fix serial read logic, add fgetspatacongo2007-03-102-2/+308
* Debug instrumentationpatacongo2007-03-092-1/+8
* Botched the case for n=0patacongo2007-03-061-9/+24
* Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byt...patacongo2007-03-054-583/+1254
* Add capability to manager memory in discontiguous regions.patacongo2007-03-041-0/+17
* Code complete for 8051 (not tested)patacongo2007-03-024-4/+4
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-0120-64/+127
* Fix link problemspatacongo2007-02-281-37/+49
* 8051 does not have type doublepatacongo2007-02-281-1/+1
* Working toward successful link using aslinkpatacongo2007-02-271-5/+5
* Finally, a clean SDCC compilepatacongo2007-02-2726-318/+346
* Progress toward clean SDCC compilationpatacongo2007-02-211-2/+5
* Working toward compiler independence: Removed inline funcspatacongo2007-02-202-8/+1
* Eliminating GCC dependenciespatacongo2007-02-204-19/+21
* NuttX RTOSpatacongo2007-02-1761-0/+7240