Commit Graph

21425 Commits

Author SHA1 Message Date
Ralf Corsepius
88c93c310b 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for libgen.h, basename.
	* rtems-bin2c.c: Use basename(3) instead of strrchr cascade.
	Introduce ifbasename. Use ifbasename in generated files.
2010-07-30 12:09:38 +00:00
Ralf Corsepius
e1b8e8e732 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
2010-07-30 08:56:09 +00:00
Ralf Corsepius
9b52f0ef04 Fix typo. 2010-07-30 08:53:58 +00:00
Ralf Corsepius
a7b7386772 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am:
	Apply $LN_S, $PAX. Use subshell for tarball creation.
	Don't add initial_fs to CLEANFILES.
	* tar02/Makefile.am:
	Apply $LN_S, $PAX. Use subshell for tarball creation.
2010-07-30 08:46:13 +00:00
Ralf Corsepius
e33e5c6726 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add AC_PROG_LN_S.
	Add AC_PATH_PROG([PAX]).
	Add AM_CONDITIONAL(TARTESTS).
2010-07-30 08:42:37 +00:00
Ralf Corsepius
b3c6b5e867 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am:
	Eliminate stamp-filesystem.
2010-07-30 06:13:06 +00:00
Ralf Corsepius
1061b9df74 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am:
	Add BUILT_SOURCES.
2010-07-30 05:51:07 +00:00
Ralf Corsepius
b013e6d323 2010-06-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: autoconf >= 2.65, automake >= 1.11.
2010-07-30 04:00:20 +00:00
Joel Sherrill
d08ba49ea2 2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>
PR 1642/testing
	* psximfs02/init.c, psximfs02/psximfs02.scn,
	psximfs02/psximfs02.doc, psximfs02/Makefile.am: New test added.
	* configure.ac, Makefile.am: Changes to accommodate psximfs02
	test.
2010-07-29 22:40:50 +00:00
Joel Sherrill
bed8f3ea29 2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>
PR 1633/testing
	* psximfs01/init.c, psximfs01/psximfs01.scn,
	psximfs01/psximfs01.doc: New cases to exercise
	IMFS_memfile_remove.
2010-07-29 22:35:36 +00:00
Joel Sherrill
85433b5ad0 2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>
PR 1621/testing
	* Makefile.am, configure.ac: Improve coverage of private environment.
	* spprivenv01/.cvsignore, spprivenv01/Makefile.am, spprivenv01/init.c,
	spprivenv01/spprivenv01.doc, spprivenv01/spprivenv01.scn: New files.
2010-07-29 22:28:51 +00:00
Joel Sherrill
3993ecfafa 2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>
PR 1620/cpukit
	* libcsupport/src/privateenv.c: Significant clean up and rework to
	improve testability.
2010-07-29 22:27:12 +00:00
Joel Sherrill
8091f2466f 2010-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel
	build.
2010-07-29 20:56:02 +00:00
Joel Sherrill
23bbc43d8c 2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
PR 1635/cpukit
	* porting/prioritybitmap.t: Refactoring of priority handling, to
	isolate the bitmap implementation of priorities in the supercore so
	that priority management is a little more modular. This change is in
	anticipation of scheduler implementations that can select how they
	manage tracking priority levels / finding the highest priority ready
	task. Note that most of the changes here are simple renaming, to
	clarify the use of the bitmap-based priority management.
2010-07-29 17:52:18 +00:00
Joel Sherrill
a55e305ed3 2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
PR 1635/cpukit
	* sapi/src/exinit.c, score/Makefile.am, score/preinstall.am,
	score/include/rtems/score/bitfield.h,
	score/include/rtems/score/priority.h,
	score/include/rtems/score/thread.h,
	score/inline/rtems/score/priority.inl,
	score/inline/rtems/score/thread.inl,
	score/src/threadchangepriority.c, score/src/threadclearstate.c,
	score/src/threadready.c, score/src/threadresume.c,
	score/src/threadsetpriority.c, score/src/threadsetstate.c,
	score/src/threadsettransient.c, score/src/threadsuspend.c:
	Refactoring of priority handling, to isolate the bitmap
	implementation of priorities in the supercore so that priority
	management is a little more modular. This change is in anticipation
	of scheduler implementations that can select how they manage tracking
	priority levels / finding the highest priority ready task. Note that
	most of the changes here are simple renaming, to clarify the use of
	the bitmap-based priority management.
	* score/include/rtems/score/prioritybitmap.h,
	score/inline/rtems/score/prioritybitmap.inl: New files.
2010-07-29 17:52:10 +00:00
Joel Sherrill
a44edd152f 2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
PR 1635/cpukit
	* rtems/score/types.h: Refactoring of priority handling, to isolate the
	bitmap implementation of priorities in the supercore so that priority
	management is a little more modular. This change is in anticipation
	of scheduler implementations that can select how they manage tracking
	priority levels / finding the highest priority ready task. Note that
	most of the changes here are simple renaming, to clarify the use of
	the bitmap-based priority management.
2010-07-29 17:52:00 +00:00
Joel Sherrill
4ef13360d6 2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
PR 1635/cpukit
	* rtems/score/cpu.h, rtems/score/types.h: Refactoring of priority
	handling, to isolate the bitmap implementation of priorities in the
	supercore so that priority management is a little more modular. This
	change is in anticipation of scheduler implementations that can
	select how they manage tracking priority levels / finding the highest
	priority ready task. Note that most of the changes here are simple
	renaming, to clarify the use of the bitmap-based priority management.
2010-07-29 17:51:56 +00:00
Joel Sherrill
53eafcb0d2 2010-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* posix/src/psignalunblockthread.c: Clean up and simplify.
2010-07-29 17:49:30 +00:00
Ralf Corsepius
bafe269d8e 2010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems-bin2c.c: Add -C and -H options.
2010-07-29 17:12:38 +00:00
Ralf Corsepius
1813048180 2010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
	with $(MKDIR_P).
2010-07-29 16:20:36 +00:00
Ralf Corsepius
48b2c10e49 2010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
2010-07-29 16:17:15 +00:00
Ralf Corsepius
188f87d028 2010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
2010-07-29 16:13:44 +00:00
Ralf Corsepius
57c841e909 Remove MANAGERS. 2010-07-29 16:13:36 +00:00
Joel Sherrill
c838e2f437 2010-07-28 Vinu Rajashekhar <vinutheraj@gmail.com>
* posix/src/condinit.c, posix/src/condwaitsupp.c,
	posix/src/psignalunblockthread.c: Clean up some signal interruption
	code.
2010-07-28 20:39:48 +00:00
Joel Sherrill
ec6a5a18c1 2010-07-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
* sp43/init.c, sp43/sp43.scn: Add code to exercise case where an API
	pointer is NULL when getting an object name.
2010-07-27 21:25:02 +00:00
Joel Sherrill
5b507811d8 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/keycreate.c: Fix typo.
2010-07-27 21:22:52 +00:00
Joel Sherrill
c0d577848e 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxobj01/Makefile.am, psxobj01/init.c, psxobj01/psxobj01.scn: Add
	test for runnign out of workspace when setting object name as string.
2010-07-27 20:16:23 +00:00
Joel Sherrill
cb0997e3d9 2010-07-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
* sp11/sp11.scn, sp11/task1.c: Add test case for receiving all events
	no wait but the condition is only partially satisfied.
2010-07-27 19:03:01 +00:00
Joel Sherrill
0043fd756c 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing
	* host.cfg.in: Add initial tests for untar capabilities. This required
	BIN2C.
2010-07-27 18:18:29 +00:00
Joel Sherrill
3264dfc518 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing
	* host.cfg.in: Add initial tests for untar capabilities.
2010-07-27 18:18:16 +00:00
Joel Sherrill
f79bc77d8e 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing
	* aclocal/project-root.m4: Add initial tests for untar capabilities.
2010-07-27 18:17:46 +00:00
Joel Sherrill
270434cc4a 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing
	* Makefile.am, configure.ac: Add initial tests for untar capabilities.
	* tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc,
	tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c,
	tar02/tar02.doc, tar02/tar02.scn: New files.
2010-07-27 18:16:50 +00:00
Joel Sherrill
4f3d72fb53 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/imfs/imfs_load_tar.c, libmisc/untar/untar.c: Now supports
	both pax and GNU tar created tar files.
2010-07-27 18:11:42 +00:00
Joel Sherrill
234a36c996 2010-07-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
* posix/src/sigsuspend.c: Do not assert unless RTEMS_DEBUG is defined.
2010-07-27 17:37:54 +00:00
Joel Sherrill
c9bc2cf62f 2010-07-27 Vinu Rajashekhar <vinutheraj@gmail.com>
PR 1629/cpukit
	* posix/src/sigsuspend.c: sigsuspend() was not completely following the
	POSIX specification.
2010-07-27 16:38:15 +00:00
Joel Sherrill
bdbf052ab3 2010-07-27 Vinu Rajashekhar <vinutheraj@gmail.com>
PR 1629/cpukit
	* psx04/init.c: sigsuspend() was not completely following the POSIX
	specification.
2010-07-27 16:38:08 +00:00
Joel Sherrill
1102485cbb 2010-07-27 Vinu Rajashekhar <vinutheraj@gmail.com>
PR 1630/cpukit
	* posix/src/psignalchecksignal.c, posix/src/sigtimedwait.c:
	sigtimedwait() was not completely following the POSIX specification.
2010-07-27 16:34:26 +00:00
Joel Sherrill
019fd4b680 2010-07-27 Gedare Bloom <giddyup44@yahoo.com>
PR 1634/bsps
	* shared/console/conscfg.c: Add BSP_poll_char.
2010-07-27 15:55:07 +00:00
Ralf Corsepius
8a51913f84 Regenerate. 2010-07-27 15:28:51 +00:00
Ralf Corsepius
b61cc9545c Adjust Source1. 2010-07-27 15:28:13 +00:00
Joel Sherrill
ad7e2f02f0 2010-07-27 Bharath Suri <bharath.s.jois@gmail.com>
PR 1631/testing
	* gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
	gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
	* Makefile.am, configure.ac: Changes to accommodate new tests
2010-07-27 14:45:10 +00:00
Joel Sherrill
8e8775dbad 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1632/testing
	* Makefile.am, configure.ac: Make dedicated fatal error test for
	/dev/null already registered. Using code from Bharath in new test
	framework.
	* devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
	devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
	devnullfatal01/testcase.h: New files.
2010-07-27 13:57:17 +00:00
Joel Sherrill
c2e6cb1d28 2010-07-27 Bharath Suri <bharath.s.jois@gmail.com>
PR 1632/testing
	* devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
	null_initialize() and null_write().
2010-07-27 13:56:30 +00:00
Joel Sherrill
a7d3237314 *** empty log message *** 2010-07-27 13:54:56 +00:00
Ralf Corsepius
6b8ce02e3b Apply missing commit. 2010-07-27 13:19:56 +00:00
Ralf Corsepius
21eb051506 Update cyginw, terminfo. 2010-07-27 13:18:28 +00:00
Ralf Corsepius
a171d20c8e Regenerate. 2010-07-27 13:17:23 +00:00
Sebastian Huber
7ca4f0b1ea Typo. 2010-07-27 11:55:05 +00:00
Ralf Corsepius
e54446689f Regenerate. 2010-07-27 11:45:50 +00:00
Sebastian Huber
4ac56fbbd1 2010-07-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
* rtems/score/cpu.h: Assembler compatibility fixes.
2010-07-27 11:03:38 +00:00