summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/nsecs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-052011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+3
* base_sp/apptask.c, base_sp/init.c, fileio/init.c, fileio/system.h, nsecs/init.c, ticker/init.c, ticker/system.h, ticker/tasks.c: Remove warnings.
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius2-0/+8
2009-11-30Whitespace removal.Ralf Corsepius1-3/+3
2009-10-26Remove.Ralf Corsepius1-9/+0
2009-10-26Add -I$(top_srcdir)/../support/include.Ralf Corsepius1-1/+3
2009-10-26Include "tmacros.h" instead of "rprintf.h"Ralf Corsepius1-2/+1
2009-10-24Add rprintf.hRalf Corsepius1-1/+1
2009-10-24Printf fixes.Ralf Corsepius1-5/+7
2009-10-24New.Ralf Corsepius1-0/+9
2009-10-24Add missing prototype.Ralf Corsepius1-1/+1
2009-04-03Eliminate _exe_/.exe.Ralf Corsepius1-6/+6
2007-07-242007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+1
* nsecs/init.c: Add include of unistd.h for sleep() prototype.
2007-07-172007-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-3/+14
* nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The loop was being optimized out on the PowerPC. * nsecs/empty.c: New file.
2007-07-062007-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-3/+3
* nsecs/init.c: Change name to avoid any hint of the timer driver.
2007-06-222007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+6
* nsecs/init.c: Do not make this test depend on the benchmark timer driver.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+36
* nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the time varaying in proportion to the length of the loop measured.
2007-05-162007-05-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+0
* nsecs/init.c: Remove stray "volatile int i".
2007-05-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-7/+7
* base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, nsecs/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, ticker/system.h, unlimited/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis. * nsecs/init.c: Commit hack so test will compile when POSIX is disabled. Remove hack when clock_gettime() is present even when --disable-posix.
2007-04-132007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-6/+1
* nsecs/init.c: Remove private decl of _Timespec_Subtract use the version from rtems/score/timespec.h.
2007-04-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-6/+7
* nsecs/init.c: Provide timespec manipulation routines in the SuperCore. Use them everywhere possible. Perhaps they should be part of the public API so this test and others can use them without peeking into the bowels.
2007-04-022007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-0/+199
* Makefile.am, configure.ac: Convert from Classic API style TOD_Control as fundamental time structure to POSIX struct timespec. Add clock_get_uptime(). * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc, nsecs/nsecs.scn: New files.