change log for rtems (2010-08-30)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Aug 30 13:10:29 UTC 2010


 *ralf*:
2010-08-30	Ralf Corsépius <ralf.corsepius at rtems.org>

	* psxenosys/init.c, psxenosys/psxenosys.doc,
	psxenosys/psxenosys.scn: Remove devctl.

M  1.314  testsuites/psxtests/ChangeLog
M   1.13  testsuites/psxtests/psxenosys/init.c
M    1.2  testsuites/psxtests/psxenosys/psxenosys.doc
M    1.7  testsuites/psxtests/psxenosys/psxenosys.scn

diff -u rtems/testsuites/psxtests/ChangeLog:1.313 rtems/testsuites/psxtests/ChangeLog:1.314
--- rtems/testsuites/psxtests/ChangeLog:1.313	Thu Aug 26 14:35:09 2010
+++ rtems/testsuites/psxtests/ChangeLog	Mon Aug 30 07:21:31 2010
@@ -1,3 +1,8 @@
+2010-08-30	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* psxenosys/init.c, psxenosys/psxenosys.doc,
+	psxenosys/psxenosys.scn: Remove devctl.
+
 2010-08-26	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect some of

diff -u rtems/testsuites/psxtests/psxenosys/init.c:1.12 rtems/testsuites/psxtests/psxenosys/init.c:1.13
--- rtems/testsuites/psxtests/psxenosys/init.c:1.12	Thu Aug 26 14:35:09 2010
+++ rtems/testsuites/psxtests/psxenosys/init.c	Mon Aug 30 07:21:31 2010
@@ -23,7 +23,6 @@
 
 #include <aio.h>
 #include <time.h>
-#include <devctl.h>
 #include <unistd.h>
 #include <sched.h>
 
@@ -72,10 +71,6 @@
   sc = clock_setenable_attr( 0, 0 );
   check_enosys( sc );
 
-  puts( "devctl -- ENOSYS" );
-  sc = devctl( 0, NULL, 0, NULL );
-  check_enosys( sc );
-
   puts( "execl -- ENOSYS" );
   sc = execl( NULL, NULL, (char*)0 );
   check_enosys( sc );

diff -u rtems/testsuites/psxtests/psxenosys/psxenosys.doc:1.1 rtems/testsuites/psxtests/psxenosys/psxenosys.doc:1.2
--- rtems/testsuites/psxtests/psxenosys/psxenosys.doc:1.1	Mon Nov  9 08:47:06 2009
+++ rtems/testsuites/psxtests/psxenosys/psxenosys.doc	Mon Aug 30 07:21:31 2010
@@ -26,7 +26,6 @@
   clock_getcpuclockid
   clock_getenable_attr
   clock_setenable_attr
-  devctl
   execl
   execle
   execlp

diff -u rtems/testsuites/psxtests/psxenosys/psxenosys.scn:1.6 rtems/testsuites/psxtests/psxenosys/psxenosys.scn:1.7
--- rtems/testsuites/psxtests/psxenosys/psxenosys.scn:1.6	Thu Aug 26 14:35:09 2010
+++ rtems/testsuites/psxtests/psxenosys/psxenosys.scn	Mon Aug 30 07:21:31 2010
@@ -4,7 +4,6 @@
 clock_getcpuclockid -- ENOSYS
 clock_getenable_attr -- ENOSYS
 clock_setenable_attr -- ENOSYS
-devctl -- ENOSYS
 execl -- ENOSYS
 execle -- ENOSYS
 execlp -- ENOSYS


 *ralf*:
Remove.

R    1.9  cpukit/posix/include/devctl.h
R   1.10  cpukit/posix/src/devctl.c

 *ralf*:
Remove devctl.

M   1.85  cpukit/posix/Makefile.am

diff -u rtems/cpukit/posix/Makefile.am:1.84 rtems/cpukit/posix/Makefile.am:1.85
--- rtems/cpukit/posix/Makefile.am:1.84	Mon Aug 16 00:47:30 2010
+++ rtems/cpukit/posix/Makefile.am	Mon Aug 30 07:25:23 2010
@@ -25,7 +25,7 @@
 if HAS_PTHREADS
 # include
 include_HEADERS = include/aio.h include/mqueue.h \
-    include/semaphore.h include/devctl.h
+    include/semaphore.h
 
 # include/rtems/posix
 include_rtems_posix_HEADERS += include/rtems/posix/aio_misc.h
@@ -53,9 +53,6 @@
     src/aio_read.c src/aio_return.c src/aio_suspend.c src/aio_write.c \
     src/lio_listio.c src/aio_misc.c
 
-# These are really in the stand but not really functional
-libposix_a_SOURCES += src/devctl.c
-
 ## ENOSYS_C_FILES
 libposix_a_SOURCES += src/_execve.c src/execl.c src/execle.c src/execlp.c \
     src/execv.c src/execve.c src/execvp.c


 *ralf*:
Regenerate.

M   1.29  cpukit/posix/preinstall.am

diff -u rtems/cpukit/posix/preinstall.am:1.28 rtems/cpukit/posix/preinstall.am:1.29
--- rtems/cpukit/posix/preinstall.am:1.28	Mon Aug 16 00:40:29 2010
+++ rtems/cpukit/posix/preinstall.am	Mon Aug 30 07:25:37 2010
@@ -40,10 +40,6 @@
 	$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/semaphore.h
 PREINSTALL_FILES += $(PROJECT_INCLUDE)/semaphore.h
 
-$(PROJECT_INCLUDE)/devctl.h: include/devctl.h $(PROJECT_INCLUDE)/$(dirstamp)
-	$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/devctl.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/devctl.h
-
 $(PROJECT_INCLUDE)/rtems/posix/aio_misc.h: include/rtems/posix/aio_misc.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
 	$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/aio_misc.h
 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/aio_misc.h


 *ralf*:
2010-08-30	Ralf Corsépius <ralf.corsepius at rtems.org>

	* posix/include/devctl.h, posix/src/devctl.c: Remove.
	* posix/Makefile.am: Remove devctl.

M 1.2621  cpukit/ChangeLog

diff -u rtems/cpukit/ChangeLog:1.2620 rtems/cpukit/ChangeLog:1.2621
--- rtems/cpukit/ChangeLog:1.2620	Sun Aug 29 14:50:33 2010
+++ rtems/cpukit/ChangeLog	Mon Aug 30 07:25:49 2010
@@ -1,3 +1,8 @@
+2010-08-30	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* posix/include/devctl.h, posix/src/devctl.c: Remove.
+	* posix/Makefile.am: Remove devctl.
+
 2010-08-29	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* posix/src/killinfo.c: Ensure interested is non-NULL before using it.



--

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/20100830/3995c96b/attachment.html>


More information about the vc mailing list