summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* posix: pthread_mutexattr_setprioceiling()Sebastian Huber2016-06-224-30/+34
* sparc: Optimize CPU counter supportSebastian Huber2016-06-228-53/+104
* sptests/sp20: Use printer taskSebastian Huber2016-06-224-46/+88
* 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-2227-94/+153
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-2214-20/+29
* Rename and move RTEMS_PRINTF_ATTRIBUTE()Sebastian Huber2016-06-225-17/+23
* 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
* bsp/tms570: regenerate preinstall makefile by bootstrap -p.Pavel Pisa2016-06-211-0/+8
* bsp/tms570: include complete peripheral initialization to SCI driver.Pavel Pisa2016-06-211-2/+36
* bsp/tms570: update pinmux to provide support for initialization lists and cle...Pavel Pisa2016-06-214-69/+196
* bsp/tms570: include package balls and PINMMR registers mapping for TMS570LS31...Pavel Pisa2016-06-212-0/+700
* bsp/leon3: Add up counter timecounterSebastian Huber2016-06-212-7/+36
* bsp/leon3: Fix interrupt timestampingSebastian Huber2016-06-211-20/+35
* sparc: Rework CPU counter supportSebastian Huber2016-06-2110-97/+208
* bsp/leon3: Fix LEON3_Cpu_Index initializationSebastian Huber2016-06-213-4/+14
* sptests/spcpucounter01: Resurrect workaroundSebastian Huber2016-06-211-2/+21
* arm/raspberrypi: Ensure that buffers used for VC mail box communication are s...Pavel Pisa2016-06-202-7/+56
* sptests/spcpucounter01: Add some statisticsSebastian Huber2016-06-203-50/+229
* bsp/leon3: Use sysinit for bsp_debug_uart_init()Sebastian Huber2016-06-203-7/+8
* bsp/leon3: Use sysinit for amba_initialize()Sebastian Huber2016-06-203-8/+8
* score: Refine system initialization orderSebastian Huber2016-06-202-3/+49
* sptests/spsysinit01: Move begin of test messageSebastian Huber2016-06-201-2/+7
* bsps: Fix printk() format warningSebastian Huber2016-06-171-1/+1
* bsps: Fix MPCI_Fatal() prototypeSebastian Huber2016-06-172-4/+4
* Add pthread_condattr_getclock() and pthread_condattr_setclock()Joel Sherrill2016-06-169-2/+257
* mptests/mp03/task1.c: Make method static to fix warningJoel Sherrill2016-06-161-1/+1
* samples/base_mp/apptask.c: Fix warning and clean upJoel Sherrill2016-06-161-12/+11
* libchip/shmdr/send.c: Fix warning and clean upJoel Sherrill2016-06-161-15/+21
* libchip/shmdr/poll.c: Fix warning and clean upJoel Sherrill2016-06-161-5/+8
* mvme147s/shmsupp/mpisr.c: Fix warnings and clean upJoel Sherrill2016-06-161-12/+10
* mvme147s/shmsupp/getcfg.c: Fix warningJoel Sherrill2016-06-161-1/+1
* score: Fix thread delete race condition on SMPSebastian Huber2016-06-161-6/+17
* rtems: Fix rtems_semaphore_create()Sebastian Huber2016-06-161-0/+4
* psxtests/psx12: Use and print proper rounded msSebastian Huber2016-06-152-21/+26
* posix: Fix poradic server initial CPU budgetSebastian Huber2016-06-155-24/+118
* psxtests/psx12: Use one file and simplifySebastian Huber2016-06-155-134/+33
* 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-143-7/+16
* posix: sched_get_priority_min()Sebastian Huber2016-06-142-2/+9
* bsps: Add CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSORSebastian Huber2016-06-143-7/+31
* 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-133-0/+85
* posix: Fix pthread_setschedparam()Sebastian Huber2016-06-132-1/+55