summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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/ChangeLog
parentf2675bf333e0378c842717a94a13c73dabb76a52 (diff)
downloadnuttx-8e8a4c5677c081b145768538d9944d817e3985c8.tar.gz
nuttx-8e8a4c5677c081b145768538d9944d817e3985c8.tar.bz2
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/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3fac74613..027d3f90b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -776,4 +776,11 @@
0.4.8 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Add strtoll() and strtoull(); Add macros for atol() and atoll().
+ * dup() and dup2() will now clone socket descriptors
+ * All socket descriptors ar now cloned when when a new task is started
+ via task_create().
+ * Add configuration options to suppress or eliminate cloning of file
+ and/or socket descriptors when a new task is started by task_create():
+ CONFIG_FDCLONE_DISABLE, CONFIG_FDCLONE_STDIO, CONFIG_SDCLONE_DISABLE.
+