summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Untar_FromGzChunk_Print() + TestAlexander Krutwig2016-07-268-6/+210
* Add Untar_FromChunk_Print() + TestAlexander Krutwig2016-07-265-1/+251
* sptests/spextensions01: Avoid NULL pointer accessSebastian Huber2016-07-261-1/+2
* score: FormatSebastian Huber2016-07-261-9/+9
* score: Fix printk() format specifiersSebastian Huber2016-07-261-2/+5
* score: FormatSebastian Huber2016-07-262-24/+21
* score: Add a STATES_DEBUGGER for use by debugging agents to a thread's state.Chris Johns2016-07-261-0/+2
* posix: fix clock_nanosleep and nanosleep clock useGedare Bloom2016-07-251-25/+68
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-2515-15/+29
* posix: refactor cond wait support to defer abstime conversionGedare Bloom2016-07-254-32/+33
* cpukit/rtems: fix return type mismatch for _TOD_To_secondsGedare Bloom2016-07-251-1/+1
* posix: add clock_nanosleep and testsGedare Bloom2016-07-2514-9/+477
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-2547-144/+200
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-251-0/+1
* smptests/smpmutex02: New testSebastian Huber2016-07-256-0/+1052
* bsps: Fix shared polled console fatal errorSebastian Huber2016-07-252-1/+3
* score: Relax thread begin extension environmentSebastian Huber2016-07-252-7/+82
* score: Disable RTEMS_NO_RETURN for RTEMS_DEBUGSebastian Huber2016-07-251-1/+1
* arm/raspberrypi: add Secure Digital (SD) controller interrupt source ID from ...Pavel Pisa2016-07-231-1/+1
* arm/raspberrypi: change interrupt dispatch and enable to generic vector id ba...Pavel Pisa2016-07-232-141/+89
* arm/raspberrypi: remove duplicate setup of IRQ handler in the main ARM except...Pavel Pisa2016-07-232-21/+0
* Added USB interrupt handler. And defined some macros regarding USB.Deval Shah2016-07-233-0/+25
* bsp/tms570: ensure that change of SCI baudrate is not applied in the middle o...Pavel Pisa2016-07-221-2/+23
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-221-0/+1
* score: Assert proper seqlock writer stateSebastian Huber2016-07-221-0/+3
* score: Add debug support to chainsSebastian Huber2016-07-2217-11/+116
* posix: Fix double chain extractSebastian Huber2016-07-211-5/+2
* libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa2016-07-214-2/+74
* arm/raspberrypi: reorder and update MMU config table to nor force RW section ...Pavel Pisa2016-07-201-9/+22
* arm/raspberrypi: use cache manager operations to flush/invalidate all cache l...Pavel Pisa2016-07-201-7/+7
* arm/bsps: CP15 and basic cache support entire cache clean for more architectu...Pavel Pisa2016-07-203-6/+66
* bsps/arm: do not disable MMU during translation table management operations.Pavel Pisa2016-07-202-8/+58
* arm/raspberrypi: cache manager can be used for mailbox synchronization now. R...Pavel Pisa2016-07-201-33/+2
* bsps/powerpc: Fix shared console driverSebastian Huber2016-07-191-13/+9
* bsps/powerpc: Fix AtliVec context switchSebastian Huber2016-07-192-62/+68
* beagle: pwm polishingPunit Vara2016-07-174-309/+568
* Misc: Spell length correctlyJoel Sherrill2016-07-128-9/+9
* DOSFS - LENGHT -> LENGTHJoel Sherrill2016-07-124-6/+6
* bsps/powerpc: Fix AltiVec enableSebastian Huber2016-07-123-0/+3
* score: Postpone SMP shutdown in _Terminate()Sebastian Huber2016-07-063-25/+24
* score: Do not disable ISR in _Terminate()Sebastian Huber2016-07-062-9/+1
* Config (.cfg) files are only valid if deeper than 5.Chris Johns2016-07-061-1/+1
* rtems-bsps: Update 4.11 to 4.12Joel Sherrill2016-07-051-1/+1
* shared/console-polled.c: Use standard fatal error codesJoel Sherrill2016-07-051-3/+3
* bsps/arm: Fix basic cache support for SMPSebastian Huber2016-07-051-8/+8
* Beaglebone: Update PWM driver imported from BBBIOPunit Vara2016-07-044-386/+611
* Beaglebone: Add original BBBIO PWM driverPunit Vara2016-07-042-0/+448
* bsps/arm: basic on core cache support changed to use l1 functions.Pavel Pisa2016-07-043-48/+97
* libdl/rtl-obj.c: ensure that loaded code is synchronized through caches.Pavel Pisa2016-07-041-0/+2
* bsps/arm: Change code to explicit selection of cache implementation for ARM B...Pavel Pisa2016-07-0410-124/+190