summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/kern_tc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-02score: Remove strange timecounter init stepSebastian Huber1-1/+1
2019-10-02score: Remove superfluous timecounter membersSebastian Huber1-3/+7
2018-08-23Update FreeBSD kernel timespec supportSebastian Huber1-1/+1
2017-11-09score: Change _Timecounter_Time_uptime to int32_tSebastian Huber1-1/+2
2017-10-12timecounter: Update FreeBSD identifiersSebastian Huber1-1/+1
2017-10-12timecounter: Merge FreeBSD change r324528Konstantin Belousov1-3/+1
2017-10-12timecounter: Merge FreeBSD change r315287Eric van Gyzen1-0/+10
2017-10-12timecounter: Merge FreeBSD change r315280Eric van Gyzen1-0/+18
2017-10-12timecounter: Merge FreeBSD change r310053Ed Schouten1-2/+2
2017-10-12timecounter: Merge FreeBSD change r304285Konstantin Belousov1-5/+14
2017-10-12timecounter: Merge FreeBSD change r303548Konstantin Belousov1-13/+11
2017-10-12timecounter: Merge FreeBSD change r303387Konstantin Belousov1-46/+74
2017-10-12timecounter: Merge FreeBSD change r303384Konstantin Belousov1-2/+2
2017-10-12timecounter: Merge FreeBSD change r303383Konstantin Belousov1-23/+12
2017-10-12timecounter: Merge FreeBSD change r303382Konstantin Belousov1-23/+45
2017-10-12timecounter: Merge FreeBSD change r298819Pedro Giffuni1-1/+1
2017-10-12timecounter: Merge FreeBSD change r290257Ngie Cooper1-1/+8
2017-10-12timecounter: Merge FreeBSD change r288216Konstantin Belousov1-7/+14
2017-10-12timecounter: Merge FreeBSD change r286701Ian Lepore1-5/+13
2017-10-12timecounter: Merge FreeBSD change r286429Ian Lepore1-0/+3
2017-10-12timecounter: Merge FreeBSD change r286423Ian Lepore1-2/+6
2017-10-12timecounter: Merge FreeBSD change r285286Konstantin Belousov1-81/+101
2017-10-12timecounter: Merge FreeBSD change r284256Konstantin Belousov1-3/+2
2017-10-12timecounter: Merge FreeBSD change r282424Ian Lepore1-3/+10
2017-10-12timecounter: Merge FreeBSD change r280012Ian Lepore1-0/+1
2017-10-12timecounter: Merge FreeBSD change r279728Hans Petter Selasky1-11/+3
2017-10-09score: Change Timestamp_Control to sbintime_tSebastian Huber1-0/+19
2017-07-05score: Avoid clash with <strings.h> provided fls()Sebastian Huber1-1/+2
2016-11-08Provide kernel space header filesSebastian Huber1-0/+1
2016-05-02score: Avoid Giant lock for set time of daySebastian Huber1-19/+28
2016-04-08score: Compatibility with latest NewlibSebastian Huber1-18/+18
2016-03-16timecounter: Avoid invalid memcpy()Sebastian Huber1-0/+8
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-1/+2
2016-03-04score: Distribute clock tick to all online CPUsSebastian Huber1-2/+7
2016-01-19score: Fix simple timecounter supportSebastian Huber1-8/+8
2016-01-12score: Statically initialize TOD handlerSebastian Huber1-11/+16
2015-12-15score: Avoid dependency on bcopy()Sebastian Huber1-0/+1
2015-06-11Revert "timecounter: No _Timecounter_Tick_simple() for SMP"Sebastian Huber1-6/+0
2015-06-09timecounter: No _Timecounter_Tick_simple() for SMPSebastian Huber1-0/+6
2015-06-09timecounter: Synchronize with FreeBSDkib1-42/+82
2015-06-09timecounter: Synchronize with FreeBSDian1-5/+36
2015-06-09timecounter: Synchronize with FreeBSDian1-9/+10
2015-06-09timecounter: Synchronize with FreeBSDhselasky1-8/+6
2015-05-20timecounter: Use in RTEMSAlexander Krutwig1-0/+6
2015-05-20timecounter: Port to RTEMSAlexander Krutwig1-0/+171
2015-05-19timecounter: Honor FFCLOCK defineAlexander Krutwig1-0/+4
2015-05-19timecounter: Use uint32_t instead of u_intAlexander Krutwig1-17/+17
2015-05-19timecounter: Import from FreeBSDAlexander Krutwig1-0/+2039