Commit Graph

9379 Commits

Author SHA1 Message Date
Ralf Corsepius
5569cec2a1 2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
	There are no application level Makefiles in here.
2004-03-09 09:53:08 +00:00
Ralf Corsepius
b6e033751d Remove refs to Makefile*. 2004-03-09 09:15:48 +00:00
Ralf Corsepius
0b1fce890b Unused. 2004-03-09 09:13:25 +00:00
Ralf Corsepius
2609e83f77 Unused. 2004-03-08 16:26:41 +00:00
Ralf Corsepius
9c4a30e209 2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 587/bsps
	* shared/include/cpuIdent.h, shared/include/cpuIdent.c: Add defines
	for MPC_5XX.
2004-03-08 15:40:40 +00:00
Ralf Corsepius
25f59b144c 2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, configure.ac: Reflect having added mpc5xx.
2004-03-08 15:37:31 +00:00
Ralf Corsepius
0aee2be50e 2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc5xx/.cvsignore, mpc5xx/Makefile.am: New.
	* mpc5xx/exceptions/asm_utils.S,  mpc5xx/exceptions/raw_exception.c,
	mpc5xx/exceptions/raw_exception.h, mpc5xx/ictrl/ictrl.c,
	mpc5xx/ictrl/ictrl.h, mpc5xx/timer/timer.c: New (Submission from
	Wilfried Busalski <w.busalski@lancier-monitoring.de>).
2004-03-08 15:36:03 +00:00
Ralf Corsepius
bacd4df2ab Unused 2004-03-08 03:41:10 +00:00
Ralf Corsepius
afd00b056e Unused 2004-03-08 03:17:16 +00:00
Joel Sherrill
355f03eb17 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libnetworking/net/radix.c: Remove warning.
2004-03-05 18:37:16 +00:00
Joel Sherrill
2f5c2f0d5f 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
	support.
2004-03-05 18:34:13 +00:00
Joel Sherrill
08df9497ff 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libmisc/shell/cmds.c: Remove warning.
2004-03-05 18:32:06 +00:00
Joel Sherrill
e73c249e59 2004-03-04 Joel Sherrill <joel@OARcorp.com>
* aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
	they can be used in application level makefiles.
2004-03-05 18:28:38 +00:00
Joel Sherrill
6debefee26 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* sp07/buffered_io.c: Remove warning.
2004-03-05 18:26:16 +00:00
Joel Sherrill
1cf0ea1f0a 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libnetworking/lib/ftpfs.c: Switch bcopy to memcpy.
2004-03-05 18:25:33 +00:00
Joel Sherrill
07e9194eec 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/newlibc.c, libcsupport/src/sync.c: Eliminate
	warnings.  Explicitly defeat __STRICT_ANSI__ since both
	legitimately use routines beyond ANSI.
2004-03-05 18:24:24 +00:00
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