Commit Graph

8271 Commits

Author SHA1 Message Date
Ralf Corsepius
1bcbe4100c 2003-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use here-documents to generate cpuopts.tmp.
	Various fixes and changes to argument processing.
	Reflect changes to librpc Makefile.ams.
	* acinclude.m4: Use here-documents to generate cpuopts.tmp.
	* aclocal/check-itron.m4: Remove HAS_IRON_API.
	* aclocal/check-multiprocessing.m4: Remove HAS_MP.
	* aclocal/check-posix.m4: Remove HAS_POSIX_API.
2003-11-27 14:36:23 +00:00
Ralf Corsepius
69a6204cdb 2003-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/rpc/Makefile.am, src/xdr/Makefile.am, src/Makefile.am:
	Removed.
	* Makefile.am: Merge-in src/rpc/Makefile.am, src/xdr/Makefile.am,
	src/Makefile.am.
	Various fixes. Reformat.
2003-11-27 14:29:34 +00:00
Ralf Corsepius
d16b2d3548 2003-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rpc/rpc.hinclude/rpc/rpc.h: Rename struct
	rtems_rpc_task_variables into struct _rtems_rpc_task_variables
	(Avoid symbol conflict between struct and variable).
	struct _rtems_rpc_task_variables *rtems_rpc_task_variables;
	Reflect changes above.
	* src/rpc/clnt_perror.c, src/rpc/clnt_raw.c, src/rpc/clnt_simple.c,
	src/rpc/rpcdname.c, src/rpc/rtems_rpc.c, src/rpc/svc.c,
	src/rpc/svc_auth.c, src/rpc/svc_raw.c, src/rpc/svc_simple.c:
	Reflect changes above.
2003-11-27 09:35:40 +00:00
Joel Sherrill
c9a4da01c6 2003-11-26 Joel Sherrill <joel@OARcorp.com>
PR 524/filesystem
	* src/newlibc.c: Address 1K buffer leak from incomplete cleanup of
	newlib reentrancy handler.
2003-11-26 17:53:30 +00:00
Joel Sherrill
690861c3c6 2003-11-26 Joel Sherrill <joel@OARcorp.com>
PR 523/filesystem
	* src/malloc.c: Make malloc family safer for use from ISRs and
	dispatching critical sections. If in a critical section while doing
	a free(), then the free is deferred until the next malloc() attempt.
2003-11-26 17:50:53 +00:00
Joel Sherrill
dfd3132e1d 2003-11-26 Joel Sherrill <joel@OARcorp.com>
* MAINTAINERS: New file.
2003-11-26 17:19:09 +00:00
Ralf Corsepius
3bfda69187 2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add *.info to CLEANFILES to accomodate
	automake-1.7f/1.8 breaking building infos.
2003-11-26 15:32:26 +00:00
Ralf Corsepius
6547cf03dc 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: New.
	* configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
	Add local autoheader config.h.
	* aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
	* aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
2003-11-26 15:31:12 +00:00
Ralf Corsepius
805d764d44 2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* project.am: Remove $(PROJECT).info* from CLEANFILES (Doesn't work
	with automake-1.7f/1.8 anymore).
2003-11-26 15:30:34 +00:00
Ralf Corsepius
863fb4f1a9 2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
	aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
	aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
	aclocal/check-tool.m4, aclocal/enable-bare.m4,
	aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
	aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
	aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
	aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
	aclocal/gcc-pipe.m4, aclocal/multi.m4,
	aclocal/multilib.m4, aclocal/prog-cc.m4,
	aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
	Fix underquoting to silence automake-1.8.
2003-11-26 06:56:28 +00:00
Ralf Corsepius
0e8262cf24 2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
	aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
	aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
	aclocal/check-networking.m4, aclocal/check-posix.m4,
	aclocal/check-tool.m4, aclocal/config-subdirs.m4,
	aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
	aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
	aclocal/enable-networking.m4, aclocal/enable-posix.m4,
	aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
	aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
	aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
	aclocal/multilib.m4, aclocal/path-ksh.m4,
	aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
	aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
	aclocal/rtems-top.m4, aclocal/target.m4,
	aclocal/tool-paths.m4:
	Fix underquoting to silence automake-1.8.
2003-11-26 06:21:00 +00:00
Ralf Corsepius
9550125efa 2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
	aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
	aclocal/check-posix.m4, aclocal/check-rdbg.m4,
	aclocal/check-tool.m4, aclocal/config-subdirs.m4,
	aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
	aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
	aclocal/enable-networking.m4, aclocal/enable-posix.m4,
	aclocal/enable-rdbg.m4, aclocal/enable-rtemsbsp.m4,
	aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
	aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
	aclocal/i386-gas-code16.m4, aclocal/multilib.m4,
	aclocal/path-ksh.m4, aclocal/prog-cc.m4,
	aclocal/prog-cxx.m4, aclocal/project-root.m4,
	aclocal/rtems-top.m4, aclocal/target.m4,
	aclocal/tool-paths.m4:
	Fix underquoting to silence automake-1.8.
2003-11-26 06:18:03 +00:00
Ralf Corsepius
dfc099fd8b 2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Fix underquoting to silence automake-1.8.
2003-11-26 06:06:05 +00:00
Ralf Corsepius
3959276ec1 2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4,
	aclocal/check-bsps.m4, aclocal/check-custom-bsp.m4,
	aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
	aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
	aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
	aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
	aclocal/enable-rtems-debug.m4, aclocal/enable-rtemsbsp.m4,
	aclocal/enable-tests.m4, aclocal/multilib.m4,
	aclocal/path-ksh.m4, aclocal/project-root.m4,
	aclocal/rtems-top.m4, aclocal/tool-paths.m4,
	acinclude.m4:
	Fix underquoting to silence automake-1.8.
2003-11-26 05:32:03 +00:00
Jennifer Averett
de691e68f7 2003-11-25 Jennifer Averett <jennifer@OARcorp.com>
PR 519/filesystem
	* include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check
	write permissions in parent directory for file or directory delete
2003-11-25 17:26:45 +00:00
Joel Sherrill
ba77fe60d0 2003-11-25 Joel Sherrill <joel@OARcorp.com>
PR 526/rtems
	* src/threadcreateidle.c: Idle task name should be a string and
	PR484 broke this.
2003-11-25 14:52:17 +00:00
Joel Sherrill
444d0489d3 2003-11-25 Joel Sherrill <joel@OARcorp.com>
PR 528/rtems_misc
	* task.t: Fix Ada binding for task variable calls.
2003-11-25 14:15:24 +00:00
Joel Sherrill
091967571c 2003-11-25 Joel Sherrill <joel@OARcorp.com>
PR 528/rtems_misc
	* rtems.ads: Add task variables to Ada binding.
2003-11-25 14:07:29 +00:00
Ralf Corsepius
e98285d91b 2003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* target.cfg.in: Remove RTEMS_USE_MACROS.
	* Makefile.inc.in: Remove RTEMS_USE_MACROS.
	* aclocal/enable-inlines.m4: Removed.
	* configure.ac: Remove RTEMS_ENABLE_INLINES.
2003-11-24 10:34:05 +00:00
Ralf Corsepius
2f6c18807e 2003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
	* custom/default.cfg: Remove INLINE,INLINE_UPCASE.
2003-11-24 10:02:34 +00:00
Ralf Corsepius
dcfba3559e 2003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
	Elimimate INLINESdir.
	* aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
	* .cvsignore: Add config.h.in.
2003-11-24 09:57:09 +00:00
Ralf Corsepius
8af72bee23 2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 525/rtems
	* include/rtems/system.h: Use RTEMS_INLINES instead of USE_INLINES.
	* include/rtems/score/chain.h: Ditto.
	* include/rtems/score/thread.h: Ditto.
	* src/chain.c: Ditto.
	* src/coremutexseize.c: Ditto.
	* src/threadget.c: Ditto.
2003-11-23 21:45:00 +00:00
Ralf Corsepius
6521b630d1 2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add missing '\'. Reformat.
2003-11-23 21:31:40 +00:00
Ralf Corsepius
39e50b3f23 2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* system.h: Remove USE_INLINES.
	* chain.c: Remove USE_INLINES.
2003-11-23 19:11:46 +00:00
Ralf Corsepius
926e856a9a 2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
2003-11-23 17:07:21 +00:00
Ralf Corsepius
930ad0c0e6 2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove all LIB-related rules.
2003-11-23 12:45:43 +00:00
Ralf Corsepius
8f83131a12 2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't use gmake to preinstall.
2003-11-23 12:38:42 +00:00
Ralf Corsepius
d6a444d3b3 2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't use gmake rules for preinstallation.
2003-11-23 10:36:05 +00:00
Ralf Corsepius
8b273c20db 2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reworked.
2003-11-23 10:24:09 +00:00
Ralf Corsepius
51f97de6ca 2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reworked.
2003-11-22 13:24:12 +00:00
Ralf Corsepius
f2954e0cd4 2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reworked.
2003-11-22 12:51:28 +00:00
Ralf Corsepius
7987c2aadf 2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
	* configure.ac: Ditto.
2003-11-22 12:35:41 +00:00
Ralf Corsepius
007c9f707a 2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h instead of
	sys/cdefs.h (Nonportable).
	* wrapup/Makefile.am: Removed.
	* Makefile.am: Reworked.
2003-11-22 12:33:24 +00:00
Ralf Corsepius
32195d5d0f 2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reworked.
2003-11-22 11:47:29 +00:00
Ralf Corsepius
bcb9ab43d3 2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
2003-11-22 11:32:46 +00:00
Ralf Corsepius
6cb5bcd5f8 2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/cdefs.h: New.
	* Makefile.am: Completely reworked.
2003-11-22 11:31:12 +00:00
Joel Sherrill
3d4d5ee20c 2003-11-21 Joel Sherrill <joel@OARcorp.com>
PR 521/doc
	* sem.t: Default attributes were wrong for semaphores.
2003-11-21 14:23:17 +00:00
Ralf Corsepius
006fa1ef77 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
	Use AM_CPPFLAGS instead of AM_CFLAGS.
	* src/ata.c: Include config.h.
	* src/bdbuf.c: Ditto.
	* src/blkdev.c: Ditto.
	* src/diskdevs.c: Ditto.
	* src/ide_part_table.c: Ditto.
	* src/ramdisk.c: Ditto.
2003-11-20 12:14:50 +00:00
Ralf Corsepius
0fa54a0be5 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* capture/config.h: Remove.
	* capture/Makefile.am: Remove config.h.
	AM_CPPFLAGS += -I$(top_builddir).
	* cpuuse/config.h: Remove.
	* cpuuse/Makefile.am: Remove config.h.
	AM_CPPFLAGS += -I$(top_builddir).
	* devnull/config.h: Remove.
	* devnull/Makefile.am: Remove config.h.
	AM_CPPFLAGS += -I$(top_builddir).
	* dummy/config.h: Remove.
	* dummy/Makefile.am: Remove config.h.
	AM_CPPFLAGS += -I$(top_builddir).
	* dumpbuf/config.h: Remove.
	* dumpbuf/Makefile.am: Remove config.h.
	AM_CPPFLAGS += -I$(top_builddir).
	* monitor/config.h: Remove.
	* monitor/Makefile.am: Remove config.h.
	AM_CPPFLAGS += -I$(top_builddir).
	* mw-fb/config.h: Remove.
	* mw-fb/Makefile.am: Remove config.h.
	AM_CPPFLAGS += -I$(top_builddir).
	* rtmonuse/config.h: Remove.
	* rtmonuse/Makefile.am: Remove config.h.
	AM_CPPFLAGS += -I$(top_builddir).
	* serdbg/config.h: Remove.
	* serdbg/Makefile.am: Remove config.h.
	AM_CPPFLAGS += -I$(top_builddir).
	* shell/config.h: Remove.
	* shell/Makefile.am: Remove config.h.
	AM_CPPFLAGS += -I$(top_builddir).
	* stackchk/config.h: Remove.
	* stackchk/Makefile.am: Remove config.h.
	AM_CPPFLAGS += -I$(top_builddir).
	* untar/config.h: Remove.
	* untar/Makefile.am: Remove config.h.
	AM_CPPFLAGS += -I$(top_builddir).
2003-11-20 07:38:31 +00:00
Ralf Corsepius
738a9ae8e7 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/config.h: Remove.
	* Makefile.am: Remove src/config.h
	AM_CPPFLAGS += -I$(top_builddir).
2003-11-20 07:29:52 +00:00
Ralf Corsepius
42f22f84f1 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/config.h: Remove.
	* src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
2003-11-20 07:10:58 +00:00
Ralf Corsepius
2ea1779aa1 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/config.h: Remove.
	* src/dosfs/Makefile.am: Remove config.h
	AM_CPPFLAGS += -I$(top_builddir).
	* src/imfs/config.h: Remove.
	* src/imfs/Makefile.am: Remove config.h
	AM_CPPFLAGS += -I$(top_builddir).
2003-11-20 07:06:08 +00:00
Ralf Corsepius
3da33bf813 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: New.
	* configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
	Add local autoheader config.h.
	* aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
	* aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
2003-11-20 07:02:53 +00:00
Ralf Corsepius
61f41e2207 2003-11-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/gccnewlib.add: Add hacks to make gnatlib
	buildable.
	* gcc3newlib/base-gnat.add: Add info files.
2003-11-17 12:52:01 +00:00
Ralf Corsepius
0a2ee12d4a This commit was generated by cvs2svn to compensate for changes in r9127,
which included commits to RCS files with non-trunk default branches.
2003-11-12 06:47:27 +00:00
Ralf Corsepius
8df7e11c5c Import from zlib-1.2.4 2003-11-12 06:47:27 +00:00
Ralf Corsepius
6e761d1417 2003-11-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved tests/.
	* mptests/Makefile.am: Reflect having moved tests/.
	* mptests/mp01/Makefile.am: Reflect having moved tests/.
	* mptests/mp01/node1/Makefile.am: Reflect having moved tests/.
	* mptests/mp01/node2/Makefile.am: Reflect having moved tests/.
	* samples/Makefile.am: Reflect having moved tests/.
	* samples/base_mp/Makefile.am: Reflect having moved tests/.
	* samples/base_mp/node1/Makefile.am: Reflect having moved tests/.
	* samples/base_mp/node2/Makefile.am: Reflect having moved tests/.
	* samples/base_sp/Makefile.am: Reflect having moved tests/.
	* samples/hello/Makefile.am: Reflect having moved tests/.
	* samples/ticker/Makefile.am: Reflect having moved tests/.
	* sptests/Makefile.am: Reflect having moved tests/.
	* sptests/sp01/Makefile.am: Reflect having moved tests/.
	* sptests/sp02/Makefile.am: Reflect having moved tests/.
	* sptests/sp03/Makefile.am: Reflect having moved tests/.
	* sptests/sp04/Makefile.am: Reflect having moved tests/.
	* sptests/sp05/Makefile.am: Reflect having moved tests/.
	* sptests/sp06/Makefile.am: Reflect having moved tests/.
	* sptests/sp07/Makefile.am: Reflect having moved tests/.
	* sptests/sp08/Makefile.am: Reflect having moved tests/.
	* sptests/sp09/Makefile.am: Reflect having moved tests/.
	* sptests/sp11/Makefile.am: Reflect having moved tests/.
	* sptests/sp12/Makefile.am: Reflect having moved tests/.
	* sptests/sp13/Makefile.am: Reflect having moved tests/.
	* sptests/sp14/Makefile.am: Reflect having moved tests/.
	* sptests/sp15/Makefile.am: Reflect having moved tests/.
	* sptests/sp16/Makefile.am: Reflect having moved tests/.
	* sptests/sp17/Makefile.am: Reflect having moved tests/.
	* sptests/sp19/Makefile.am: Reflect having moved tests/.
	* sptests/sp20/Makefile.am: Reflect having moved tests/.
	* sptests/sp21/Makefile.am: Reflect having moved tests/.
	* sptests/sp22/Makefile.am: Reflect having moved tests/.
	* sptests/sp23/Makefile.am: Reflect having moved tests/.
	* sptests/sp24/Makefile.am: Reflect having moved tests/.
	* sptests/sp25/Makefile.am: Reflect having moved tests/.
	* sptests/spsize/Makefile.am: Reflect having moved tests/.
	* support/Makefile.am: Reflect having moved tests/.
	* tmtests/Makefile.am: Reflect having moved tests/.
	* tmtests/tm01/Makefile.am: Reflect having moved tests/.
	* tmtests/tm02/Makefile.am: Reflect having moved tests/.
	* tmtests/tm03/Makefile.am: Reflect having moved tests/.
	* tmtests/tm04/Makefile.am: Reflect having moved tests/.
	* tmtests/tm05/Makefile.am: Reflect having moved tests/.
	* tmtests/tm06/Makefile.am: Reflect having moved tests/.
	* tmtests/tm07/Makefile.am: Reflect having moved tests/.
	* tmtests/tm08/Makefile.am: Reflect having moved tests/.
	* tmtests/tm09/Makefile.am: Reflect having moved tests/.
	* tmtests/tm10/Makefile.am: Reflect having moved tests/.
	* tmtests/tm11/Makefile.am: Reflect having moved tests/.
	* tmtests/tm12/Makefile.am: Reflect having moved tests/.
	* tmtests/tm13/Makefile.am: Reflect having moved tests/.
	* tmtests/tm14/Makefile.am: Reflect having moved tests/.
	* tmtests/tm15/Makefile.am: Reflect having moved tests/.
	* tmtests/tm16/Makefile.am: Reflect having moved tests/.
	* tmtests/tm17/Makefile.am: Reflect having moved tests/.
	* tmtests/tm18/Makefile.am: Reflect having moved tests/.
	* tmtests/tm19/Makefile.am: Reflect having moved tests/.
	* tmtests/tm20/Makefile.am: Reflect having moved tests/.
	* tmtests/tm21/Makefile.am: Reflect having moved tests/.
	* tmtests/tm22/Makefile.am: Reflect having moved tests/.
	* tmtests/tm23/Makefile.am: Reflect having moved tests/.
	* tmtests/tm24/Makefile.am: Reflect having moved tests/.
	* tmtests/tm25/Makefile.am: Reflect having moved tests/.
	* tmtests/tm28/Makefile.am: Reflect having moved tests/.
	* tmtests/tm29/Makefile.am: Reflect having moved tests/.
	* tmtests/tmck/Makefile.am: Reflect having moved tests/.
	* tmtests/tmoverhd/Makefile.am: Reflect having moved tests/.
2003-11-11 10:55:17 +00:00
Ralf Corsepius
0a9e6a4855 2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-target-name.m4: Remove.
	* aclocal/canonicalize-tools.m4: Remove.
	* aclocal/check-custom-bsp.m4: Remove.
	* aclocal/check-cxx.m4: Remove.
	* aclocal/check-itron.m4: Remove.
	* aclocal/check-multiprocessing.m4: Remove.
	* aclocal/check-networking.m4: Remove.
	* aclocal/check-posix.m4: Remove.
	* aclocal/check-tests.m4: Remove.
	* aclocal/check-tool.m4: Remove.
	* aclocal/config-subdirs.m4: Remove.
	* aclocal/enable-bare.m4: Remove.
	* aclocal/enable-cxx.m4: Remove.
	* aclocal/enable-itron.m4: Remove.
	* aclocal/enable-multiprocessing.m4: Remove.
	* aclocal/enable-networking.m4: Remove.
	* aclocal/enable-posix.m4: Remove.
	* aclocal/enable-rtemsbsp.m4: Remove.
	* aclocal/enable-tests.m4: Remove.
	* aclocal/env-rtemsbsp.m4: Remove.
	* aclocal/gcc-isystem.m4: Remove.
	* aclocal/gcc-pipe.m4: Remove.
	* aclocal/gcc-specs.m4: Remove.
	* aclocal/multilib.m4: Remove.
	* aclocal/path-ksh.m4: Remove.
	* aclocal/prog-cc.m4: Remove.
	* aclocal/prog-cxx.m4: Remove.
	* aclocal/project-root.m4: Remove.
	* aclocal/quoting.m4: Remove.
	* aclocal/rtems-cpu-subdirs.m4: Remove.
	* aclocal/rtems-flags.m4: Remove.
	* aclocal/rtems-test-no-pause.m4: Remove.
	* aclocal/rtems-top.m4: Remove.
	* aclocal/target.m4: Remove.
	* aclocal/tool-paths.m4: Remove.
	* aclocal/version.m4: Remove.
	* .cvsignore: Remove.
	* ChangeLog: Remove.
	* Makefile.am: Remove.
	* PROBLEMS: Remove.
	* README: Remove.
	* configure.ac: Remove.
	* automake/compile.am: Remove.
	* automake/host.am: Remove.
	* automake/leaf.am: Remove.
	* automake/local.am: Remove.
	* automake/subdirs.am: Remove.
2003-11-11 01:04:45 +00:00
Ralf Corsepius
ad0f662166 2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-target-name.m4: Remove.
	* aclocal/canonicalize-tools.m4: Remove.
	* aclocal/check-custom-bsp.m4: Remove.
	* aclocal/check-cxx.m4: Remove.
	* aclocal/check-itron.m4: Remove.
	* aclocal/check-multiprocessing.m4: Remove.
	* aclocal/check-networking.m4: Remove.
	* aclocal/check-posix.m4: Remove.
	* aclocal/check-tests.m4: Remove.
	* aclocal/check-tool.m4: Remove.
	* aclocal/config-subdirs.m4: Remove.
	* aclocal/enable-bare.m4: Remove.
	* aclocal/enable-cxx.m4: Remove.
	* aclocal/enable-itron.m4: Remove.
	* aclocal/enable-multiprocessing.m4: Remove.
	* aclocal/enable-networking.m4: Remove.
	* aclocal/enable-posix.m4: Remove.
	* aclocal/enable-rtemsbsp.m4: Remove.
	* aclocal/enable-tests.m4: Remove.
	* aclocal/env-rtemsbsp.m4: Remove.
	* aclocal/gcc-isystem.m4: Remove.
	* aclocal/gcc-pipe.m4: Remove.
	* aclocal/gcc-specs.m4: Remove.
	* aclocal/multilib.m4: Remove.
	* aclocal/path-ksh.m4: Remove.
	* aclocal/prog-cc.m4: Remove.
	* aclocal/prog-cxx.m4: Remove.
	* aclocal/project-root.m4: Remove.
	* aclocal/quoting.m4: Remove.
	* aclocal/rtems-cpu-subdirs.m4: Remove.
	* aclocal/rtems-flags.m4: Remove.
	* aclocal/rtems-test-no-pause.m4: Remove.
	* aclocal/rtems-top.m4: Remove.
	* aclocal/target.m4: Remove.
	* aclocal/tool-paths.m4: Remove.
	* aclocal/version.m4: Remove.
	* .cvsignore: Remove.
	* ChangeLog: Remove.
	* Makefile.am: Remove.
	* PROBLEMS: Remove.
	* README: Remove.
	* configure.ac: Remove.
	* automake/compile.am: Remove.
	* automake/host.am: Remove.
	* automake/leaf.am: Remove.
	* automake/local.am: Remove.
	* automake/subdirs.am: Remove.
2003-11-11 01:04:44 +00:00
Ralf Corsepius
bab35bd6f7 2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mp01/node1/.cvsignore: Remove.
	* mp01/node1/Makefile.am: Remove.
	* mp01/node1/mp01.doc: Remove.
	* mp01/node1/mp01.scn: Remove.
	* mp01/.cvsignore: Remove.
	* mp01/Makefile.am: Remove.
	* mp01/init.c: Remove.
	* mp01/system.h: Remove.
	* mp01/task1.c: Remove.
	* mp01/node2/.cvsignore: Remove.
	* mp01/node2/Makefile.am: Remove.
	* mp01/node2/mp01.doc: Remove.
	* mp01/node2/mp01.scn: Remove.
	* mp02/node1/.cvsignore: Remove.
	* mp02/node1/Makefile.am: Remove.
	* mp02/node1/mp02.doc: Remove.
	* mp02/node1/mp02.scn: Remove.
	* mp02/.cvsignore: Remove.
	* mp02/Makefile.am: Remove.
	* mp02/init.c: Remove.
	* mp02/system.h: Remove.
	* mp02/task1.c: Remove.
	* mp02/node2/.cvsignore: Remove.
	* mp02/node2/Makefile.am: Remove.
	* mp02/node2/mp02.doc: Remove.
	* mp02/node2/mp02.scn: Remove.
	* .cvsignore: Remove.
	* ChangeLog: Remove.
	* Makefile.am: Remove.
	* README: Remove.
	* configure.ac: Remove.
	* mptests.am: Remove.
	* mp03/node1/.cvsignore: Remove.
	* mp03/node1/Makefile.am: Remove.
	* mp03/node1/mp03.doc: Remove.
	* mp03/node1/mp03.scn: Remove.
	* mp03/.cvsignore: Remove.
	* mp03/Makefile.am: Remove.
	* mp03/delay.c: Remove.
	* mp03/init.c: Remove.
	* mp03/system.h: Remove.
	* mp03/task1.c: Remove.
	* mp03/node2/.cvsignore: Remove.
	* mp03/node2/Makefile.am: Remove.
	* mp03/node2/mp03.doc: Remove.
	* mp03/node2/mp03.scn: Remove.
	* mp04/node1/.cvsignore: Remove.
	* mp04/node1/Makefile.am: Remove.
	* mp04/node1/mp04.doc: Remove.
	* mp04/node1/mp04.scn: Remove.
	* mp04/.cvsignore: Remove.
	* mp04/Makefile.am: Remove.
	* mp04/init.c: Remove.
	* mp04/system.h: Remove.
	* mp04/task1.c: Remove.
	* mp04/node2/.cvsignore: Remove.
	* mp04/node2/Makefile.am: Remove.
	* mp04/node2/mp04.doc: Remove.
	* mp04/node2/mp04.scn: Remove.
	* mp05/node1/.cvsignore: Remove.
	* mp05/node1/Makefile.am: Remove.
	* mp05/node1/mp05.doc: Remove.
	* mp05/node1/mp05.scn: Remove.
	* mp05/.cvsignore: Remove.
	* mp05/Makefile.am: Remove.
	* mp05/asr.c: Remove.
	* mp05/init.c: Remove.
	* mp05/system.h: Remove.
	* mp05/task1.c: Remove.
	* mp05/node2/.cvsignore: Remove.
	* mp05/node2/Makefile.am: Remove.
	* mp05/node2/mp05.doc: Remove.
	* mp05/node2/mp05.scn: Remove.
	* mp06/node1/.cvsignore: Remove.
	* mp06/node1/Makefile.am: Remove.
	* mp06/node1/mp06.doc: Remove.
	* mp06/node1/mp06.scn: Remove.
	* mp06/.cvsignore: Remove.
	* mp06/Makefile.am: Remove.
	* mp06/init.c: Remove.
	* mp06/system.h: Remove.
	* mp06/task1.c: Remove.
	* mp06/node2/.cvsignore: Remove.
	* mp06/node2/Makefile.am: Remove.
	* mp06/node2/mp06.doc: Remove.
	* mp06/node2/mp06.scn: Remove.
	* mp07/node1/.cvsignore: Remove.
	* mp07/node1/Makefile.am: Remove.
	* mp07/node1/mp07.doc: Remove.
	* mp07/node1/mp07.scn: Remove.
	* mp07/.cvsignore: Remove.
	* mp07/Makefile.am: Remove.
	* mp07/init.c: Remove.
	* mp07/system.h: Remove.
	* mp07/task1.c: Remove.
	* mp07/node2/.cvsignore: Remove.
	* mp07/node2/Makefile.am: Remove.
	* mp07/node2/mp07.doc: Remove.
	* mp07/node2/mp07.scn: Remove.
	* mp08/node1/.cvsignore: Remove.
	* mp08/node1/Makefile.am: Remove.
	* mp08/node1/mp08.doc: Remove.
	* mp08/node1/mp08.scn: Remove.
	* mp08/.cvsignore: Remove.
	* mp08/Makefile.am: Remove.
	* mp08/init.c: Remove.
	* mp08/system.h: Remove.
	* mp08/task1.c: Remove.
	* mp08/node2/.cvsignore: Remove.
	* mp08/node2/Makefile.am: Remove.
	* mp08/node2/mp08.doc: Remove.
	* mp08/node2/mp08.scn: Remove.
	* mp09/node1/.cvsignore: Remove.
	* mp09/node1/Makefile.am: Remove.
	* mp09/node1/mp09.doc: Remove.
	* mp09/node1/mp09.scn: Remove.
	* mp09/.cvsignore: Remove.
	* mp09/Makefile.am: Remove.
	* mp09/init.c: Remove.
	* mp09/recvmsg.c: Remove.
	* mp09/sendmsg.c: Remove.
	* mp09/system.h: Remove.
	* mp09/task1.c: Remove.
	* mp09/node2/.cvsignore: Remove.
	* mp09/node2/Makefile.am: Remove.
	* mp09/node2/mp09.doc: Remove.
	* mp09/node2/mp09.scn: Remove.
	* mp10/node1/.cvsignore: Remove.
	* mp10/node1/Makefile.am: Remove.
	* mp10/node1/mp10.doc: Remove.
	* mp10/node1/mp10.scn: Remove.
	* mp10/.cvsignore: Remove.
	* mp10/Makefile.am: Remove.
	* mp10/init.c: Remove.
	* mp10/system.h: Remove.
	* mp10/task1.c: Remove.
	* mp10/task2.c: Remove.
	* mp10/task3.c: Remove.
	* mp10/node2/.cvsignore: Remove.
	* mp10/node2/Makefile.am: Remove.
	* mp10/node2/mp10.doc: Remove.
	* mp10/node2/mp10.scn: Remove.
	* mp11/node1/.cvsignore: Remove.
	* mp11/node1/Makefile.am: Remove.
	* mp11/node1/mp11.doc: Remove.
	* mp11/node1/mp11.scn: Remove.
	* mp11/.cvsignore: Remove.
	* mp11/Makefile.am: Remove.
	* mp11/init.c: Remove.
	* mp11/system.h: Remove.
	* mp11/node2/.cvsignore: Remove.
	* mp11/node2/Makefile.am: Remove.
	* mp11/node2/mp11.doc: Remove.
	* mp11/node2/mp11.scn: Remove.
	* mp12/node1/.cvsignore: Remove.
	* mp12/node1/Makefile.am: Remove.
	* mp12/node1/mp12.doc: Remove.
	* mp12/node1/mp12.scn: Remove.
	* mp12/.cvsignore: Remove.
	* mp12/Makefile.am: Remove.
	* mp12/init.c: Remove.
	* mp12/system.h: Remove.
	* mp12/node2/.cvsignore: Remove.
	* mp12/node2/Makefile.am: Remove.
	* mp12/node2/mp12.doc: Remove.
	* mp12/node2/mp12.scn: Remove.
	* mp13/node1/.cvsignore: Remove.
	* mp13/node1/Makefile.am: Remove.
	* mp13/node1/mp13.doc: Remove.
	* mp13/node1/mp13.scn: Remove.
	* mp13/.cvsignore: Remove.
	* mp13/Makefile.am: Remove.
	* mp13/init.c: Remove.
	* mp13/system.h: Remove.
	* mp13/task1.c: Remove.
	* mp13/task2.c: Remove.
	* mp13/node2/.cvsignore: Remove.
	* mp13/node2/Makefile.am: Remove.
	* mp13/node2/mp13.doc: Remove.
	* mp13/node2/mp13.scn: Remove.
	* mp14/node1/.cvsignore: Remove.
	* mp14/node1/Makefile.am: Remove.
	* mp14/node1/mp14.doc: Remove.
	* mp14/node1/mp14.scn: Remove.
	* mp14/.cvsignore: Remove.
	* mp14/Makefile.am: Remove.
	* mp14/delay.c: Remove.
	* mp14/evtask1.c: Remove.
	* mp14/evtmtask.c: Remove.
	* mp14/exit.c: Remove.
	* mp14/init.c: Remove.
	* mp14/msgtask1.c: Remove.
	* mp14/pttask1.c: Remove.
	* mp14/smtask1.c: Remove.
	* mp14/system.h: Remove.
	* mp14/node2/.cvsignore: Remove.
	* mp14/node2/Makefile.am: Remove.
	* mp14/node2/mp14.doc: Remove.
	* mp14/node2/mp14.scn: Remove.
2003-11-11 01:01:27 +00:00