summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'rtems-4-6-2'.4.6.2cvs2git2004-10-182-12/+1
| | | | | | Sprout from rtems-4-6-branch 2004-10-18 19:15:22 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2004-10-18 Joel Sherrill <joel@OARcorp.com>' Cherrypick from rtems-4-6-branch 2004-09-30 10:28:34 UTC Ralf Corsepius <ralf.corsepius@rtems.org> '2004-09-30 Ralf Corsepius <ralf_corsepius@rtems.org>': scripts/ChangeLog scripts/autotools/autoconf-rtems.spec.in
* 2004-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-181-0/+4
| | | | * VERSION: Updated to rtems-4.6.2.
* 2004-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-180-0/+0
| | | | * VERSION: Updated to rtems-4.6.2.
* 2004-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-181-0/+4
| | | | * aclocal/version.m4: Updated to rtems-4.6.2.
* 2004-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-182-4/+4
| | | | * aclocal/version.m4: Updated to rtems-4.6.2.
* 2004-10-18 RTEMSJoel Sherrill2004-10-182-1/+6
| | | | | * autotools/autoconf-rtems.spec.in: Comment out line giving trouble. It only references unneeded documentation.
* 2004-04-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-181-0/+6
| | | | | | PR 594/tools * setup.def, autotools/autoconf-rtems.spec.in: Increment and rebuild so GNAT included.
* 2004-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-181-0/+4
| | | | * VERSION: Updated to rtems-4.6.2.
* 2004-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-181-4/+0
| | | | * aclocal/version.m4: Updated to rtems-4.6.2.
* 2004-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-182-1/+5
| | | | * include/rtems/system.h: Bump revision number.
* 2004-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-183-4/+8
| | | | * buildc.t, buildrt.t: Fix typo which keeps this from building.
* 2004-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-182-1/+5
| | | | * VERSION: Updated to rtems-4.6.2.
* 2004-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-184-2/+10
| | | | * aclocal/version.m4: Updated to rtems-4.6.2.
* 2004-10-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-153-2/+32
| | | | | | | | PR 692/rtems * src/regiongetsegment.c, src/regionreturnsegment.c: The Region Manager did not follow the proper protocol when blocking and unblocking tasks waiting on buffers. This was a bug introduced with the transition to an Allocation Mutex.
* 2004-10-15 Gene Smith <gene.smith@seimens.com>Joel Sherrill2004-10-152-1/+5
| | | | | PR 691/bsps * startup/linkcmds: Correct bug in linker script.
* Distribute entry to appropriate places.Joel Sherrill2004-10-151-16/+0
|
* 2004-10-13 Eric Norum <norume@aps.anl.gov>Joel Sherrill2004-10-151-0/+5
| | | | | PR 688/bsps * Makefile.am clock/todcfg.c: Add support for MC146818A TOD chip.
* 2004-10-13 Eric Norum <norume@aps.anl.gov>Joel Sherrill2004-10-151-0/+5
| | | | | PR 688/bsps * shared/tod.c: Set RTEMS time during TOD initialization
* Remove bad entry.Joel Sherrill2004-10-151-13/+0
|
* 2004-10-13 Eric Norum <norume@aps.anl.gov>Joel Sherrill2004-10-152-0/+25
| | | | | | | | | | | | | PR 688/bsps * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h, libchip/rtc/mc146818a_ioreg.c: New files. Add libchip driver for MC146818A (and several Dallas Semiconductor) TOD chips. 2004-10-13 Eric Norum <norume@aps.anl.gov> PR 686/networking * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional device code.
* Describe last few days' changes.Eric Norum2004-10-131-0/+16
|
* Add explanation.Eric Norum2004-10-131-1/+10
|
* Set time from TOD to RTEMS as part of TOD initialization.Eric Norum2004-10-131-0/+1
|
* Add prototype.Eric Norum2004-10-131-0/+3
|
* Remove delay.Eric Norum2004-10-131-1/+0
|
* Avoid lockup during initialization.Eric Norum2004-10-131-0/+6
| | | | Add additional supported device code.
* Add driver for Motorola MC146818A time-of-day clock.Eric Norum2004-10-133-5/+9
| | | | Use above driver in i386/pc386 BSP.
* This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.cvs2git2004-10-115-0/+332
| | | | | | | | Cherrypick from master 2004-10-11 20:13:31 UTC Eric Norum <WENorum@lbl.gov> 'Don't get duplication rtc_probe() definitions.': c/src/lib/libbsp/i386/pc386/clock/todcfg.c c/src/libchip/rtc/README.mc146818a c/src/libchip/rtc/mc146818a.c c/src/libchip/rtc/mc146818a.h c/src/libchip/rtc/mc146818a_ioreg.c
* 2004-09-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-303-3/+9
| | | | | | * autotools/autoconf-rtems.spec.in: Remove bogus BuildDep on autoconf. * autotools/automake-rtems.spec.in: Use my rtems.org address.
* 2004-09-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-272-1/+12
| | | | | | PR 294/rtems * src/pthread.c: POSIX thread exit handler now confirms that it created the executing thread before implicitly exitting it.
* Correct PR category.Joel Sherrill2004-09-271-1/+1
|
* 2004-09-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-272-22/+31
| | | | | PR 683/doc * overview.t: Chapter numbering in preface was wrong.
* 2004-09-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-274-11/+23
| | | | | | PR 682/misc * buildc.t, buildrt.t, sample.t: Fix PATH and tar examples. Enable binutils link again.
* 2004-09-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-272-1/+6
| | | | | PR 681/misc * stackchk/check.c: Fix dereference.
* 2004-09-27 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2004-09-272-24/+76
| | | | | | | | | | PR 606/bsps * bootloader/pci.c: Fixed IO remapping so buses >= 1 are remapped. Reduced PCI space to match bat2. Fixed incorrect region size calculation in pci_read_bases. Set PCI latency timers to known sane values. Changed bridge PCI settings to minimum sane instead of whatever sounded neat in the PCI spec. Force pf regions to memory mapped to preserve byte access.
* 2004-09-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-272-0/+7
| | | | | PR 679/bsps * startup/linkcmds: Add gnu.linkonce.d and .gcc_except_table.
* 2004-09-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-272-0/+7
| | | | | PR 680/bsps * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
* 2003-11-01 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2004-09-272-0/+63
| | | | | PR 608/bsps * pci/pcibios.c: BusCountPCI().
* Spacing.Joel Sherrill2004-09-271-91/+34
|
* 2004-04-09 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2004-09-272-7/+10
| | | | | | PR 607/networking * network/dec21140.c: Made PCI configuration minimum sane instead of fully specifying unused PCI features.
* 2004-09-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-179-0/+71
| | | | | | | PR 677/misc * dumpbuf/dumpbuf.h, fsmount/fsmount.h, rtmonuse/rtmonuse.h, serdbg/serdbg.h, serdbg/serdbgcnf.h, serdbg/termios_printk.h, serdbg/termios_printk_cnf.h, untar/untar.h: Add extern C wrappers.
* 2004-09-17 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-09-172-1/+7
| | | | | | PR 676/networking * nfs/bootp_subr.c: /etc/resolv.conf contains NTP instead of DNS servers.
* 2004-09-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-062-14/+27
| | | | | * autotools/autoconf-rtems.spec.in: Backport from rtems-4.7. Update to autoconf-2.59.
* 2004-08-23 Jay Monkman <jtm@lopingdog.com>Jay Monkman2004-08-242-1/+6
| | | | | PR 671/bsps * rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level for ARM
* Remove.Ralf Corsepius2004-08-191-2/+0
|
* Remove.Ralf Corsepius2004-08-196-12/+0
|
* 2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-08-182-2/+9
| | | | | | PR 673/make_build * config-ml.in: Quote 'cd "${ml_origdir}"'. Quote 'cd "${ML_POPDIR}"'.
* 2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-08-184-3/+9
| | | | | | * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses. * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto. * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
* 2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-08-182-3/+7
| | | | * acinclude.m4: Fix m4-underquoting.
* 2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-08-182-1/+5
| | | | * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.