Commit Graph
24290 Commits
Author SHA1 Message Date
Ralf Corsepius b83fc5b3ea Remove cygwin hacks. 2010-02-10 14:38:44 +00:00
Ralf Corsepius dc94d0431f Update. 2010-02-10 14:36:41 +00:00
Ralf Corsepius 55bbc8924b New. 2010-02-10 14:26:22 +00:00
Till Straumann 1bab8a6df1 2010-02-09 Till Straumann <strauman@slac.stanford.edu>
* network/tsec.c: Added code to restart halted DMA
	after a TX error (from error-isr). Added statistics
	counters for restarts and DMA bus errors.
2010-02-10 01:59:57 +00:00
Till Straumann 5068f3f994 2010-02-09 Till Straumann <strauman@slac.stanford.edu>
* network/if_mve/mv643xx_eth.c: Fixed alignment attribute
	in descriptor declaration. Not the pointers to the descriptors
	have to be aligned but the descriptors themselves (didn't
	cause problems but caused unnecessary holes in 'private' struct).

	FIX: Added more robustness when number of available TX descriptors
	drops to zero. (This can e.g., happen if the link goes bad causing
	packets to stall in the FIFO.) At the following points the transmitter
	is explicitly (re-)started:
	  o when link comes up and number of available TXDs is zero the
	    TX is restarted.
	  o on a failed attempt to send data due to lack of TXDs the
	    TX is restarted if swiping the TX ring doesn't yield any
	    buffers (i.e., if the # of available buffers is still zero
	    after the swipe).
2010-02-10 00:15:06 +00:00
Ralf Corsepius e5e4e3fbf9 Add cloog-ppl. 2010-02-04 16:52:38 +00:00
Ralf Corsepius d090950de6 New. 2010-02-04 16:52:01 +00:00
Ralf Corsepius 84da74225e Reflect cygwin finally having upgraded binutils. 2010-02-04 16:35:56 +00:00
Ralf Corsepius 5e5eb77399 Update to binutils-2.19.51-1 2010-02-04 15:35:53 +00:00
Ralf Corsepius d031ccf716 Update. 2010-02-04 15:35:20 +00:00
Ralf Corsepius ace475a007 Update to mpfr-2.4.1-4 2010-02-04 15:24:47 +00:00
Ralf Corsepius 4a177ff3a2 Upgrade to gmp-4.3.1_3. 2010-02-04 15:20:23 +00:00
Ralf Corsepius d179db773c Upgrade to zlib-1.2.3-10. 2010-02-04 14:18:13 +00:00
Ralf Corsepius e7d6bcc496 update to terminfo-5.7_20091114-13 2010-02-04 14:07:56 +00:00
Ralf Corsepius ca2531fcce Upgrade to ncurses-5.7-18 2010-02-04 13:53:44 +00:00
Ralf Corsepius 3410d99852 Upgrade to w32api-3.14-1 2010-02-04 13:43:33 +00:00
Ralf Corsepius 4eecb24e55 Upgrade to cygwin-1.7.1 2010-02-04 13:38:42 +00:00
Ralf Corsepius 741bf2fda7 Housekeeping 2010-02-03 14:26:11 +00:00
Ralf Corsepius 33369234cd 2010-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/lpc32xx_phycore.cfg: Remove -W* flags.
2010-02-02 15:56:21 +00:00
Chris Johns 42c4de823f 2010-02-01 Chris Johns <chrisj@rtems.org>
* libmisc/shell/fts.c: Updated to the latest NetBSD version to
        resolve heap allocation bugs.
        * libmisc/shell/main_ls.c, libmisc/shell/print-ls.c: Fix printing
        size bugs.
        * libnetworking/rtems/mkrootfs.c: Fix byte order bug when creating
        the loopback interface address.
2010-02-01 00:03:02 +00:00
Thomas Doerfler 1027f1534b Fixed invalid chain extract 2010-01-29 14:57:10 +00:00
Thomas Doerfler e7fb54eb05 add purge capability to libblock, add proper test case 2010-01-26 15:09:03 +00:00
Thomas Doerfler b7de5ded7e User extension API: add const to some params, inline _User_extensions_Add_API_set 2010-01-26 15:01:56 +00:00
Ralf Corsepius e9fd94cea5 Upgrade to gcc-4.4.3. 2010-01-21 14:59:53 +00:00
Ralf Corsepius 4870ece4c4 Add preliminary support for CLooG. 2010-01-21 14:59:26 +00:00
Ralf Corsepius cd0ec88612 New. 2010-01-21 14:56:55 +00:00
Ralf Corsepius d40d7cd4e4 Regenerate. 2010-01-21 12:01:32 +00:00
Ralf Corsepius ebb0d04b77 Update tp 4.4.3-RC-20100116. 2010-01-21 11:57:22 +00:00
Ralf Corsepius 5acf12182a Update to newlib-1.18.0-rtems4.10-20100121.diff. 2010-01-21 11:56:04 +00:00
Ralf Corsepius 6d56745f9a New. 2010-01-21 11:54:01 +00:00
Ralf Corsepius 3554547b33 Fix typo in previous patch. 2010-01-21 05:04:25 +00:00
Ralf Corsepius 040e795037 Preps for gcc-4.4.3.
Abandon newlib-1.17.0.
2010-01-21 04:58:33 +00:00
Joel Sherrill 3faa7a2969 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 30
	* libmisc/shell/hexdump-parse.c:
2010-01-20 20:25:18 +00:00
Joel Sherrill dd6a748a49 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* block08/.cvsignore, block09/.cvsignore: New files.
2010-01-20 17:15:51 +00:00
Joel Sherrill 4783238f5a 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* block08/init.c: Remove warning.
2010-01-20 17:15:14 +00:00
Joel Sherrill 657105413a 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 1
	* libmisc/shell/fts.c:
2010-01-20 17:14:52 +00:00
Joel Sherrill c313b68128 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* block08/block08.scn, block08/init.c: Add starting and ending messages
	so the scripts detect successful exit.
2010-01-20 17:12:38 +00:00
Joel Sherrill 35dfbd79eb 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp43/init.c: Fix warning.
2010-01-20 17:11:01 +00:00
Joel Sherrill 04fee3104e 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 7
	Coverity Id 8
	* libblock/src/bdpart.c: Verify libblock is really set after
	rtems_bdbuf_read() before using it.
2010-01-20 17:10:36 +00:00
Joel Sherrill f659921bd2 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 5
	* score/src/objectextendinformation.c: Check object_blocks for NULL to
	determine when to allocate object block table.
2010-01-20 17:08:19 +00:00
Joel Sherrill 59f7e9177a 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 27
	* libmisc/fsmount/fsmount.c: Ensure calloc() returns memory and then we
	do not have to check null when freeing it. Coverity noted it was used
	before being checked for NULL.
2010-01-20 16:24:11 +00:00
Joel Sherrill 8c161f958f 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 3
	* libmisc/shell/shell.c: Remove dead code path and fix warning.
2010-01-20 15:20:29 +00:00
Joel Sherrill efb68e8bf8 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/hexdump-parse.c: Fix uninitialized warning.
2010-01-20 15:19:19 +00:00
Joel Sherrill aaaffd4cba 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 30
	* libmisc/shell/hexdump-parse.c: Add free(pr) before returning.
2010-01-20 15:15:39 +00:00
Joel Sherrill 129b4a38bd 2010-01-20 Chris Johns <chrisj@rtems.org>
Coverity Id 6
	* libmisc/shell/hexdump-parse.c: Modify conditional to avoid NULL
	dereference.
2010-01-20 14:31:04 +00:00
Joel Sherrill 8bffc40b3a 2010-01-20 Chris Johns <chrisj@rtems.org>
Coverity Id 9
	* libmisc/shell/main_ls.c: Modify conditional to avoid NULL
	dereference.
2010-01-20 14:27:57 +00:00
Joel Sherrill a518defe92 2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 10
	* libblock/src/bdbuf.c: Rework loop conditional to avoid potential use
	of NULL pointer.
2010-01-19 23:54:17 +00:00
Joel Sherrill c917d31a3f 2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 23
	* libmisc/monitor/mon-monitor.c: Add fclose() of file.
2010-01-19 23:49:40 +00:00
Joel Sherrill b61ad658f1 2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* libblock/src/ide_part_table.c: Another error path without a
	free(sector).
2010-01-19 23:47:41 +00:00
Joel Sherrill e00381a574 2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 28
	* libcsupport/src/termios.c: Set then unconditionally to avoid
	potential paths where it might be used uninitialized. Recommended by
	Eric Norum.
2010-01-19 23:03:24 +00:00