summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2005-12-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-12-181-0/+6
| | | | | | * common/common.add.in: Remove __os_install_post. * cpukit/rtems-cpukit.add, gdb/gdb.add, rtems/rtems.add, rtemsdoc/rtemsdoc.add: Add __os_install_post.
* Remove Packager:Ralf Corsepius2005-12-181-1/+0
|
* This commit was generated by cvs2svn to compensate for changes in r12921,Ralf Corsepius2005-12-111-0/+404
|\ | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2005-12-111-0/+404
| |
* | 2005-12-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-12-091-1/+1
| | | | | | | | * ChangeLog: fixed wrong date of last ChangeLog entry.
* | 2005-11-02 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-12-092-1/+7
| | | | | | | | | | | | PR 849/networking * librpc/src/rpc/rtems_portmapper.c: Increased stack size by ARGSIZE to prevent overrun.
* | 2005-12-02 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-12-024-0/+63
| | | | | | | | | | | | | | | | | | * shared/irq/irq_init.c, shared/openpic/openpic.h shared/openpic/openpic.c: The 8240's EPIC has a 'serial' mode of operation for multiplexing 16 interrupt lines. This introduces a pipeline delay which can cause spurious interrupts unless ending the interrupt cycle (EOI) is delayed accordingly.
* | 2005-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-12-024-26/+72
| | | | | | | | | | | | | | | | | | * shared/vectors/vectors.h, shared/vectors/vectors.S, shared/vectors/vectors_init.c: Reduced size of default prologue (some exceptions, e.g., altivec unavail.) are only 0x20 bytes apart. Also introduced a modified prologue that switches r0..r3 shadowing off (r0..r3 undefined on certain 603e variants when incurring a TLB miss).
* | 2005-11-29 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-11-303-0/+9
| | | | | | | | | | | | * shared/irq/irq_asm.S, shared/vectors/vectors.S: Clear CR[6] before invoking high-level handler to make sure no varargs fn callee assumes there are FP arguments.
* | 2005-11-29 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-11-302-0/+5
| | | | | | | | | | * shared/irq/irq.c: Fixed incorrect removal of first shared interrupt in chain.
* | - trivial correction in commentTill Straumann2005-11-291-1/+1
| |
* | Fixed format.Joel Sherrill2005-11-221-4/+4
| |
* | 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-222-19/+1
| | | | | | | | * aclocal/enable-bare.m4: Remove (Unused).
* | 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-222-5/+2
| | | | | | | | | | | | * aclocal/env-rtemsbsp.m4: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
* | 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-2218-25/+45
| | | | | | | | | | * configure.ac: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
* | 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-221-1/+1
| | | | | | | | * automake/compile.am: Remove .obj.
* | Remove .objRalf Corsepius2005-11-221-1/+1
| |
* | 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-223-20/+24
| | | | | | | | * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
* | 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-221-0/+7
| | | | | | | | | | | | | | * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg, custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg, custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg: Use .srec for files containing SRECs.
* | Use .srec for files containing SRECs.Ralf Corsepius2005-11-229-20/+20
| |
* | 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-222-1/+5
| | | | | | | | * automake/compile.am: Remove .coff.
* | 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-221-0/+5
| | | | | | | | | | * custom/gp32.cfg: Replace .gxb with .elf. * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
* | Replace .coff with .elf.Ralf Corsepius2005-11-222-6/+6
| |
* | Replace .gxb with .elf.Ralf Corsepius2005-11-221-2/+2
| |
* | 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-228-29/+16
| | | | | | | | * bsp_specs: remove %lib.
* | 2005-11-21 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-11-222-0/+9
| | | | | | | | | | | | | | * new-exceptions/cpu_asm.S: the book says a context synchronizing instruction (isync) is necessary after flipping certain bits (e.g, MSR_FP) in msr -- since this could happen as part of a context switch I added 'isync'.
* | 2005-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-212-3/+7
| | | | | | | | * configure.ac: New header guard for cpuopts.h.
* | 2005-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-212-6/+14
| | | | | | | | | | * gccnewlib/gccnewlib.add: Rename src.rpm back to gcc-newlib.src.rpm. Misc fixups.
* | 2005-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-211-0/+4
| | | | | | | | | | | | | | * gccnewlib/target-c++.add, gccnewlib/target-g77.add, gccnewlib/target-gcc.add, gccnewlib/target-gcj.add, gccnewlib/target-gfortran.add, gccnewlib/target-gnat.add gccnewlib/target-objc.add: Add License.
* | Add License.Ralf Corsepius2005-11-217-2/+13
| |
* | Re-sort sub-package fragments.Ralf Corsepius2005-11-211-6/+6
| |
* | Add License.Ralf Corsepius2005-11-215-1/+6
| |
* | 2005-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-211-0/+6
| | | | | | | | | | | | * gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/base-gfortran.add, gccnewlib/base-gnat.add: Add License.
* | Add dist_scn_DATA = *.scn.Ralf Corsepius2005-11-2128-0/+84
| |
* | Re-add mp?? tests.Ralf Corsepius2005-11-201-13/+13
| |
* | Re-add mptests*Makefile.am.Ralf Corsepius2005-11-201-13/+39
| |
* | 2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-201-0/+5
| | | | | | | | | | * configure.ac: Re-add mptests*Makefile.am. * mptests/Makefile.am: Re-add mp?? tests.
* | Regenerate.Ralf Corsepius2005-11-20107-109/+114
| |
* | Cleanup.Ralf Corsepius2005-11-201-2/+0
| |
* | New.Ralf Corsepius2005-11-2039-0/+572
| |
* | 2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-201-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mptests/mp02/Makefile.am, mptests/mp02/node1/Makefile.am, mptests/mp02/node2/Makefile.am, mptests/mp03/Makefile.am, mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am, mptests/mp04/Makefile.am, mptests/mp04/node1/Makefile.am, mptests/mp04/node2/Makefile.am, mptests/mp05/Makefile.am, mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am, mptests/mp06/Makefile.am, mptests/mp06/node1/Makefile.am, mptests/mp06/node2/Makefile.am, mptests/mp07/Makefile.am, mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am, mptests/mp08/Makefile.am, mptests/mp08/node1/Makefile.am, mptests/mp08/node2/Makefile.am, mptests/mp09/Makefile.am, mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am, mptests/mp10/Makefile.am, mptests/mp10/node1/Makefile.am, mptests/mp10/node2/Makefile.am, mptests/mp11/Makefile.am, mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am, mptests/mp12/Makefile.am, mptests/mp12/node1/Makefile.am, mptests/mp12/node2/Makefile.am, mptests/mp13/Makefile.am, mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am, mptests/mp14/Makefile.am, mptests/mp14/node1/Makefile.am, mptests/mp14/node2/Makefile.am: New.
* | Cleanup.Ralf Corsepius2005-11-201-3/+0
| |
* | Cleanup.Ralf Corsepius2005-11-202-4/+0
| |
* | Remove.Ralf Corsepius2005-11-2028-390/+0
| |
* | New.Ralf Corsepius2005-11-2028-0/+390
| |
* | Add scndir. Install *.scn to scndir.Ralf Corsepius2005-11-2028-28/+56
| |
* | 2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-201-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am, samples/base_sp/Makefile.am, samples/hello/Makefile.am, samples/ticker/Makefile.am, sptests/sp01/Makefile.am, sptests/sp02/Makefile.am, sptests/sp03/Makefile.am, sptests/sp04/Makefile.am, sptests/sp05/Makefile.am, sptests/sp06/Makefile.am, sptests/sp07/Makefile.am, sptests/sp08/Makefile.am, sptests/sp09/Makefile.am, sptests/sp11/Makefile.am, sptests/sp12/Makefile.am, sptests/sp13/Makefile.am, sptests/sp14/Makefile.am, sptests/sp15/Makefile.am, sptests/sp16/Makefile.am, sptests/sp17/Makefile.am, sptests/sp19/Makefile.am, sptests/sp20/Makefile.am, sptests/sp21/Makefile.am, sptests/sp22/Makefile.am, sptests/sp23/Makefile.am, sptests/sp24/Makefile.am, sptests/sp25/Makefile.am: Add scndir. Install *.scn to scndir.
* | Add rtems_ada_testsdir.Ralf Corsepius2005-11-201-0/+2
| |
* | 2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-201-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | * samples/base_mp/Makefile.am: Remove references to *.scn. * samples/base_mp/node1/base_mp.scn: Remove. * samples/base_mp/node1/base_mp-node1.scn: New. * samples/base_mp/node1/Makefile.am: Eliminate NODE. Reflect having renamed base_mp.scn. * samples/base_mp/node2/base_mp.scn: Remove. * samples/base_mp/node2/base_mp-node2.scn: New. * samples/base_mp/node2/Makefile.am: Eliminate NODE. Reflect having renamed base_mp.scn.
* | Remove references to *.scn.Ralf Corsepius2005-11-201-2/+0
| |