summaryrefslogtreecommitdiff
path: root/nuttx/libc/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Updated commentsGregory Nutt2014-11-291-1/+14
* Add some commentsGregory Nutt2014-11-291-0/+4
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-291-0/+26
* Add tmpnam() and tempnam()Gregory Nutt2014-11-051-0/+21
* Add description of work queues to the porting guide. Update commentsGregory Nutt2014-10-141-2/+2
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-111-6/+6
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-111-163/+3
* Make building of low-priority work queue independent of also building the hig...Gregory Nutt2014-10-111-1/+0
* Add Kconfig support to select the number of low-priority worker threadGregory Nutt2014-10-101-0/+15
* User-mode work queue logic should not disable interruptsGregory Nutt2014-10-101-1/+1
* Add support for delays of different durations in work queue processingGregory Nutt2014-10-101-10/+15
* Update some Kconfig comments; Add a upper limit on the lower priority worker ...Gregory Nutt2014-10-071-7/+70
* Add support for priority inheritance on the low priority worker queueGregory Nutt2014-10-071-2/+2
* Move all file operations from libc/aio to fs/aio. These will need to be kern...Gregory Nutt2014-10-051-8/+0
* Initial implementation of aio_write()Gregory Nutt2014-10-041-1/+1
* Add skeleton file for eventual implementation of aio_read()Gregory Nutt2014-10-041-0/+8
* Add a build structue to support asynchronous I/OGregory Nutt2014-10-041-2/+2
* Don't build task_create() or task_spawn() interfaces if there is an addres en...Gregory Nutt2014-09-141-0/+1
* Having a symbol table is an option. There are no symbol tables with CONFIG_B...Gregory Nutt2014-09-121-0/+11
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-2/+2
* Adds support for localtime. From Max NeklyudovGregory Nutt2014-08-121-0/+23
* Cosmetic cleanupGregory Nutt2014-06-181-3/+3
* configs/rgmp/arm/default: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-061-3/+6
* Add logic to encode/decode special SLCD actionsGregory Nutt2013-05-231-8/+27
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-301-0/+8
* Implement user-mode work queuespatacongo2013-03-061-1/+112
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-7/+16
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-2/+3
* Completes implementation of posix_spawn. Still untested and undocumentedpatacongo2013-01-101-0/+8
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-12/+16
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-0/+48
* The default should be CONFIG_LIB_KBDCODEC=npatacongo2013-01-031-1/+1
* Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-261-0/+28
* OK.. I think the directory has been recovered and renamedpatacongo2012-11-101-1/+1
* Still trying to recover directory contentspatacongo2012-11-101-0/+275