summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-15 19:50:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-15 19:50:06 +0000
commit8e8a4c5677c081b145768538d9944d817e3985c8 (patch)
tree2b6a33844e017512f530187deac45579988f248f /nuttx/configs/README.txt
parentf2675bf333e0378c842717a94a13c73dabb76a52 (diff)
downloadpx4-nuttx-8e8a4c5677c081b145768538d9944d817e3985c8.tar.gz
px4-nuttx-8e8a4c5677c081b145768538d9944d817e3985c8.tar.bz2
px4-nuttx-8e8a4c5677c081b145768538d9944d817e3985c8.zip
Add logic to clone socket descriptors when a new task is started.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1885 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 36c422f46..a5c6ca9d4 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -215,6 +215,13 @@ defconfig -- This is a configuration file similar to the Linux
to release a count on a semaphore. This value may be set
to zero if no more than one thread is expected to wait for
a semaphore.
+ CONFIG_FDCLONE_DISABLE. Disable cloning of all file descriptors
+ by task_create() when a new task is started.
+ CONFIG_FDCLONE_STDIO. Disable cloning of all but the first
+ three file descriptors (stdin, stdout, stderr) by task_create()
+ when a new task is started.
+ CONFIG_SDCLONE_DISABLE. Disable cloning of all socket
+ desciptors by task_create() when a new task is started.
The following can be used to disable categories of APIs supported
by the OS. If the compiler supports weak functions, then it
@@ -232,7 +239,6 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_DISABLE_SIGNALS, CONFIG_DISABLE_MQUEUE, CONFIG_DISABLE_MOUNTPOUNT,
CONFIG_DISABLE_ENVIRON, CONFIG_DISABLE_POLL
-
Misc libc settings
CONFIG_NOPRINTF_FIELDWIDTH - sprintf-related logic is a