summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2010-02-01 00:03:02 +0000
committerChris Johns <chrisj@rtems.org>2010-02-01 00:03:02 +0000
commit42c4de823f3c6069240c5fa97e57a274372d4e61 (patch)
tree9531359f1bf8bf08d993cb45c9ea7ce60021e829 /cpukit/ChangeLog
parentFixed invalid chain extract (diff)
downloadrtems-42c4de823f3c6069240c5fa97e57a274372d4e61.tar.bz2
2010-02-01 Chris Johns <chrisj@rtems.org>
* libmisc/shell/fts.c: Updated to the latest NetBSD version to resolve heap allocation bugs. * libmisc/shell/main_ls.c, libmisc/shell/print-ls.c: Fix printing size bugs. * libnetworking/rtems/mkrootfs.c: Fix byte order bug when creating the loopback interface address.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b50e9ba864..b25b836c06 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-01 Chris Johns <chrisj@rtems.org>
+
+ * libmisc/shell/fts.c: Updated to the latest NetBSD version to
+ resolve heap allocation bugs.
+ * libmisc/shell/main_ls.c, libmisc/shell/print-ls.c: Fix printing
+ size bugs.
+ * libnetworking/rtems/mkrootfs.c: Fix byte order bug when creating
+ the loopback interface address.
+
2010-01-28 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libblock/src/bdbuf.c: Fixed invalid chain extract.