summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-07-01 15:18:06 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-07-01 15:18:06 +0000
commit955a34b566dbd7076084dff82ec5468b9c6d8336 (patch)
tree1395933adfd0fcbeb17d6cbd0e9ce69afd72d242 /cpukit/ChangeLog
parent2010-06-29 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-955a34b566dbd7076084dff82ec5468b9c6d8336.tar.bz2
2010-07-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/include/rtems/libio_.h: Removed rtems_filesystem_mount_table_control. * libcsupport/include/rtems/libio.h, libcsupport/src/mount-mgr.c, libcsupport/src/mount.c libcsupport/src/statvfs.c, libcsupport/src/unmount.c, libmisc/shell/main_mount.c: Documentation. Removed rtems_filesystem_mounts_first() and rtems_filesystem_mounts_next(). Added rtems_filesystem_mount_iterate(). Changed return type of rtems_filesystem_iterate(). Removed rtems_filesystem_nodes_equal(). 2010-07-01 Sebastian Huber <sebastian.huber@embedded-brains.de> * libfs/src/nfsclient/src/nfs.c, libfs/src/nfsclient/src/nfs.c, libfs/src/nfsclient/src/librtemsNfs.h: Renamed rtems_nfsfs_initialize() in rtems_nfs_initialize(). * sapi/include/confdefs.h: Reflect changes above. Renamed *_miniIMFS in *_MINIIMFS. Renamed *_NFSFS in *_NFS.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 2da818c276..be45203b42 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,23 @@
+2010-07-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * libcsupport/include/rtems/libio_.h: Removed
+ rtems_filesystem_mount_table_control.
+ * libcsupport/include/rtems/libio.h, libcsupport/src/mount-mgr.c,
+ libcsupport/src/mount.c libcsupport/src/statvfs.c,
+ libcsupport/src/unmount.c, libmisc/shell/main_mount.c: Documentation.
+ Removed rtems_filesystem_mounts_first() and
+ rtems_filesystem_mounts_next(). Added
+ rtems_filesystem_mount_iterate(). Changed return type of
+ rtems_filesystem_iterate(). Removed rtems_filesystem_nodes_equal().
+
+2010-07-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * libfs/src/nfsclient/src/nfs.c, libfs/src/nfsclient/src/nfs.c,
+ libfs/src/nfsclient/src/librtemsNfs.h: Renamed
+ rtems_nfsfs_initialize() in rtems_nfs_initialize().
+ * sapi/include/confdefs.h: Reflect changes above. Renamed
+ *_miniIMFS in *_MINIIMFS. Renamed *_NFSFS in *_NFS.
+
2010-06-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libnetworking/lib/tftpDriver.c: rtems_tftp_ops and