change log for rtems (2010-06-23)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed Jun 23 05:12:42 UTC 2010


 *ccj*:
2010-06-23      Chris Johns <chrisj at rtems.org>

        PR 1577/filesystem
        * libfs/src/pipe/fifo.c: Fixed the error codes returned on open.

M 1.2453  cpukit/ChangeLog
M    1.8  cpukit/libfs/src/pipe/fifo.c

diff -u rtems/cpukit/ChangeLog:1.2452 rtems/cpukit/ChangeLog:1.2453
--- rtems/cpukit/ChangeLog:1.2452	Tue Jun 22 22:10:33 2010
+++ rtems/cpukit/ChangeLog	Wed Jun 23 00:01:46 2010
@@ -1,3 +1,8 @@
+2010-06-23	Chris Johns <chrisj at rtems.org>
+
+	PR 1577/filesystem
+	* libfs/src/pipe/fifo.c: Fixed the error codes returned on open.
+
 2010-06-23      Chris Johns <chrisj at rtems.org>
 
 	* rtems/Makefile.am: Remove the stray 'c' file. 

diff -u rtems/cpukit/libfs/src/pipe/fifo.c:1.7 rtems/cpukit/libfs/src/pipe/fifo.c:1.8
--- rtems/cpukit/libfs/src/pipe/fifo.c:1.7	Mon Jun 14 00:49:44 2010
+++ rtems/cpukit/libfs/src/pipe/fifo.c	Wed Jun 23 00:01:46 2010
@@ -104,7 +104,6 @@
   if (! pipe->Buffer)
     goto err_buf;
 
-  err = -EINTR;
   if (rtems_barrier_create(
         rtems_build_name ('P', 'I', 'r', c),
         RTEMS_BARRIER_MANUAL_RELEASE, 0,
@@ -180,7 +179,7 @@
   if (sc == RTEMS_SUCCESSFUL) {
     return 0;
   } else {
-    return -EINTR;
+    return -ENOMEM;
   }
 }
 


 *ccj* (on branch rtems-4-10-branch):
2010-06-23      Chris Johns <chrisj at rtems.org>

        PR 1577/filesystem
        * libfs/src/pipe/fifo.c: Fixed the error codes returned on
        open.

M 1.2346.2.47  cpukit/ChangeLog
M 1.4.2.2  cpukit/libfs/src/pipe/fifo.c

diff -u rtems/cpukit/ChangeLog:1.2346.2.46 rtems/cpukit/ChangeLog:1.2346.2.47
--- rtems/cpukit/ChangeLog:1.2346.2.46	Tue Jun 22 22:08:14 2010
+++ rtems/cpukit/ChangeLog	Wed Jun 23 00:06:33 2010
@@ -1,3 +1,9 @@
+2010-06-23      Chris Johns <chrisj at rtems.org>
+
+	PR 1577/filesystem
+	* libfs/src/pipe/fifo.c: Fixed the error codes returned on
+	open.
+
 2010-06-23	Chris Johns <chrisj at rtems.org>
 
 	* rtems/Makefile.am: Remove the stray 'c' file.

diff -u rtems/cpukit/libfs/src/pipe/fifo.c:1.4.2.1 rtems/cpukit/libfs/src/pipe/fifo.c:1.4.2.2
--- rtems/cpukit/libfs/src/pipe/fifo.c:1.4.2.1	Mon Jun 14 00:49:55 2010
+++ rtems/cpukit/libfs/src/pipe/fifo.c	Wed Jun 23 00:06:34 2010
@@ -102,7 +102,6 @@
   if (! pipe->Buffer)
     goto err_buf;
 
-  err = -EINTR;
   if (rtems_barrier_create(
         rtems_build_name ('P', 'I', 'r', c),
         RTEMS_BARRIER_MANUAL_RELEASE, 0,



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100623/ac1f3897/attachment.html>


More information about the vc mailing list