summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2002-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-134-155/+19
| | | | | | | | * Part of addressing PR281. * main.cfg: Added recognition of VARIANT=DEBUG on command line. * compilers/gcc-target-default.cfg: Removed remaining support for RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug as one of the LDFLAGS when the debug variant is specified.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-082-1/+4
| | | | * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-084-3/+8
| | | | * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-082-1/+5
| | | | * Makefile.am: Don't use RTEMS_TOPdir in ACLOCAL_AMFLAGS.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-082-1/+5
| | | | * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-082-1/+4
| | | | * configure.ac: Remove duplicate mpc6xx/timer/Makefile from CONFIG_FILES.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-082-1/+5
| | | | * configure.ac: Remove duplicate timer/Makefile from CONFIG_FILES.
* 2002-09-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-072-1/+6
| | | | | * clock/clock.c: Disabled use of fast idle since it seems broken with gcc 3.2.
* 2002-09-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-072-0/+42
| | | | * samples/base_mp/config.h: New file previously missed.
* 2002-09-07 Chris Johns <ccj@acm.org>Joel Sherrill2002-09-076-195/+1437
| | | | | | | | | * network/Makefile.am, network/README.cs8900, network/cs8900.c, network/cs8900.h: Significant update which corrects the problem where the cs8900.c file was actually the BSP glue. Joel did some hacking so this file will compile. Previously it required providing a target.h file to compile. * network/cs8900.c.bsp: New file.
* 2002-09-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-075-0/+9
| | | | | * pppd/ipcp.c, rtems_servers/ftpd.c: Add include files to resolve warnings.
* 2002-09-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-072-2/+6
| | | | * src/bdbuf.c: Previous fix for PR282 regressed mutex changes.
* 2002-09-06 Alexander M. Kukuta <kam@oktet.ru>Joel Sherrill2002-09-062-5/+12
| | | | | | | * src/bdbuf.c: Per PR282, correct problem in function rtems_bdbuf_read() where device ioctl() is called with the logical device number used instead of corresponding physical device number.
* 2002-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-062-2/+9
| | | | | * Makefile.inc.in: Comment out RTEMS_USE_GCC272. Comment out RTEMS_LIBC_DIR.
* 2002-09-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-0337-1404/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * base_mp now builds and can be considered a bit of an example for the other mptests. * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am, samples/base_mp/mptest.adb, samples/base_mp/mptest.ads, samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am: Modified to make compile. * mptests/mp01/node1/mptest-per_node_configuration.adb, mptests/mp01/node2/mptest-per_node_configuration.adb, mptests/mp02/node1/mptest-per_node_configuration.adb, mptests/mp02/node2/mptest-per_node_configuration.adb, mptests/mp03/node1/mptest-per_node_configuration.adb, mptests/mp03/node2/mptest-per_node_configuration.adb, mptests/mp04/node1/mptest-per_node_configuration.adb, mptests/mp04/node2/mptest-per_node_configuration.adb, mptests/mp05/node1/mptest-per_node_configuration.adb, mptests/mp05/node2/mptest-per_node_configuration.adb, mptests/mp06/node1/mptest-per_node_configuration.adb, mptests/mp06/node2/mptest-per_node_configuration.adb, mptests/mp07/node1/mptest-per_node_configuration.adb, mptests/mp07/node2/mptest-per_node_configuration.adb, mptests/mp08/node1/mptest-per_node_configuration.adb, mptests/mp08/node2/mptest-per_node_configuration.adb, mptests/mp09/node1/mptest-per_node_configuration.adb, mptests/mp09/node2/mptest-per_node_configuration.adb, mptests/mp10/node1/mptest-per_node_configuration.adb, mptests/mp10/node2/mptest-per_node_configuration.adb, mptests/mp11/node1/mptest-per_node_configuration.adb, mptests/mp11/node2/mptest-per_node_configuration.adb, mptests/mp12/node1/mptest-per_node_configuration.adb, mptests/mp12/node2/mptest-per_node_configuration.adb, mptests/mp13/node1/mptest-per_node_configuration.adb, mptests/mp13/node2/mptest-per_node_configuration.adb, mptests/mp14/node1/mptest-per_node_configuration.adb, mptests/mp14/node2/mptest-per_node_configuration.adb, samples/base_mp/node1/mptest-per_node_configuration.adb, samples/base_mp/node2/mptest-per_node_configuration.adb: Removed as this information should come from config.h.
* 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-022-0/+7
| | | | | * netinet/in_cksum.c: #include <string.h> for puts in generic routines.
* 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-023-2/+6
| | | | * rtems_webserver/md5.h: Add missing newline.
* 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-022-0/+7
| | | | | * mpc8260/exceptions/raw_exception.c: #include <string.h>. #include <bspIo.h>.
* 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-022-0/+6
| | | | * pci/pcibios.c: #include <string.h>.
* 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-0231-0/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mptests/mp01/node1/.cvsignore: New. * mptests/mp01/node2/.cvsignore: New. * mptests/mp02/node1/.cvsignore: New. * mptests/mp02/node2/.cvsignore: New. * mptests/mp03/node1/.cvsignore: New. * mptests/mp03/node2/.cvsignore: New. * mptests/mp04/node1/.cvsignore: New. * mptests/mp04/node2/.cvsignore: New. * mptests/mp05/node1/.cvsignore: New. * mptests/mp05/node2/.cvsignore: New. * mptests/mp06/node1/.cvsignore: New. * mptests/mp06/node2/.cvsignore: New. * mptests/mp07/node1/.cvsignore: New. * mptests/mp07/node2/.cvsignore: New. * mptests/mp08/node1/.cvsignore: New. * mptests/mp08/node2/.cvsignore: New. * mptests/mp09/node1/.cvsignore: New. * mptests/mp09/node2/.cvsignore: New. * mptests/mp10/node1/.cvsignore: New. * mptests/mp10/node2/.cvsignore: New. * mptests/mp11/node1/.cvsignore: New. * mptests/mp11/node2/.cvsignore: New. * mptests/mp12/node1/.cvsignore: New. * mptests/mp12/node2/.cvsignore: New. * mptests/mp13/node1/.cvsignore: New. * mptests/mp13/node2/.cvsignore: New. * mptests/mp14/node1/.cvsignore: New. * mptests/mp14/node2/.cvsignore: New. * samples/base_mp/node1/.cvsignore: New. * samples/base_mp/node2/.cvsignore: New.
* 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-029-15/+157
| | | | | | | | | | | * mptests/Makefile.am: New. * mptests/mp01/Makefile.am: New. * mptests/mp01/node1/Makefile.am: New. * mptests/mp01/node2/Makefile.am: New. * samples/base_mp/Makefile.am: Comment out building mptest$(EXEEXT). * samples/base_mp/node1/Makefile.am: New. * samples/base_mp/node2/Makefile.am: New. * configure.ac: Add mptests/mp01. Add samples/base_mp.
* 2002-08-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-313-2/+6
| | | | * rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
* 2002-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-306-6/+14
| | | | | * shell/shell.c: #include <time.h> * wrapup/Makefile.am: Eliminate LIBNAME.
* 2002-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-302-8/+4
| | | | * tmtests/tm20/Makefile.am: Remove EXPADA.
* 2002-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-302-1/+4
| | | | * samples/base_mp/mptest.ads: Removed lingering reference to BSP_MPCI.
* 2002-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-304-22/+12
| | | | * rtems.adb (IO_Initialize): Make this match the C prototype.
* 2002-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-302-1/+5
| | | | * src/io.c: Fixed some spacing.
* 2002-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-293-17/+27
| | | | | | | * score/include/Makefile.am: Remove cpuopt.h generation. * configure.ac: Correct package name. Don't build ada if POSIX is disabled. Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
* 2002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-295-0/+12
| | | | | | | | * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to PREINSTALL_FILES. * console/mouse_parser.c: Include <string.h> (for strcmp). * console/vt.c: Include <string.h> (for memcpy). * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
* 2002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-292-1/+23
| | | | | * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out autoconf-2.53 PACKAGE crap.
* 2002-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-282-0/+30
| | | | * aclocal/prog-gnat.m4: New.
* 2002-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-281-0/+4
| | | | * samples/base_mp/.cvsignore: New file.
* 2002-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-282-0/+13
| | | | * configure.ac: Add ada-tests.
* 2002-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-271-0/+2
| | | | * samples/base_mp/.cvsignore: New file.
* 2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-278-22/+16
| | | | | | | | | | * sptests/sp09/Makefile.am: Remove EXPADA. * sptests/sp09/sptest.adb: Remove RESULT from SCREEN_13. * sptests/sp19/Makefile.am: Remove EXPADA. * sptests/sp21/Makefile.am: Remove EXPADA. * sptests/sp21/sptest.adb: Remove RESULT from TASK_1. * tmtests/tmoverhd/dummy_rtems.adb: Reflect changes to IO_Managers. * tmtests/tmoverhd/dummy_rtems.ads: Reflect changes to IO_Managers.
* 2002-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-273-9/+5
| | | | | * tmtests/tm20/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Fixed call to RTEMS IO Manager services.
* 2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-272-2/+6
| | | | * sptests/sp19/sptest.adp: Fix include paths.
* 2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-273-53/+13
| | | | | | * sptests/sp19/sptest.adb: Remove. * sptests/sp19/Makefile.am: Let m4 generate sptests.adb from sptests.adp.
* 2002-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-272-6/+4
| | | | * io.t: Correct Ada bindings.
* 2002-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-274-4/+10
| | | | * rtems.ads: Corrected binding for Io_Initialize.
* 2002-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-272-2/+5
| | | | | * sptests/sp21/sptest.adb: Fixed IO_Initialize invocations to match corrected prototype.
* 2002-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-272-0/+404
| | | | * sptests/sp19/sptest.adp: Added from old Ada implementation.
* 2002-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-272-2/+4
| | | | * tmtests/tm27/.cvsignore: Removed. Missed in previous attempts.
* RemovedRalf Corsepius2002-08-271-2/+0
|
* 2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-276-17/+23
| | | | | | | | | * sptests/sp09/sptest.adb: Add Result to SCREEN_13. Remove Status from TASK_1. * sptests/sp21/sptest.adb: Add Result to TASK_1. * tmtests/tm20/tmtest.adb: Remove various RETURN_VALUEs. * ada.am: Remove ADACOMPILE, ADAC. Add AM_LDFLAGS, LDFLAGS. * configure.ac: Check for m4. Abort if HAS_GNAT = no.
* 2002-08-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-263-73/+5
| | | | | * tm27 and tm27 are irrelevant as Ada binding tests. * tmtests/tm26/config.h, tmtests/tm26/config.h: Removed.
* 2002-08-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-2614-2054/+6
| | | | | | | | | | * tm27 and tm27 are irrelevant as Ada binding tests. * tmtests/tm26/Makefile.am, tmtests/tm26/README, tmtests/tm26/tm26.adb, tmtests/tm26/tmtest.adb, tmtests/tm26/tmtest.adp, tmtests/tm26/tmtest.ads, tmtests/tm27/Makefile.am, tmtests/tm27/README, tmtests/tm27/tm27.adb, tmtests/tm27/tmtest.adb, tmtests/tm27/tmtest.ads: Removed. * configure.ac, tmtests/Makefile.am: Modified to reflect above.
* 2002-08-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-263-29/+85
| | | | | | * sptests/sp19/sptest.adb: Modified to follow pattern of SP01 even though this test is not supported. * sptests/sp19/sp19.adb: New file.
* 2002-08-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-2616-16/+16
| | | | | | | | | | | | * mptests/mp01/mptest.ads, mptests/mp02/mptest.ads, mptests/mp03/mptest.ads, mptests/mp04/mptest.ads, mptests/mp05/mptest.ads, mptests/mp06/mptest.ads, mptests/mp07/mptest.ads, mptests/mp08/mptest.ads, mptests/mp09/mptest.ads, mptests/mp10/mptest.ads, mptests/mp11/mptest.ads, mptests/mp12/mptest.ads, mptests/mp13/mptest.ads, mptests/mp14/mptest.adb, mptests/mp14/mptest.ads: Per PR274, identify the need for the BSP_MPCI package. It was a trivial dependency and eliminated.
* 2002-08-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-262-0/+5
| | | | | * sptests/sp19/sp19.adb: Removed/Renamed to sptest.adb. * sptests/sp19/sptest.adb: Added/Renamed from sptest.adb.