summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1f9f200ed..51928c9c7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4606,3 +4606,8 @@
conditional logic in the lower end of the eixt logic kicked off by
_exit() to prohibit blocking after the task has been torn down and is
no longer cabable of blocking (2014-4-23).
+ * arch/arm/src/common/up_initialize.c: Add missing registration
+ of /dev/zero. Registration of /dev/null should depend upon
+ conditional compilation. From Ken Pettit (2014-4-24).
+ * arch/*/src/common/up_initialize.c: Same change required to other
+ architectures (2014-4-24).