summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove _BSP_Fatal_error()Sebastian Huber2017-11-221-13/+12
* powerpc: Replace BSP_panic() with rtems_panic()Sebastian Huber2017-11-221-2/+0
* sapi: New implementation of rtems_panic()Sebastian Huber2017-11-221-0/+7
* INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULLSebastian Huber2017-11-221-1/+1
* score: Simplify global constructionSebastian Huber2017-11-224-77/+56
* score: Optimize scheduler priority updatesSebastian Huber2017-11-2026-864/+484
* bsps/powerpc: Fix PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber2017-11-201-2/+2
* cpukit: Add _arc4random_getentropy_fail.Christian Mauderer2017-11-171-1/+2
* score: Adjust _Scheduler_EDF_SMP_Insert_ready()Sebastian Huber2017-11-172-7/+5
* score: Fix priority ceiling updatesSebastian Huber2017-11-162-1/+8
* score: Fix _Thread_queue_Flush_critical()Sebastian Huber2017-11-161-4/+14
* score: Change _Timecounter_Time_uptime to int32_tSebastian Huber2017-11-092-2/+4
* posix: Change created_with_explicit_schedulerSebastian Huber2017-11-091-0/+6
* score: Use Processor_mask instead of cpu_set_tSebastian Huber2017-11-062-13/+7
* score: _Chain_Insert_ordered_unprotected()Sebastian Huber2017-11-068-65/+137
* score: Remove superfluous includeSebastian Huber2017-11-061-3/+0
* score: Add _IO_Printf() and _IO_Vprintf()Sebastian Huber2017-11-065-0/+449
* posix: Use far future for very long timeoutsSebastian Huber2017-11-021-0/+30
* cpukit: RISC-V - make riscv32 code work for riscv64 - v2Hesham Almatary2017-11-0119-48/+69
* score: Fix non-SMP buildSebastian Huber2017-10-291-1/+1
* riscv32: Add missing preinstall.amSebastian Huber2017-10-281-0/+57
* score: Fix _Scheduler_Set_affinity()Sebastian Huber2017-10-282-5/+11
* score: Simplify SMP get lowest scheduledSebastian Huber2017-10-283-28/+18
* cpukit: Add basic riscv32 architecture port v3Hesham Almatary2017-10-2817-0/+3446
* Add riscv32 to autotools files v3Hesham Almatary2017-10-281-0/+1
* score: Delete _Scheduler_Thread_set_priority()Sebastian Huber2017-10-261-12/+0
* score: Move thread queue timeout handlingSebastian Huber2017-10-2422-313/+342
* score: Rename function threadq support functionSebastian Huber2017-10-2413-17/+17
* score: Add _Thread_Continue()Sebastian Huber2017-10-242-10/+33
* score: _Watchdog_Per_CPU_lazy_insert_monotonic()Sebastian Huber2017-10-241-0/+25
* score: Add _Watchdog_Monotonic_from_timespec()Sebastian Huber2017-10-241-0/+16
* score: Add _Watchdog_Nanoseconds_per_tickSebastian Huber2017-10-241-0/+8
* score: _Watchdog_Is_far_future_monotonic_timespecSebastian Huber2017-10-242-0/+16
* score: Add _Watchdog_Is_valid_interval_timespec()Sebastian Huber2017-10-241-0/+7
* score: _Watchdog_Is_far_future_realtime_timespec()Sebastian Huber2017-10-241-9/+32
* score: Rename _Watchdog_Ticks_from_*()Sebastian Huber2017-10-243-5/+5
* score: Add _Watchdog_Ticks_per_secondSebastian Huber2017-10-241-0/+8
* score: Add _Thread_Add_timeout_ticks()Sebastian Huber2017-10-242-8/+6
* score: Fix warningSebastian Huber2017-10-211-1/+1
* score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber2017-10-172-2/+2
* score: Rename watchdog variantsSebastian Huber2017-10-176-31/+35
* score: Remove unused function declarationSebastian Huber2017-10-121-15/+0
* timecounter: Update FreeBSD identifiersSebastian Huber2017-10-125-5/+5
* timecounter: Merge FreeBSD change r324528Konstantin Belousov2017-10-121-3/+1
* timecounter: Merge FreeBSD change r315287Eric van Gyzen2017-10-121-0/+10
* timecounter: Merge FreeBSD change r315280Eric van Gyzen2017-10-121-0/+18
* timecounter: Merge FreeBSD change r310053Ed Schouten2017-10-121-2/+2
* timecounter: Merge FreeBSD change r304285Konstantin Belousov2017-10-122-5/+28
* timecounter: Merge FreeBSD change r303548Konstantin Belousov2017-10-121-13/+11
* timecounter: Merge FreeBSD change r303387Konstantin Belousov2017-10-121-46/+74