summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Update csdtio tooGregory Nutt2014-11-061-1/+15
* Can't use formal parameter name 'template' in stdlib.h. Causes C++ compilati...Gregory Nutt2014-11-062-2/+32
* Add tmpnam() and tempnam()Gregory Nutt2014-11-051-0/+22
* Add mktemp() and mkstemp()Gregory Nutt2014-11-051-1/+3
* MM: Minimum memory allocation must to up to 32 if sizeof pointer is 8-bytesGregory Nutt2014-11-021-11/+31
* Add isatty() function. From Alan Carvalho de AssisGregory Nutt2014-10-271-0/+4
* Add include/wchar.hGregory Nutt2014-10-271-0/+228
* Cosmetic changesGregory Nutt2014-10-271-10/+11
* Fixes to tickless operation code. From Brandon WarhurstGregory Nutt2014-10-231-1/+1
* ARMv7: Add support to use ITM for SYSLOG debug outputGregory Nutt2014-10-221-1/+1
* include: adds interface description for ili9341Gregory Nutt2014-10-201-1/+112
* Add description of work queues to the porting guide. Update commentsGregory Nutt2014-10-141-5/+2
* Back out an incorrect changeGregory Nutt2014-10-121-2/+2
* Cosmetic update to commentsGregory Nutt2014-10-121-18/+38
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-111-18/+18
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-112-19/+19
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-112-14/+12
* Make building of low-priority work queue independent of also building the hig...Gregory Nutt2014-10-111-24/+7
* Fix a couple of C++ related problems in include/cxxGregory Nutt2014-10-112-1/+3
* AIO now also supports socket transfersGregory Nutt2014-10-112-5/+6
* Add support for multiple low-priority worker threadsGregory Nutt2014-10-101-12/+6
* User-mode work queue logic should not disable interruptsGregory Nutt2014-10-101-34/+2
* Add support for delays of different durations in work queue processingGregory Nutt2014-10-101-17/+32
* Modularize starting of worker threads to better isolate individual initializa...Gregory Nutt2014-10-101-23/+0
* Decoupling work queue data structures. This is part of the preparation to su...Gregory Nutt2014-10-101-71/+46
* Repartition work queue code. Move kernel-specific parts from libc/wqueue to ...Gregory Nutt2014-10-101-20/+22
* Trivial AIO-related changesGregory Nutt2014-10-091-0/+4
* Update comments and function headersGregory Nutt2014-10-091-31/+90
* Backing out some logic: Remove syslog functions from syscallsGregory Nutt2014-10-092-42/+11
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-091-6/+0
* Passing va_list in syscall does not work. Temporarily moved syslog and lowsy...Gregory Nutt2014-10-082-4/+30
* Add syslog system callsGregory Nutt2014-10-082-13/+32
* Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslogGregory Nutt2014-10-081-0/+45
* Move syslog logic from libc/misc and libc/stdio to libc/syslogGregory Nutt2014-10-081-1/+6
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-8/+9
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-0/+5
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-081-2/+2
* Update ChangeLogGregory Nutt2014-10-081-1/+21
* make standard syslog and vsyslog POSIX compliant (also modify non-standard sy...Gregory Nutt2014-10-082-8/+8
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-4/+58
* Update some Kconfig comments; Add a upper limit on the lower priority worker ...Gregory Nutt2014-10-071-2/+25
* Chane a type from int to int16_t for a little better packing in a structureGregory Nutt2014-10-071-3/+3
* Update some commentsGregory Nutt2014-10-071-1/+1
* Add support for priority inheritance on the low priority worker queueGregory Nutt2014-10-071-1/+43
* Add ECANCELEDGregory Nutt2014-10-061-0/+2
* Fix a place in the memory manager where it explicitly assumes that the size o...Gregory Nutt2014-10-061-9/+2
* fs_initialize() is no longer weakGregory Nutt2014-10-061-1/+1
* Major structure of file system functions to better support asynchronous I/O. ...Gregory Nutt2014-10-062-17/+130
* Add a AIO control container to increase the payload with OS internal stuff.Gregory Nutt2014-10-061-2/+0
* Fix some recently introduced typos, build problems, and warningsGregory Nutt2014-10-051-6/+6