summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Use Processor_mask instead of cpu_set_tSebastian Huber2017-11-061-11/+5
* score: _Chain_Insert_ordered_unprotected()Sebastian Huber2017-11-064-19/+48
* score: Add _IO_Printf() and _IO_Vprintf()Sebastian Huber2017-11-062-0/+396
* score: Fix non-SMP buildSebastian Huber2017-10-291-1/+1
* score: Fix _Scheduler_Set_affinity()Sebastian Huber2017-10-282-5/+11
* score: Simplify SMP get lowest scheduledSebastian Huber2017-10-282-21/+14
* score: Move thread queue timeout handlingSebastian Huber2017-10-2415-206/+227
* score: Rename function threadq support functionSebastian Huber2017-10-2410-10/+10
* score: Add _Thread_Continue()Sebastian Huber2017-10-241-8/+17
* score: Rename _Watchdog_Ticks_from_*()Sebastian Huber2017-10-242-2/+2
* score: Add _Thread_Add_timeout_ticks()Sebastian Huber2017-10-241-2/+1
* score: Fix warningSebastian Huber2017-10-211-1/+1
* score: Rename watchdog variantsSebastian Huber2017-10-173-5/+5
* timecounter: Update FreeBSD identifiersSebastian Huber2017-10-121-1/+1
* 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-121-5/+14
* timecounter: Merge FreeBSD change r303548Konstantin Belousov2017-10-121-13/+11
* timecounter: Merge FreeBSD change r303387Konstantin Belousov2017-10-121-46/+74
* timecounter: Merge FreeBSD change r303384Konstantin Belousov2017-10-121-2/+2
* timecounter: Merge FreeBSD change r303383Konstantin Belousov2017-10-121-23/+12
* timecounter: Merge FreeBSD change r303382Konstantin Belousov2017-10-121-23/+45
* timecounter: Merge FreeBSD change r298819Pedro Giffuni2017-10-121-1/+1
* timecounter: Merge FreeBSD change r290257Ngie Cooper2017-10-121-1/+8
* timecounter: Merge FreeBSD change r288216Konstantin Belousov2017-10-121-7/+14
* timecounter: Merge FreeBSD change r286701Ian Lepore2017-10-121-5/+13
* timecounter: Merge FreeBSD change r286429Ian Lepore2017-10-121-0/+3
* timecounter: Merge FreeBSD change r286423Ian Lepore2017-10-121-2/+6
* timecounter: Merge FreeBSD change r285286Konstantin Belousov2017-10-121-81/+101
* timecounter: Merge FreeBSD change r284256Konstantin Belousov2017-10-121-3/+2
* timecounter: Merge FreeBSD change r282424Ian Lepore2017-10-121-3/+10
* timecounter: Merge FreeBSD change r280012Ian Lepore2017-10-121-0/+1
* timecounter: Merge FreeBSD change r279728Hans Petter Selasky2017-10-121-11/+3
* score: Remove CPU_set_ControlSebastian Huber2017-10-114-181/+9
* posix: Validate affinity sets by the schedulerSebastian Huber2017-10-111-11/+8
* score: Add _Thread_queue_Dispatch_disable()Sebastian Huber2017-10-102-15/+5
* score: Change Timestamp_Control to sbintime_tSebastian Huber2017-10-091-0/+19
* score: Use struct timespec for TODSebastian Huber2017-10-093-11/+11
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-051-10/+1
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-054-26/+21
* posix: Implement self-contained POSIX semaphoresSebastian Huber2017-10-051-60/+13
* posix: Optimize pthread_once_tSebastian Huber2017-10-051-1/+1
* score: Simplify red-black tree debug supportSebastian Huber2017-09-272-5/+17
* score: Include missing <limits.h>Sebastian Huber2017-09-191-0/+2
* Include missing <limits.h>Sebastian Huber2017-08-251-0/+1
* Include missing <string.h>Sebastian Huber2017-08-251-0/+2
* score: Fix format specifierSebastian Huber2017-08-221-1/+1
* score: Add optional _CPU_Context_Destroy()Sebastian Huber2017-07-251-1/+1