summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f939728372..3698457375 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
+
+ PR 1660/filesystem
+ * libfs/src/pipe/fifo.c, libfs/src/pipe/pipe.h: Changed
+ int pipe_release to void pipe_release.
+ * libfs/src/imfs/imfs_fifo.c: Corresponding change to
+ IMFS_fifo_close since pipe_release does not return any error.
+ * libfs/src/imfs/imfs_initsupp.c: Changes to improve
+ IMFS_determine_bytes_per_block
+
2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1661/testing