Commit Graph

6978 Commits

Author SHA1 Message Date
Joel Sherrill
973bf43672 2002-09-14 Joel Sherrill <joel@OARcorp.com>
* serial/z85c30.c: Eliminated warning by clarifying statement.
2002-09-14 21:03:21 +00:00
Joel Sherrill
d32359a778 2002-09-14 Joel Sherrill <joel@OARcorp.com>
* src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h,
	src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c,
	src/imfs/memfile.c: Eliminated warnings.  A lot of this focus
	was on changing read and write entry points to return ssize_t
	as read(2) and write(2) now do.
2002-09-14 21:01:39 +00:00
Joel Sherrill
aebde08e3b 2002-09-14 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Include declaration of variable i in ifdef USE_SPRG to
	eliminate warning.
2002-09-14 20:45:14 +00:00
Joel Sherrill
6312db301d 2002-09-14 Joel Sherrill <joel@OARcorp.com>
* src/dpmemcreate.c, src/dpmemident.c, src/msgqcreate.c,
	src/msgqident.c, src/partcreate.c, src/partident.c,
	src/ratemoncreate.c, src/ratemonident.c, src/regioncreate.c,
	src/regionident.c, src/semcreate.c, src/semident.c, src/taskcreate.c,
	src/taskident.c, src/timercreate.c, src/timerident.c: Added casts
	to Objects_Name to eliminate warnings.
2002-09-14 20:44:07 +00:00
Joel Sherrill
99e797a5d4 2002-09-14 Joel Sherrill <joel@OARcorp.com>
* gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
	gcc3newlib/target-gcj.add: First attempt at enabling Java support.
2002-09-14 20:10:21 +00:00
Joel Sherrill
c98110a8f7 2002-09-14 Joel Sherrill <joel@OARcorp.com>
* clock/clock.c: Per PR257, remove reference to c3x_set_ie.
	c4x variant should use c4x_set_iie().
2002-09-14 19:57:24 +00:00
Joel Sherrill
536f5f949e 2002-09-14 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: As part of fixing PR281 on gensh4, a review
	of all calls to bsp_libc_init() resulted in some cleanup here.
2002-09-14 19:39:16 +00:00
Joel Sherrill
0c0d089377 2002-09-14 Joel Sherrill <joel@OARcorp.com>
* sp32/.cvsignore: New file.
2002-09-14 18:47:56 +00:00
Joel Sherrill
0af7c20434 2002-09-14 Aaron J. Grier <aaron@frye.com>
* PR271 was not applicable against the current source but included
	a nice test that Joel decided to add to the tree as sp32.
	* sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
	* Makefile.am, configure.ac: Modified to reflect addition.
2002-09-14 18:47:07 +00:00
Joel Sherrill
144b94fa40 2002-09-14 Joel Sherrill <joel@OARcorp.com>
* kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where
	conversion into ticks can result in a 0 ticks timeout which is
	the same as requesting no timeout.  Reported by Sergei Organov
	<osv@javad.ru>.
2002-09-14 18:31:06 +00:00
Joel Sherrill
ce2c216469 2002-09-14 Vyacheslav V. Burdjanadze <wr@zelax.ru>
* kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
	optional UDP broadcast forwarding support.
	* netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
	broadcast forwarding.
2002-09-14 18:18:50 +00:00
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