# # ChangeLog for cpukit/sapi/src/tcsimpleinstall.c in rtems # # Generated by Trac 1.2.1.dev0 # 03/29/24 06:32:04 Mon, 20 Apr 2015 09:08:22 GMT Alexander Krutwig [31be416] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/bsd.h (added) * cpukit/sapi/include/rtems/timecounter.h (added) * cpukit/sapi/preinstall.am (modified) * cpukit/sapi/src/tcsimpleinstall.c (added) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/timecounter.h (added) * cpukit/score/include/rtems/score/timecounterimpl.h (added) * cpukit/score/include/sys/timeffc.h (modified) * cpukit/score/include/sys/timetc.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/kern_tc.c (modified) * doc/bsp_howto/clock.t (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/sptimecounter01/Makefile.am (added) * testsuites/sptests/sptimecounter01/init.c (added) * testsuites/sptests/sptimecounter01/sptimecounter01.doc (added) * testsuites/sptests/sptimecounter01/sptimecounter01.scn (added) timecounter: Port to RTEMS New test sptests/timecounter01. Update ...