summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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 1ccad80c5d..4432734a26 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libfs/Makefile.am: Remove reference to imfs_free.c,
+ wrapup/Makefile.am: Split devfs into its own library.
+ * libfs/src/imfs/fifoimfs_init.c, libfs/src/imfs/imfs.h,
+ libfs/src/imfs/imfs_init.c, libfs/src/rfs/rtems-rfs-rtems.c:
+ Use default freenode implementation.
+ * libfs/src/imfs/imfs_free.c: Removed.
+
+2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+
PR 1612/networking
* ChangeLog, libcsupport/src/libio_sockets.c: Sockets need to have
handlers in place. Null is no longer allowed.