From 8e8a4c5677c081b145768538d9944d817e3985c8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 15 Jun 2009 19:50:06 +0000 Subject: 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 --- nuttx/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nuttx/ChangeLog') 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 * 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. + -- cgit v1.2.3