summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-304-2/+8
| | | | * shell/shell.c: Remove #undef __STRICT_ANSI__.
* 2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-302-2/+6
| | | | * Makefile.am: Adapt to automake-1.5.
* 2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-302-7/+11
| | | | * include/Makefile.am: Adapt to automake-1.5.
* 2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-3024-217/+206
| | | | | | | * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. * Makefile.am: Reflect changes above.
* 2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-304-16/+42
| | | | * Makefile.am: Reflect changes from 2002-01-23.
* 2001-01-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-302-1/+5
| | | | * buildall.in: Corrected logic for detecting when no RPMs are installed.
* 2002-01-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-291-4/+0
| | | | * ChangeLog: Deleted bad entry.
* 2001-01-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-291-0/+4
| | | | * src/powerpc/new_exception_processing/remdeb.h: Regenerated.
* 2001-01-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-298-12/+176
| | | | | | | | | * Fixed bug where resetting a timer that was not at the head of one of the task timer chains resulted in the Timer Server task waking up too far in the future. * Added rtems_timer_get_information() directive to support testing. * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for above condition.
* 2002-01-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-294-0/+12
| | | | * include/rtems/score/watchdog.h: Added WATCHDOG_MAXIMUM_INTERVAL.
* 2001-01-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-298-100/+368
| | | | | | | | | | * Fixed bug where resetting a timer that was not at the head of one of the task timer chains resulted in the Timer Server task waking up too far in the future. * Added rtems_timer_get_information() directive to support testing. * src/timerserver.c, include/rtems/rtems/timer.h, * src/timergetinfo.c: New file. * src/Makefile.am: Modified to reflect above.
* 2001-01-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-242-0/+21
| | | | * README: Added Canadian Cross instructions.
* 2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-243-2/+9
| | | | | | * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x compatibility. * bootstrap: Let --clean remove texinfo.tex.
* 2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-245-78/+97
| | | | | | | | | | | | | | | | * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]). * mkbinutilsspec.in: Add propagation of @prefix@. * binutils/base-binutils.add: Let %post and %unpost apply %{_prefix}. Apply %{_prefix} instead of /opt/rtems. * binutils/binutils.add: Update copyright notice. Add _prefix. Apply %{_prefix} instead of /opt/rtems. Remove -a 0 in %setup. Rework hack to SuSE's rpm screwing up %{_target}. Replace ARGS with CONFIGURE_ARGS. * binutils/target-binutils.add: Apply %{_prefix} instead of /opt/rtems.
* 2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-246-43/+18
| | | | | | | * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. AC_CONFIG_SRCDIR(asm.h).
* 2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-2412-84/+28
| | | | | | * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above.
* 2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-2412-68/+126
| | | | | | | | | | | * Makefile.am: Merge in rtems/Makefile.am and rtems/score/Makefile.am. Remove gensize. Require automake-1.5. * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*. * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h). * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with SIZEOF_CPU_CONTEXT.
* 2001-01-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-2210-2/+38
| | | | | * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified because priority added as argument to rtems_timer_initiate_server().
* 2001-01-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-226-38/+82
| | | | | * include/rtems/rtems/timer.h, src/timerserver.c: Add priority argument to rtems_timer_initiate_server().
* 2002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-222-1/+5
| | | | * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
* 2002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-222-3/+20
| | | | | | | | | | | | | * binutils/binutils.add: Add initial support for building Canadian cross RPMs. It should work like this: cd rtems/scripts ./configure --build=`../config.guess` --host=i386-cygwin make install rpm --target=i386-cygwin \ /usr/src/redhat/SPECS/<target>-binutils-..spec. alien -t /usr/src/redhat/RPMS/....i386.rpm .. and voila ... your tarball, with rpm-consistency checks etc. applied.
* 2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-2215-1162/+110
| | | | | | | | | | | | | | | | | * rtems/Makefile.am: New. * rtems/.cvsignore: New. * rtems/score/Makefile.am: New. * rtems/score/.cvsignore: New. * rtems/score/ppc.h: Relocated from shared/. * rtems/score/ppctypes.h: Relocated from shared/. * asm.h: Relocated from shared/. * shared/Makefile.am: Removed. * shared/asm.h: Removed. * shared/ppc.h: Removed. * shared/ppctypes.h: Removed. * shared/.cvsignore: Removed. * Makefile.am: Reflect changes above. * configure.ac: Reflect changes above.
* 2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-228-6008/+32
| | | | | | | | | | * .cvsignore: Reworked. * Makefile.am: Remove texinfo/texinfo.tex * bootstrap: Removed. * configure.ac: Add pkgdocdir. Let htmldir be rooted at pkgdocdir. * main.am: Remove TEXINFO_TEX. * project.am: Let dvidir, psdir, pdfdir be rooted at pkgdocdir. Remove commented out make-variables.
* 2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-2220-5308/+13
| | | | | | * configure.ac: Autoupdate to 2.52. Remove pdl2texi. * Makefile.am: Remove pdl2texi.
* 2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-225-12/+28
| | | | | | * rtems_telnetd/pty.c: Move config.h to were it belongs. Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
* 2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-223-2/+7
| | | | | * compilers/gcc-target-default.cfg: Add missing \. Reported by Ilya Alexeev <ilya@continuum.ru>.
* 2001-01-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-227-11/+18
| | | | | | | * i386-cygwin-binutils.spec.in, i386-cygwin-gcc.spec.in, i386-cygwin-libs.spec.in, i386-cygwin-mingw.spec.in, i386-cygwin-w32api.spec.in, setup.def: Updated to reflect latest versions and packaging.
* 2001-01-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-222-96/+149
| | | | | | * buildalltar.in: Modified to support Canadian cross builds. It was testing using a RedHat 7.2 host to build *-rtems tools that run on an i386-cygwin host.
* regeneratedJoel Sherrill2002-01-2052-96/+148
|
* 2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-204-2/+12
| | | | | * include/rtems/system.h: Fix typo in yesterday's change: RTEMS_MULTILIBS.
* 2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-204-7/+25
| | | | | | | | * configure.ac: Add --enable-docs support. Add RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile. * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from hard-coded SUBDIRS. * README.configure: Added a bit of information on this new option.
* regeneratedJoel Sherrill2002-01-2034-60/+60
|
* 2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-206-22/+14
| | | | | | | | | * .cvsignore: Add autom4te.cache, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex. * Makefile.am: Add main.am to AUTOMAKE_FILES. * configure.ac: Add AC_CONFIG_AUX_DIR([.]). * project.am: Remove custom .texi and stamp-vti rules. * main.am: Replace TEXI_COMMON with AM_MAKEINFOFLAGS.
* 2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-2020-37/+41
| | | | * supplement.am: Replace TEXI_COMMON with AM_MAKEINFOFLAGS.
* 2002-01-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-182-1/+5
| | | | * VERSION: Updated to rtems-ss-20020118.
* 2002-01-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-182-1/+5
| | | | * VERSION: Updated to rtems-20020118.
* 2001-01-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-184-26/+36
| | | | | | | * include/rtems/system.h: Only include cpuopts.h when building a multilib configuration. Some ports still need targopts.h but this small modification lets those ports work non-multilib while fixing being fixed for multilib.
* 2001-01-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-184-2/+18
| | | | | | | * include/rtems/system.h: Only include cpuopts.h when building a multilib configuration. Some ports still need targopts.h but this small modification lets those ports work non-multilib while fixing being fixed for multilib.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-181-0/+32
| | | | * Makefile.am: Require automake-1.5.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-186-61/+75
| | | | | | | | | * Makefile.am: Require automake-1.5. * project.am: Reworked. * main.am: New. * configure.ac: New. * configure.in: Removed. * bootstrap: Sync with RTEMS's toplevel bootstrap.sh.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-1837-50/+90
| | | | * Makefile.am: Require automake-1.5.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-182-1/+5
| | | | * Makefile.am: require automake-1.5.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-185-4/+11
| | | | | | | * Makefile.am: Require automake-1.5. * ctags-emacs/Makefile.am: Ditto. * FreeBSD/Makefile.am: Ditto. * Ctags/Makefile.am: Ditto.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-1832-16/+97
| | | | * Makefile.am: include main.am, require automake-1.5.
* 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-183-4/+11
| | | | | * Makefile.am: Include main.am, require automake-1.5. * pictures/Makefile.am: Require automake-1.5, fix +=.
* 2002-01-18 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2002-01-182-1/+29
| | | | | | | | | | | * src/powerpc/excep_f.c: This patch addresses the following issues: - exception handler needs to enable MSR_FP if the interrupted thread is FP enabled. - printk message for MSR fixed and added stacktrace NOTE: this requires the stacktrace patch to lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only, however)
* 2001-01-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-182-17/+22
| | | | | * src/powerpc/new_exception_processing/remdeb_svc.c: Corrected macro using variable arguments.
* 2001-01-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-183-93/+100
| | | | | | | * src/powerpc/new_exception_processing/remdeb.h, src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated since I updated the main RTEMS development machine to RedHat 7.2 and apparently got a new version of rpcgen.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-182-2/+8
| | | | * ChangeLog: Deleted duplicate blank line.
* 2002-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-172-1/+5
| | | | * VERSION: Updated to rtems-ss-20020717.