Commit Graph

9413 Commits

Author SHA1 Message Date
Joel Sherrill
120b59eab7 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libblock/src/bdbuf.c: Initialize pointer to avoid warning.
2004-03-05 18:22:08 +00:00
Joel Sherrill
bfb4c5478f 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libnetworking/rtems_webserver/ejparse.c,
	libnetworking/rtems_webserver/emfdb.c,
	libnetworking/rtems_webserver/sock.c,
	libnetworking/rtems_webserver/socket.c,
	libnetworking/rtems_webserver/sym.c,
	libnetworking/rtems_webserver/webs.c,
	libnetworking/rtems_webserver/websuemf.c: Remove warnings.
2004-03-05 18:14:27 +00:00
Joel Sherrill
845e4f30a9 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libchipnetwork/open_eth.c: Remove warnings by conditionally
	compiling this file only only those CPU families with supported
	exception models.
2004-03-05 18:12:33 +00:00
Joel Sherrill
d52342ec8a 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* mpc6xx/mmu/pte121.c: Add missing ifdef DEBUG to remove warning for
	unused static routine.
2004-03-05 18:10:51 +00:00
Joel Sherrill
da3b8d3ef8 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* bootloader/pci.c: Remove warnings by adding include <string.h>.
	* irq/irq.c: Clean up includes to remove warnings.
	* pci/pci.c, pci/pci.h, startup/bspstart.c: Better use of const
	on struct _int_map.
2004-03-05 18:09:14 +00:00
Joel Sherrill
d2ae273c2d 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* network/network.c: Remove warnings for unused routines left from
	original code.
2004-03-05 18:06:46 +00:00
Joel Sherrill
24a7692d49 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* score/macros/rtems/score/chain.inl, score/src/objectidtoname.c:
	Add cast to avoid type punning warning in gcc 3.3.
2004-03-05 18:04:00 +00:00
Joel Sherrill
cb2f32039d 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libblock/src/bdbuf.c, libblock/src/ramdisk.c,
	libcsupport/src/newlibc.c, libcsupport/src/sync.c,
	libmisc/cpuuse/cpuuse.c, libmisc/monitor/mon-symbols.c,
	libmisc/shell/cmds.c, libmisc/shell/shell.c,
	libnetworking/kern/kern_sysctl.c, libnetworking/lib/ftpfs.c,
	libnetworking/lib/tftpDriver.c, libnetworking/libc/gethostbydns.c,
	libnetworking/libc/gethostbyht.c, libnetworking/libc/gethostnamadr.c,
	libnetworking/libc/getnetbyht.c, libnetworking/libc/getnetnamadr.c,
	libnetworking/libc/inet_addr.c, libnetworking/libc/linkaddr.c,
	libnetworking/libc/map_v4v6.c, libnetworking/libc/ns_print.c,
	libnetworking/libc/ns_ttl.c, libnetworking/libc/nsap_addr.c,
	libnetworking/libc/rcmd.c, libnetworking/libc/res_debug.c,
	libnetworking/libc/res_mkupdate.c, libnetworking/libc/res_query.c,
	libnetworking/libc/res_send.c, libnetworking/libc/res_update.c,
	libnetworking/net/radix.c, libnetworking/rtems/mkrootfs.c,
	librpc/src/rpc/clnt_perror.c, librpc/src/rpc/svc.c,
	score/macros/rtems/score/chain.inl, score/src/objectidtoname.c: Too
	much was accidentally committed -- revert.
2004-03-05 18:02:41 +00:00
Joel Sherrill
b2b143f402 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libblock/src/bdbuf.c, libblock/src/ramdisk.c,
	libcsupport/src/newlibc.c, libcsupport/src/sync.c,
	libmisc/cpuuse/cpuuse.c, libmisc/monitor/mon-symbols.c,
	libmisc/shell/cmds.c, libmisc/shell/shell.c,
	libnetworking/kern/kern_sysctl.c, libnetworking/lib/ftpfs.c,
	libnetworking/lib/tftpDriver.c, libnetworking/libc/gethostbydns.c,
	libnetworking/libc/gethostbyht.c, libnetworking/libc/gethostnamadr.c,
	libnetworking/libc/getnetbyht.c, libnetworking/libc/getnetnamadr.c,
	libnetworking/libc/inet_addr.c, libnetworking/libc/linkaddr.c,
	libnetworking/libc/map_v4v6.c, libnetworking/libc/ns_print.c,
	libnetworking/libc/ns_ttl.c, libnetworking/libc/nsap_addr.c,
	libnetworking/libc/rcmd.c, libnetworking/libc/res_debug.c,
	libnetworking/libc/res_mkupdate.c, libnetworking/libc/res_query.c,
	libnetworking/libc/res_send.c, libnetworking/libc/res_update.c,
	libnetworking/net/radix.c, libnetworking/rtems/mkrootfs.c,
	librpc/src/rpc/clnt_perror.c, librpc/src/rpc/rtems_rpc.c,
	librpc/src/rpc/svc.c, sapi/include/confdefs.h,
	score/macros/rtems/score/chain.inl, score/src/objectidtoname.c:
2004-03-05 17:58:51 +00:00
Joel Sherrill
3c0c89888d 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
	psxtimer/psxtimer.c: Eliminate warnings and typos.
2004-03-05 15:51:13 +00:00
Joel Sherrill
070425c630 2004-03-05 Joel Sherrill <joel@OARcorp.com>
PR 576/doc
	* FAQ/FAQ.texi, FAQ/Makefile.am: Remove embedded information as it was
	out of date and frequently duplicated information available from
	other public sources like the CrossGCC Wiki.
	* FAQ/embeddedinfo.t: Removed.
2004-03-05 15:41:43 +00:00
Joel Sherrill
bb7cd38e7b 2004-03-05 Joel Sherrill <joel@OARcorp.com>
PR 505/bsps
	* setvec.c: Rework to remove punned pointer warning generated by gcc
	3.3 and newer.
2004-03-05 15:31:01 +00:00
Joel Sherrill
b16bdbf71e 2004-03-03 Joel Sherrill <joel@OARcorp.com>
* include/buffer_test_io.h: Correct typo.
2004-03-03 14:23:05 +00:00
Joel Sherrill
f47ee58984 2004-03-03 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add more memory and sections so tests can link.
	This is a generic BSP for a CPU model so OK to do this.
2004-03-03 14:22:27 +00:00
Joel Sherrill
230134e9c2 2004-03-03 Joel Sherrill <joel@OARcorp.com>
* vectors/vectors.h, vectors/vectors_init.c: Undo previous change.
2004-03-03 14:21:38 +00:00
Joel Sherrill
68aef00795 2004-03-03 Joel Sherrill <joel@OARcorp.com>
* irq/irq.h: Correct typo.
2004-03-03 14:21:12 +00:00
Joel Sherrill
c403d4bd22 2004-03-03 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Correct typo.
2004-03-03 14:20:59 +00:00
Joel Sherrill
cc3de44e98 2004-03-03 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add more memory so tests can link. This is a
	generic BSP for a CPU model so OK to do this.
2004-03-03 14:20:36 +00:00
Joel Sherrill
22eda53c71 2004-02-26 Joel Sherrill <joel@OARcorp.com>
PR 570/bsps
	* custom/mvme2307.cfg: Do not use -msdata=eabi since
	it breaks the linking of the vectors.
2004-02-26 17:26:35 +00:00
Joel Sherrill
f4fe0e9a3c 2004-02-26 Andreas Karlsson <andreas.karlsson@space.se>
* cpu_asm.S: Close window while restoring interrupted task state which
	resulted in CWP corruption.
2004-02-26 17:23:54 +00:00
Joel Sherrill
f4548e9f81 2004-02-26 Thomas Rauscher <trauscher@loytec.com.
PR 584/RTEMS
	* rtems/src/eventtimeout.c: Fix critical section window.
2004-02-26 17:04:44 +00:00
Joel Sherrill
54a43fe433 2004-02-26 Joel Sherrill <joel@OARcorp.com>
PR 583/tests
	* tm26/task1.c, tm27/task1.c: Correctly reset
	_Thread_Dispatch_disable_level so printing is safe.
2004-02-26 16:50:21 +00:00
Joel Sherrill
652524d953 2004-02-26 Joel Sherrill <joel@OARcorp.com>
PR 582/core
	* posix/src/mqueue.c, posix/src/mqueuecreatesupp.c,
	posix/src/mqueuedeletesupp.c, posix/src/mqueueunlink.c: Use memory
	from workspace to avoid use of mutex during dispatch disable critical
	section. Besides memory for object names should come from the
	Workspace anyway.
2004-02-26 14:28:56 +00:00
Joel Sherrill
68cc3adb75 2004-02-26 Sébastien Barré <sbarre@sdelcc.com>
PR 582/core
	* psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
	queue test so more of it runs now.
2004-02-26 14:26:23 +00:00
Joel Sherrill
79f90ba0ee 2004-02-24 Joel Sherrill <joel@OARcorp.com>
PR 580/tools
	* setup.def: Fix setup.def to match current reality.
2004-02-24 12:06:30 +00:00
Ralf Corsepius
8b2642c263 2004-02-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gdb/base-gdb.add: Add annotate.info.
	* gdb/gdb.add: Remove info/dir.
2004-02-23 06:04:23 +00:00
Joel Sherrill
36fc0ee116 2004-02-21 Joel Sherrill <joel@OARcorp.com>
* README: New file.
2004-02-21 13:09:54 +00:00
Ralf Corsepius
f79a10c671 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems-apt-conf.spec.in: Add @VERSION@ to Source0.
2004-02-20 20:48:58 +00:00
Ralf Corsepius
108a9cc59d Update. 2004-02-20 14:21:03 +00:00
Ralf Corsepius
92f11197d2 Add ChangeLog 2004-02-20 14:18:21 +00:00
Ralf Corsepius
c9626644f0 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, gpg/gpg-pubkey-eac29b6f-3fe1f458, ChangeLog,
	vendors.list.d/rtems.list, sources.list.d/rtems-4.6.list,
	sources.list.d/rtems-4.7.list, configure.ac, .cvsignore, COPYING,
	rtems-apt-conf.spec.in, INSTALL: New.
2004-02-20 14:17:43 +00:00
Ralf Corsepius
93302bf978 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
2004-02-20 01:45:34 +00:00
Ralf Corsepius
6e2ef53f51 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Sync with c/src/aclocal/rtems-top.m4
	* Makefile.am: Cosmetics.
2004-02-20 01:44:19 +00:00
Ralf Corsepius
4d32751774 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, gdb/Makefile.am: Cosmetics.
2004-02-20 01:40:59 +00:00
Ralf Corsepius
a922482bf5 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add EXTRA_DIST = search-id.sh multigen
	cvsignore-add.sh.
2004-02-20 01:37:30 +00:00
Ralf Corsepius
789694a141 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Fix loosing arguments when configuring cpukit and
	testsuites (Was exposed with --enable-multilib, only).
	Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
	 Add RTEMS_BSP_CONFIG_SUBDIR.
	* configure.ac: Reflect changes to acinclude.m4. Reflect new args to
	testsuites's configure.
	* aclocal/rtems-top.m4: Remove ENDIF hack.
	Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
2004-02-20 01:22:04 +00:00
Ralf Corsepius
fcf00342a6 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
	wrapup/Makefile.am: Fix automake problems having been introduced
	in previous patch.
2004-02-20 01:11:53 +00:00
Ralf Corsepius
f8914a3c59 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootloader/Makefile.am: Fix preinstall dir handling.
2004-02-20 01:02:24 +00:00
Joel Sherrill
2c7f0e3d31 2004-02-19 Joel Sherrill <joel@OARcorp.com>
* setup.def, gdb/gdb.add: gdb 6.0 RPMs built.
2004-02-19 14:19:15 +00:00
Joel Sherrill
074133a0e9 2004-02-19 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Replace RTEMS user account with Joel.
2004-02-19 12:13:42 +00:00
Ralf Corsepius
984ea8b3d1 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootloader/Makefile.am: Preinstall dirs.
2004-02-19 06:23:44 +00:00
Ralf Corsepius
2a7f9a2859 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect changes to bsp.am.
	Preinstall dist_project_lib*.
2004-02-19 06:22:18 +00:00
Ralf Corsepius
d7fb9f8d60 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't install *.rels. Reflect changes to bsp.am.
	Preinstall dist_project_lib*.
2004-02-19 06:11:55 +00:00
Ralf Corsepius
5e5cf07b36 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
	Preinstall dirs.
	* wrapup/Makefile.am: Preinstall dirs. Cosmetics.
	* aclocal/check-multiprocessing.m4: Cosmetics.
	* aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
	* aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
2004-02-19 06:08:15 +00:00
Ralf Corsepius
c98c9c9dd8 2004-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Preinstall dirs.
2004-02-19 06:02:04 +00:00
Ralf Corsepius
8f1eeb9174 2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp.am: Remove everything but CPPASCOMPILE.
2004-02-19 05:51:30 +00:00
Ralf Corsepius
17ad82ca8b 2004-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
	* aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
	* aclocal/project-root.m4: Remove obsolete comments.
	* aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
	* aclocal/rtems-top.m4: Rework.
2004-02-19 05:40:02 +00:00
Joel Sherrill
90357e29be 2004-02-17 RTEMS
* setup.def, gdb/base-gdb.add, gdb/gdb.add: Building a gcc 3.2.3 i960
	gcc and updating gdb to 5.3.
2004-02-17 19:09:57 +00:00
Ralf Corsepius
6ed62882ed 2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc505/Makefile.am: Fix typo.
2004-02-17 16:15:18 +00:00
Ralf Corsepius
9078e0974b 2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: DIST_SUBDIRS = $(SUBDIRS).
	Rework dist-hook.
	* configure.ac: Reflect changes to RTEMS_ENABLE_RTEMSBSP.
	* aclocal/enable-rtemsbsp.m4: Add support for --disable-rtemsbsp.
2004-02-17 13:50:24 +00:00