summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-16score: Fix thread delete race condition on SMPSebastian Huber1-6/+17
2016-06-16rtems: Fix rtems_semaphore_create()Sebastian Huber1-0/+4
2016-06-15posix: Fix poradic server initial CPU budgetSebastian Huber3-10/+11
2016-06-15posix: Use _POSIX_Threads_Sporadic_timer_insert()Sebastian Huber3-15/+16
2016-06-15posix: Remove superfluous codeSebastian Huber1-61/+0
2016-06-14posix: sched_get_priority_max()Sebastian Huber2-3/+12
2016-06-14posix: sched_get_priority_min()Sebastian Huber1-1/+3
2016-06-14score: _Scheduler_priority_Ready_queue_initializeSebastian Huber4-7/+17
2016-06-14score: _Thread_Create_idle_for_CPU()Sebastian Huber1-12/+12
2016-06-13posix: Add pthread_setschedprio()Sebastian Huber2-0/+55
2016-06-13posix: Fix pthread_setschedparam()Sebastian Huber1-1/+1
2016-06-13posix: Fix pthread_getschedparam()Sebastian Huber1-1/+1
2016-06-13i386: Fix _CPU_Bitfield_Find_first_bit()Sebastian Huber1-6/+5
2016-06-09score: Comment _Thread_queue_Enqueue_critical()Sebastian Huber1-0/+9
2016-06-09confdefs.h: Do not hide network file systemsSebastian Huber1-34/+30
2016-06-09ftpfs: Remove superfluous includeSebastian Huber1-1/+0
2016-06-09score: Add an SMP sequence lock implementationSebastian Huber3-0/+178
2016-06-08score: Use builtin for _Bitfield_Find_first_bit()Sebastian Huber1-0/+2
2016-06-08score: Inline _Bitfield_Find_first_bit()Sebastian Huber1-32/+23
2016-06-08score: Define _Priority_Bits_index() onceSebastian Huber1-25/+13
2016-06-08score: Define _Priority_Mask() onceSebastian Huber1-21/+13
2016-06-08score: Simplify priority bit map implementationSebastian Huber22-81/+21
2016-06-08score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber20-56/+7
2016-06-08powerpc: Define bitmap defines to FALSESebastian Huber1-0/+4
2016-06-08score: Delete dead copy and paste codeSebastian Huber10-1064/+5
2016-06-07rtems: Simplify rtems_semaphore_create()Sebastian Huber1-132/+113
2016-06-06shell: Add rtems_shell_wait_for_explicit_input()Alexander Krutwig2-4/+40
2016-06-06mghttpd: Add RTEMS printer supportSebastian Huber3-2/+18
2016-06-06rtems: Fix no protocol mutex releaseSebastian Huber2-44/+13
2016-06-06tftp: Use proper semaphore attr for mutexSebastian Huber1-4/+2
2016-06-06pipe: Use proper semaphore attr for mutexSebastian Huber1-2/+2
2016-06-06dosfs: Use proper semaphore attr for mutexSebastian Huber1-1/+2
2016-06-06libblock: Use proper semaphore attr for mutexSebastian Huber1-2/+1
2016-06-03libmisc/untar: Support directory create and overwrites. Share the common code.Chris Johns2-127/+343
2016-06-03libmisc/stackchk: Fix printk warnings.Chris Johns1-6/+6
2016-06-03arm: Fix printk warnings.Chris Johns1-16/+18
2016-06-02score: Maybe fix _Thread_Lock_acquire()Sebastian Huber2-42/+7
2016-06-01score: Fix _Thread_Lock_acquire()Sebastian Huber1-11/+12
2016-06-01smptests/smpatomic01: New test casesSebastian Huber1-1/+3
2016-05-31shell: Add CPUINFO commandSebastian Huber5-0/+139
2016-05-31cpuuse: Hide implementation detailsSebastian Huber6-5/+33
2016-05-31Fix rtems_print_printer_fprintf()Sebastian Huber2-3/+21
2016-05-30score: Use owner of thread queue for CORE mutexSebastian Huber2-13/+8
2016-05-30rtems: Remove superfluous includesSebastian Huber1-5/+0
2016-05-30rtems: Fix semaphore field nameSebastian Huber5-9/+9
2016-05-30rtems: Move MrsP semaphore operationsSebastian Huber7-27/+27
2016-05-30score: Rework CORE inherit priority mutexSebastian Huber25-485/+292
2016-05-30score: Rework CORE priority ceiling mutexSebastian Huber18-225/+327
2016-05-30score: Add CORE mutex variantsSebastian Huber24-172/+510
2016-05-30posix: Delete POSIX_Mutex_Protocol::process_sharedSebastian Huber2-4/+0