summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-212-12/+24
* VI: Turn off cursor when updating screen; eliminate some warningsGregory Nutt2014-01-211-1/+10
* Fix formatting of the VT100 escapte sequenceGregory Nutt2014-01-201-1/+11
* ctypes.h: Fix typo in macro name iscontrol->iscntrlGregory Nutt2014-01-181-2/+2
* Some fixes for typos in recent changes to Kconfig filesGregory Nutt2014-01-161-0/+6
* When dup'ing sockets, need to clone fields for TCP write buffering tooGregory Nutt2014-01-142-2/+2
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-4/+5
* Changes to correct TCP write buffereing build errorsGregory Nutt2014-01-142-7/+12
* The first set of changes to incorporate Jason Jiangs TCP write buffering logicGregory Nutt2014-01-133-27/+69
* Add configuration support for TCP Write BufferingGregory Nutt2014-01-131-1/+19
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-132-15/+17
* Add support for the SO_LINGER socket option. Based on logic from Jason Jiang...Gregory Nutt2014-01-132-19/+31
* Cosmetic clean-up in preparation for TCP write buffering changeGregory Nutt2014-01-131-4/+5
* Forgot to add stpcpy.c in last commitGregory Nutt2014-01-102-5/+17
* Flesh out stddefs.hGregory Nutt2014-01-091-0/+49
* Add stpcpy()Gregory Nutt2014-01-091-30/+32
* Fix some of the SIZE_MAX definitions updated in a recent commitGregory Nutt2014-01-083-18/+24
* Add a quick'n'dirty implementation of C11 threads.hGregory Nutt2014-01-071-0/+316
* Add type rsize_t and function gets_s()Gregory Nutt2014-01-072-4/+23
* Add Z16F NSH configurationGregory Nutt2014-01-011-6/+4
* Make sure that the Z16F build still builds and runsGregory Nutt2014-01-012-2/+2
* The user-mode work queue was not being startedGregory Nutt2013-12-311-12/+10
* NX server needs to be on a kernel thread for the kernel buildGregory Nutt2013-12-301-0/+108
* Fix some minor kernel mose NxWM build issuesGregory Nutt2013-12-301-1/+1
* STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configu...Gregory Nutt2013-12-291-1/+5
* Add nx_start() to simplify starting the NX server from within the RTOSGregory Nutt2013-12-291-0/+29
* Move more files from graphics/nxmu to libnx/nxmuGregory Nutt2013-12-291-12/+12
* Minor clean-up of typing from last commitGregory Nutt2013-12-291-3/+2
* Add sem_timedwait to syscallsGregory Nutt2013-12-281-9/+10
* Move graphics/nxtk to libnx/nxtkGregory Nutt2013-12-282-59/+125
* Decoupling NX user interfaces to support NX kernel build (phase 2)Gregory Nutt2013-12-271-0/+4
* Decoupling NX user interfaces to support NX kernel build (phase 1)Gregory Nutt2013-12-272-0/+693
* Support for Sharp Memory LCD. From LibraeGregory Nutt2013-12-231-0/+130
* Various changes for a clean ZNEO ZDS-II buildGregory Nutt2013-12-191-1/+1
* /proc task directories can now have sub-directoriesGregory Nutt2013-12-151-3/+3
* Create procfs_utils.c; File missed from last commit; + remove warning from mm...Gregory Nutt2013-12-141-1/+44
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-131-4/+3
* Add nanosleep()Gregory Nutt2013-12-121-20/+25
* Various fixes to the recent, big procfs checkinGregory Nutt2013-12-121-11/+11
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-122-0/+190
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-102-6/+6
* Move smart.h to include/nuttx/fs/smart.hGregory Nutt2013-12-101-1/+1
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-101-4/+4
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-103-6/+6
* More OV2640 initialization logicGregory Nutt2013-12-101-0/+87
* mkfatfs: Fix an error in logic that determines if FAT16 is possibleGregory Nutt2013-12-051-1/+3
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-053-4/+4
* SAMA5 NAND: Fix some PMECC setup logicGregory Nutt2013-12-041-2/+72
* NXFFS: more NAND-Releated changes; don't fail if a block read fails. That mi...Gregory Nutt2013-12-021-1/+14
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-281-30/+15