summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-09score: Improve C/C++ standard compatibilitySebastian Huber1-1/+1
2024-03-22Mark parameters as intentionally unusedSebastian Huber7-0/+10
2024-03-20score: Include missing header fileSebastian Huber1-0/+2
2024-02-16base64: Move base64 encoding supportSebastian Huber1-2/+2
2024-01-17cpukit/score: Avoid overflow in multiplicationKinsey Moore1-1/+1
2023-10-13cpukit: Remove unused includesKinsey Moore4-7/+0
2023-09-15rtems: rtems_configuration_get_interrupt_stack_size()Sebastian Huber1-0/+2
2023-09-15score: Fix TLS support for some code modelsSebastian Huber1-5/+38
2023-07-28score: Assert scheduler index validitySebastian Huber1-0/+1
2023-07-28score: Move <rtems/score/gcov.h>Sebastian Huber3-243/+0
2023-07-28score: Move formatted I/O functionsSebastian Huber4-542/+1
2023-07-24score: Move _IO_Relax() to new <rtems/dev/io.h>Sebastian Huber1-53/+0
2023-07-03Revert accidentally committed "Remove unused _IO_Relax"Joel Sherrill1-0/+53
2023-07-03Remove unused _IO_RelaxJoel Sherrill1-53/+0
2023-05-26score/src/pheap*: Remove unreferenced methodsJoel Sherrill3-168/+0
2023-05-20Update company nameSebastian Huber124-124/+124
2023-05-16_TOD_Adjust method is unused. Remove it.Joel Sherrill1-73/+0
2023-04-25score: Avoid cyclic header file dependenciesSebastian Huber1-0/+49
2023-03-07pps: Round to closest integer in pps_event()Sebastian Huber1-1/+3
2023-03-07pps: Simplify the nsec calculation in pps_event()Sebastian Huber2-19/+9
2023-03-07pps: Directly assign the timestamps in pps_event()Sebastian Huber1-4/+2
2023-03-07pps: Move pcount assignment in pps_event()Sebastian Huber1-4/+4
2023-03-07pps: Simplify capture and event processingSebastian Huber1-21/+21
2023-03-07pps: Load timecounter once in pps_capture()Sebastian Huber1-1/+3
2023-03-07ntptime: ansifyMateusz Guzik1-2/+1
2023-03-07Clarify hardpps() parameter name and commentSebastian Huber1-8/+5
2023-03-07set_cputicker: use a boolMitchell Horne1-3/+3
2023-03-07kern_tc.c/cputick2usec()firk1-9/+3
2023-02-10score: Replace goto with a breakSebastian Huber1-6/+11
2023-01-28score: Help static analysis in thread initSebastian Huber1-2/+5
2023-01-24score: Remove unused return valueSebastian Huber1-6/+1
2023-01-24score: Clarify code blockSebastian Huber1-1/+1
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber1-0/+4
2022-10-14config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber3-31/+95
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber1-3/+9
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber2-19/+31
2022-10-14config: Changeable size for IDLE stack allocatorSebastian Huber2-12/+11
2022-10-14score: Require power of two CPU_STACK_MINIMUM_SIZESebastian Huber1-1/+6
2022-09-12score: Prevent an out of bounds warningSebastian Huber1-2/+7
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber1-4/+1
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