# # ChangeLog for cpukit/score/include/sys in rtems # # Generated by Trac 1.2.1.dev0 # 05/09/24 05:34:12 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 ... Tue, 12 May 2015 10:10:04 GMT Alexander Krutwig [664f844] * cpukit/score/include/sys/timetc.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Use uint32_t instead of u_int FreeBSD assumes that ... Thu, 19 Mar 2015 10:38:14 GMT Alexander Krutwig [4117cd1] * cpukit/score/include/sys/_ffcounter.h (added) * cpukit/score/include/sys/timeffc.h (added) * cpukit/score/include/sys/timepps.h (added) * cpukit/score/include/sys/timetc.h (added) * cpukit/score/include/sys/timex.h (added) * cpukit/score/src/kern_tc.c (added) * cpukit/score/src/opt_compat.h (added) * cpukit/score/src/opt_ffclock.h (added) * cpukit/score/src/opt_ntp.h (added) timecounter: Import from FreeBSD Update #2271.