This is the mail archive of the ecos-cvs@sources.redhat.com mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

eCos anonymous CVS repository updated


The eCos anonymous CVS repository has been updated today (2001-10-05).

The following changes were made to NEWS and ChangeLogs:

Index: packages/devs/eth/mips/atlas/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/mips/atlas/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog	2001/04/06 17:20:16	1.1
+++ ChangeLog	2001/10/05 16:22:10
@@ -0,0 +1,6 @@
+2001-10-05  Jesper Skov  <jskov@redhat.com>
+
+	* src/if_atlas.c: Use new HAL endian conversion macros.
+
+	* src/saa9730.h: Deleted endian conversion macros.
+
Index: packages/hal/i386/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/arch/current/ChangeLog,v
retrieving revision 1.25
diff -u -0 -r1.25 ChangeLog
--- ChangeLog	2001/10/05 15:31:49	1.25
+++ ChangeLog	2001/10/05 16:22:13
@@ -0,0 +1,13 @@
+2001-10-05  Mark Salter  <msalter@redhat.com>
+
+	* src/vectors.S: Support separate stub stack.
+	(__syscall_tramp): Trampoline for GNUPRo syscalls (int $0x80).
+
+	* src/i386_stub.c (__is_bsp_syscall): New function.
+
+	* src/hal_misc.c (cyg_hal_exception_handler): Add mem fault handling.
+
+	* cdl/hal_i386.cdl: Add hal_syscalls.c to compile list.
+
+	* src/hal_syscall.c: New file. Support GNUPro syscalls.
+
Index: packages/hal/i386/pc/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/pc/current/ChangeLog,v
retrieving revision 1.12
diff -u -0 -r1.12 ChangeLog
--- ChangeLog	2001/10/02 18:28:27	1.12
+++ ChangeLog	2001/10/05 16:22:16
@@ -0,0 +1,9 @@
+2001-10-05  Mark Salter  <msalter@redhat.com>
+
+	* src/plf_stub.c (hal_pc_stubs_init): Install idt entry for GNUPro
+	syscalls.
+
+	* misc/redboot_FLOPPY.ecm: Turn on CYGSEM_REDBOOT_BSP_SYSCALLS.
+
+	* include/plf_misc.h: Add extern decl for cyg_hal_pc_set_idt_entry.
+
Index: packages/hal/mips/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/arch/current/ChangeLog,v
retrieving revision 1.56
diff -u -0 -r1.56 ChangeLog
--- ChangeLog	2001/10/02 18:28:27	1.56
+++ ChangeLog	2001/10/05 16:22:19
@@ -0,0 +1,5 @@
+2001-10-05  Jesper Skov  <jskov@redhat.com>
+
+	* include/hal_arch.h: Provide CYGARC_CACHED_ADDRESS() and friends
+	without casting for use in assembler files.
+
Index: packages/net/snmp/lib/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/snmp/lib/current/ChangeLog,v
retrieving revision 1.5
diff -u -0 -r1.5 ChangeLog
--- ChangeLog	2001/10/02 18:28:29	1.5
+++ ChangeLog	2001/10/05 16:22:22
@@ -0,0 +1,4 @@
+2001-10-05  Jesper Skov  <jskov@redhat.com>
+
+	* include/config.h: CYGINT_ISO_DNS changed to bool.
+

====================================

Here is a summary of the files modified:

M packages/devs/eth/mips/atlas/current/ChangeLog
M packages/devs/eth/mips/atlas/current/src/if_atlas.c
M packages/devs/eth/mips/atlas/current/src/saa9730.h
M packages/hal/arm/edb7xxx/current/include/hal_platform_ints.h
M packages/hal/i386/arch/current/ChangeLog
M packages/hal/i386/arch/current/cdl/hal_i386.cdl
M packages/hal/i386/arch/current/src/hal_misc.c
M packages/hal/i386/arch/current/src/i386_stub.c
M packages/hal/i386/arch/current/src/vectors.S
M packages/hal/i386/pc/current/ChangeLog
M packages/hal/i386/pc/current/include/plf_misc.h
M packages/hal/i386/pc/current/misc/redboot_FLOPPY.ecm
M packages/hal/i386/pc/current/src/plf_stub.c
M packages/hal/mips/arch/current/ChangeLog
M packages/hal/mips/arch/current/include/hal_arch.h
M packages/net/snmp/lib/current/ChangeLog
M packages/net/snmp/lib/current/include/config.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]