summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: _POSIX_Mutex_Default_attributesSebastian Huber2016-06-228-39/+50
* posix: pthread_mutexattr_setprioceiling()Sebastian Huber2016-06-222-17/+11
* sparc: Optimize CPU counter supportSebastian Huber2016-06-225-38/+98
* Add printer taskSebastian Huber2016-06-223-0/+310
* Rename rtems_test_print() into rtems_test_printf()Sebastian Huber2016-06-222-2/+2
* Avoid <rtems/print.h> in <rtems/rtems/ratemon.h>Sebastian Huber2016-06-221-2/+3
* Move printer initialization to separate headerSebastian Huber2016-06-2224-93/+150
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-228-18/+24
* Rename and move RTEMS_PRINTF_ATTRIBUTE()Sebastian Huber2016-06-224-14/+18
* Make rtems_fprintf_plugin() staticSebastian Huber2016-06-222-14/+1
* Make rtems_printf_plugin() staticSebastian Huber2016-06-222-19/+6
* Make printk_plugin() staticSebastian Huber2016-06-222-20/+9
* sparc: Rework CPU counter supportSebastian Huber2016-06-214-26/+88
* score: Refine system initialization orderSebastian Huber2016-06-201-3/+13
* Add pthread_condattr_getclock() and pthread_condattr_setclock()Joel Sherrill2016-06-163-1/+87
* score: Fix thread delete race condition on SMPSebastian Huber2016-06-161-6/+17
* rtems: Fix rtems_semaphore_create()Sebastian Huber2016-06-161-0/+4
* posix: Fix poradic server initial CPU budgetSebastian Huber2016-06-153-10/+11
* posix: Use _POSIX_Threads_Sporadic_timer_insert()Sebastian Huber2016-06-153-15/+16
* posix: Remove superfluous codeSebastian Huber2016-06-151-61/+0
* posix: sched_get_priority_max()Sebastian Huber2016-06-142-3/+12
* posix: sched_get_priority_min()Sebastian Huber2016-06-141-1/+3
* score: _Scheduler_priority_Ready_queue_initializeSebastian Huber2016-06-144-7/+17
* score: _Thread_Create_idle_for_CPU()Sebastian Huber2016-06-141-12/+12
* posix: Add pthread_setschedprio()Sebastian Huber2016-06-132-0/+55
* posix: Fix pthread_setschedparam()Sebastian Huber2016-06-131-1/+1
* posix: Fix pthread_getschedparam()Sebastian Huber2016-06-131-1/+1
* i386: Fix _CPU_Bitfield_Find_first_bit()Sebastian Huber2016-06-131-6/+5
* score: Comment _Thread_queue_Enqueue_critical()Sebastian Huber2016-06-091-0/+9
* confdefs.h: Do not hide network file systemsSebastian Huber2016-06-091-34/+30
* ftpfs: Remove superfluous includeSebastian Huber2016-06-091-1/+0
* score: Add an SMP sequence lock implementationSebastian Huber2016-06-093-0/+178
* score: Use builtin for _Bitfield_Find_first_bit()Sebastian Huber2016-06-081-0/+2
* score: Inline _Bitfield_Find_first_bit()Sebastian Huber2016-06-081-32/+23
* score: Define _Priority_Bits_index() onceSebastian Huber2016-06-081-25/+13
* score: Define _Priority_Mask() onceSebastian Huber2016-06-081-21/+13
* score: Simplify priority bit map implementationSebastian Huber2016-06-0822-81/+21
* score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber2016-06-0820-56/+7
* powerpc: Define bitmap defines to FALSESebastian Huber2016-06-081-0/+4
* score: Delete dead copy and paste codeSebastian Huber2016-06-0810-1064/+5
* rtems: Simplify rtems_semaphore_create()Sebastian Huber2016-06-071-132/+113
* shell: Add rtems_shell_wait_for_explicit_input()Alexander Krutwig2016-06-062-4/+40
* mghttpd: Add RTEMS printer supportSebastian Huber2016-06-063-2/+18
* rtems: Fix no protocol mutex releaseSebastian Huber2016-06-062-44/+13
* tftp: Use proper semaphore attr for mutexSebastian Huber2016-06-061-4/+2
* pipe: Use proper semaphore attr for mutexSebastian Huber2016-06-061-2/+2
* dosfs: Use proper semaphore attr for mutexSebastian Huber2016-06-061-1/+2
* libblock: Use proper semaphore attr for mutexSebastian Huber2016-06-061-2/+1
* libmisc/untar: Support directory create and overwrites. Share the common code.Chris Johns2016-06-032-127/+343
* libmisc/stackchk: Fix printk warnings.Chris Johns2016-06-031-6/+6