summaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix important task shutdown bugspatacongo2008-05-151-1/+1
* fix compilation errors/warningspatacongo2008-02-062-12/+12
* fflush(NULL) returns errorpatacongo2008-02-067-179/+373
* Various fixes for buffered R/W I/O and seekingpatacongo2008-02-0510-301/+710
* Add fseek()patacongo2008-02-013-31/+125
* Typo in unused #elsepatacongo2008-01-291-1/+1
* Fix some Z16F serial bugspatacongo2008-01-291-28/+28
* Z16F Debugpatacongo2008-01-291-8/+8
* Eliminate some Z16F compilation warnings.patacongo2008-01-281-1/+1
* Fix a16f serial bugspatacongo2008-01-262-27/+27
* Using tool-specific cleanpatacongo2008-01-101-2/+3
* Compiles with ZDS-IIpatacongo2008-01-094-136/+145
* Support C pre-processors without variable-arg macrospatacongo2008-01-092-3/+108
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
* Reduce make outputpatacongo2008-01-081-2/+3
* ZNeo compiler now workspatacongo2008-01-081-2/+2
* Add support for tools that can't make dependenciespatacongo2008-01-081-3/+1
* Fix deadlock casespatacongo2008-01-011-19/+26
* Debug NSH on z80simpatacongo2007-12-311-27/+30
* Fixed for 8051 w/SDCC compilerpatacongo2007-12-282-2/+13
* Add ether_ntoa() and inet_ntoa()patacongo2007-12-113-1/+135
* Add vsnprintfpatacongo2007-11-252-2/+93
* fs/ and lib/ debug can be selectively enabledpatacongo2007-11-242-16/+16
* Verified recvfrom()nuttx-3.2patacongo2007-11-231-1/+4
* Add strcat() and strncat()patacongo2007-11-204-3/+129
* Add strncmp()patacongo2007-11-182-5/+71
* 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