summaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Expand)AuthorAgeFilesLines
* Add CDC ACM serial class device driverpatacongo2011-09-131-2/+2
* Fix errors in gmtime and gmtime_rpatacongo2011-09-012-8/+14
* Add fixed precision atan2() functionpatacongo2011-08-012-1/+109
* Fix some typos in commentspatacongo2011-07-071-1/+2
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-013-52/+148
* More FTP bugfixespatacongo2011-06-031-24/+61
* Fix a nasty bug that was closing stdinpatacongo2011-06-031-1/+4
* More FTP client debug fixespatacongo2011-06-023-13/+29
* More FTP client fixespatacongo2011-06-022-4/+7
* Fix asprintf bugpatacongo2011-05-311-1/+9
* Add asprintf()patacongo2011-05-312-5/+138
* Add strndup()patacongo2011-05-292-3/+96
* Fix for clean PIC32 compile with DEBUG onpatacongo2011-05-221-1/+1
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-212-1/+75
* Prep for 6.3 releasenuttx-6.3patacongo2011-05-151-2/+1
* More PIC32 header filespatacongo2011-05-151-22/+38
* Extend line buffering logic to puts, fputs, putc, fputc, and putchar()patacongo2011-05-143-23/+53
* Flush buffer after newline in putc, fputc, and puts (but not fputs)patacongo2011-05-144-17/+47
* Implemented line-oriented buffering for std outputpatacongo2011-05-1410-18/+176
* fclose() was not flushing buffered datapatacongo2011-05-131-4/+55
* Starting NXFFS packing logicpatacongo2011-05-031-36/+44
* Rename uptime to UTCpatacongo2011-04-201-1/+1
* THTTPD works on LPCXpressopatacongo2011-04-161-15/+34
* More changes from Urospatacongo2011-04-161-1/+1
* Add time and uptimepatacongo2011-04-151-0/+90
* Fix error in strrch()patacongo2011-04-131-1/+1
* Add rtc.h header filepatacongo2011-04-122-13/+13
* Fixes for kernel stub buildspatacongo2011-04-061-5/+18
* Fix bugs introduced in last commitpatacongo2011-04-051-0/+1
* Clean kernel-/user-mode module buildpatacongo2011-04-057-15/+69
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-041-113/+9
* Fix a couple of recently introduced build problemspatacongo2011-04-041-0/+10
* Move memory manager into user spacepatacongo2011-04-031-4/+8
* Kernel build mostly successfulpatacongo2011-04-0233-32/+827
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-028-9/+514
* Stubs are working/Proxies are closepatacongo2011-04-011-0/+81
* Add mksyscall toolpatacongo2011-03-314-125/+3
* Move more files into subdirectories under lib/patacongo2011-03-3128-5/+2728
* Move more files into subdirectories under lib/patacongo2011-03-306-150/+5
* Move more files into subdirectories under lib/patacongo2011-03-309-29/+104
* Move more files into subdirectories under lib/patacongo2011-03-3027-53/+162
* Move more files into subdirectories under lib/patacongo2011-03-3031-70/+179
* Move stdio.h functions in lib/ to lib/stdiopatacongo2011-03-3051-121/+157
* Move string.h functions in lib/ to lib/stringpatacongo2011-03-3034-101/+140
* header file and file header clean-uppatacongo2011-03-2825-25/+25
* SLIP correctionspatacongo2011-03-131-8/+27
* Add missing RGB typepatacongo2011-02-241-12/+12
* Back out last change; correct fix is in NSHpatacongo2011-02-231-38/+27
* Fix getopt bugpatacongo2011-02-231-27/+38
* Fix issues detected by CppCheck toolpatacongo2011-01-191-2/+2