Commit Graph

6867 Commits

Author SHA1 Message Date
Joel Sherrill
c019ff07c8 2002-09-14 Joel Sherrill <joel@OARcorp.com>
* src/psignal.c: Remove duplication from rtems/posix/psignal.h.
2002-09-14 18:00:17 +00:00
Joel Sherrill
9db34c3fd5 2002-09-14 Ivan Guzvinec <ivang@opencores.org>
* include/bsp.h, startup/Makefile.am, startup/bspclean.c:
	Cleanup so the BSP works.
2002-09-14 17:59:49 +00:00
Joel Sherrill
19165f5236 2002-09-14 Ivan Guzvinec <ivang@opencores.org>
* rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL
	since it is not used.
2002-09-14 17:58:44 +00:00
Joel Sherrill
193fe69007 2002-09-14 Eric Norum <eric.norum@usask.ca>
* src/readdir_r.c: New file.
	* Makefile.am: Reflect above.
2002-09-14 17:04:05 +00:00
Joel Sherrill
2b2e1e96b4 2002-09-13 Eric Norum <eric.norum@usask.ca>
* start/start16.S: Remove unwanted + at beginning of relative
        numeric label.
2002-09-14 16:59:42 +00:00
Eric Norum
8f099da108 2002-09-13 Eric Norum <eric.norum@usask.ca>
* start/start16.S: Remove unwanted + at beginning of relative
	numeric label.
2002-09-13 20:40:48 +00:00
Joel Sherrill
d814e2c564 2002-09-13 Joel Sherrill <joel@OARcorp.com>
* samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
	Now appear to mostly compile.
2002-09-13 17:34:10 +00:00
Joel Sherrill
d7ff09b719 2002-09-13 Joel Sherrill <joel@OARcorp.com>
* samples/hello/Makefile.am: Make sure init.c is compiled and
	included.  This test now runs.
2002-09-13 17:00:18 +00:00
Joel Sherrill
d464fe7601 2002-09-13 Joel Sherrill <joel@OARcorp.com>
* Part of addressing PR281.
	* target.cfg.in: Removed remaining support for RTEMS_USE_GCC272
	and RTEMS_LIBC_DIR.
2002-09-13 13:40:37 +00:00
Joel Sherrill
ccf2cfd97b 2002-09-13 Joel Sherrill <joel@OARcorp.com>
* 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-13 13:39:52 +00:00
Ralf Corsepius
cb727744e8 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
2002-09-08 08:11:01 +00:00
Ralf Corsepius
c386c633db 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
2002-09-08 07:59:05 +00:00
Ralf Corsepius
e293efaf78 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't use RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2002-09-08 07:50:57 +00:00
Ralf Corsepius
bca73c816e 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
2002-09-08 07:36:11 +00:00
Ralf Corsepius
bdd85dc2a3 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate mpc6xx/timer/Makefile from CONFIG_FILES.
2002-09-08 07:14:45 +00:00
Ralf Corsepius
63739101d9 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate timer/Makefile from CONFIG_FILES.
2002-09-08 07:11:54 +00:00
Joel Sherrill
ca756e98e5 2002-09-07 Joel Sherrill <joel@OARcorp.com>
* clock/clock.c: Disabled use of fast idle since it seems broken
	with gcc 3.2.
2002-09-07 23:16:12 +00:00
Joel Sherrill
4e7ba21d35 2002-09-07 Joel Sherrill <joel@OARcorp.com>
* samples/base_mp/config.h: New file previously missed.
2002-09-07 23:12:07 +00:00
Joel Sherrill
a2117cd64a 2002-09-07 Chris Johns <ccj@acm.org>
* 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 23:09:47 +00:00
Joel Sherrill
19ed3cf43b 2002-09-07 Joel Sherrill <joel@OARcorp.com>
* pppd/ipcp.c, rtems_servers/ftpd.c: Add include files to resolve
	warnings.
2002-09-07 23:07:58 +00:00
Joel Sherrill
87da638980 2002-09-07 Joel Sherrill <joel@OARcorp.com>
* src/bdbuf.c: Previous fix for PR282 regressed mutex changes.
2002-09-07 22:53:58 +00:00
Joel Sherrill
662814d232 2002-09-06 Alexander M. Kukuta <kam@oktet.ru>
* 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 12:01:30 +00:00
Ralf Corsepius
640e0dd6fa 2002-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.inc.in: Comment out RTEMS_USE_GCC272.
	Comment out RTEMS_LIBC_DIR.
2002-09-06 02:45:50 +00:00
Joel Sherrill
addebe6765 2002-09-03 Joel Sherrill <joel@OARcorp.com>
* 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-03 18:31:23 +00:00
Ralf Corsepius
6a2d7ee51e 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* netinet/in_cksum.c: #include <string.h> for puts in generic
	routines.
2002-09-02 06:26:03 +00:00
Ralf Corsepius
c7dcfe36c0 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems_webserver/md5.h: Add missing newline.
2002-09-02 06:21:03 +00:00
Ralf Corsepius
4adabccd5c 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc8260/exceptions/raw_exception.c: #include <string.h>.
	#include <bspIo.h>.
2002-09-02 06:17:39 +00:00
Ralf Corsepius
6ce94bc3c6 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pci/pcibios.c: #include <string.h>.
2002-09-02 06:15:21 +00:00
Ralf Corsepius
7625d9a37b 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 05:19:01 +00:00
Ralf Corsepius
0c7ef52b60 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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-09-02 05:08:57 +00:00
Joel Sherrill
5432fc4abb 2002-08-31 Joel Sherrill <joel@OARcorp.com>
* rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
2002-08-31 14:44:15 +00:00
Ralf Corsepius
84206479fb 2002-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shell/shell.c: #include <time.h>
	* wrapup/Makefile.am: Eliminate LIBNAME.
2002-08-30 13:13:07 +00:00
Ralf Corsepius
2d9c50b475 2002-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmtests/tm20/Makefile.am: Remove EXPADA.
2002-08-30 12:14:51 +00:00
Joel Sherrill
b83fd62027 2002-08-30 Joel Sherrill <joel@OARcorp.com>
* samples/base_mp/mptest.ads: Removed lingering reference to BSP_MPCI.
2002-08-30 12:09:48 +00:00
Joel Sherrill
182e9f8e3d 2002-08-30 Joel Sherrill <joel@OARcorp.com>
* rtems.adb (IO_Initialize): Make this match the C prototype.
2002-08-30 12:07:54 +00:00
Joel Sherrill
af16d17d80 2002-08-30 Joel Sherrill <joel@OARcorp.com>
* src/io.c: Fixed some spacing.
2002-08-30 11:57:16 +00:00
Ralf Corsepius
f31a0787b3 2002-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 15:59:05 +00:00
Ralf Corsepius
b88e3662e2 2002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 15:54:25 +00:00
Ralf Corsepius
72f4ec871e 2002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
	autoconf-2.53 PACKAGE crap.
2002-08-29 15:54:00 +00:00
Ralf Corsepius
6c15108b60 2002-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/prog-gnat.m4: New.
2002-08-28 17:42:44 +00:00
Joel Sherrill
b29709d450 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* samples/base_mp/.cvsignore: New file.
2002-08-28 17:35:01 +00:00
Ralf Corsepius
a456af96f2 2002-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add ada-tests.
2002-08-28 14:16:18 +00:00
Joel Sherrill
40edeaef2a 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* samples/base_mp/.cvsignore: New file.
2002-08-27 20:25:20 +00:00
Ralf Corsepius
bf6fa0f445 2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 17:06:30 +00:00
Joel Sherrill
cbb095033a 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* tmtests/tm20/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Fixed
	call to RTEMS IO Manager services.
2002-08-27 14:05:45 +00:00
Ralf Corsepius
abe09384ad 2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/sp19/sptest.adp: Fix include paths.
2002-08-27 13:35:42 +00:00
Ralf Corsepius
d73a01fdc2 2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/sp19/sptest.adb: Remove.
	* sptests/sp19/Makefile.am: Let m4 generate sptests.adb from
	sptests.adp.
2002-08-27 13:17:27 +00:00
Joel Sherrill
28d8503bc6 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* io.t: Correct Ada bindings.
2002-08-27 13:13:45 +00:00
Joel Sherrill
aa57f84460 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* rtems.ads: Corrected binding for Io_Initialize.
2002-08-27 13:12:33 +00:00
Joel Sherrill
e8c20a0ec7 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* sptests/sp21/sptest.adb: Fixed IO_Initialize invocations to
	match corrected prototype.
2002-08-27 13:12:04 +00:00