summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-013-26/+34
| | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-014-6/+22
| | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-014-2/+14
| | | | * sp29/init.c: Corrected definitions for task stack usage.
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-014-2/+10
| | | | * spsize/size.c: _Thread_queue_Extract_table removed.
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-012-3/+7
| | | | * setup.def: Update gcc3 RPMs for new patches.
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-012-1/+5
| | | | * custom/p4650.cfg: Update arguments to gcc3.
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-015-3/+28
| | | | | | | * 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 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-014-6/+12
| | | | * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
* 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-014-8/+8
| | | | * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
* 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-0196-96/+192
| | | | * configure.ac: Remove RTEMS_PROJECT_ROOT.
* 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-015-26/+10
| | | | | * configure.ac: Remove RTEMS_PROJECT_ROOT. * aclocal/project-root.m4: Remove.
* 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-016-20/+22
| | | | | | * aclocal/enable-multiprocessing.m4: enable_multiprocessing=no. * aclocal/prog-cc.m4: Remove obsolete comments. Comment out GCCSED.
* 2002-06-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-303-33/+33
| | | | | * aclocal/check-multiprocessing.m4: Reworked. * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
* 2002-06-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-303-34/+6
| | | | | * automake/multilib.am: Remove. * Makefile.am: Reflect change above.
* 2002-06-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-302-1/+5
| | | | * Makefile.am: Pickup libbsp.a from build directory.
* 2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-30104-398/+208
| | | | * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
* 2002-06-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-282-0/+75
| | | | | * intr_NOTIMES.t: Per PR70 incorporate the posting by Zoltan Kocsi <zoltan@bendor.com.au> explaining a m68k vectoring trick.
* 2002-06-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-282-1/+5
| | | | * aclocal/version.m4: Updated to rtems-ss-20020628.
* 2001-06-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-282-19/+23
| | | | * tverstions.texi: Updated to reflect newer versions.
* 2001-06-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-283-6/+26
| | | | | * buildc.t, gdb.t: Per PR54, updated to reflect multiple compression schemes including bzip2.
* 2001-06-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-287-143/+358
| | | | | | * preface.texi, procenv.t, process.t, signal.t, stamp-vti, version.texi: Updated as part of starting a sweep on the POSIX User's Guide.
* 2002-06-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-284-26/+28
| | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-282-6/+22
| | | | | | * userext.t: Per PR228, correct the prototype of the task create user extension to indicate it returns a boolean and augment the documentation to explain the purpose of the boolean return value.
* 2002-06-27 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2002-06-2710-4/+2402
| | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-272-0/+6
| | | | * Makefile.am: genoffsets must be built before the executive.
* 2002-06-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-272-1/+5
| | | | * tools/Makefile.am: Build the cpu dependent tools as well.
* 2002-06-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2002-06-2728-4/+2396
| | | | | | | | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-273-2/+7
| | | | * Makefile.am, bsp_specs: Now this target almost compiles again.
* 2002-06-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-272-0/+9
| | | | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-279-12/+107
| | | | | | * 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-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-272-1/+8
| | | | | | | * 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-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-272-1/+7
| | | | | | * 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-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-274-2/+84
| | | | | | | | * 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-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-272-0/+7
| | | | | | * 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-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2002-06-272-3/+8
| | | | * startup/Makefile.am: Compile the m68k gdb stub and glue.
* 2002-06-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-272-0/+10
| | | | | | | * 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-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2002-06-275-0/+1512
| | | | | * Added m68k serial stub that is thread aware. * ChangeLog, gdb_if.h, m68k-stub.c, Makefile.am: New files.
* 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-2764-0/+160
| | | | * configure.ac: Add RTEMS_PROG_CCAS
* 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-276-118/+24
| | | | | | | | | * 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 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-274-12/+22
| | | | | | | | | * 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 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-2728-14/+98
| | | | | * configure.ac: Use AC_CONFIG_AUX_DIR(../..). Add AC_PROG_RANLIB.
* 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-274-2/+10
| | | | * configure.ac: Use AC_CONFIG_AUX_DIR(..).
* 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-2768-34/+238
| | | | | * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). Add AC_PROG_RANLIB.
* 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-272-2/+6
| | | | * autotools/automake-rtems.spec.in: Update to automake-1.6.2.
* 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-262-9/+7
| | | | | * wrapup/Makefile.am: Build libnetapps.a. Don't preinstall libnetapps.a
* 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-262-1/+5
| | | | * Makefile.am: Pickup libnetapps.a from build directory.
* 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-264-18/+12
| | | | * wrapup/Makefile.am: Don't preinstall libmisc.a.
* 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-262-1/+6
| | | | | * Makefile.am: Pickup libmisc.a from build directory. Remove libxdr.a.
* 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-261-7/+2
| | | | * ChangeLog: Fix bogus changelog entries.
* 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-264-10/+10
| | | | * wrapup/Makefile.am: Don't preinstall libnetworking.a.