summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-11295-148/+736
| | | | * configure.ac: AC_PREREQ(2.57).
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-114-0/+16
| | | | * configure.ac: AC_PREREQ(2.57).
* 2003-02-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-104-17/+33
| | | | | | * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to determine which targets have simulators, configure with appropriate arguments, and package the correct files.
* 2003-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-072-31/+47
| | | | | | | * i386-cygwin-gcc.spec.in: Use %_prefix instead of %prefix. Add gnatlib. Add %defattr(-,root,root). Provide virtual packages i386-cygwin-[c++|g++|gnat].
* 2003-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-073-7/+34
| | | | | | | * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug. * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building gcj from rpmbuild command line. Copy gsyslimits.h for CDN-X compilation.
* missed in previous commit.Joel Sherrill2003-02-071-1/+1
|
* 2003-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-072-41/+57
| | | | | * README.configure: Updated to reflect new BSPs and deprecated targets.
* 2003-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-063-28/+33
| | | | | * pppd/chat.c: Convert routines with common names to static. This included get_char(), put_char(), and character() among others.
* 2003-02-06 Ilya Alexeev <ilya@continuum.ru>Joel Sherrill2003-02-063-4/+9
| | | | | * m68360.h: Correct the order of fields in the ethernet structure to account for the typo in MC68360UM (page 7-248).
* 2003-02-06 Mike Siers <mikes@poliac.com>Joel Sherrill2003-02-062-2/+12
| | | | | | | | | | PR 342/networking * kern/uipc_mbuf.c: The RTEMS version of the m_copyback is changing the m_len value of the mbuf. I looked into the source from another BSD system and the mbuf length is not changed inside this function. The m_copyback function is only being used in the net/rtsock.c file. So I think this problem is only visable under certain routing table conditions.
* 2003-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-062-1/+6
| | | | | * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so Linux port builds.
* 2003-02-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-02-052-4/+10
| | | | | | PR 341/networking * lib/ftpfs.c: Account for NULL at end of strings when malloc()'ing memory.
* 2003-02-05 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-02-052-5/+44
| | | | | PR 340/filesystem * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
* 2003-02-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-052-1/+11
| | | | | * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc code.
* 2003-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-054-0/+4
| | | | * Apply the 2003-01-31 changes OAR's broken CVS had dropped.
* 2003-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-046-14/+20
| | | | | | * configure.ac: Unconditionally check for CXX. Require autoconf-2.57, automake-1.7.2. * rtems++: Eliminate CC_O_FILES.
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-032-2/+8
| | | | | | PR 338/filesystem * io.t: Fix Ada binding as side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-033-41/+7
| | | | | | PR 338/filesystem * include/rtems/io.h, src/io.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-032-1/+7
| | | | | | PR 338/filesystem * src/unixlibc.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-036-8/+22
| | | | | | PR 338/filesystem * rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-032-13/+6
| | | | | | PR 338/filesystem * sapi/no-io.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change). Unused function removed.
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-032-2/+8
| | | | | | PR 338/filesystem * sci/sci.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-032-14/+19
| | | | | | PR 338/filesystem * console.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
* 2003-02-03 Steven Johnson <sjohnson@neurizon.net>Joel Sherrill2003-02-032-1/+7
| | | | | | PR 338/filesystem * io.t: Document the API change that fixed reentrancy problem with rtems_io_lookup_name().
* 2003-02-03 Steven Johnson <sjohnson@neurizon.net>Joel Sherrill2003-02-032-9/+12
| | | | | | PR 338/filesystem * src/imfs/ioman.c: Fix reentrancy problem with rtems_io_lookup_name() (API change).
* 2003-02-03 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-02-032-4/+12
| | | | | PR 339/filesystem * src/chroot.c: Fix violation of FS node object copy semantics.
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-032-2/+7
| | | | | * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not TMPINSTALL_FILES.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-313-0/+132
| | | | | | | | | * README.cdn-X: New. * binutils/binutils.add: Add --build=%_build --host=%_host. * cpukit/.cvsignore: Add *.spec.in. * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host. * gdb/gdb.add: Add --build=%_build --host=%_host. * rtemsdoc/.cvsignore: Add *.spec.in.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-313-1/+6
| | | | | * gcc3newlib/gccnewlib.add: Remove Buildroot. * common/.cvsignore: New.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-3110-23/+35
| | | | | | | | | | | | | | | * common/common.add.in: Add Vendor, Distribution, BuildRoot. * binutils/Makefile.am: Fix path to clean.add. * binutils/binutils.add: Remove BuildRoot. * cpukit/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. Generate rtems-cpukit.spec.in. * cpukit/header.add: New. * cpukit/rtems-cpukit.spec.in: Remove. * cpukit/rtems-cpukit.add: New. * gccnewlib/gccnewlib.add: Remove Buildroot. * gdb/gdb.add: Remove Buildroot. * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-3112-150/+57
| | | | | | | | | | | | | | | | | | * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. Generate rtemsdoc.spec.in. * rtemsdoc/mkspec.in: Remove exe_ext. * rtemsdoc/rtemsdoc.spec.in: Remove. * gccnewlib/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}. * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}. * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}. Remove header, broken cdn-X configuration, %clean. * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}. * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}. * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}. * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-318-32/+30
| | | | | | | | | | | | | * gdb/gdb.add: Remove header, broken cdn-X configuration, %clean, Replace @exe_ext@ with %{_exeext}. * gdb/mkspec.in: Remove exe_ext. * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}. * gdb/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}. * cpukit/mkspec.in: Remove exe_ext. * binutils/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-3110-50/+45
| | | | | | | | | | | | | | * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration, %clean, Replace @exe_ext@ with %{_exeext}. * gcc3newlib/mkspec.in: Remove exe_ext. * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}. * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}. * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}. * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}. * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}. * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}. + gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-313-11/+8
| | | | | | * Makefile.am: Remove reference to mkbinutilsspec. * configure.ac: Remove EXEEXT check. Add common/clean.add, common/common.add.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-314-48/+30
| | | | | | | * binutils/binutils.add: Remove header, broken cdn-X configuration, %clean. * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias. * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-319-0/+139
| | | | | | | | | | | * gcc3newlib/header.add: New. * gccnewlib/header.add: New. * binutils/header.add: New. * gdb/header.add: New. * rtemsdoc/header.add: New. * rtemsdoc/rtemsdoc.add: New. * common/clean.add.in: New. * common/common.add.in: New.
* 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-302-16/+17
| | | | * binutils/Makefile.am: Reflect changes above.
* 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-306-18/+28
| | | | | | | | | | * binutils/mkspec.in: New. * binutils/.cvsignore: Add mkspec. * mkbinutilspec.in: Remove. * gdb/Makefile.am: Depend on mkspec. * binutils/binutils.add: Add @exe_ext@ to c++filt. Add %_defaultbuildroot. * configure.ac: Reflect changes above.
* 2003-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-292-0/+5
| | | | * gdb/.cvsignore: Add mkspec.
* 2003-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-2910-86/+126
| | | | | | | | | | | | | | | | | | | | | | | | | * ChangeLog: Fix yesterday's entry. * gdb/target-gdb.add: %defattr(-,root,root). Use %{_prefix} instead of /opt/rtems. Misc. minor changes. * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems. Remove stray unpackaged files. Use %{_defaultbuildroot} instead of hard-coded values. configure --disable-nls. Misc. minor changes. Add BuildPreReq: ncurses-devel. * gdb/base-gdb.add: %defattr(-,root,root). Use %{_prefix} instead of /opt/rtems. Misc. minor changes. * gdb/mkspec.in: New. * gdb/Makefile.am: Reflect addition of gdb/mkspec.in. * gcc3newlib/mkspec.in: Fix usage. * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of hard-coded values. Update copyright notice. * mkgdbspec.in: Removed. * Makefile.am: Remove mkgdbspec. * configure.ac: Remove mkgdbspec. Add gdb/mkspec.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-282-1/+5
| | | | * VERSION: Updated to rtems-ss-20030128.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-283-1/+9
| | | | * aclocal/version.m4: Updated to rtems-ss-20030128.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-282-14/+18
| | | | * tversions.texi: Updated tool version numbers.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-283-48/+44
| | | | | * makefiles.t, support.t: Updated to reflect use of automake in addition to autoconf.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-285-19/+43
| | | | | * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Fix to work around truncated section names.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-284-6/+16
| | | | * startup/linkcmds: Fix to work around truncated section names.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-284-12/+17
| | | | | * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix to work around truncated section names.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-284-14/+19
| | | | | * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to work around truncated section names.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-285-5/+11
| | | | | | * include/DP8570A.h, include/bsp.h, start/start.c, startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init() to avoid conflict with TCP/IP stack internal routine.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-282-0/+42
| | | | * .cvsignore: New file.