Commit Graph
24290 Commits
Author SHA1 Message Date
Ralf Corsepius 207b1f47c1 newlib-1.18.0-rtems4.10-20100310.diff 2010-03-15 16:37:22 +00:00
Ralf Corsepius 138cc2f19b Remove (Obsolete). 2010-03-15 14:31:54 +00:00
Ralf Corsepius 878eb9f599 Import from zlib-1.2.4 2010-03-14 19:09:07 +00:00
Ralf Corsepius 0dca06760a This commit was generated by cvs2svn to compensate for changes in r22743,
which included commits to RCS files with non-trunk default branches.
2010-03-14 18:08:12 +00:00
Ralf Corsepius 12ff5e96a1 Import from zlib-1.2.4 2010-03-14 18:08:12 +00:00
Ralf Corsepius f749e7b274 Import from zlib-1.2.4 2010-03-12 17:56:34 +00:00
Joel Sherrill 00d170342a 2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* libblock/src/ide_part_table.c: Functionality of
	rtems_ide_part_table_get() and rtems_ide_part_table_free() was needed
	internally but those routines are deprecated from the public API. So
	move their contents to private static routines. Using the private
	routines in this file avoids deprecation warnings and leaves
	functional, although deprecated, versions for potential use by
	applications.
2010-03-12 16:35:13 +00:00
Joel Sherrill 8c5358013e 2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/network/i82586.c: Readdress use of ctype methods per
	recommendation from D.J. Delorie on the newlib mailing list. We
	should pass an unsigned char into these methods.
2010-03-12 16:27:24 +00:00
Joel Sherrill 438997f6a4 2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* eolstrip.c: Readdress use of ctype methods per recommendation from
	D.J. Delorie on the newlib mailing list. We should pass an unsigned
	char into these methods.
2010-03-12 16:27:00 +00:00
Joel Sherrill 88353c47f2 2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp43/init.c: Readdress use of ctype methods per recommendation from
	D.J. Delorie on the newlib mailing list. We should pass an unsigned
	char into these methods.
2010-03-12 16:26:36 +00:00
Joel Sherrill bab5c5fac0 2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* ftpd/ftpd.c, httpd/asp.c, httpd/ejparse.c, httpd/emfdb.c,
	httpd/misc.c, httpd/um.c, httpd/webs.c, httpd/websuemf.c,
	libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_format.c,
	libfs/src/dosfs/msdos_misc.c, libfs/src/nfsclient/src/nfs.c,
	libmisc/capture/capture-cli.c, libmisc/monitor/mon-network.c,
	libmisc/shell/hexdump-odsyntax.c, libmisc/shell/main_ifconfig.c,
	libmisc/shell/shell.c, libmisc/shell/shell_makeargs.c,
	libmisc/uuid/parse.c, libnetworking/libc/gethostbydns.c,
	libnetworking/libc/gethostbyht.c, libnetworking/libc/gethostnamadr.c,
	libnetworking/libc/getnetnamadr.c, libnetworking/libc/inet_addr.c,
	libnetworking/libc/inet_network.c, libnetworking/libc/res_debug.c,
	libnetworking/libc/res_init.c, libnetworking/libc/res_query.c,
	libnetworking/rtems/rtems_mii_ioctl.c,
	score/src/objectgetnameasstring.c: Readdress use of ctype methods per
	recommendation from D.J. Delorie on the newlib mailing list. We
	should pass an unsigned char into these methods.
2010-03-12 16:26:16 +00:00
Joel Sherrill 3c02c9dd47 2010-03-12 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* fileio/init.c: Remove deprecation warnings.
2010-03-12 16:00:58 +00:00
Thomas Doerfler 6982ed7826 Do not overwrite errno in case fat_file_write() returns with an error status. 2010-03-12 08:31:31 +00:00
Thomas Doerfler 337853429d various changes 2010-03-12 08:26:18 +00:00
Thomas Doerfler 1d110280cc Fixed IO configurations 2010-03-12 08:25:53 +00:00
Thomas Doerfler 171090c425 Fixed _CPU_cache_disable_data() 2010-03-12 08:25:09 +00:00
Ralf Corsepius fa21416a6e Import from zlib-1.2.4 2010-03-12 03:47:00 +00:00
Ralf Corsepius 7b96f4b82f This commit was generated by cvs2svn to compensate for changes in r22730,
which included commits to RCS files with non-trunk default branches.
2010-03-12 03:47:00 +00:00
Joel Sherrill 39b8611978 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/ide/ide_controller.c: Fix warnings for uninitialized
	variable.
2010-03-11 19:17:39 +00:00
Joel Sherrill e137f0e944 2010-03-11 Ken Peters <kptrs@yahoo.com>
PR 1456/cpukit
	* libcsupport/src/ttyname.c: ttyname_r() when called directly (not via
	ttyname()) does not prefix the caller provided buffer with the
	predefined _PATH_DEV string (/dev/). Thus the directory search fails
	and no tty name is returned to the caller.
2010-03-11 19:14:41 +00:00
Joel Sherrill 8c8e3e0977 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* fileio/init.c: Fix warnings for ctype methods.
2010-03-11 19:13:13 +00:00
Joel Sherrill 8a3a92dcfb 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/network/i82586.c: Fix warnings for ctype methods.
2010-03-11 19:13:04 +00:00
Joel Sherrill 391b4dda25 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* ftpd/ftpd.c, httpd/uemf.c, httpd/um.c, httpd/webs.c,
	httpd/websuemf.c, libblock/src/diskdevs.c,
	libmisc/capture/capture-cli.c, libmisc/monitor/mon-network.c,
	libmisc/shell/hexdump-odsyntax.c, libmisc/shell/main_ifconfig.c,
	libmisc/uuid/parse.c, libnetworking/lib/ftpfs.c,
	libnetworking/libc/gethostbyht.c, libnetworking/libc/getnetnamadr.c,
	libnetworking/libc/inet_network.c,
	libnetworking/rtems/rtems_mii_ioctl.c,
	score/src/objectgetnameasstring.c: Fix warnings for ctype methods.
2010-03-11 19:12:30 +00:00
Joel Sherrill 06443cfa4b 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/shell_makeargs.c: Fix warnings.
2010-03-11 15:53:12 +00:00
Joel Sherrill 7209b4c516 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1458/cpukit
	* rtems/inline/rtems/rtems/asr.inl: Do not enable signals by default.
	Wait for a signal handler to be installed.
2010-03-11 15:40:29 +00:00
Joel Sherrill 1fe7324a08 2010-03-11 Andrei Mozzhuhin <nopscmn@gmail.com>
PR 1496/shell
	* libmisc/shell/shell_makeargs.c: Add support for quoted arguments.
2010-03-11 15:35:24 +00:00
Ralf Corsepius 355a836b9d Remove. 2010-03-11 15:02:54 +00:00
Joel Sherrill eabaf58988 2010-03-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/interr.h,
	score/src/objectinitializeinformation.c: Add new fatal error for
	configuring unlimited and maximum of 0.
2010-03-10 18:15:33 +00:00
Joel Sherrill 05f7e55c46 Changed year. 2010-03-10 18:15:24 +00:00
Joel Sherrill 1f51923f59 2010-03-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add new fatal error for configuring
	unlimited and maximum of 0.
	* spfatal13/.cvsignore, spfatal13/Makefile.am, spfatal13/spfatal13.doc,
	spfatal13/spfatal13.scn, spfatal13/testcase.h: New files.
2010-03-10 18:14:43 +00:00
Joel Sherrill 543f17b391 2010-03-10 Marc Pignat <marc.pignat@hevs.ch>
PR 1488/bsps
	* start/start.S: Micromon on bf537 uses DMA for UART reception.
	This prevents the UART driver in RTEMS from working (and also
	causes received characters to be stored in a buffer that RTEMS
	doesn't know about, so it's potentially dangerous, but in practice
	the risk is small since an RTEMS app intended to be booted from
	Micromon would normally be configured to leave the RAM Micromon
	uses reserved).  The attached patch corrects this by disabling
	all DMA channels at startup.
2010-03-10 17:22:05 +00:00
Joel Sherrill ee07b99715 2010-03-10 Gedare Bloom <gedare@gwu.edu>
PR 1495/bsp
	* clock/ckinit.c, make/custom/pc386.cfg: Calling
	rtems_clock_get_uptime() in a tight loop sometimes showed time moving
	backwards.
2010-03-10 17:16:02 +00:00
Joel Sherrill 5deb608389 2010-03-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1497/bsps
	* startup/bspreset.c: Do not enable interrupts while waiting for board
	to reset.
2010-03-10 16:39:13 +00:00
Ralf Corsepius c7c1f3bd74 New. 2010-03-10 07:09:31 +00:00
Ralf Corsepius 4ad7a690ba Regenerate. 2010-03-10 07:09:06 +00:00
Ralf Corsepius 0ea222f5bd Add binutils-patch. 2010-03-10 07:07:59 +00:00
Ralf Corsepius 84b257dea9 Bump BINUTILS_RPMREL. 2010-03-10 07:07:39 +00:00
Joel Sherrill 81ced0e040 2010-03-09 Joel Sherrill <joel.sherrilL@oarcorp.com>
* libmisc/Makefile.am: Remove duplicate file from list.
2010-03-09 21:42:15 +00:00
Ralf Corsepius 2789347aff Import from zlib-1.2.4 2010-03-07 06:30:35 +00:00
Ralf Corsepius e13daed6a1 Update to binutils-2.20.1 2010-03-05 04:02:34 +00:00
Ralf Corsepius c12ebd7eb3 Regenerate. 2010-03-05 03:44:03 +00:00
Ralf Corsepius f5671f76b4 Update to binutils-2.20.1 2010-03-05 03:42:55 +00:00
Ralf Corsepius 6ac9461365 Update to binutils-2.20.1 2010-03-05 03:36:39 +00:00
Joel Sherrill 3080a7c740 2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of
	CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
2010-03-04 14:41:51 +00:00
Joel Sherrill c9a4a9a599 2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* libblock/src/ramdisk-config.c: Revert accidental commit.
2010-03-04 14:41:32 +00:00
Joel Sherrill 7a09a7aedf 2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* libblock/src/ramdisk-config.c, sapi/include/confdefs.h:
	CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of
	CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
2010-03-04 14:40:51 +00:00
Joel Sherrill a16a794916 2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of
	CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
2010-03-04 14:40:06 +00:00
Chris Johns 8ec7abb551 010-03-04 Chris Johns <chrisj@rtems.org>
* libcsupport/include/rtems/libio.h, libcsupport/src/_rename_r.c:
        Add a rename file op and have rename use it.

        * libfs/Makefile.am, libfs/src/dosfs/msdos_rename.c,
        libfs/src/imfs/imfs_rename.c: New files to support the rename file
        op.

        * libfs/src/imfs/imfs.h: Add rename interface.

        * libfs/src/imfs/imfs_init.c: Add rename handler.

        * libfs/src/imfs/miniimfs_init.c: Fix up ops struct.

        * libfs/src/dosfs/msdos.h: Add msdos_rename and remove
        msdos_file_link.

        * libfs/src/dosfs/msdos_create.c: Remove the link call.

        * libfs/src/dosfs/msdos_eval.c: Fix a path parsing bug.

        * libfs/src/dosfs/msdos_init.c: Add rename handler and clean up
        the struct naming.

        * libfs/src/rfs/rtems-rfs-link.c, libfs/src/rfs/rtems-rfs-link.h:
        Change the link call to allow linking of directories if told to
        and change the unlink to handle unlink directories that are not
        empty so rename can be supported.

        * libfs/src/rfs/rtems-rfs-rtems-dir.c: Fix the link/unlink calls.

        * libfs/src/rfs/rtems-rfs-rtems.c: Add a rename handler. Fix the
        link/unlink calls.

        * libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_format.c,
        libfs/src/dosfs/msdos_misc.c, httpd/asp.c,
        libfs/src/nfsclient/src/nfs.c: Work around a newlib warning when
        using the is*() family of calls.
2010-03-04 06:36:51 +00:00
Ralf Corsepius bd88f7a381 Import from zlib-1.2.4 2010-03-03 10:22:02 +00:00
Ralf Corsepius 3fc1c8db5e This commit was generated by cvs2svn to compensate for changes in r22694,
which included commits to RCS files with non-trunk default branches.
2010-03-03 10:22:02 +00:00