summaryrefslogtreecommitdiff
path: root/nuttx/libc/Kconfig
Commit message (Collapse)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 ↵Gregory Nutt2014-11-291-0/+26
| | | | non-standard, Unix interface. NuttX has always used the older, three-parameter version. Most contemporary systems now, however, use a variadic form of the ioctl() function. Added an option to insert a shim layer to adapt the three-parameter ioctl() to use the variadic interface form. Internally, the ioctl handling is the same three-parameter logic. The only real complexity to the shim is in how the system calls must be handled.
* 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 ↵Gregory Nutt2014-10-111-1/+0
| | | | high-priority work queue
* 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
| | | | thread for priority inheritance
* 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 ↵Gregory Nutt2014-10-051-8/+0
| | | | kernel routines in order to handler issues with using file descriptors on worker thread
* 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 ↵Gregory Nutt2014-09-141-0/+1
| | | | environment
* Having a symbol table is an option. There are no symbol tables with ↵Gregory Nutt2014-09-121-0/+11
| | | | CONFIG_BUILD_KERNEL, for example.
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-2/+2
| | | | new CONFIG_BUILD_KERNEL
* 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 ↵Gregory Nutt2014-03-061-3/+6
| | | | kconfig-frontends tools
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5712 42af7a65-404d-4744-a932-0658087f49c3
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ↵patacongo2013-02-021-7/+16
| | | | | | types should be char * const * not const char ** git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5598 42af7a65-404d-4744-a932-0658087f49c3
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5513 42af7a65-404d-4744-a932-0658087f49c3
* Completes implementation of posix_spawn. Still untested and undocumentedpatacongo2013-01-101-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5504 42af7a65-404d-4744-a932-0658087f49c3
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-12/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-0/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5492 42af7a65-404d-4744-a932-0658087f49c3
* The default should be CONFIG_LIB_KBDCODEC=npatacongo2013-01-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5475 42af7a65-404d-4744-a932-0658087f49c3
* Verified USB HID KBD driver encoding of special characters; ↵patacongo2012-12-261-0/+28
| | | | | | apps/examples/hidkbd now decodes encoded keyboar characters. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5463 42af7a65-404d-4744-a932-0658087f49c3
* OK.. I think the directory has been recovered and renamedpatacongo2012-11-101-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3
* Still trying to recover directory contentspatacongo2012-11-101-0/+275
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5330 42af7a65-404d-4744-a932-0658087f49c3