Timeline



08/10/99:

21:19 Changeset in rtems [be5df8de]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added ts_i386ex
18:10 Changeset in rtems [1775dad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Last minute patch to change the signal type for ASM_PROG_VECTOR from Eric Valette <valette@…>.
18:08 Changeset in rtems [cef2fb5f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Last minute cleanup patch to close comment from Eric Valette <valette@…>.
16:41 Changeset in rtems [981b99f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> and Emmanuel Raguet <raguet@…>: - the dec21140 driver code has been hardened (various bug fixed) Emmanuel, - bug in the mcp750 init code have been fixed (interrupt stack/initial stack initialization), BSS correctly cleared (Eric V) - remote debugging over TCP/IP is nearly complete (berakpoints, backtrace, variables,...) (Eric V), - exception handling code has also been improved in order to fully support RDBG requirements (Eric V),
15:38 Changeset in rtems [908436c1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New configuration files added by patch from Ralf Corsepius <corsepiu@…>".
15:08 Changeset in rtems [01be59d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to correct a minor problem with the HAS_MP patch and regenerated files.
15:03 Changeset in rtems [e1929ce]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added define at request of Jason Merrill.
15:02 Changeset in rtems [2fe7208]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added NO_IMPLICIT_EXTERN_C at suggestion of Jason Merrill.

08/06/99:

17:55 Changeset in rtems [3a8915e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19990709-6-diff from Ralf Corsepius <corsepiu@…> applied. This modified many Makefiles and custom files and makes many more settings (network, multiprocessing, etc) gnerated by autoconf.
16:56 Changeset in rtems [22544db9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Typo -- removed blank line at top of file.
16:00 Changeset in rtems [f42fb02]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Jiri Gaisler <jgais@…> to fix remote gdb use: I just released erc32ccs-2.0.6 which includes some fixes and the Ada-self optimisation. Remote debugging of Ada programs did not work due to a conflict between monior and rtems trap handlers. I have attached a modified gnatsupp.c that makes remote debugging possible again.

08/05/99:

22:37 Changeset in rtems [a92280e0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now supports C++ global constructors and exceptions.
18:48 Changeset in rtems [1c92f8a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990805
18:02 Changeset in rtems [a1c70a2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed typo on report from Tony R. Ambardar <tonya@…>.

08/03/99:

13:52 Changeset in rtems [783e8322]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> to fix interrupt initialization typo and make i8259s_cache only accessed from C.

08/02/99:

20:26 Changeset in rtems [26eff5c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fix By Joel based on suggestion from Ian Lance Taylor <ian@…> to fix problem reported by Ralf Corsepius <corsepiu@…>. Date: Fri, 30 Jul 1999 14:53:20 -0500 (CDT) From: <joel@…> it is used like this in i386ex/start/start.S /* set up same values in cache */ start.S: movw $0xFFFB, SYM(i8259s_cache) I am heading out the door. Any other ideas what could have tripped this? This instruction appears in a .code16 section. In a .code16 section, current versions of gas assume that all addresses are 16 bits unless told otherwise. If you change the line to addr32 movw $0xFFFB, SYM(i8259s_cache) then you will get a 32 bit address reference. You may want to use addr32 only when NEW_GAS is defined.
16:38 Changeset in rtems [60ee6da]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated DDD section after comments from Jiri.
15:40 Changeset in rtems [ae2ddb8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: The patch below fixes a nasty bug in acpolish, which has broken many Makefile.ins below c/src/tests/ APPLYING THE PATCH: patch -p1 < rtems-rc-19990709-5.diff The essential part of this patch is the diff-fragment for acpolish contained in this patch. Ie. if any of the other diffs do not apply, make sure that the acpolish diff was applied correctly and then run cd <srcdir> tools/update/rtems-polish.sh -ac
15:33 Changeset in rtems [fdb37e8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file from Ralf Corsepius <corsepiu@…> missed being added in a previous patch.
15:25 Changeset in rtems [ac384b9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added more sections to pick up all of the new C++ sections.
15:24 Changeset in rtems [bd527866]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now correctly does deep copy.
13:55 Changeset in rtems [a3c8bda]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Update from Andrew McDowell? <drew@…>. DOS CR/LF, etc fixed by Joel.

07/30/99:

17:52 Changeset in rtems [1896a650]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: The main topic is replacing the hard-coded values for HAS_MP and HAS_RDBG in custom/*.cfg with per-bsp configuration-time autoconf checks (This is the patch I had mentioned before earlier this week). CHANGES * HAS_MP removed from custom/*.cfg, replaced with configuration time autoconf check * HAS_RDBG removed from custom/*.cfg, replaced with configuration-time autoconf check * NEW: c/src/make/bsp.cfg.in, takes configuration-time checked per-bsp values (i.e. HAS_MP, HAS_RDBG), gets installed as $(prefix)/<bsp>/make/bsp.cfg * NEW: default.cfg includes bsp.cfg - this change is backward compatible. * IMPORT_SRC: apply VPATH instead for ts_386ex/i386ex subdirectory Makefile.ins * HACK: a bug in acpolish mis-handles addtions to makefile variables which are enclosed in gmake conditionals: c/src/lib/libbsp/m68k/ods68302/start302/Makefile.in * Apply inline_dir, HAS_MP and HAS_RDBG for avoiding configuration of unneeded subdirectories in various configure.in files. * Several minor changes in Makefile.ins and configure.ins, wrt. to the order of including *.cfg and defining Makefile variables APPLYING THE PATCH: patch -p1 < rtems-rc-19990709-4.diff ./autogen
17:28 Changeset in rtems [aa9eb940]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed typos.
17:18 Changeset in rtems [a2cc7b7f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected typo and added correct conditional compilation on RTEMS_POSIX_API.

07/29/99:

23:01 Changeset in rtems [6805640e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Charles-Antoine Gauthier <charles.gauthier@…> to correct a typo CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES was actually typed in as CPU_CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
22:54 Changeset in rtems [760777d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added section on ddd.
22:48 Changeset in rtems [c985385]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added some more information on BDM debuggers.
22:48 Changeset in rtems [14e62e1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added information on David Fiddes site.

07/28/99:

18:04 Changeset in rtems [e112b63]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch to remove rcs-clean.in as it is unused from Ralf Corsepius <corsepiu@…>.
18:03 Changeset in rtems [f94e76ba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fix after this report from Peter Pointner <pr@…>: Problem: a posix thread which is created by pthread_attr_init(&tattr); pthread_attr_setinheritsched(&tattr, PTHREAD_EXPLICIT_SCHED); pthread_attr_setschedpolicy(&tattr, SCHED_RR); pthread_create(&th, &tattr, func, arg); has a first timeslice of 232 ticks (changing a running thread to SCHED_RR id ok). I use RTEMS-4.0.0. I am not sure if the problem exists in the current CVS head revision. If it's not fixed, the patch at the end should do it. Peter --- pthreadcreate.c.orig Wed Jul 28 14:45:58 1999 +++ pthreadcreate.c Wed Jul 28 15:06:09 1999 @@ -199,6 +199,10 @@ api->schedpolicy = schedpolicy; api->schedparam = schedparam; + if ( schedpolicy == SCHED_RR ) { + the_thread->cpu_time_budget = _Thread_Ticks_per_timeslice; + } + /* * This insures we evaluate the process-wide signals pending when we * first run.
17:29 Changeset in rtems [f28dfb36]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added information on using objcopy to produce IEEE-695 format.
16:14 Changeset in rtems [f82c98b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Missed adding file from Eric Valette <valette@…>. This file is necessary because the bootloader is compiled with different options than the basic C library.

07/27/99:

15:20 Changeset in rtems [c32555c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Jay Kulpinski <jskulpin@…> to correct definitions of CONSOLE_USE_POLLED to be !CONSOLE_USE_INTERRUPTS instead of ~CONSOLE_USE_INTERRUPTS.
Note: See TracTimeline for information about the timeline view.