Commit Graph
22127 Commits
Author SHA1 Message Date
Joel Sherrill 42b5ba06f8 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* generic/difftest.in: Remove more ITRON references.
2010-06-21 22:54:33 +00:00
Joel Sherrill 07f72c22bb 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp43/init.c: Remove more ITRON references.
2010-06-21 22:54:26 +00:00
Joel Sherrill e3d184de9d 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* capture/capture.doc: Remove more ITRON references.
2010-06-21 22:54:20 +00:00
Joel Sherrill d7b34ee4df 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp09/screen01.c: Fix warning.
2010-06-21 22:47:59 +00:00
Joel Sherrill 5e4e13f91f 2010-06-21 Peter Dufault <dufault@hda.com>
PR 1583/bsps
	* shared/startup/panic.c: Remove reference to ITRON.
2010-06-21 22:12:48 +00:00
Joel Sherrill 0de235f97f 2010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1581/cpukit
	* libcsupport/include/rtems/malloc.h, sapi/include/confdefs.h: Remove
	extra * on function pointer declaration.
2010-06-21 21:13:42 +00:00
Joel Sherrill 94f4f116e6 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
2010-06-21 21:09:36 +00:00
Joel Sherrill e247b1af43 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add test for deferring free() from ISR and
	for deferred free() processing.
	* malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
	malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
2010-06-21 20:05:46 +00:00
Joel Sherrill 82fbd358ba 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/test_support.h, support/src/tmtests_empty_function.c:
	Add helper so it is easier to write a basic repeated operation
	tmtest.
	* support/src/tmtests_support.c: New file.
2010-06-21 16:54:17 +00:00
Joel Sherrill f63801a252 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: New test for barrier create, ident, and
	delete.
	* tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New
	files.
2010-06-21 16:53:50 +00:00
Joel Sherrill d8af86bf22 2010-06-21 Peter Dufault <dufault@hda.com>
PR 1570/cpukit
	* posix/src/semtimedwait.c: This routine is supposed to return -1/errno
	NOT the status directly.
2010-06-21 16:38:26 +00:00
Joel Sherrill ad376300ac 2010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1554/cpukit
	Coverity Id 17
	* libi2c/libi2c.c, score/src/objectextendinformation.c: Fix memory leak
	on error.
2010-06-21 16:27:37 +00:00
Joel Sherrill 0b95fb8057 2010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1559/misc
	Coverity Id 16
	* libmisc/monitor/mon-editor.c: Fix buffer overflow.
2010-06-21 16:25:09 +00:00
Sebastian Huber 167c6ce11e 2010-06-21 Arnout Vandecappelle <arnout@mind.be>
PR 1576/misc
	* libchip/i2c/spi-sd-card.c: Enable CRC checks.
2010-06-21 15:25:04 +00:00
Sebastian Huber 07109c2040 2010-06-21 Arnout Vandecappelle <arnout@mind.be>
PR 1569/misc
	* libchip/i2c/spi-sd-card.c: Added CRC checks.
2010-06-21 14:36:25 +00:00
Sebastian Huber c5d8d2dcef 2010-06-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/start/start.S, shared/startup/linkcmds.base,
	shared/include/linker-symbols.h: Added and use bsp_vector_table_begin,
	bsp_vector_table_size and bsp_vector_table_end.
2010-06-21 12:28:36 +00:00
Joel Sherrill b34685f4a7 2010-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* spfifo08/init.c: Catch more cases but discussion on errors and proper
	behaviour remain.
2010-06-20 22:16:25 +00:00
Joel Sherrill 7d1a243719 2010-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* spfifo02/init.c, spfifo03/init.c, spfifo04/init.c: Configure pipes
	used.
2010-06-20 22:02:24 +00:00
Joel Sherrill aff1ea5a3a 2010-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: New test for error cases in FIFO creation.
	* spfifo08/.cvsignore, spfifo08/Makefile.am, spfifo08/init.c,
	spfifo08/spfifo08.doc, spfifo08/spfifo08.scn: New files.
2010-06-20 19:48:03 +00:00
Joel Sherrill 46e69ff4a6 2010-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Add parameters for FIFOs and pipes since
	they are distinct to the user.
2010-06-20 19:41:33 +00:00
Joel Sherrill 659019e3de 2010-06-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
* sapi/include/confdefs.h: Add CONFIGURE_MAXIMUM_FIFOS to account for
	resources per FIFO instance.
2010-06-19 23:39:56 +00:00
Joel Sherrill ff71b7d8dc 2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxfatal_support/init.c: Remove references to ITRON constants.
2010-06-19 20:55:30 +00:00
Joel Sherrill b553392a16 2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn,
	spfatal_support/init.c: Remove references to ITRON constants.
2010-06-19 20:55:03 +00:00
Joel Sherrill 2930a355fb 2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add sp70 to test slot
	reclamation and reuse for unlimited object configuration.
	* sp70/.cvsignore, sp70/Makefile.am, sp70/init.c, sp70/sp70.doc,
	sp70/sp70.scn: New files.
2010-06-19 16:01:27 +00:00
Ralf Corsepius 432c4f08dc 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/mkrootfs.h: doxygen cosmetics.
2010-06-18 10:03:40 +00:00
Ralf Corsepius e532099e5a 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/netinet/if_ether.c: Misc. 64bit fixes from FreeBSD.
2010-06-18 09:57:54 +00:00
Ralf Corsepius 70611700ff 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/nfsclient/src/rpcio.c: Misc. 64bit fixes.
2010-06-18 09:36:02 +00:00
Ralf Corsepius c86cc72204 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/include/rtems/rtems/object.h: Remove OBJECTS_ITRON_API.
2010-06-18 05:28:04 +00:00
Ralf Corsepius dcd0e4c882 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/rtemsobjectidapimaximum.c: Remove OBJECTS_ITRON_API.
2010-06-18 04:22:24 +00:00
Ralf Corsepius 424e47e9b5 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/object.h: Remove OBJECTS_ITRON_API.
2010-06-18 04:21:19 +00:00
Ralf Corsepius f0caa057fa 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/thread.h: Remove ITRON.
2010-06-18 04:20:06 +00:00
Ralf Corsepius 226d66d54c 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/interr.h: Remove ITRON.
2010-06-18 04:08:47 +00:00
Ralf Corsepius 691a5c6c54 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/mainpage.h: Remove comment referring to ITRON.
2010-06-18 04:07:20 +00:00
Ralf Corsepius e88c7b7964 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/rtemsobjectgetapiname.c: Remove ITRON.
2010-06-18 04:05:05 +00:00
Ralf Corsepius 1a5f4bc772 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* sapi/include/rtems/config.h: Remove ITRON.
2010-06-18 04:04:05 +00:00
Ralf Corsepius c5a359bba8 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/objectapimaximumclass.c: Remove OBJECTS_ITRON_API.
2010-06-18 04:03:04 +00:00
Ralf Corsepius 4b24055fb1 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/system.h: Remove ITRON_EXTERN.
2010-06-18 04:00:54 +00:00
Ralf Corsepius a2e1773108 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/apiext.c: Remove comment referring to ITRON.
2010-06-18 03:59:55 +00:00
Ralf Corsepius c51318ad23 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* core/include/rtems/score/object.h: Remove Objects_ITRON_API.
2010-06-18 03:58:21 +00:00
Ralf Corsepius d9f7ea07b5 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/rtemsobjectgetapiclassname.c,
	sapi/include/rtems/config.h, sapi/src/exinit.c:
	Remove RTEMS_ITRON_API conditional blocks.
2010-06-18 03:03:32 +00:00
Ralf Corsepius 08c3066fa1 Remove RTEMS_ITRON_API conditional blocks. 2010-06-18 03:03:22 +00:00
Ralf Corsepius d83c90f1fe 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* sapi/Makefile.am: Remove src/itronapi.c.
	* sapi/src/itronapi.c: Remove.
2010-06-18 02:58:15 +00:00
Ralf Corsepius 7429965b11 2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/threadsuspend.c, score/src/threadresume.c,
	score/src/threadreset.c, score/src/threadinitialize.c,
	score/src/apiext.c, score/include/rtems/score/thread.h,
	score/include/rtems/score/coresem.h:
	Remove RTEMS_ITRON_API conditional blocks.
2010-06-18 02:56:42 +00:00
Ralf Corsepius 1ada6163d8 Remove RTEMS_ITRON_API conditional blocks. 2010-06-18 02:56:26 +00:00
Chris Johns 099cdd5b03 2010-06-18 Chris Johns <chrisj@rtems.org>
* libfs/src/rfs/rtems-rfs-file-block.c: Clean up uint64_t maths.
2010-06-17 22:04:51 +00:00
Chris Johns ca8c50deae 2010-06-18 Chris Johns <chrisj@rtems.org>
* libfs/src/rfs/rtems-rfs-file-system.h,
        libfs/src/rfs/rtems-rfs-file-system.c: Move questionable macros to
        C functions.
2010-06-17 22:00:47 +00:00
Joel Sherrill f5d429b6d9 2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore: New file.
2010-06-17 18:54:49 +00:00
Joel Sherrill d849522899 2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, include/.cvsignore: New files.
2010-06-17 18:54:47 +00:00
Joel Sherrill 11be37d1e3 2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, index.html.in, develenv/direct.t,
	posix_users/gen_size_report, started/nextstep.t,
	started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API.
	* itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t,
	itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all,
	itron3.0/gen_section, itron3.0/gen_status_shell,
	itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t,
	itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t,
	itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t,
	itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t,
	itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.
2010-06-17 18:45:36 +00:00
Joel Sherrill 97e2fc3f61 2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Remove ITRON configuration parameters.
2010-06-17 18:39:28 +00:00