Commit Graph

6859 Commits

Author SHA1 Message Date
Eric Norum
78e94ed1ae Reflect changes to signal names in newlib sys/signal.h. 2002-10-31 01:38:24 +00:00
Eric Norum
32f1696ceb Add vprintk function for kernel printing from routines
which have already obtained the va_list pointer.
2002-10-30 19:52:28 +00:00
Eric Norum
108bab3ee7 Add vprintk function for kernel printing from routines
which have already obtained the va_list pointer.
2002-10-30 19:47:03 +00:00
Ralf Corsepius
489782d481 2002-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-bsp-cache.m4: Remove.
2002-10-30 15:15:04 +00:00
Ralf Corsepius
282cb9c3ad 2002-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootstrap: Add generate_bspdir_acinclude to automatically update
	c/src/lib/libbsp/<cpu>/acinclude.m4.
	Use #! /bin/sh instead of #!/bin/sh.
	Remove autom4te*.cache during ./bootstrap --clean.
2002-10-30 07:08:44 +00:00
Ralf Corsepius
30d1a28f18 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
2002-10-29 17:11:43 +00:00
Ralf Corsepius
60ac65d840 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 16:53:14 +00:00
Ralf Corsepius
1c883771bb 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_ENABLE_MULTILIB.
	* Makefile.am: Add CVS-Id.
2002-10-29 16:44:03 +00:00
Ralf Corsepius
965c49b290 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
2002-10-29 16:40:03 +00:00
Ralf Corsepius
ae3b0d7e4b 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
2002-10-29 16:37:50 +00:00
Ralf Corsepius
314a962f43 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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-29 14:37:34 +00:00
Ralf Corsepius
1da0c52081 2002-10-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
	(autoconf > 2.54 complains about).
2002-10-28 17:56:41 +00:00
Joel Sherrill
d6a859195c 2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>
* ide_ctrl.c: New file.
2002-10-28 14:11:05 +00:00
Joel Sherrill
a1f10111da 2002-10-28 Joel Sherrill <joel@OARcorp.com>
* include/rtems/libio.h: Change rtems_filesystem_node_types_t from
	enumeration to int to eliminate warnings when values are overridden.
2002-10-28 14:04:03 +00:00
Joel Sherrill
ef142d71a5 2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>
* 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 14:00:43 +00:00
Joel Sherrill
42b7ce27ce 2002-10-28 Joel Sherrill <joel@OARcorp.com>
* base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
2002-10-28 13:58:19 +00:00
Joel Sherrill
11bbeb99c6 2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>
* 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 13:57:06 +00:00
Joel Sherrill
abef0f69ae 2002-10-28 Joel Sherrill <joel@OARcorp.com>
* 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 13:56:01 +00:00
Joel Sherrill
6f07dbccf6 2002-10-28 Joel Sherrill <joel@OARcorp.com>
* 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 13:50:14 +00:00
Joel Sherrill
0b993a94f3 2002-10-28 Joel Sherrill <joel@OARcorp.com>
* src/timerserver.c: Add useless return to avoid warning.
2002-10-28 13:48:35 +00:00
Joel Sherrill
78f6323105 2002-10-28 Joel Sherrill <joel@OARcorp.com>
* src/threadhandler.c: Prototype _init() and _main() if they are needed
	to avoid a warning.
2002-10-28 13:48:00 +00:00
Joel Sherrill
7a845e2fd7 2002-10-28 Joel Sherrill <joel@OARcorp.com>
* idtcpu.h: Removed warning by turning extra token at the end of
	an endif into a comment.
2002-10-28 13:47:16 +00:00
Joel Sherrill
51eacee9b7 2002-10-24 Eugeny S. Mints <Eugeny.Mints@oktet.ru>
* 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-28 13:44:39 +00:00
Ralf Corsepius
5ceb9d24c0 2002-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* monitor/mon-command.c: Don't build rtems_monitor_line_editor for
	RTEMS_UNIX to avoid gcc warning.
2002-10-26 06:29:59 +00:00
Ralf Corsepius
20ec4a8972 2002-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
	* custom/HPUX9-posix.cfg: Ditto.
	* custom/Linux-posix.cfg: Ditto.
2002-10-26 06:18:42 +00:00
Ralf Corsepius
d08b8eb889 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* autotools/automake-rtems.spec.in: Fix my address. Set up PATH
	before running configure (Prep. for automake >= 1.7).
2002-10-25 14:56:47 +00:00
Ralf Corsepius
d21091b98b 2002-10-25 Joel Sherrill <joel@OARcorp.com>
* 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 14:52:25 +00:00
Ralf Corsepius
56a1ae369d 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
2002-10-25 06:18:56 +00:00
Ralf Corsepius
5c8b6b6abb 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
2002-10-25 05:46:06 +00:00
Ralf Corsepius
2bc49cf764 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/sh.h: Fix typo in comment (Starus->Status).
2002-10-25 05:02:43 +00:00
Ralf Corsepius
fa87598d8a 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove bogus reference to CHANGELOG.
2002-10-25 04:36:19 +00:00
Joel Sherrill
17a11842dd 2002-10-24 Joel Sherrill <joel@OARcorp.com>
* 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 22:34:37 +00:00
Joel Sherrill
698b292f61 2002-10-24 Joel Sherrill <joel@OARcorp.com>
* 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 22:34:22 +00:00
Joel Sherrill
7265f3ab8f 2002-10-24 Joel Sherrill <joel@OARcorp.com>
* stamp-vti, version.texi: Regenerated.
2002-10-24 22:28:02 +00:00
Joel Sherrill
4dfda3beb6 2002-10-24 <strauman@slac.stanford.edu>
* src/eval.c: Per PR293, added freenode calls for evaluate
        link failures.
2002-10-24 22:24:41 +00:00
Joel Sherrill
12857dda9a 2002-10-24 Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
* capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
	Patch to remove problems introduced by object name rework.
2002-10-24 22:19:27 +00:00
Joel Sherrill
38ad163054 2002-10-24 Joel Sherrill <joel@OARcorp.com>
* index.html.in: Add links to multiple missing CPU supplements.
2002-10-24 22:13:52 +00:00
Jennifer Averett
1d6662951e 2002-10-24 <strauman@slac.stanford.edu>
* src/eval.c: Per PR293, added freenode calls for evaluate
                      link failures.
2002-10-24 18:54:07 +00:00
Jennifer Averett
bf61751c5a 2002-10-23 <strauman@slac.stanford.edu>
* src/mount.c per PR290, add check for ops->node_type_h
        * src/mknod.c per PR291, remove erroneous call to freenod
2002-10-23 18:10:27 +00:00
Joel Sherrill
3767e25c9f 2002-10-21 Joel Sherrill <joel@OARcorp.com>
* VERSION: Updated to rtems-20021021-test.
2002-10-21 16:59:22 +00:00
Joel Sherrill
f8ee48bf01 2002-10-21 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-20021021-test.
2002-10-21 16:59:21 +00:00
Ralf Corsepius
45789f2bb2 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Fix --enable-rtemsbsp= handling.
2002-10-21 13:10:06 +00:00
Ralf Corsepius
352288b7b1 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.
2002-10-21 12:28:23 +00:00
Ralf Corsepius
8730f45f28 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.
2002-10-21 12:19:27 +00:00
Ralf Corsepius
f8cb04a54a 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.
2002-10-21 12:04:36 +00:00
Ralf Corsepius
42e768c684 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.
2002-10-21 11:46:02 +00:00
Ralf Corsepius
c22d6134a0 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.
	* wrapup/.cvsignore: Remove autom4te.cache.
2002-10-21 11:45:05 +00:00
Ralf Corsepius
7b93cedcd4 2002-10-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* net/if_ethersubr.c: Add comments to #endif NETATALK to stop
	gcc from complaining.
2002-10-13 21:47:29 +00:00
Ralf Corsepius
154c99ce3e 2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2002-10-11 04:32:49 +00:00
Ralf Corsepius
2fe08ccb0b 2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2002-10-11 04:31:22 +00:00