From 6c0fcd4a39795f11f8d2b8caa2b69d0bd27a2c03 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 1 Jul 2010 13:05:18 +0000 Subject: 2010-07-01 Sebastian Huber * 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(). --- cpukit/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index d3d882a054..6bcadc6249 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,15 @@ +2010-07-01 Sebastian Huber + + * 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 * libfs/src/nfsclient/src/nfs.c, libfs/src/nfsclient/src/nfs.c, -- cgit v1.2.3