summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-30 00:28:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-30 00:28:43 +0000
commit18161f32055969218532f2174e577e4b888b29f1 (patch)
treed09a15526764f119af45f338b01535f5e6d2d627 /nuttx/ChangeLog
parent35d2ad28792ad668adc504d6d71f1adef289d672 (diff)
downloadpx4-nuttx-18161f32055969218532f2174e577e4b888b29f1.tar.gz
px4-nuttx-18161f32055969218532f2174e577e4b888b29f1.tar.bz2
px4-nuttx-18161f32055969218532f2174e577e4b888b29f1.zip
task_create now dup's all open descriptors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@789 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c1c5ac946..da542dfe3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -378,4 +378,7 @@
* Add pipe() and test for both pipes and fifos
* Attempts to open a FIFO will now block until there is at least one writer
* Add test/Fixed errors in FIFO reader/writer interlocks
+ * Removed limitation: task_create() was only dup'ing 3 file descriptors (now
+ dups all open file descriptors).
+ * Added a test for redirection of stdio through pipes