summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spclockget/init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-14Obsolete rtems_clock_get() directive.Joel Sherrill1-99/+0
This service was marked as deprecated long prior to the 4.11 release series and is now being removed. closes #2676.
2015-03-17tests misc: Disable deprecated method usage warning when intentionalJoel Sherrill1-0/+2
These tests intentionally use the deprecated method. Eventually this code in the sections can be deleted.
2014-03-25tests/sptests: Use <rtems/test.h>Sebastian Huber1-2/+6
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-31sptests - Eliminate missing prototype warningsJoel Sherrill1-1/+4
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+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.
2011-09-302011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+2
* sp50/init.c, spclockget/init.c: Include "pritime.h". Use PRIdtime_t to print time_t.
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+16
* sp04/tswitch.c, sp07/task1.c, sp07/task2.c, sp09/screen07.c, sp11/task1.c, sp11/task2.c, sp12/pridrv.c, sp12/pritask.c, sp13/task1.c, sp14/asr.c, sp14/task1.c, sp19/first.c, sp19/fptask.c, sp19/inttest.h, sp19/task1.c, sp20/task1.c, sp25/task1.c, sp26/task1.c, sp28/init.c, sp29/init.c, sp31/task1.c, sp32/init.c, sp33/init.c, sp34/changepri.c, sp36/strict_order_mut.c, sp37/init.c, sp43/init.c, sp44/init.c, sp48/init.c, sp54/init.c, sp59/init.c, sp65/init.c, sp68/init.c, spchain/init.c, spclockget/init.c, spfatal03/testcase.h, spfatal07/testcase.h, spfatal_support/init.c: Do not line length exceed 80 columns.
2011-06-112011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+11
* sp09/screen02.c, sp09/screen13.c, sp09/sp09.scn, sp29/init.c, sp30/sp30.scn, sp32/init.c, spclockget/init.c: Avoid use of deprecated rtems_clock_get() except in spclockget().
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius1-0/+4
2009-11-30Whitespace removal.Ralf Corsepius1-5/+5
2009-10-26Use PRIdrtems_interval to print rtems_interval's.Ralf Corsepius1-3/+3
2009-10-26Use PRItime_t to print time_t's.Ralf Corsepius1-1/+1
2009-08-102009-08-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+65
* Makefile.am, configure.ac: Add new test to exercise legacy rtems_clock_get(). * spclockget/.cvsignore, spclockget/Makefile.am, spclockget/init.c, spclockget/spclockget.doc, spclockget/spclockget.scn: New files.