<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-07-01)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>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.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2476&r2=text&tr2=1.2477&diff_format=h">M</a></td><td width='1%'>1.2477</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/nfsclient/src/librtemsNfs.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>cpukit/libfs/src/nfsclient/src/librtemsNfs.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/nfsclient/src/nfs.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.23&diff_format=h">M</a></td><td width='1%'>1.23</td><td width='100%'>cpukit/libfs/src/nfsclient/src/nfs.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/sapi/include/confdefs.h.diff?r1=text&tr1=1.144&r2=text&tr2=1.145&diff_format=h">M</a></td><td width='1%'>1.145</td><td width='100%'>cpukit/sapi/include/confdefs.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2476 rtems/cpukit/ChangeLog:1.2477
--- rtems/cpukit/ChangeLog:1.2476       Wed Jun 30 10:36:47 2010
+++ rtems/cpukit/ChangeLog      Thu Jul  1 04:49:05 2010
</font><font color='#997700'>@@ -1,3 +1,11 @@
</font><font color='#000088'>+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.
+
</font> 2010-06-30        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        PR 1472/cpukit

<font color='#006600'>diff -u rtems/cpukit/libfs/src/nfsclient/src/librtemsNfs.h:1.5 rtems/cpukit/libfs/src/nfsclient/src/librtemsNfs.h:1.6
--- rtems/cpukit/libfs/src/nfsclient/src/librtemsNfs.h:1.5      Mon May 31 08:56:36 2010
+++ rtems/cpukit/libfs/src/nfsclient/src/librtemsNfs.h  Thu Jul  1 04:51:43 2010
</font><font color='#997700'>@@ -143,8 +143,8 @@
</font>  * Filesystem mount table mount handler. Do not call, use the mount call.
  */
 int<span style="background-color: #FF0000"> </span>
<font color='#880000'>-rtems_nfsfs_initialize(rtems_filesystem_mount_table_entry_t *mt_entry,
-                       const void                           *data);
</font><font color='#000088'>+rtems_nfs_initialize(rtems_filesystem_mount_table_entry_t *mt_entry,
+                     const void                           *data);
</font> 
 /* A utility routine to find the path leading to a
  * rtems_filesystem_location_info_t node.

<font color='#006600'>diff -u rtems/cpukit/libfs/src/nfsclient/src/nfs.c:1.22 rtems/cpukit/libfs/src/nfsclient/src/nfs.c:1.23
--- rtems/cpukit/libfs/src/nfsclient/src/nfs.c:1.22     Tue Jun 29 14:37:28 2010
+++ rtems/cpukit/libfs/src/nfsclient/src/nfs.c  Thu Jul  1 04:51:50 2010
</font><font color='#997700'>@@ -1908,8 +1908,8 @@
</font> #endif
 
 
<font color='#880000'>-int rtems_nfsfs_initialize(
-       rtems_filesystem_mount_table_entry_t *mt_entry,
</font><font color='#000088'>+int rtems_nfs_initialize(
+  rtems_filesystem_mount_table_entry_t *mt_entry,
</font>   const void                           *data
 )
 {
<font color='#997700'>@@ -2479,7 +2479,7 @@
</font>           nfs_chown,                      /* OPTIONAL; may be defaulted */
                nfs_freenode,           /* OPTIONAL; may be defaulted; (release node_access) */
                nfs_mount,                      /* OPTIONAL; may be defaulted */
<font color='#880000'>-           rtems_nfsfs_initialize,         /* OPTIONAL; may be defaulted -- not used anymore */
</font><font color='#000088'>+              rtems_nfs_initialize,           /* OPTIONAL; may be defaulted -- not used anymore */
</font>           nfs_unmount,            /* OPTIONAL; may be defaulted */
                nfs_fsunmount_me,       /* OPTIONAL; may be defaulted */
                nfs_utime,                      /* OPTIONAL; may be defaulted */

<font color='#006600'>diff -u rtems/cpukit/sapi/include/confdefs.h:1.144 rtems/cpukit/sapi/include/confdefs.h:1.145
--- rtems/cpukit/sapi/include/confdefs.h:1.144  Mon Jun 21 16:13:42 2010
+++ rtems/cpukit/sapi/include/confdefs.h        Thu Jul  1 04:51:14 2010
</font><font color='#997700'>@@ -185,12 +185,12 @@
</font>  *     Add file filesystems to the default filesystem table.
  *
  *   List of available file systems. You can define as many as you like:
<font color='#880000'>- *     CONFIGURE_FILESYSTEM_miniIMFS - MiniIMFS, use DEVFS now
</font><font color='#000088'>+ *     CONFIGURE_FILESYSTEM_MINIIMFS - MiniIMFS, use DEVFS now
</font>  *     CONFIGURE_FILESYSTEM_IMFS     - In Memory File System (IMFS)
  *     CONFIGURE_FILESYSTEM_DEVFS    - Device File System (DSVFS)
  *     CONFIGURE_FILESYSTEM_TFTPFS   - TFTP File System, networking enabled
  *     CONFIGURE_FILESYSTEM_FTPFS    - FTP File System, networking enabled
<font color='#880000'>- *     CONFIGURE_FILESYSTEM_NFSFS    - Network File System, networking enabled
</font><font color='#000088'>+ *     CONFIGURE_FILESYSTEM_NFS      - Network File System, networking enabled
</font>  *     CONFIGURE_FILESYSTEM_DOSFS    - DOS File System, uses libblock
  *     CONFIGURE_FILESYSTEM_RFS      - RTEMS File System (RFS), uses libblock
  *
<font color='#997700'>@@ -212,12 +212,12 @@
</font>    * been disabled.
    */
   #ifdef CONFIGURE_FILESYSTEM_ALL
<font color='#880000'>-    #define CONFIGURE_FILESYSTEM_miniIMFS
</font><font color='#000088'>+    #define CONFIGURE_FILESYSTEM_MINIIMFS
</font>     #define CONFIGURE_FILESYSTEM_IMFS
     #define CONFIGURE_FILESYSTEM_DEVFS
     #define CONFIGURE_FILESYSTEM_TFTPFS
     #define CONFIGURE_FILESYSTEM_FTPFS
<font color='#880000'>-    #define CONFIGURE_FILESYSTEM_NFSFS
</font><font color='#000088'>+    #define CONFIGURE_FILESYSTEM_NFS
</font>     #define CONFIGURE_FILESYSTEM_DOSFS
     #define CONFIGURE_FILESYSTEM_RFS
   #endif
<font color='#997700'>@@ -236,12 +236,12 @@
</font>     #elif defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM)
       #undef CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
     #endif
<font color='#880000'>-    #undef CONFIGURE_FILESYSTEM_miniIMFS
</font><font color='#000088'>+    #undef CONFIGURE_FILESYSTEM_MINIIMFS
</font>     #undef CONFIGURE_FILESYSTEM_IMFS
     #undef CONFIGURE_FILESYSTEM_DEVFS
     #undef CONFIGURE_FILESYSTEM_TFTPFS
     #undef CONFIGURE_FILESYSTEM_FTPFS
<font color='#880000'>-    #undef CONFIGURE_FILESYSTEM_NFSFS
</font><font color='#000088'>+    #undef CONFIGURE_FILESYSTEM_NFS
</font>     #undef CONFIGURE_FILESYSTEM_DOSFS
     #undef CONFIGURE_FILESYSTEM_RFS
   #endif
<font color='#997700'>@@ -254,7 +254,7 @@
</font>     #if defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM)
       #define CONFIGURE_FILESYSTEM_DEVFS
     #elif defined(CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM)
<font color='#880000'>-      #define CONFIGURE_FILESYSTEM_miniIMFS
</font><font color='#000088'>+      #define CONFIGURE_FILESYSTEM_MINIIMFS
</font>     #elif !defined(CONFIGURE_FILESYSTEM_IMFS)
       #define CONFIGURE_FILESYSTEM_IMFS
     #endif
<font color='#997700'>@@ -282,7 +282,7 @@
</font>  *  This defines the miniIMFS file system table entry.
  */<span style="background-color: #FF0000"> </span>
 #if !defined(CONFIGURE_FILESYSTEM_ENTRY_miniIMFS) && \
<font color='#880000'>-    defined(CONFIGURE_FILESYSTEM_miniIMFS)
</font><font color='#000088'>+    defined(CONFIGURE_FILESYSTEM_MINIIMFS)
</font>   #define CONFIGURE_FILESYSTEM_ENTRY_miniIMFS \
     { RTEMS_FILESYSTEM_TYPE_MINIIMFS, miniIMFS_initialize }
 #endif
<font color='#997700'>@@ -362,13 +362,13 @@
</font>   #endif
 
   /**
<font color='#880000'>-   * NFSFS
</font><font color='#000088'>+   * NFS
</font>    */<span style="background-color: #FF0000"> </span>
<font color='#880000'>-  #if !defined(CONFIGURE_FILESYSTEM_ENTRY_NFSFS) && \
-      defined(CONFIGURE_FILESYSTEM_NFSFS)
</font><font color='#000088'>+  #if !defined(CONFIGURE_FILESYSTEM_ENTRY_NFS) && \
+      defined(CONFIGURE_FILESYSTEM_NFS)
</font>     #include <librtemsNfs.h>
<font color='#880000'>-    #define CONFIGURE_FILESYSTEM_ENTRY_NFSFS \
-      { RTEMS_FILESYSTEM_TYPE_NFS, rtems_nfsfs_initialize }
</font><font color='#000088'>+    #define CONFIGURE_FILESYSTEM_ENTRY_NFS \
+      { RTEMS_FILESYSTEM_TYPE_NFS, rtems_nfs_initialize }
</font>   #endif
 #endif
 
<font color='#997700'>@@ -413,7 +413,7 @@
</font>   #endif
 
   #if defined(CONFIGURE_FILESYSTEM_IMFS) || \
<font color='#880000'>-      defined(CONFIGURE_FILESYSTEM_miniIMFS)
</font><font color='#000088'>+      defined(CONFIGURE_FILESYSTEM_MINIIMFS)
</font>     int imfs_rq_memfile_bytes_per_block = CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK;
   #endif
 
<font color='#997700'>@@ -428,7 +428,7 @@
</font>    */
   #ifndef CONFIGURE_HAS_OWN_FILESYSTEM_TABLE
     const rtems_filesystem_table_t rtems_filesystem_table[] = {
<font color='#880000'>-      #if defined(CONFIGURE_FILESYSTEM_miniIMFS) && \
</font><font color='#000088'>+      #if defined(CONFIGURE_FILESYSTEM_MINIIMFS) && \
</font>           defined(CONFIGURE_FILESYSTEM_ENTRY_miniIMFS)
         CONFIGURE_FILESYSTEM_ENTRY_miniIMFS,
       #endif
<font color='#997700'>@@ -448,9 +448,9 @@
</font>           defined(CONFIGURE_FILESYSTEM_ENTRY_FTPFS)
         CONFIGURE_FILESYSTEM_ENTRY_FTPFS,
       #endif
<font color='#880000'>-      #if defined(CONFIGURE_FILESYSTEM_NFSFS) && \
-          defined(CONFIGURE_FILESYSTEM_ENTRY_NFSFS)
-        CONFIGURE_FILESYSTEM_ENTRY_NFSFS,
</font><font color='#000088'>+      #if defined(CONFIGURE_FILESYSTEM_NFS) && \
+          defined(CONFIGURE_FILESYSTEM_ENTRY_NFS)
+        CONFIGURE_FILESYSTEM_ENTRY_NFS,
</font>       #endif
       #if defined(CONFIGURE_FILESYSTEM_DOSFS) && \
           defined(CONFIGURE_FILESYSTEM_ENTRY_DOSFS)
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>