From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Larmour To: ecos-cvs@sources.redhat.com Subject: eCos anonymous CVS repository updated Date: Fri, 03 Aug 2001 05:27:00 -0000 Message-id: <200108031227.f73CRaB30057@localhost.localdomain> X-SW-Source: 2001/msg00024.html List-Id: The eCos anonymous CVS repository has been updated today (2001-08-03). The following changes were made to NEWS and ChangeLogs: Index: packages/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/ChangeLog,v retrieving revision 1.56 diff -u -0 -r1.56 ChangeLog --- ChangeLog 2001/07/31 21:15:36 1.56 +++ ChangeLog 2001/08/03 12:25:58 @@ -0,0 +1,5 @@ +2001-07-31 Bart Veer + + * pkgconf/rules.mak: + Fix header file dependencies for testcases. + Index: packages/hal/i386/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/i386/arch/current/ChangeLog,v retrieving revision 1.22 diff -u -0 -r1.22 ChangeLog --- ChangeLog 2001/07/18 11:38:40 1.22 +++ ChangeLog 2001/08/03 12:26:04 @@ -0,0 +1,4 @@ +2001-07-31 Jonathan Larmour + + * src/hal_misc.c: Fix "implicit decl of diag_printf" warning. + Index: packages/hal/i386/pcmb/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/i386/pcmb/current/ChangeLog,v retrieving revision 1.3 diff -u -0 -r1.3 ChangeLog --- ChangeLog 2001/07/20 10:23:18 1.3 +++ ChangeLog 2001/08/03 12:26:12 @@ -0,0 +1,5 @@ +2001-07-31 Mark Salter + + * include/pcmb_io.h: Add IDE I/O macros. + * cdl/hal_i386_pcmb.cdl: Now implements CYGINT_HAL_PLF_IF_IDE. + Index: packages/hal/mips/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/mips/arch/current/ChangeLog,v retrieving revision 1.52 diff -u -0 -r1.52 ChangeLog --- ChangeLog 2001/07/31 21:15:39 1.52 +++ ChangeLog 2001/08/03 12:26:16 @@ -0,0 +1,14 @@ +2001-08-01 Hugo Tyson + + * src/vectors.S (restore_state): (see the change below 2001-07-03) + Make the code to keep SR IM bits from the ISR conditional on a CDL + interface so that it is selected on a per-platform or variant basis. + + * cdl/hal_mips.cdl (CYGINT_HAL_MIPS_INTERRUPT_RETURN_KEEP_SR_IM): + New interface to control conditional code. + + * include/hal_intr.h (HAL_ENABLE_INTERRUPTS): Make this (et al) + conditional on CYGHWR_HAL_INTERRUPT_ENABLE_DISABLE_RESTORE_DEFINED + so that the variant HAL can define these insead, in the usual + manner. + Index: packages/hal/synth/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/synth/arch/current/ChangeLog,v retrieving revision 1.1 diff -u -0 -r1.1 ChangeLog --- ChangeLog 2001/06/10 19:35:35 1.1 +++ ChangeLog 2001/08/03 12:26:21 @@ -0,0 +1,7 @@ +2001-08-02 Bart Veer + + * include/hal_intr.h: + Note a subtle interaction between the interrupt handling + and the context switch handling, which are in the + architectural and variant HAL packages respectively. + Index: packages/hal/synth/i386linux/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/synth/i386linux/current/ChangeLog,v retrieving revision 1.1 diff -u -0 -r1.1 ChangeLog --- ChangeLog 2001/06/10 19:35:35 1.1 +++ ChangeLog 2001/08/03 12:26:28 @@ -0,0 +1,9 @@ +2001-08-02 Bart Veer + + * src/context.S, include/arch.inc, include/var_arch.h: + Update thread context manipulation code to do the + right thing with respect to interrupt state. + + * src/context.S (hal_setjmp): + Fixed bug in hal_setjmp() that corrupted EBX. + Index: packages/net/tcpip/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/tcpip/current/ChangeLog,v retrieving revision 1.25 diff -u -0 -r1.25 ChangeLog --- ChangeLog 2001/07/29 02:00:10 1.25 +++ ChangeLog 2001/08/03 12:26:35 @@ -0,0 +1,10 @@ +2001-08-02 Jonathan Larmour + + * tests/linux_echo.c (echo_test): Set socket options before bind. + * tests/nc_test_slave.c (do_tcp_test): Ditto. + * tests/server_test.c (server_test): Ditto. + * tests/tcp_echo.c (echo_test): Ditto. + * tests/tcp_lo_test.c (server): Ditto. + * tests/tcp_sink.c (sink_test): Ditto. + * tests/tcp_source.c (source_test): Ditto. + Index: packages/redboot/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v retrieving revision 1.35 diff -u -0 -r1.35 ChangeLog --- ChangeLog 2001/07/29 02:00:12 1.35 +++ ChangeLog 2001/08/03 12:26:41 @@ -0,0 +1,11 @@ +2001-08-01 Mark Salter + + * src/fs/ide.c (ide_reset): Check for bogus status and timeout. Add + return value to indicate success. + (ide_init): Check ide_reset() return value. + +2001-07-31 Mark Salter + + * src/fs/disk.c (find_dos_partitions): Fix extended partitions. + * src/fs/ide.c (ide_init): Rework the test for device presence. + Index: packages/services/memalloc/common/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/services/memalloc/common/current/ChangeLog,v retrieving revision 1.18 diff -u -0 -r1.18 ChangeLog --- ChangeLog 2001/07/20 10:23:21 1.18 +++ ChangeLog 2001/08/03 12:26:46 @@ -0,0 +1,17 @@ +2001-08-01 Jonathan Larmour + + * include/sepmetaimpl.inl: Define check_free_memdq and + check_alloced_memdq as inlines. + + * cdl/memalloc.cdl: Add new allocator supporting separate metadata, + and the associated config options, and build sepmeta.cxx and tests. + Build heapgeninc.tcl with macros that work with both gcc2 and gcc3. + Ditto for heaps.o. + Add CYGBLD_MEMALLOC_MALLOC_EXTERNAL_HEAP_H to allow external entities + to define the heap. + * src/malloc.cxx: Include CYGBLD_MEMALLOC_MALLOC_EXTERNAL_HEAP_H if + defined instead of default heap definition. + * include/sepmeta.hxx, include/sepmetaimpl.hxx, include/sepmetaimpl.inl, + src/sepmeta.cxx, tests/sepmeta1.cxx, tests/sepmeta2.cxx: + New files for seperated metadata allocator. + ==================================== Here is a summary of the files modified: M packages/ChangeLog M packages/ecos.db M packages/hal/i386/arch/current/ChangeLog M packages/hal/i386/arch/current/src/hal_misc.c M packages/hal/i386/pcmb/current/ChangeLog M packages/hal/i386/pcmb/current/cdl/hal_i386_pcmb.cdl M packages/hal/i386/pcmb/current/include/pcmb_io.h M packages/hal/mips/arch/current/ChangeLog M packages/hal/mips/arch/current/cdl/hal_mips.cdl M packages/hal/mips/arch/current/include/hal_intr.h M packages/hal/mips/arch/current/src/vectors.S M packages/hal/synth/arch/current/ChangeLog M packages/hal/synth/arch/current/include/hal_intr.h M packages/hal/synth/i386linux/current/ChangeLog M packages/hal/synth/i386linux/current/include/arch.inc M packages/hal/synth/i386linux/current/include/var_arch.h M packages/hal/synth/i386linux/current/src/context.S M packages/net/tcpip/current/ChangeLog M packages/net/tcpip/current/tests/linux_echo.c M packages/net/tcpip/current/tests/nc_test_slave.c M packages/net/tcpip/current/tests/server_test.c M packages/net/tcpip/current/tests/tcp_echo.c M packages/net/tcpip/current/tests/tcp_lo_test.c M packages/net/tcpip/current/tests/tcp_sink.c M packages/net/tcpip/current/tests/tcp_source.c M packages/pkgconf/rules.mak M packages/redboot/current/ChangeLog M packages/redboot/current/src/fs/disk.c M packages/redboot/current/src/fs/ide.c M packages/services/memalloc/common/current/ChangeLog M packages/services/memalloc/common/current/cdl/memalloc.cdl A packages/services/memalloc/common/current/include/sepmeta.hxx A packages/services/memalloc/common/current/include/sepmetaimpl.hxx A packages/services/memalloc/common/current/include/sepmetaimpl.inl M packages/services/memalloc/common/current/src/malloc.cxx A packages/services/memalloc/common/current/src/sepmeta.cxx A packages/services/memalloc/common/current/tests/sepmeta1.cxx A packages/services/memalloc/common/current/tests/sepmeta2.cxx