summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-27 18:28:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-27 18:28:49 +0000
commit0582f98ab57d15e55717a22ba4bba6d961c3395b (patch)
tree1229f23dad461ada1da50788350804fbf8039956 /nuttx/ChangeLog
parente1920b37dfc358ae73ce55665b36877c99db4e5b (diff)
downloadpx4-nuttx-0582f98ab57d15e55717a22ba4bba6d961c3395b.tar.gz
px4-nuttx-0582f98ab57d15e55717a22ba4bba6d961c3395b.tar.bz2
px4-nuttx-0582f98ab57d15e55717a22ba4bba6d961c3395b.zip
cat and cp need to exit if a signal is recievednuttx-5.18
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3323 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b2575af19..0eb84f229 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1438,7 +1438,7 @@
* Ran the tool CppCheck (http://sourceforge.net/apps/mediawiki/cppcheck) and
fixed several errors in the code identified by the tool.
-5.18 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+5.18 2011-02-27 Gregory Nutt <spudmonkey@racsa.co.cr>
* Incorporate several uIP patches from http://gitweb.aeruder.net/?p=uip.git;a=summary.
- Lost SYNACK causes connection reset
@@ -1476,3 +1476,7 @@
mc9s12ne64 on the Future Electronics Group NE64 /PoE Badge board. Howeve,
this port remains untested until I figure out this BDM / Code Warrior
and paged build thing
+ * Added a new 'kill' command to NSH that will support sending signals to
+ running NuttX tasks.
+
+5.19 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>