summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp65/sp65.doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/sptests/sp[0-7]*/*.doc: Change license to BSD-2Joel Sherrill2022-04-051-3/+22
| | | | Updates #3053.
* score: PR2179: Fix initially locked PCP mutexesSebastian Huber2014-05-231-0/+2
| | | | | Elevate the priority of the creating task to the ceiling priority in case a semaphore is created as initially locked.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-3/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2009-08-17 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-08-171-0/+4
| | | | | * sp65/init.c: Remove stray print. * sp65/sp65.doc: Add information on second case.
* 2009-08-13 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-08-141-4/+4
| | | | | | | * sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: Add new test case to verify that obtaining a priority ceiling mutex when the calling task's priority is the same as the priority ceiling is handled correctly.
* 2009-08-12 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-08-121-0/+24
* ChangeLog, Makefile.am, configure.ac: Add new test for some core mutex cases. * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: New files.