Joel Sherrill
3bae3f2c5c
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1599/cpukit
* porting/interrupts.t: Rename _Context_Switch_necessary to
_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:54:58 +00:00
Joel Sherrill
4b1d26142c
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1599/cpukit
* posix/src/psignalunblockthread.c, posix/src/pthreadkill.c,
rtems/src/signalsend.c, score/include/rtems/score/percpu.h,
score/inline/rtems/score/thread.inl, score/src/thread.c,
score/src/threadchangepriority.c, score/src/threadclearstate.c,
score/src/threaddispatch.c, score/src/threadready.c,
score/src/threadresume.c, score/src/threadsetstate.c,
score/src/threadstartmultitasking.c, score/src/threadsuspend.c,
score/src/threadyieldprocessor.c: Rename _Context_Switch_necessary to
_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:53:06 +00:00
Joel Sherrill
9d47cd1aef
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1599/cpukit
* tm26/task1.c, tm27/task1.c: Rename _Context_Switch_necessary to
_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:52:32 +00:00
Joel Sherrill
48170821f0
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1599/cpukit
* spsize/size.c: Rename _Context_Switch_necessary to
_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:52:30 +00:00
Joel Sherrill
2f49bcfb01
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1599/cpukit
* cpu_asm.c: Rename _Context_Switch_necessary to
_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:52:16 +00:00
Joel Sherrill
f2edf67da7
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1599/cpukit
* irq.c: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary
to more properly reflect the intent.
2010-07-30 18:52:14 +00:00
Joel Sherrill
bfc76f9e1b
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1599/cpukit
* cpu_asm.S: Rename _Context_Switch_necessary to
_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:52:12 +00:00
Joel Sherrill
82b04a2b63
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1599/cpukit
* sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c,
sh7750/score/cpu_asm.c, shgdb/score/cpu_asm.c: Rename
_Context_Switch_necessary to _Thread_Dispatch_necessary to more
properly reflect the intent.
2010-07-30 18:51:49 +00:00
Joel Sherrill
7814f92a5d
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1599/cpukit
* new-exceptions/bspsupport/ppc_exc_hdl.c: Rename
_Context_Switch_necessary to _Thread_Dispatch_necessary to more
properly reflect the intent.
2010-07-30 18:51:43 +00:00
Joel Sherrill
1973a2a620
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1599/cpukit
* shared/irq/exception.S: Rename _Context_Switch_necessary to
_Thread_Dispatch_necessary to more properly reflect the intent.
2010-07-30 18:51:12 +00:00
Joel Sherrill
a46e6b6d91
2010-07-30 Vinu Rajashekhar <vinutheraj@gmail.com>
...
* sapi/include/confdefs.h: Add configuration macros for Go
requirements.
2010-07-30 18:44:46 +00:00
Ralf Corsepius
49fb1c5033
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems-bin2c.c: Fix memory leak in '.c' suffix strip.
Also strip '.h' suffix.
2010-07-30 12:44:32 +00:00
Ralf Corsepius
b3ef132204
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems-bin2c.c: Make -v (verbose) working.
2010-07-30 12:26:11 +00:00
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