summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2004-04-08 Joel Sherrill <joel@OARcorp.com>4.6.1Joel Sherrill2004-04-081-1/+1
| | | | * VERSION: Updated to rtems-4.6.1.
* 2004-04-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-084-2/+10
| | | | * aclocal/version.m4: Updated to rtems-4.6.1.
* Add missing PR604 reference.Joel Sherrill2004-04-081-0/+1
|
* 2004-04-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-083-2/+8
| | | | | | PR 594/tools * setup.def, autotools/autoconf-rtems.spec.in: Increment and rebuild so GNAT included.
* 2004-04-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-072-1/+6
| | | | | PR 602/bsps * irq/irq.h: Fix typo.
* 2004-04-03 Wilfried Busalski <w.busalski@lancier-monitoring.de>Joel Sherrill2004-04-031-0/+5
| | | | | PR 599/pppd * pppd/chat.c: Fre memory that is allocated to fix leak.
* 2004-04-03 Wilfried Busalski <w.busalski@lancier-monitoring.de>Joel Sherrill2004-04-031-101/+144
| | | | | | PR 599/pppd * pppd/chat.c: Fre memory that is allocated to fix leak.
* 2004-04-03 Art Ferrer <arturo.b.ferrer@nasa.gov>Joel Sherrill2004-04-033-0/+26
| | | | | | | PR 598/bsps * cpu_asm.S, rtems/score/cpu.h: Add save of floating point status/control register on context switches. Missing this register was causing intermittent floating point errors.
* 2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-04-012-3/+5
| | | | | PR 575/bsps * startup/linkcmds: Remove.
* 2004-03-30 David Querbach <querbach@realtime.bc.ca>Joel Sherrill2004-03-307-33/+30
| | | | | | | | | PR 595/tests * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the supplied buffer due to confusion in the definition of MESSAGE_SIZE. Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes, others treat it as a count of longs.
* 2004-03-30 David Querbach <querbach@realtime.bc.ca>Joel Sherrill2004-03-302-0/+8
| | | | | | | PR 596/tests * sp32/init.c: A missing definition of TEST_INIT before including <tmacros.h> means that buffered output will not work even if selected in buffer_test_io.h.
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-052-5/+30
| | | | * include/confdefs.h:
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-053-1/+8
| | | | | * psxmsgq01/init.c, psxtimer/psxtimer.c: Eliminate warning from previous patch.
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-054-63/+10
| | | | | | | | PR 576/doc * FAQ/FAQ.texi, FAQ/Makefile.am: Remove embedded information as it was out of date and frequently duplicated information available from other public sources like the CrossGCC Wiki. * FAQ/embeddedinfo.t: Removed.
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-052-3/+9
| | | | | | PR 505/bsps * setvec.c: Rework to remove punned pointer warning generated by gcc 3.3 and newer.
* 2004-02-26 Andreas Karlsson <andreas.karlsson@space.se>Joel Sherrill2004-02-262-0/+16
| | | | | * cpu_asm.S: Close window while restoring interrupted task state which resulted in CWP corruption.
* 2004-02-26 Thomas Rauscher <trauscher@loytec.com.Joel Sherrill2004-02-262-9/+26
| | | | | PR 584/RTEMS * src/eventtimeout.c: Fix critical section window.
* 2004-02-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-263-0/+17
| | | | | | PR 583/tests * tm26/task1.c, tm27/task1.c: Correctly reset _Thread_Dispatch_disable_level so printing is safe.
* 2004-02-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-265-6/+43
| | | | | | | | PR 582/core * src/mqueue.c, src/mqueuecreatesupp.c, src/mqueuedeletesupp.c, src/mqueueunlink.c: Use memory from workspace to avoid use of mutex during dispatch disable critical section. Besides memory for object names should come from the Workspace anyway.
* 2004-02-26 Sébastien Barré <sbarre@sdelcc.com>Joel Sherrill2004-02-263-28/+19
| | | | | | PR 582/core * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message queue test so more of it runs now.
* 2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-102-3/+8
| | | | | * Makefile.am: Use rtems_source_spec_DEPS instead of rtems_source_spec_DEPENDENCIES (Conflicts with automake internals).
* 2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-102-1/+4
| | | | * configure.ac: Remove rtemsdoc/mkspec.
* 2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-1011-109/+53
| | | | | | | | | | | | | | | * rtemsdoc/.cvsignore: Reformat. * configure.ac: Add RTEMS_RPM_RELEASE. * Makefile.am: Reformat. Add RTEMS_RPM_RELEASE support to rtems-source.add * rtems/rtems-source.add: Add RTEMS_RPM_RELEASE. * rtemsdoc/mkspec.in: Remove. * rtemsdoc/Makefile.am: Reworked. * rtemsdoc/header.add: Update Copyright notice. * rtemsdoc/rtemsdoc.add: Add RTEMS_RPM_RELEASE. Add %{rpmgroup}. Remove bzip-ing *.ps. * rtemsdoc/supplement.add.in: Add %{rpmgroup}. * rtemsdoc/templ.add.in: Add %{rpmgroup}.
* 2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-102-1/+5
| | | | * index.html.in: Change header URL to www.rtems.com.
* 2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-102-200/+5
| | | | | PR 575/bsps * startup/linkcmds: Remove.
* 2004-02-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-092-0/+50
| | | | | PR make_build/574 * Makefile.am: Re-added since missing for some reason.
* 2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-094-20/+18
| | | | | | | * rtems/rtems-source.add: New. * Makefile.am: Add rtems/rtems-source.spec handling. * configure.ac: AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]). * common/common.add.in: Use www.rtems.com as Vendor.
* This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.cvs2git2004-02-092-0/+57
| | | | | | Cherrypick from master 2004-02-01 08:27:24 UTC Ralf Corsepius <ralf.corsepius@rtems.org> '2004-02-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>': aclocal/rpm.m4 Cherrypick from master 2004-02-09 13:21:24 UTC Ralf Corsepius <ralf.corsepius@rtems.org> '2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>': scripts/rtems/rtems-source.add
* 2004-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-041-0/+4
| | | | * VERSION: Updated to rtems-4.6.0.
* 2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2004-02-042-1/+6
| | | | | PR 566/bsps * start/regs.S: Fix nasty typo.
* 2004-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-040-0/+0
| | | | * VERSION: Updated to rtems-4.6.0.
* 2004-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-041-4/+0
| | | | * aclocal/version.m4: Updated to rtems-4.6.0.
* 2004-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-042-44/+4
| | | | * Makefile.am: Removed.
* 2004-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-041-0/+4
| | | | * VERSION: Updated to rtems-4.6.0.
* 2004-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-042-0/+8
| | | | * aclocal/version.m4: Updated to rtems-4.6.0.
* 2004-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-042-0/+8
| | | | | * include/buffer_test_io.h: Do not use iprintf() if in ANSI compiler mode.
* 2004-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-0418-61/+82
| | | | | | | | | | | | * HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in, rtems_support.html.in, FAQ/basic.t, gnu_docs/gnu_footer.html, gnu_docs/index.html, gnu_docs/refcard.html, gnu_docs/rtems_tools_index.html, started/binaries.t, started/buildc.t, started/buildrt.t, started/intro.t, started/require.t, started/sample.t, started/tversions.texi.in: Attempt to make the documentation more accurately reflect the state of the world. These changes were primarily concerned with server layout.
* Add missing ChangeLog entryRalf Corsepius2004-02-031-0/+6
|
* 2004-02-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-013-1/+3
| | | | | | * configure.ac: Add RTEMSRPMGROUP. * common/rtems.texi.in: Add RTEMSRPMGROUP. * started/binaries.t: Add RTEMSRPMGROUP.
* 2004-02-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-011-0/+4
| | | | * aclocal/rpms.m4: New (extracted from scripts/configure.ac).
* 2004-02-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-013-35/+39
| | | | * binaries.t, buildc.t: Use @value{RTEMSRPMPREFIX} in refs to rpms.
* 2004-02-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-013-1/+10
| | | | | | * configure.ac: Add RTEMS_ENABLE_RPMPREFIX. Add RTEMSRPMPREFIX. * common/rtems.texi.in: Add RTEMSRPMPREFIX.
* 2004-01-30 Wilfried Busalski <w.busalski@lancier-monitoring.de>Joel Sherrill2004-01-304-17/+53
| | | | | | | PR pppd/564 * net/if_ppp.c, net/if_pppvar.h, net/ppp_tty.c: ppp0 Interface lose packets if the system use a slow baudrate for the modem or the tcp/ip-packet is fragmented.
* 2004-01-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-232-1/+5
| | | | * setup.def: Reflect new binutils RPM revision to correct defattr.
* 2004-01-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-231-0/+4
| | | | * configure.ac: Use all CAPS RTEMS.
* 2004-01-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-232-3/+7
| | | | * setup.def: Make it match gcc 3.2.3 RPMs.
* Remove entries for failed release attempts.Joel Sherrill2004-01-222-60/+0
|
* 2004-01-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-211-2/+1
| | | | * configure.ac: Use all CAPS RTEMS.
* Added PR number.Joel Sherrill2004-01-211-0/+1
|
* 2004-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-201-0/+4
| | | | * VERSION: Updated to rtems-4.6.0.