summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove make preinstallChris Johns2018-01-25109-31411/+0
* libio: Use API mutexSebastian Huber2017-12-061-1/+1
* score: Use self-contained API mutexSebastian Huber2017-12-045-75/+23
* 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-221-13/+10
* score: Optimize scheduler priority updatesSebastian Huber2017-11-2010-236/+208
* cpukit: Add _arc4random_getentropy_fail.Christian Mauderer2017-11-171-1/+2
* score: Adjust _Scheduler_EDF_SMP_Insert_ready()Sebastian Huber2017-11-171-1/+1
* score: Change _Timecounter_Time_uptime to int32_tSebastian Huber2017-11-091-1/+2
* posix: Change created_with_explicit_schedulerSebastian Huber2017-11-091-0/+6
* score: Use Processor_mask instead of cpu_set_tSebastian Huber2017-11-061-2/+2
* score: _Chain_Insert_ordered_unprotected()Sebastian Huber2017-11-064-46/+89
* score: Remove superfluous includeSebastian Huber2017-11-061-3/+0
* score: Add _IO_Printf() and _IO_Vprintf()Sebastian Huber2017-11-061-0/+46
* posix: Use far future for very long timeoutsSebastian Huber2017-11-021-0/+30
* score: Simplify SMP get lowest scheduledSebastian Huber2017-10-281-7/+4
* score: Delete _Scheduler_Thread_set_priority()Sebastian Huber2017-10-261-12/+0
* score: Move thread queue timeout handlingSebastian Huber2017-10-246-106/+114
* score: Rename function threadq support functionSebastian Huber2017-10-243-7/+7
* score: Add _Thread_Continue()Sebastian Huber2017-10-241-2/+16
* 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-241-3/+3
* score: Add _Watchdog_Ticks_per_secondSebastian Huber2017-10-241-0/+8
* score: Add _Thread_Add_timeout_ticks()Sebastian Huber2017-10-241-6/+5
* score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber2017-10-172-2/+2
* score: Rename watchdog variantsSebastian Huber2017-10-173-26/+30
* score: Remove unused function declarationSebastian Huber2017-10-121-15/+0
* timecounter: Update FreeBSD identifiersSebastian Huber2017-10-124-4/+4
* timecounter: Merge FreeBSD change r304285Konstantin Belousov2017-10-121-0/+14
* timecounter: Merge FreeBSD change r303382Konstantin Belousov2017-10-121-7/+14
* timecounter: Merge FreeBSD change r298981Pedro Giffuni2017-10-121-1/+1
* timecounter: Merge FreeBSD change r304285Ian Lepore2017-10-121-1/+1
* timecounter: Merge FreeBSD change r282424Ian Lepore2017-10-121-3/+15
* timecounter: Merge FreeBSD change r279728Hans Petter Selasky2017-10-121-0/+5
* score: Remove CPU_set_ControlSebastian Huber2017-10-115-196/+3
* score: Add _Thread_queue_Dispatch_disable()Sebastian Huber2017-10-103-6/+12
* score: Change Timestamp_Control to sbintime_tSebastian Huber2017-10-093-34/+24
* score: Use struct timespec for TODSebastian Huber2017-10-091-46/+8
* score: Simplify _Timestamp_Add_to()Sebastian Huber2017-10-091-7/+1
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-053-2/+37
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-052-2/+0
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-054-91/+56
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-052-2/+0
* posix: Implement self-contained POSIX semaphoresSebastian Huber2017-10-051-0/+73