Timeline



03/18/03:

20:43 Changeset in rtems [49f02ff] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. Since only addresses are used and never those variable's values, the type used in a declaration is not important.
20:42 Changeset in rtems [bef4fddd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. Since only addresses are used and never those variable's values, the type used in a declaration is not important.
19:26 Changeset in rtems [7e9c793b] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant. Enable EABI by adding -meabi -msdata=eabi CFLAGS.
19:26 Changeset in rtems [73e3614]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant. Enable EABI by adding -meabi -msdata=eabi CFLAGS.
19:24 Changeset in rtems [2ae52c75] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps This patch makes RTEMS/powerpc/shared EABI compliant. * irq/irq_init.c, start/Makefile.am, start/start.S, startup/bspstart.c, startup/pgtbl_setup.c, vectors/vectors.h, vectors/vectors_init.c: zero_bss() should clear not only bss but sbss and sbss2 also (this is probably a bugfix, as sbss/sbss2 are probably used even if -msdata=eabi is not specified). * start/rtems_crti.S: New file which must be linked immediately after ecrti.o. rtems_crti.o contains a code snippet who lets init() return immediately. Also, a new entry point '_init' to the C++ Ctors is generated for use by the RTEMS Thread_Handler.
19:24 Changeset in rtems [2e0ee93e] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * src/threadhandlerc: This patch makes RTEMS/PowerPC eabi compliant. Let Thread_Handler verify that _init/_main are non-NULL before calling them (gives the linker script/user more freedom to handle special cases).
19:24 Changeset in rtems [66565bb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * src/threadhandlerc: This patch makes RTEMS/PowerPC eabi compliant. Let Thread_Handler verify that _init/_main are non-NULL before calling them (gives the linker script/user more freedom to handle special cases).
19:22 Changeset in rtems [9cfccae] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * cpu.c: This patch makes RTEMS/PowerPC eabi compliant.
19:22 Changeset in rtems [ab504d3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * cpu.c: This patch makes RTEMS/PowerPC eabi compliant.
19:20 Changeset in rtems [6ac7a12] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'. Cherrypick from master 2003-03-18 19:20:55 UTC Joel Sherrill <joel.sherrill@…> '2003-03-18 Till Straumann <strauman@…>': c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S
19:20 Changeset in rtems [64f8ae4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps This patch makes RTEMS/powerpc/shared EABI compliant. * irq/irq_init.c, start/Makefile.am, start/start.S, startup/bspstart.c, startup/pgtbl_setup.c, vectors/vectors.h, vectors/vectors_init.c: zero_bss() should clear not only bss but sbss and sbss2 also (this is probably a bugfix, as sbss/sbss2 are probably used even if -msdata=eabi is not specified). * start/rtems_crti.S: New file which must be linked immediately after ecrti.o. rtems_crti.o contains a code snippet who lets init() return immediately. Also, a new entry point '_init' to the C++ Ctors is generated for use by the RTEMS Thread_Handler.
18:26 Ticket #356 (make rtems + powerpc/shared BSP [more] sysv/eabi compliant) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied.
18:16 Changeset in rtems [98847ed8] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * bsp_specs, start/Makefile.am, startup/linkcmds This patch makes RTEMS/powerpc/shared EABI compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. This prevents the compiler from generating a relocation who assumes the existence of an rtems_end object in one of the short data areas (which would result in a linker error).
18:16 Changeset in rtems [c4561f2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * bsp_specs, start/Makefile.am, startup/linkcmds This patch makes RTEMS/powerpc/shared EABI compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. This prevents the compiler from generating a relocation who assumes the existence of an rtems_end object in one of the short data areas (which would result in a linker error).
15:34 Ticket #377 (improved dec21140, pci vector autoconfig, shared interrupts) created by gregory.menke
- multi-unit & shared irq support for libhcip dec21140 on motorola …
14:37 Ticket #376 (pppd's strlcpy/strlcat conflict with newlib) created by Ralf Corsepius
newlib-0.11 provides strlcat and strcpy. newlib < 0.11 did not. …
14:25 Changeset in rtems [95501284] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Joel Sherrill <joel@…> * comm/GDB.HOWTO: Updated.
14:24 Changeset in rtems [c599ce7b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Joel Sherrill <joel@…> * comm/GDB.HOWTO: Updated.
13:28 Ticket #375 (rtems-users defunct) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Mail machine died and needed to be rebooted.

03/17/03:

05:52 Ticket #375 (rtems-users defunct) created by Ralf Corsepius
rtems-users is defunct for more than 24 hours. Release: N/A
04:16 Ticket #363 (Move _RTEMS_version[]) closed by Ralf Corsepius
State-Changed-From-To: analyzed->closed State-Changed-Why: _RTEMS_version moved on branch
04:15 Ticket #373 (Remove tools/update?) closed by Ralf Corsepius
State-Changed-From-To: working->closed State-Changed-Why: tools/update removed

03/14/03:

00:25 Changeset in rtems [04a6b0da] by Ralf Corsepius <ralf.corsepius@…>
2003-03-13 Ralf Corsepius <corsepiu@…> * acinclude.m4: Reformat build_* handling. Preset *_alias if empty. * configure.ac: Change tools/build to build-config dirs. Conditionally build tools/build as host-config dirs.

03/13/03:

11:03 Changeset in rtems [7d9818c] by Ralf Corsepius <ralf.corsepius@…>
2003-03-13 Ralf Corsepius <corsepiu@…> * acinclude.m4: Fix broken comments. Add hidden option --enable-experimental. * README.cdn-X: Update. * configure.ac: Build tools/build as host and build-host tools to accomodate those BSPs applying packhex in <BSP>.cfg. Build tools/cpu as build-host tools.
01:31 Changeset in rtems [19c69fa1] by Ralf Corsepius <ralf.corsepius@…>
2003-03-12 Ralf Corsepius <corsepiu@…> * tools/Makefile.am: Remove. * configure.ac: Remove tools/Makefile.am * acinclude.m4: Fix build_subdir handling. * Makefile.am: Remove tools from SUBDIRS. Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
01:26 Changeset in rtems [58dccb1] by Ralf Corsepius <ralf.corsepius@…>
* empty log message *

03/12/03:

08:21 Changeset in rtems [2ff68ec2] by Ralf Corsepius <ralf.corsepius@…>
2003-03-12 Ralf Corsepius <corsepiu@…> * 310_to_320_list: Delete (Obsolete). * acpolish: Delete (Obsolete). * ampolish: Delete (Obsolete). * cipolish: Delete (Obsolete). * rtems-polish.sh: Delete (Obsolete). * update.in: Delete (Unused). * word-replace.in: Delete (Unused). * README: Delete (Obsolete). * Makefile.am: Reflect changes above. * configure.ac: Reflect changes above.
08:12 Changeset in rtems [63d6833] by Ralf Corsepius <ralf.corsepius@…>
2003-03-12 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around Cygwin mistreating paths.

03/11/03:

23:13 Changeset in rtems [2bca4ea3] by Ralf Corsepius <ralf.corsepius@…>
2003-03-11 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Reflect changes to project_libdir.
23:12 Changeset in rtems [1a7784f] by Ralf Corsepius <ralf.corsepius@…>
2003-03-11 Ralf Corsepius <corsepiu@…> * aclocal/env-rtemscpu.m4: Remove obsolete comment. Add MULTISUBDIR to probject_libdir.
16:28 Changeset in rtems [03cd4b61] by Ralf Corsepius <ralf.corsepius@…>
2003-03-11 Ralf Corsepius <corsepiu@…> * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused). * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused). Remove RTEMS_PROJECT_ROOT (Unused). * aclocal/tool-paths.m4: Delete.
12:40 Changeset in rtems [69b742e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
12:12 Changeset in rtems [5ba8f30]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
11:47 Changeset in rtems [ec0a346]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
11:16 Changeset in rtems [f418d6e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
11:00 Changeset in rtems [6600424d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
10:43 Changeset in rtems [7a97f26]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
09:42 Changeset in rtems [afaa498d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
09:06 Changeset in rtems [3c55718]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
08:47 Changeset in rtems [9b353a5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
08:10 Changeset in rtems [d2c26e4b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
07:56 Changeset in rtems [6c63598]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix CVS-Ids

03/10/03:

16:46 Changeset in rtems [89b51f4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch
16:41 Changeset in rtems [d2c2c6ca] by Ralf Corsepius <ralf.corsepius@…>
2003-03-10 Ralf Corsepius <corsepiu@…> * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
14:52 Ticket #374 (PR270 patch wrong and malloc message suppression) created by Eric Norum
The patch sent as part of PR270 got applied to the wrong place. The …

03/07/03:

03:05 Ticket #373 (Remove tools/update?) created by Ralf Corsepius
All of the files in tools/update are not used by RTEMS itself. All …
03:00 Changeset in rtems [52f13c3] by Ralf Corsepius <ralf.corsepius@…>
2003-03-07 Ralf Corsepius <corsepiu@…> * configure.ac: Add AC_CHECK_HEADERS(getopt.h) to work around a bug in autoconf-2.57.

03/06/03:

11:31 Changeset in rtems [ebab901] by Ralf Corsepius <ralf.corsepius@…>
2003-03-06 Ralf Corsepius <corsepiu@…> * configure.ac: Remove AC_CONFIG_AUX_DIR.
11:13 Changeset in rtems [d10340a] by Ralf Corsepius <ralf.corsepius@…>
2003-03-06 Ralf Corsepius <corsepiu@…> * configure.ac: Remove AC_CONFIG_AUX_DIR.
10:49 Changeset in rtems [0f1ee00] by Ralf Corsepius <ralf.corsepius@…>
2003-03-06 Ralf Corsepius <corsepiu@…> * configure.ac: Remove AC_CONFIG_AUX_DIR. * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
10:45 Changeset in rtems [b18646c9] by Ralf Corsepius <ralf.corsepius@…>
2003-03-06 Ralf Corsepius <corsepiu@…> * configure.ac: Remove AC_CONFIG_AUX_DIR.
09:40 Changeset in rtems [17569bf4] by Ralf Corsepius <ralf.corsepius@…>
2003-03-06 Ralf Corsepius <corsepiu@…> * configure.ac: Remove AC_CONFIG_AUX_DIR.
09:38 Changeset in rtems [45633aa] by Ralf Corsepius <ralf.corsepius@…>
2003-03-06 Ralf Corsepius <corsepiu@…> * configure.ac: Remove AC_CONFIG_AUX_DIR. * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
09:08 Changeset in rtems [6a02d055] by Ralf Corsepius <ralf.corsepius@…>
2003-03-06 Ralf Corsepius <corsepiu@…> * netinet/in_chksum.c: Remove duplicate case to include in_chksum_arm.c.
06:52 Changeset in rtems [cd83ff6] by Ralf Corsepius <ralf.corsepius@…>
2003-03-06 Ralf Corsepius <corsepiu@…> * configure.ac: AC_PREREQ(2.57).
06:51 Changeset in rtems [a7cc7b42] by Ralf Corsepius <ralf.corsepius@…>
2003-03-06 Ralf Corsepius <corsepiu@…> * Makefile.am: Remove stray reference to sptables.h.in.
06:14 Changeset in rtems [5bc48b5] by Ralf Corsepius <ralf.corsepius@…>
2003-03-06 Ralf Corsepius <corsepiu@…> * configure.ac: Remove sptables.h.in.
06:12 Changeset in rtems [691fed92] by Ralf Corsepius <ralf.corsepius@…>
2003-03-06 Ralf Corsepius <corsepiu@…> * include/rtems/sptables.h.in: Remove. * include/rtems/sptables.h: New. * include/.cvsignore: Remove. * include/rtems/.cvsignore: Remove. * inline/.cvsignore: Remove. * inline/rtems/.cvsignore: Remove. * macros/.cvsignore: Remove. * macros/rtems/.cvsignore: Remove. * src/.cvsignore: Remove.
06:05 Changeset in rtems [0b5d1b0a] by Ralf Corsepius <ralf.corsepius@…>
Fix ChangeLog?
06:01 Changeset in rtems [f87a9f2] by Ralf Corsepius <ralf.corsepius@…>
2003-03-04 Ralf Corsepius <corsepiu@…> * configure.ac: Add support/. * support/Makefile.am: New. * support/version.c: New. * wrapup/Makefile.am: Add support/libsupport.a.

03/04/03:

17:12 Changeset in rtems [b3ceb897] by Ralf Corsepius <ralf.corsepius@…>
2003-03-04 Ralf Corsepius <corsepiu@…> * Makefile.am: Build librtems++$(LIB_VARIANT).a
17:08 Changeset in rtems [64e5273] by Ralf Corsepius <ralf.corsepius@…>
2002-03-04 Ralf Corsepius <corsepiu@…> * include/rtems/system.h: Add RTEMS_REVISION.
11:27 Changeset in rtems [d24f574] by Ralf Corsepius <ralf.corsepius@…>
2003-03-04 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Use SRC += instead of make-vars.
07:24 Ticket #372 (strlcpy) created by Ralf Corsepius
libnetworking uses the BSD-proprietary strlcpy: …
06:55 Changeset in rtems [5372f16]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
06:02 Ticket #359 (bootstrap does not accept automake-1.7.3) closed by Ralf Corsepius
State-Changed-From-To: analyzed->closed State-Changed-Why: Version checks removed.
06:01 Ticket #362 (Moving RTEMS_VERSION) closed by Ralf Corsepius
State-Changed-From-To: analyzed->closed State-Changed-Why: RTEMS_VERSION moved to cpuopts.h on branch and trunk. This change should be transparent to users.
05:56 Ticket #366 (arm.h/ARM_HAS_THUMB) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: ARM_HAS_THUMB removed on branch and trunk.
Note: See TracTimeline for information about the timeline view.