summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-291-0/+4
| | | | * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-295-12/+27
| | | | | | | | | | | | * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.) * binutils/binutils.add: Remove %{target} != %{build} comment (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.). Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os and _target_os) * gcc3newlib/base-gcc.add: Add gccint*infos. * gcc3newlib/base-gcj.add: Add gcj*infos. Mark manpages as %doc and pickup the gzipped versions.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-295-1/+18
| | | | | * configure.ac: Remove AC_ENABLE_MULTILIB. * Makefile.am: Add CVS-Id.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-292-43/+8
| | | | * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-292-1/+4
| | | | * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-2911-14/+33
| | | | | | | | | | | | | | | * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING. (autoconf > 2.54 seems to have problems with the old form of quoting).
* 2002-10-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-282-1/+6
| | | | | * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR (autoconf > 2.54 complains about).
* 2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2002-10-282-0/+183
| | | | * ide_ctrl.c: New file.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-282-7/+12
| | | | | * include/rtems/libio.h: Change rtems_filesystem_node_types_t from enumeration to int to eliminate warnings when values are overridden.
* 2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2002-10-287-0/+2418
| | | | | | | | * Added ATA support. * include/rtems/blkdev.h: Added last IO status. * include/rtems/ata.h, include/rtems/ata_internal.h, include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: New files.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-284-0/+10
| | | | * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
* 2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2002-10-288-1/+364
| | | | | | * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h, ide/ide_ctrl.h: * configure.ac, Makefile.am: Modified to reflect changes above.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-2814-11/+58
| | | | | | | | | | | | | | | | | | | | | * Pass to eliminate warnings. * kern/uipc_mbuf.c: Conditional SYSINIT() usage on __rtems__. Fix return statement without a value. * lib/ftpfs.c: read and write filesystem routines return ssize_t. * lib/syslog.c: Add include of <string.h> to eliminate warning. * lib/tftpDriver.c: read and write filesystem routines return ssize_t. * libc/gethostbydns.c: Prototype abort(). * libc/inet_ntoa.c: Prototype strcpy(). * libc/rcmd.c: Add include of <sys/select.h> * net/if_loop.c: Turn token at end of endif to comment. * net/rtsock.c, nfs/bootp_subr.c: Conditional SYSINIT() usage on __rtems__. * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>. * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and memset() since the BSD code tries to avoid using libc .h files since it is used to being in the kernel. * rtems/rtems_syscall.c: read and write filesystem routines return ssize_t.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-287-0/+15
| | | | | | | | * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h> to eliminate warning. * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate warning.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-282-0/+6
| | | | * src/timerserver.c: Add useless return to avoid warning.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-282-0/+11
| | | | | * src/threadhandler.c: Prototype _init() and _main() if they are needed to avoid a warning.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-283-2/+7
| | | | | * idtcpu.h: Removed warning by turning extra token at the end of an endif into a comment.
* 2002-10-24 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2002-10-288-9/+386
| | | | | | | | * ata.t, ide-ctrl.t: New file. * .cvsignore: Added new .texi files. * Makefile.am:: Added new files to generate. * bsp_howto.texi: Added new chapters. * stamp-vti, version.texi: Regenerated.
* 2002-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-264-0/+14
| | | | | * monitor/mon-command.c: Don't build rtems_monitor_line_editor for RTEMS_UNIX to avoid gcc warning.
* 2002-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-264-3/+6
| | | | | | * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR. * custom/HPUX9-posix.cfg: Ditto. * custom/Linux-posix.cfg: Ditto.
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-252-2/+8
| | | | | * autotools/automake-rtems.spec.in: Fix my address. Set up PATH before running configure (Prep. for automake >= 1.7).
* 2002-10-25 Joel Sherrill <joel@OARcorp.com>Ralf Corsepius2002-10-256-9/+19
| | | | | | | | | | | * autotools/autoconf-rtems.spec.in: New. Remove Provides: autoconf (Conflicts with RH-8.0). * autotools/autoconf-rtems.spec: Remove. * autotools/automake-rtems.spec.in: Remove Provides: automake (Conflicts with RH-8.0). * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec. * Makefile.am: Ditto. * configure.ac: Add autotools/autoconf-rtems.spec.in.
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-2519-9/+49
| | | | * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-2532-16/+80
| | | | * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-252-1/+5
| | | | * rtems/score/sh.h: Fix typo in comment (Starus->Status).
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-252-2/+4
| | | | * Makefile.am: Remove bogus reference to CHANGELOG.
* 2002-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-243-3/+8
| | | | | | * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314. * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not currently include the patch referenced in PR8344.
* 2002-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-243-2/+10
| | | | | | * samples/hello/config.h: Change CONFIGURE_SPTEST to CONFIGURE_APPLICATION to reflect current usage. * support/init.c: Include stdlib.h not unistd.h to remove warning.
* 2002-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-2484-120/+232
| | | | * stamp-vti, version.texi: Regenerated.
* 2002-10-24 <strauman@slac.stanford.edu>Joel Sherrill2002-10-241-0/+6
| | | | | * src/eval.c: Per PR293, added freenode calls for evaluate link failures.
* 2002-10-24 Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>Joel Sherrill2002-10-248-10/+26
| | | | | * capture/capture.c, monitor/mon-manager.c, stackchk/check.c: Patch to remove problems introduced by object name rework.
* 2002-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-242-19/+68
| | | | * index.html.in: Add links to multiple missing CPU supplements.
* 2002-10-24 <strauman@slac.stanford.edu>Jennifer Averett2002-10-241-4/+22
| | | | | * src/eval.c: Per PR293, added freenode calls for evaluate link failures.
* 2002-10-23 <strauman@slac.stanford.edu>Jennifer Averett2002-10-233-2/+14
| | | | | * src/mount.c per PR290, add check for ops->node_type_h * src/mknod.c per PR291, remove erroneous call to freenod
* 2002-10-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-212-1/+5
| | | | * VERSION: Updated to rtems-20021021-test.
* 2002-10-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-214-2/+10
| | | | * aclocal/version.m4: Updated to rtems-20021021-test.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-212-1/+5
| | | | * configure.ac: Fix --enable-rtemsbsp= handling.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-2112-18/+54
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-21280-420/+1268
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-2154-82/+244
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-212-1/+7
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-213-4/+10
| | | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache. * wrapup/.cvsignore: Remove autom4te.cache.
* 2002-10-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-132-6/+11
| | | | | * net/if_ethersubr.c: Add comments to #endif NETATALK to stop gcc from complaining.
* 2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-112-26/+5
| | | | * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
* 2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-112-26/+6
| | | | * configure.ac: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
* 2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-112-25/+5
| | | | * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
* 2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-113-28/+42
| | | | | * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE). * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
* 2002-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-098-0/+20
| | | | * .cvsignore: Add autom4te.cache.
* 2002-10-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-092-0/+35
| | | | | * bootstrap: Add autoconf/automake version checks by popular demand. [FWIW: I dislike this.]
* 2002-10-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-072-1/+5
| | | | * VERSION: Updated to rtems-ss-20021007.