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-07-18).

The following changes were made to NEWS and ChangeLogs:

Index: packages/NEWS
===================================================================
RCS file: /cvs/ecos/ecos/packages/NEWS,v
retrieving revision 1.36
diff -u -0 -r1.36 NEWS
--- NEWS	2001/06/15 22:45:04	1.36
+++ NEWS	2001/07/18 11:25:47
@@ -0,0 +1 @@
+* Added wallclock driver for DS12887
Index: host/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/host/ChangeLog,v
retrieving revision 1.9
diff -u -0 -r1.9 ChangeLog
--- ChangeLog	2001/06/22 18:18:44	1.9
+++ ChangeLog	2001/07/18 11:26:08
@@ -0,0 +1,6 @@
+2001-07-09  Julian Smart <julians@redhat.com>
+
+    * Fixed (I hope) a long-term bug in both versions of the Configtool,
+    whereby conflicts involving bool-data values weren't
+    resolved.
+
Index: host/libcdl/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/host/libcdl/ChangeLog,v
retrieving revision 1.15
diff -u -0 -r1.15 ChangeLog
--- ChangeLog	2001/06/22 18:18:44	1.15
+++ ChangeLog	2001/07/18 11:26:37
@@ -0,0 +1,19 @@
+2001-07-11  Bart Veer  <bartv@redhat.com>
+
+	* transact.cxx (is_preferable_to):
+	Consider active changes as well as value changes.
+
+2001-07-10  Bart Veer  <bartv@redhat.com>
+
+	* transact.cxx (is_preferable_to): 
+	Fine-tune the determination of which of two transactions has less
+	impact on the system.
+	
+	* infer.cxx (infer_handle_interface_value):
+	Add inference engine support for constraints of the form
+	(xxx == 0) and (xxx = 1), where xxx is an interface.
+	
+2001-07-08  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* interp.cxx: include <cctype> as isspace() is used.
+
Index: host/tools/configtool/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/host/tools/configtool/ChangeLog,v
retrieving revision 1.12
diff -u -0 -r1.12 ChangeLog
--- ChangeLog	2001/02/19 17:27:10	1.12
+++ ChangeLog	2001/07/18 11:27:04
@@ -0,0 +1,4 @@
+2001-07-08  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* common/common/flags.cxx: Include <cctype> for isspace()
+
Index: packages/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.53
diff -u -0 -r1.53 ChangeLog
--- ChangeLog	2001/06/29 07:16:27	1.53
+++ ChangeLog	2001/07/18 11:27:40
@@ -0,0 +1,15 @@
+2001-07-16  Bart Veer  <bartv@redhat.com>
+
+	* pkgconf/fixhtml.tcl:
+	Add smarttags protection to the HTML files generated from DocBook.
+	Remove spurious comment.
+
+2001-07-16  Julian Smart <julians@redhat.com>
+
+	* pkconf/rules.mak: worked around Cygwin mkdir problem
+      by introducing a HOST variable and testing for HOST=CYGWIN.
+
+2001-07-06  Jesper Skov  <jskov@redhat.com>
+
+	* ecos.db: Added wallclock driver for DS12887. Moved SH3 wallclock
+	driver into SH directory.
Index: packages/devs/eth/smsc/lan91cxx/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/smsc/lan91cxx/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog	2001/06/01 22:16:34	1.1
+++ ChangeLog	2001/07/18 11:28:10
@@ -0,0 +1,9 @@
+2001-07-11  Hugo Tyson  <hmt@redhat.com>
+
+	* src/if_lan91cxx.c (lan91cxx_stop): Clean up any pending tx both
+	to prevent mbuf leak due to noncompletion, and to clear tx_busy so
+	that the newly upbrung device can be used.
+	(lan91cxx_can_send): Similarly detect a stopped tx engine and
+	restart it, and clean up any pending tx, in here.  Otherwise the
+	system cannot progress.
+
Index: packages/devs/flash/arm/ebsa285/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/arm/ebsa285/current/ChangeLog,v
retrieving revision 1.6
diff -u -0 -r1.6 ChangeLog
--- ChangeLog	2001/06/15 22:45:05	1.6
+++ ChangeLog	2001/07/18 11:28:28
@@ -0,0 +1,5 @@
+2001-07-11  Andrew Lunn <andrew.lunn@ascom.ch>
+
+	* src/flash.h:
+	* src/ebsa285_flash.c (flash_hwr_init): Support new device 28F008SC.
+
Index: packages/devs/flash/intel/strata/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/intel/strata/current/ChangeLog,v
retrieving revision 1.6
diff -u -0 -r1.6 ChangeLog
--- ChangeLog	2001/06/22 18:18:47	1.6
+++ ChangeLog	2001/07/18 11:28:45
@@ -0,0 +1,9 @@
+2001-07-17 Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
+
+	* src/flash_query.c (flash_query): Query needs to be done on even
+	addresses for byte-enabled strata flash 
+
+	* src/flash_program_buf.c (flash_program_buf): Fix of conversion of
+	write buffer length (in bytes) to the length in 'flash_t' words.
+	
+
Index: packages/devs/pcmcia/arm/assabet/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/pcmcia/arm/assabet/current/ChangeLog,v
retrieving revision 1.4
diff -u -0 -r1.4 ChangeLog
--- ChangeLog	2000/09/19 05:53:53	1.4
+++ ChangeLog	2001/07/18 11:29:11
@@ -0,0 +1,6 @@
+2001-07-13  Gary Thomas  <gthomas@redhat.com>
+
+	* src/assabet_pcmcia.c (cf_hwr_change_state): Check for VERS_1
+	field instead of MANID since some cards don't seem to have that one.
+	Suggested by I-Jui Sung <ijsung@csie.nctu.edu.tw>.
+
Index: packages/devs/pcmcia/arm/ipaq/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/pcmcia/arm/ipaq/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog	2001/04/06 17:20:18	1.1
+++ ChangeLog	2001/07/18 11:29:35
@@ -0,0 +1,5 @@
+2001-07-13  Gary Thomas  <gthomas@redhat.com>
+
+	* src/ipaq_pcmcia.c (cf_hwr_change_state): Use VERS_1 instead of
+	MANID since some cards don't seem to support that.
+
Index: packages/devs/wallclock/dallas/ds12887/current/ChangeLog
===================================================================
RCS file: ChangeLog
diff -N ChangeLog
--- /dev/null	Tue May  5 13:32:27 1998
+++ ChangeLog	Wed Jul 18 04:29:52 2001
@@ -0,0 +1,32 @@
+2001-07-06  Jesper Skov  <jskov@redhat.com>
+
+	* src/ds12887.cxx (get_ds_hwclock): Instead of locking while
+	reading (which prevents updates if polled), disable interrupts.
+
+	* New package, based on 1742 driver.
+	
+//####COPYRIGHTBEGIN####
+//                                                                          
+// -------------------------------------------                              
+// The contents of this file are subject to the Red Hat eCos Public License 
+// Version 1.1 (the "License"); you may not use this file except in         
+// compliance with the License.  You may obtain a copy of the License at    
+// http://www.redhat.com/                                                   
+//                                                                          
+// Software distributed under the License is distributed on an "AS IS"      
+// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the 
+// License for the specific language governing rights and limitations under 
+// the License.                                                             
+//                                                                          
+// The Original Code is eCos - Embedded Configurable Operating System,      
+// released September 30, 1998.                                             
+//                                                                          
+// The Initial Developer of the Original Code is Red Hat.                   
+// Portions created by Red Hat are                                          
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
+// All Rights Reserved.                                                     
+// -------------------------------------------                              
+//                                                                          
+//####COPYRIGHTEND####
+
+
Index: packages/devs/wallclock/sh/sh3/current/ChangeLog
===================================================================
RCS file: ChangeLog
diff -N ChangeLog
--- /dev/null	Tue May  5 13:32:27 1998
+++ ChangeLog	Wed Jul 18 04:30:16 2001
@@ -0,0 +1,74 @@
+2001-07-09  Jesper Skov  <jskov@redhat.com>
+
+	* src/wallclock_sh3.cxx: fix description.
+
+2001-03-20  Jesper Skov  <jskov@redhat.com>
+
+	* src/wallclock_sh3.cxx: Don't include kernel config.
+
+2000-05-26  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/wallclock_sh3.cdl: CYGSEM_WALLCLOCK_SET_GET_MODE moved to IO
+	package.
+
+	* src/wallclock_sh3.cxx: Get helpers from new file.
+
+2000-04-06  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/wallclock_sh3.cdl: Only active when wallclock is.
+
+2000-04-05  John Dallaway  <jld@cygnus.co.uk>
+
+	* cdl/wallclock_sh3.cdl: 
+
+	Provide hardware wallclock implementation as a radio button.
+
+2000-04-05  Jesper Skov  <jskov@redhat.com>
+
+	* src/wallclock_sh3.cxx: 
+	Moved from devs/wallclock/current to here.
+	Get API from io/wallclock.
+	Deleted all non-SH3 changelog entries
+
+2000-03-29  Jesper Skov  <jskov@redhat.com>
+
+	* tests/wallclock2.cxx:
+	* include/wallclock.hxx:
+	* src/sh3.cxx: 
+	* src/wallclock.cxx: 
+	* cdl/wallclock.cdl:
+	Reworked WallClock API. It should now be simpler to add new
+	wallclock drivers. Added a simple test to print out the current
+	wallclock value so a human can verify battery backup works.
+
+2000-03-17  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/wallclock.cdl: 
+	* src/sh3.cxx: 
+	Added wallclock driver for SH3 RTC module.
+
+//####COPYRIGHTBEGIN####
+//                                                                          
+// -------------------------------------------                              
+// The contents of this file are subject to the Red Hat eCos Public License 
+// Version 1.1 (the "License"); you may not use this file except in         
+// compliance with the License.  You may obtain a copy of the License at    
+// http://www.redhat.com/                                                   
+//                                                                          
+// Software distributed under the License is distributed on an "AS IS"      
+// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the 
+// License for the specific language governing rights and limitations under 
+// the License.                                                             
+//                                                                          
+// The Original Code is eCos - Embedded Configurable Operating System,      
+// released September 30, 1998.                                             
+//                                                                          
+// The Initial Developer of the Original Code is Red Hat.                   
+// Portions created by Red Hat are                                          
+// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// All Rights Reserved.                                                     
+// -------------------------------------------                              
+//                                                                          
+//####COPYRIGHTEND####
+
+
Index: packages/fs/rom/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/fs/rom/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog	2001/04/06 17:20:20	1.1
+++ ChangeLog	2001/07/18 11:30:39
@@ -0,0 +1,5 @@
+2001-07-13  Richard Panton (richard.panton@3glab.com)
+
+	* support/mk_romfs.c: Convert between host FS file modes and eCos
+	ones.
+
Index: packages/hal/arm/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/arch/current/ChangeLog,v
retrieving revision 1.57
diff -u -0 -r1.57 ChangeLog
--- ChangeLog	2001/06/22 18:18:47	1.57
+++ ChangeLog	2001/07/18 11:31:41
@@ -0,0 +1,9 @@
+2001-07-17  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* include/hal_intr.h: Define range of exceptions more accurately.
+
+2001-07-16  Gary Thomas  <gthomas@redhat.com>
+
+	* src/hal_misc.c (exception_handler): Allow memory faults to be
+	caught, even when GDB stubs are not included.
+
Index: packages/hal/i386/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/arch/current/ChangeLog,v
retrieving revision 1.21
diff -u -0 -r1.21 ChangeLog
--- ChangeLog	2001/07/08 20:17:34	1.21
+++ ChangeLog	2001/07/18 11:32:10
@@ -0,0 +1,10 @@
+2001-07-13  Nick Garnett  <nickg@redhat.com>
+
+	* include/arch.inc:
+	Added code to clear CR0:TS bit in hal_fpu_init macro. If this bit
+	is not clear, then the following finit might trap, and we don't
+	want that.
+	Added a compare to hal_fpu_push_exc macro for a zero fpu state
+	owner. The code was assuming the move set the condition codes,
+	which it doesn't.
+
@@ -299 +308,0 @@
-start-sanitize-net	
@@ -304 +312,0 @@
-end-sanitize-net	
Index: packages/hal/i386/pc/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/pc/current/ChangeLog,v
retrieving revision 1.8
diff -u -0 -r1.8 ChangeLog
--- ChangeLog	2001/06/10 19:35:34	1.8
+++ ChangeLog	2001/07/18 11:32:29
@@ -0,0 +1,6 @@
+2001-07-13  Nick Garnett  <nickg@redhat.com>
+
+	* cdl/hal_i386_pc.cdl: Added requires statement to
+	CYGSEM_HAL_ROM_MONITOR option to turn off lazy FPU switching. ROM
+	monitors should not be playing these kinds of games.
+
Index: packages/hal/mips/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/arch/current/ChangeLog,v
retrieving revision 1.48
diff -u -0 -r1.48 ChangeLog
--- ChangeLog	2001/07/06 19:11:35	1.48
+++ ChangeLog	2001/07/18 11:32:48
@@ -0,0 +1,15 @@
+2001-07-17  David Woodhouse <dwmw2@redhat.com>
+
+	* src/redboot_linux_exec.c: Add environment stuff to the 'exec' 
+	command, also make it use the entry point from the last 'load' 
+	command if there is one.
+	Also add '-w' delay option.
+
+2001-07-09  David Woodhouse <dwmw2@redhat.com>
+
+	* src/redboot_linux_exec.c: New 'exec' command for RedBoot, mostly
+	copied from the SH version, hacked to pass arguments in argc/argv
+	form as that seems to be what most Linux/MIPS kernels expect to
+	receive from PMON.
+	* cdl/hal_mips.cdl: Add necessary magic for the above.
+	
Index: packages/hal/sh/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/sh/arch/current/ChangeLog,v
retrieving revision 1.31
diff -u -0 -r1.31 ChangeLog
--- ChangeLog	2001/07/06 19:11:35	1.31
+++ ChangeLog	2001/07/18 11:33:13
@@ -0,0 +1,4 @@
+2001-07-09  Jesper Skov  <jskov@redhat.com>
+
+	* src/sh_stub.c: Fixed potential SH4 problem in UBC handling.
+
Index: packages/hal/sh/cq7750/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/sh/cq7750/current/ChangeLog,v
retrieving revision 1.7
diff -u -0 -r1.7 ChangeLog
--- ChangeLog	2001/06/01 22:16:43	1.7
+++ ChangeLog	2001/07/18 11:33:28
@@ -0,0 +1,9 @@
+2001-07-13  Jesper Skov  <jskov@redhat.com>
+
+	* include/platform.inc (BSC_settings_table): Replaced
+	CYGARC_REG_SDMR2 with the value specific to the board.
+
+2001-07-09  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/hal_sh_sh7750_cq7750.cdl: Option description tweaks.
+
Index: packages/hal/sh/sh4/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/sh/sh4/current/ChangeLog,v
retrieving revision 1.8
diff -u -0 -r1.8 ChangeLog
--- ChangeLog	2001/06/01 22:16:44	1.8
+++ ChangeLog	2001/07/18 11:33:45
@@ -0,0 +1,50 @@
+2001-07-17  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/hal_sh_sh4.cdl: Allow caching.
+
+	* include/mod_regs_intc.h (CYGARC_REG_ICR_INIT): Revert
+	CYGHWR_HAL_SH_IRQ_USE_IRQLVL sense.
+
+	* include/variant.inc: Fix alignment bug.
+
+	* include/mod_regs_ubc.h: Compile when UBC disabled.
+
+2001-07-16  Jesper Skov  <jskov@redhat.com>
+
+	* src/var_misc.c (hal_interrupt_update_level): Fix typo.
+
+	* include/variant.inc: Added ICR initialization.
+
+	* include/mod_regs_intc.h: Added ICR definitions.
+
+	* cdl/hal_sh_sh4.cdl: Interrupt option cleanup.
+
+	* include/mod_regs_bsc.h: Added some BCR1 and MCR register bit
+	definitions. Deleted wrong register definitions.
+
+	* src/pcic.c (cyg_hal_sh_pcic_pci_init): Set PCIC MCR
+	register. Set BCR1 master flag. Set PCI cache line size.
+
+2001-07-13  Jesper Skov  <jskov@redhat.com>
+
+	* include/mod_regs_bsc.h: Removed SDMR2 definition - it is
+	platform specific.
+
+2001-07-10  Jesper Skov  <jskov@redhat.com>
+
+	* include/mod_7750.h: define intc macro.
+
+2001-07-09  Jesper Skov  <jskov@redhat.com>
+
+	* include/mod_regs_ubc.h: Ignore ASID when stepping.
+
+	* include/mod_7750.h: Fix DCAC address top.
+
+	* src/variant.S: Let all cache functions delay for 8 nops before
+	returning.
+
+	* include/mod_regs_bsc.h: Added more registers.
+
+	* cdl/hal_sh_sh4.cdl: Tweak options, add options for interrupts
+	and cache settings.
+
@@ -97 +147 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
Index: packages/infra/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/infra/current/ChangeLog,v
retrieving revision 1.19
diff -u -0 -r1.19 ChangeLog
--- ChangeLog	2001/06/15 22:45:08	1.19
+++ ChangeLog	2001/07/18 11:34:03
@@ -0,0 +1,8 @@
+2001-07-13  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/diag.cxx (diag_vprintf): Fix long longs (patch from
+	Motoya Kurotsu <kurotsu [at] allied-telesis.co.jp>
+
+	* cdl/debug.cdl: Make tracing styles be mutually exclusive properly
+	using an interface.
+
Index: packages/io/usb/eth/slave/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/usb/eth/slave/current/ChangeLog,v
retrieving revision 1.4
diff -u -0 -r1.4 ChangeLog
--- ChangeLog	2001/07/06 19:11:35	1.4
+++ ChangeLog	2001/07/18 11:34:20
@@ -0,0 +1,14 @@
+2001-07-10  Bart Veer  <bartv@redhat.com>
+
+	* doc/usbseth.sgml, doc/*.html:
+	Document the below changes.
+
+	* cdl/usbs_eth.cdl:
+	The USB-ethernet device now registers itself as either eth0 or
+	eth1 by default, depending on what else is present in the system.
+	Also bootp/dhcp support is prohibited for this network device on
+	the ground that it is rather unlikely that a host will provide
+	a dhcp service for a network device that does not exist until the
+	host-target connection has been fully established.
+	
+
Index: packages/kernel/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/kernel/current/ChangeLog,v
retrieving revision 1.60
diff -u -0 -r1.60 ChangeLog
--- ChangeLog	2001/06/22 18:19:06	1.60
+++ ChangeLog	2001/07/18 11:34:47
@@ -0,0 +1,5 @@
+2001-07-09  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* include/sched.inl (unlock_reschedule): Fix commenting.
+	* src/sched/sched.cxx: Improve description of unlock_inner().
+
Index: packages/language/c/libc/stdio/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/language/c/libc/stdio/current/ChangeLog,v
retrieving revision 1.7
diff -u -0 -r1.7 ChangeLog
--- ChangeLog	2001/06/22 18:19:07	1.7
+++ ChangeLog	2001/07/18 11:35:03
@@ -0,0 +1,7 @@
+2001-07-12  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Don't
+	flush a stream that was last used for reading - it doesn't need it.
+	* include/stream.hxx: cyg_libc_stdio_flush_all_but needs to be a
+	friend of class Cyg_StdioStream to do the above.
+
Index: packages/redboot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.32
diff -u -0 -r1.32 ChangeLog
--- ChangeLog	2001/07/06 19:11:35	1.32
+++ ChangeLog	2001/07/18 11:35:24
@@ -0,0 +1,15 @@
+2001-07-16  Gary Thomas  <gthomas@redhat.com>
+
+	* src/main.c (do_version): Use external function _flash_info() to 
+	display information about installed FLASH.
+
+	* src/load.c (load_srec_image): Remove extra '\n' on out of range msg.
+
+	* src/flash.c (_flash_info): New function - displays information
+	about FLASH found in system.  Used by 'version' command.
+
+2001-07-12  Gary Thomas  <gthomas@redhat.com>
+2001-07-12  Fabrice Gautier <gautier@email.enst.fr>
+	
+	* cdl/redboot.cdl: Improve some descriptions of options.
+
Index: packages/services/memalloc/common/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/services/memalloc/common/current/ChangeLog,v
retrieving revision 1.16
diff -u -0 -r1.16 ChangeLog
--- ChangeLog	2001/06/29 07:16:29	1.16
+++ ChangeLog	2001/07/18 11:35:42
@@ -0,0 +1,7 @@
+2001-07-12  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* tests/malloc1.c (main): Accoutn for allocators that do allocate
+	space for allocs of 0.
+	Test that allocating all space works.
+	* src/dlmalloc.cxx (get_status): Correct again calculation of maxfree
+

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

Here is a summary of the files modified:

M host/ChangeLog
M host/libcdl/ChangeLog
M host/libcdl/infer.cxx
M host/libcdl/interp.cxx
M host/libcdl/transact.cxx
M host/tools/configtool/ChangeLog
M host/tools/configtool/common/common/build.cxx
M host/tools/configtool/common/common/flags.cxx
M host/tools/configtool/common/win32/FailingRulesDialog.cpp
M host/tools/configtool/standalone/wxwin/CHANGES.txt
M host/tools/configtool/standalone/wxwin/configtool.cpp
M host/tools/configtool/standalone/wxwin/configtool.h
M host/tools/configtool/standalone/wxwin/configtoolview.cpp
M host/tools/configtool/standalone/wxwin/conflictsdlg.cpp
M host/tools/configtool/standalone/wxwin/filename.cpp
M host/tools/configtool/standalone/wxwin/mainwin.cpp
M host/tools/configtool/standalone/wxwin/mainwin.h
M host/tools/configtool/standalone/wxwin/symbols.h
M host/tools/configtool/standalone/wxwin/templatesdlg.cpp
M packages/ChangeLog
M packages/NEWS
M packages/ecos.db
M packages/devs/eth/smsc/lan91cxx/current/ChangeLog
M packages/devs/eth/smsc/lan91cxx/current/src/if_lan91cxx.c
M packages/devs/flash/arm/ebsa285/current/ChangeLog
M packages/devs/flash/arm/ebsa285/current/src/ebsa285_flash.c
M packages/devs/flash/arm/ebsa285/current/src/flash.h
M packages/devs/flash/intel/strata/current/ChangeLog
M packages/devs/flash/intel/strata/current/src/flash_program_buf.c
M packages/devs/flash/intel/strata/current/src/flash_query.c
M packages/devs/pcmcia/arm/assabet/current/ChangeLog
M packages/devs/pcmcia/arm/assabet/current/src/assabet_pcmcia.c
M packages/devs/pcmcia/arm/ipaq/current/ChangeLog
M packages/devs/pcmcia/arm/ipaq/current/src/ipaq_pcmcia.c
A packages/devs/wallclock/dallas/ds12887/current/ChangeLog
A packages/devs/wallclock/dallas/ds12887/current/cdl/wallclock_ds12887.cdl
A packages/devs/wallclock/dallas/ds12887/current/src/ds12887.cxx
A packages/devs/wallclock/sh/sh3/current/ChangeLog
A packages/devs/wallclock/sh/sh3/current/cdl/wallclock_sh3.cdl
A packages/devs/wallclock/sh/sh3/current/src/wallclock_sh3.cxx
R packages/devs/wallclock/sh3/current/ChangeLog
R packages/devs/wallclock/sh3/current/cdl/wallclock_sh3.cdl
R packages/devs/wallclock/sh3/current/src/wallclock_sh3.cxx
M packages/fs/rom/current/ChangeLog
M packages/fs/rom/current/support/mk_romfs.c
M packages/hal/arm/arch/current/ChangeLog
M packages/hal/arm/arch/current/include/hal_intr.h
M packages/hal/arm/arch/current/src/hal_misc.c
M packages/hal/i386/arch/current/ChangeLog
M packages/hal/i386/arch/current/cdl/hal_i386.cdl
M packages/hal/i386/arch/current/include/arch.inc
M packages/hal/i386/generic/current/cdl/hal_i386_generic.cdl
M packages/hal/i386/pc/current/ChangeLog
M packages/hal/i386/pc/current/cdl/hal_i386_pc.cdl
M packages/hal/mips/arch/current/ChangeLog
M packages/hal/mips/arch/current/cdl/hal_mips.cdl
A packages/hal/mips/arch/current/src/redboot_linux_exec.c
M packages/hal/sh/arch/current/ChangeLog
M packages/hal/sh/arch/current/src/sh_stub.c
M packages/hal/sh/cq7750/current/ChangeLog
M packages/hal/sh/cq7750/current/cdl/hal_sh_sh7750_cq7750.cdl
M packages/hal/sh/cq7750/current/include/platform.inc
M packages/hal/sh/sh4/current/ChangeLog
M packages/hal/sh/sh4/current/cdl/hal_sh_sh4.cdl
M packages/hal/sh/sh4/current/include/mod_7750.h
M packages/hal/sh/sh4/current/include/mod_regs_bsc.h
M packages/hal/sh/sh4/current/include/mod_regs_intc.h
M packages/hal/sh/sh4/current/include/mod_regs_ubc.h
M packages/hal/sh/sh4/current/include/variant.inc
M packages/hal/sh/sh4/current/src/var_misc.c
M packages/hal/sh/sh4/current/src/variant.S
M packages/infra/current/ChangeLog
M packages/infra/current/cdl/debug.cdl
M packages/infra/current/src/diag.cxx
M packages/io/usb/eth/slave/current/ChangeLog
M packages/io/usb/eth/slave/current/cdl/usbs_eth.cdl
M packages/io/usb/eth/slave/current/doc/io-usb-slave-eth.html
M packages/io/usb/eth/slave/current/doc/usbseth-control.html
M packages/io/usb/eth/slave/current/doc/usbseth-data.html
M packages/io/usb/eth/slave/current/doc/usbseth-host.html
M packages/io/usb/eth/slave/current/doc/usbseth-init.html
M packages/io/usb/eth/slave/current/doc/usbseth-intro.html
M packages/io/usb/eth/slave/current/doc/usbseth-netdev.html
M packages/io/usb/eth/slave/current/doc/usbseth-protocol.html
M packages/io/usb/eth/slave/current/doc/usbseth.sgml
M packages/kernel/current/ChangeLog
M packages/kernel/current/include/sched.inl
M packages/kernel/current/src/sched/sched.cxx
M packages/language/c/libc/stdio/current/ChangeLog
M packages/language/c/libc/stdio/current/include/stream.hxx
M packages/language/c/libc/stdio/current/src/common/fflush.cxx
M packages/pkgconf/fixhtml.tcl
M packages/pkgconf/rules.mak
M packages/redboot/current/ChangeLog
M packages/redboot/current/cdl/redboot.cdl
M packages/redboot/current/src/flash.c
M packages/redboot/current/src/load.c
M packages/redboot/current/src/main.c
M packages/services/memalloc/common/current/ChangeLog
M packages/services/memalloc/common/current/src/dlmalloc.cxx
M packages/services/memalloc/common/current/tests/malloc1.c


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