summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-28score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber1-5/+5
2022-07-28score: Use priority inheritance for thread joinSebastian Huber2-68/+59
2022-07-26score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber16-69/+43
2022-07-18score: Fix unlimited objects supportSebastian Huber1-5/+7
2022-07-18score: Fix _Objects_Active_count()Sebastian Huber1-5/+13
2022-07-15score: Extend memory dirty/zero actionsSebastian Huber3-2/+61
2022-07-07score: Use RTEMS_SMP in _Thread_Create_idle()Sebastian Huber1-1/+5
2022-07-07score: Conditional _Thread_Priority_replace()Sebastian Huber1-0/+2
2022-07-04score: Add _CPU_Use_thread_local_storage()Sebastian Huber1-0/+5
2022-07-04gcov: Add functions to dump the gcov informationSebastian Huber3-0/+243
2022-06-23score: Make SMP only code explicitSebastian Huber4-3/+31
2022-06-23kern_tc.c: Provide a weak hardpps() implementationSebastian Huber1-0/+12
2022-06-23score: Use right clock for threadq timeoutsSebastian Huber1-2/+2
2022-06-10kern_tc.c: Update pps_event() for uniprocessor configurationsGabriel Moyano1-0/+6
2022-05-27score: Fix pps_fetch()Sebastian Huber1-1/+2
2022-05-23score: Reformat for code coverageSebastian Huber1-2/+18
2022-05-23timepps.h: PPS_SYNC defined by defaultGabriel Moyano1-10/+0
2022-05-23kern_ntptime.c: Add define in order to remove warningGabriel Moyano1-0/+3
2022-05-23kern_tc.c: Enable PPS API supportGabriel Moyano1-4/+0
2022-05-23kern_tc.c: Add definitions required by PPS APIGabriel Moyano1-0/+6
2022-05-23score: Rename tc_getfrequency()Gabriel Moyano1-1/+1
2022-05-23kern_tc.c: Replace FreeBSD event mechanism by adding pointers to functionGabriel Moyano1-0/+41
2022-05-23kern_tc.c: Add atomic dependencies required by the PPS APIGabriel Moyano1-0/+7
2022-05-23kern_ntptime.c: Add lmax() qmin() definitionsGabriel Moyano1-0/+2
2022-05-23kern_ntptime.c: Disable freebsd featuresGabriel Moyano1-1/+3
2022-05-18score: Add SPDX License IdentifierSebastian Huber4-4/+12
2022-05-13score: Fix SMP priority affinity scheduler yieldSebastian Huber1-0/+1
2022-05-12score: Add SMP priority affinity scheduler yieldTian Ye1-0/+18
2022-05-04score/src: Add file headers and licensesRyan Long3-0/+81
2022-04-28heap: Fix heap statistics with protection enabledSebastian Huber1-0/+9
2022-04-08Remove duplicate SPDX lines accidentally addedJoel Sherrill4-8/+0
2022-03-24smp: Add fatal errorSebastian Huber1-0/+5
2022-03-24score: Add _IO_Relax()Sebastian Huber1-0/+53
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill44-264/+0
2022-03-09SMP: Fix start multitasking for some targetsSebastian Huber1-0/+3
2022-03-08score: Disable thread dispatching earlierSebastian Huber2-6/+6
2022-03-08mpci: Fix RTEMS_DEBUG supportSebastian Huber1-1/+1
2022-02-28score/src/[t-z]*.c: Change license to BSD-2Joel Sherrill53-159/+1166
2022-02-28score/src/[n-s]*.c: Change license to BSD-2Joel Sherrill96-288/+2120
2022-02-28score/src/[a-m]*.c: Change license to BSD-2Joel Sherrill51-153/+1122
2022-02-23score/src/schedulersimple*.c: Replace found in found in with found inJoel Sherrill4-4/+4
2022-02-21kern_ntptime.c: Port to RTEMSSebastian Huber2-3/+141
2022-02-21kern_ntptime.c: Import from FreeBSDSebastian Huber1-0/+1053
2022-02-21kern_tc: unify timecounter to bintime delta conversionAndriy Gapon1-21/+21
2022-02-21timecounter: Initialize tc_lock earlierMark Johnston1-1/+2
2021-11-30score: Optimize Workspace Handler initializationSebastian Huber1-81/+4
2021-11-30score: Split wkspace.cSebastian Huber3-15/+98
2021-11-30wkspace.c: Change license to BSD-2-ClauseSebastian Huber1-5/+24
2021-11-23score: Properly continue the thread during restartSebastian Huber1-3/+3
2021-11-23score: _Thread_queue_Surrender_no_priority()Sebastian Huber1-15/+1