Changeset 1dc1da5 in rtems
- Timestamp:
- 05/21/09 14:34:15 (13 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 43fe77c2
- Parents:
- be0eebc
- Location:
- testsuites/sptests
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/ChangeLog
rbe0eebc r1dc1da5 1 2009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 PR 1414/cpukit 4 * Makefile.am, configure.ac: Tighten math on extraction of index so it 5 is harder to trick by passing in a valid id of an incorrect object 6 class. 7 * sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc, 8 sp49/sp49.scn: New files. 9 1 10 2009-05-19 Chris Johns <chrisj@rtems.org> 2 11 -
testsuites/sptests/Makefile.am
rbe0eebc r1dc1da5 9 9 sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp28 sp29 \ 10 10 sp30 sp31 sp32 sp33 sp34 sp35 sp37 sp38 sp39 sp40 sp41 sp42 sp43 sp44 \ 11 sp45 sp46 sp47 sp48 sp size spwatchdog spfatal01 spfatal02 spfatal03 \11 sp45 sp46 sp47 sp48 sp49 spsize spwatchdog spfatal01 spfatal02 spfatal03 \ 12 12 spfatal04 spfatal05 spfatal06 spfatal07 spfatal08 spfatal09 spobjgetnext \ 13 13 spprintk spwkspace -
testsuites/sptests/configure.ac
rbe0eebc r1dc1da5 74 74 sp47/Makefile 75 75 sp48/Makefile 76 sp49/Makefile 76 77 spwatchdog/Makefile 77 78 spsize/Makefile
Note: See TracChangeset
for help on using the changeset viewer.