Commit Graph

4781 Commits

Author SHA1 Message Date
Joel Sherrill
8d3b3be411 2002-07-01 Joel Sherrill <joel@OARcorp.com>
* rtems_webserver/misc.c: Per PR236 eliminate definition of strnlen().
2002-07-01 22:16:57 +00:00
Joel Sherrill
ce8e6a8bb7 2002-07-01 Joel Sherrill <joel@OARcorp.com>
* src/_servtgt.c, src/ptrace.c: Corrected use of
	_Objects_Information_table now that it is a two dimensional
	array based upon API and class.
2002-07-01 22:14:25 +00:00
Joel Sherrill
35290c995b 2002-07-01 Joel Sherrill <joel@OARcorp.com>
* unlimited/test1.c: Corrected use of _Objects_Information_table
	now that it is a two dimensional array based upon API and class.
2002-07-01 22:13:03 +00:00
Joel Sherrill
21bbb925a9 2002-07-01 Joel Sherrill <joel@OARcorp.com>
* sp29/init.c: Corrected definitions for task stack usage.
2002-07-01 22:11:44 +00:00
Joel Sherrill
a9047a0f9b 2002-07-01 Joel Sherrill <joel@OARcorp.com>
* spsize/size.c: _Thread_queue_Extract_table removed.
2002-07-01 22:11:15 +00:00
Joel Sherrill
e13b2ec0a7 2002-07-01 Joel Sherrill <joel@OARcorp.com>
* startup/erc32mec.c: New file.
	* startup/Makefile.am: Reflect above.
	* include/erc32.h: Converted SCORE_EXTERN to extern.
	* tools/runtest.in: Lengthened timeout on test runs.
2002-07-01 22:04:48 +00:00
Ralf Corsepius
fa348b7dca 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
2002-07-01 17:16:38 +00:00
Ralf Corsepius
a9d97a8744 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
2002-07-01 12:14:08 +00:00
Ralf Corsepius
8c746fe197 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_PROJECT_ROOT.
2002-07-01 09:59:55 +00:00
Ralf Corsepius
74701e194d 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_PROJECT_ROOT.
	* aclocal/project-root.m4: Remove.
2002-07-01 09:59:43 +00:00
Ralf Corsepius
18ec075f9f 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-multiprocessing.m4: enable_multiprocessing=no.
	* aclocal/prog-cc.m4: Remove obsolete comments.
	Comment out GCCSED.
2002-07-01 09:20:43 +00:00
Ralf Corsepius
5df32aee5f 2002-06-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup libbsp.a from build directory.
2002-06-30 06:13:39 +00:00
Ralf Corsepius
80defac55a 2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
2002-06-30 06:05:34 +00:00
Joel Sherrill
b43314ae91 2002-06-28 Joel Sherrill <joel@OARcorp.com>
* src/__times.c: Cleaned up comments, return more information,
	and eliminated the fatal error on clock not set since it cannot
	occur.
2002-06-28 18:51:35 +00:00
Joel Sherrill
dda0bffc41 2002-06-27 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
* Addition of a ftp client filesystem, comparable to the tftp one.
	* lib/ftpfs.c, rtems/ftpfs.h: New files.
	* lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
2002-06-27 21:59:23 +00:00
Joel Sherrill
9e633f58da 2002-06-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
* With the addition of serdbg, the standard polled I/O functions
	for gdbstub and/or printk are optionally routed to any termios-aware
	device driver, that supports polled mode. See libmisc/serdbg/README.
	* serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
	serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
	serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
	serdbg/.cvsignore: New files.
	* configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
	reflect addition.
2002-06-27 21:25:14 +00:00
Joel Sherrill
bbcfe5f2d9 2002-06-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, bsp_specs: Now this target almost compiles again.
2002-06-27 21:24:09 +00:00
Joel Sherrill
7990ddd206 2002-06-25 Joel Sherrill <joel@OARcorp.com>
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
	support to the shared gdb stub glue thus adding a directory at the
	top shared level.
	* shared/gdbstub: New directory.
	* configure.ac: Modified to reflect above.
2002-06-27 21:23:15 +00:00
Joel Sherrill
6ba9c27971 2002-06-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, cpu.c, cpu_asm.S, rtems.S: Modified to make
	this all compile again.  It has been a while since we have
	had a semi-working hppa1.1-rtems cross compiler. :)
2002-06-27 21:21:45 +00:00
Joel Sherrill
d33dd2f70b 2002-06-25 Joel Sherrill <joel@OARcorp.com>
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
	support to the shared gdb stub glue thus moving some of the
	gdbstub support to a higher level.
	* startup/Makefile.am: Modified to reflect above.
2002-06-27 21:15:20 +00:00
Joel Sherrill
007d59d6aa 2002-06-25 Joel Sherrill <joel@OARcorp.com>
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
	support to the shared gdb stub glue necessitating a move up.
	* Makefile.am: Reflect new gdbstub directory.
2002-06-27 21:14:09 +00:00
Joel Sherrill
8fcb0c6a8f 2002-06-25 Joel Sherrill <joel@OARcorp.com>
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
	support to the shared gdb stub glue necessitating a move up.
	* ChangeLog, Makefile.am, .cvsignore: New file.
	* rtems-stub-glue.c: Moved from mips/shared/gdbstub and
	m68k/shared/gdbstub.
2002-06-27 21:13:44 +00:00
Joel Sherrill
085dd80dc5 2002-06-25 Joel Sherrill <joel@OARcorp.com>
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
	support to the shared gdb stub glue thus adding a directory.
	* configure.ac: Modified to reflect above.
2002-06-27 21:11:37 +00:00
Joel Sherrill
da9138d48c 2002-06-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
* startup/Makefile.am: Compile the m68k gdb stub and glue.
2002-06-27 21:10:41 +00:00
Joel Sherrill
f3eff09796 2002-06-25 Joel Sherrill <joel@OARcorp.com>
* Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
	support to the shared gdb stub glue thus adding a directory.
	* gdbstub: New directory.
	* Makefile.am: Modified to reflect above.
2002-06-27 21:09:31 +00:00
Joel Sherrill
a8d953f1ae 2002-06-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
* Added m68k serial stub that is thread aware.
	* ChangeLog, gdb_if.h, m68k-stub.c, Makefile.am: New files.
2002-06-27 21:08:25 +00:00
Ralf Corsepius
a25b63b098 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add RTEMS_PROG_CCAS
2002-06-27 12:21:55 +00:00
Ralf Corsepius
52614062c5 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/prog-ccas.m4: New.
	* aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
	RTEMS_GCC_PRINT
	* aclocal/check-multiprocessing.m4: Fix typo.
	* automake/compile.am: Remove CXX support.
	Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
2002-06-27 12:18:24 +00:00
Ralf Corsepius
272413ce17 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/prog-ccas.m4: New.
	* aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
	RTEMS_GCC_PRINT
	* aclocal/check-multiprocessing.m4: Fix typo.
	* automake/compile.am: Remove CXX support.
	Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
2002-06-27 12:15:48 +00:00
Ralf Corsepius
da8f88a23e 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AC_CONFIG_AUX_DIR(../..).
	Add AC_PROG_RANLIB.
2002-06-27 04:00:20 +00:00
Ralf Corsepius
15c107ff5a 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AC_CONFIG_AUX_DIR(..).
2002-06-27 04:00:05 +00:00
Ralf Corsepius
6f79a970cd 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
	Add AC_PROG_RANLIB.
2002-06-27 03:59:59 +00:00
Ralf Corsepius
6186657ad7 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Build libnetapps.a.
	Don't preinstall libnetapps.a
2002-06-26 17:04:38 +00:00
Ralf Corsepius
765a1f0667 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup libnetapps.a from build directory.
2002-06-26 17:00:34 +00:00
Ralf Corsepius
d6c6c26fd2 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't preinstall libmisc.a.
2002-06-26 16:11:36 +00:00
Ralf Corsepius
74232ef576 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup libmisc.a from build directory.
	Remove libxdr.a.
2002-06-26 16:08:05 +00:00
Ralf Corsepius
dee3768be2 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ChangeLog: Fix bogus changelog entries.
2002-06-26 16:00:25 +00:00
Ralf Corsepius
89e6498803 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't preinstall libnetworking.a.
2002-06-26 15:46:38 +00:00
Ralf Corsepius
8e7d260c26 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't preinstall libfs.a.
2002-06-26 15:28:42 +00:00
Ralf Corsepius
996a0385ef 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Don't preinstall libblock.a.
2002-06-26 15:24:02 +00:00
Ralf Corsepius
d2d5215133 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to RTEMS_BSP.
2002-06-26 12:57:16 +00:00
Ralf Corsepius
a7c1897395 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to RTEMS_BSP.
	* src/Makefile.am: Add libposix.a.
2002-06-26 12:52:38 +00:00
Ralf Corsepius
b2d72c6742 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to RTEMS_BSP.
	* src/Makefile.am: Add libitron.a.
2002-06-26 12:52:19 +00:00
Ralf Corsepius
27f9f12d8e 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to RTEMS_BSP.
	* aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
	Allow building w/ --enable-multiprocessing --enable-multilib.
	* aclocal/enable-multiprocessing.m4:
	Eliminate RTEMS_HAS_MULTIPROCESSING.
2002-06-26 10:56:24 +00:00
Ralf Corsepius
163abc10e8 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove libxdr.a.
2002-06-26 05:20:29 +00:00
Ralf Corsepius
abc116768a 2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: RTEMS_TOP(../../../..).
	AC_CONFIG_AUX_DIR(../../../..).
	Remove RTEMS_CANONICAL_HOST.
	Use RTEMS_ENV_RTEMSCPU.
	Add AC_PROG_RANLIB.
	* include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* Makefile.am: Include $(top_srcdir)/../automake/*.am.
	ACLOCAL_AMFLAGS = -I ../aclocal.
	* src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
2002-06-25 17:41:49 +00:00
Ralf Corsepius
2239edfdff 2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Fix stupid typo in previous patch.
2002-06-25 17:39:34 +00:00
Ralf Corsepius
e73e5766a8 2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add librpc. AC_PROG_RANLIB.
	* wrapup/Makefile.am: Add librpc.
	Use relative path to lib*.a for
	POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
2002-06-25 17:15:00 +00:00
Ralf Corsepius
3ebe28f20f 2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove librpc.
2002-06-25 17:05:20 +00:00
Joel Sherrill
0b2f26d4d9 2002-06-25 Joel Sherrill <joel@OARcorp.com>
* Per PR233, moved librpc to exec.  Ralf will patch after move.
	The patches associated with this PR are out of date.
	* configure.ac, wrapup/Makefile.am: Modified.
	* librpc, librpc/ChangeLog: Removed.
2002-06-25 14:54:49 +00:00