summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-08shell: Correct argument order of `mfill`Jonathan Brandmeyer1-1/+1
2019-03-08cpukit/arm: Correct register definitionJonathan Brandmeyer1-2/+2
2019-03-07libdl: Add small data support to the remaining PowerPC BSPs.Chris Johns1-0/+15
2019-03-04Update Doxyfile to Doxygen 1.8.15Sebastian Huber2-1566/+1
2019-03-01score: Fix _Scheduler_EDF_Cancel_job()Sebastian Huber1-2/+4
2019-02-28Remove explicit file names from @fileSebastian Huber121-121/+121
2019-02-27dev/sc16is752: Fix parity generation.Christian Mauderer1-0/+1
2019-02-22bsps/arm: Fix system register for virtual timerKinsey Moore1-1/+1
2019-02-20libdl/unresolved: Fix return value for rtems_rtl_unresolved_removeChris Johns1-2/+2
2019-02-20libdl/archive: Check for an overflow of the symbol table.Chris Johns1-3/+12
2019-02-20libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns2-3/+3
2019-02-20libdl/archive: Return false on read failure.Chris Johns1-0/+1
2019-02-20libdl/alloc: Add a locking interface to the allocator.Chris Johns4-5/+83
2019-02-18score: Avoid some deadlocks in _Once()Sebastian Huber3-49/+83
2019-02-15libdl/rap: Add the section alloc call after section load was splitChris Johns1-0/+6
2019-02-15libdl: Allocator does not unlock and lock memory on loading.Chris Johns5-17/+158
2019-02-12posix: Remove unused _POSIX_Get_object_body()Sebastian Huber1-41/+0
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns23-129/+1099
2019-02-09libdl: Add support for large memory programsChris Johns12-433/+648
2019-02-09libdl: Add support for trampolinesChris Johns15-126/+925
2019-02-09libdl: Fix the support for constructors and desctructors.Chris Johns6-59/+144
2019-02-09libtest/dl08: Add a test for archives.Chris Johns1-0/+1
2019-02-09libdl: Add symbol searching and loading from archives.Chris Johns16-437/+2175
2019-02-09libdl: Fix dlerror non-conformanceChris Johns1-1/+4
2019-02-09libmisc: Fix rtems_print_bufferChris Johns1-1/+1
2019-02-08score: Fix _User_extensions_Thread_switch() (SMP)Sebastian Huber1-3/+11
2019-02-07score: Fix plain priority thread queues (SMP)Sebastian Huber1-0/+8
2019-02-05fs: Add struct dirent::d_type supportSebastian Huber5-4/+29
2019-02-02riscv: Fix misaligned access in context validateSebastian Huber1-1/+1
2019-01-30record: Add enum value for each eventSebastian Huber3-13/+1781
2019-01-29Add low level event recording supportSebastian Huber14-0/+2155
2019-01-29m68k: Avoid _Addresses_Add_offset()Sebastian Huber1-4/+2
2019-01-23libmisc: Fix swapped parameters and enable floating point usage.Maksim E. Kozlov1-1/+1
2019-01-22riscv: add griscv bspJiri Gaisler1-4/+1
2019-01-22grlib: use cpu-independent routines for uncached accessJiri Gaisler3-0/+83
2019-01-18score: Remove unused _ISR_lock_Flash()Sebastian Huber1-31/+0
2019-01-18score: Improve debug support for ISR locksSebastian Huber2-17/+39
2019-01-18score: Avoid internal API and use ISR lockSebastian Huber1-9/+9
2019-01-18score: Simplify _Addresses_Is_aligned()Sebastian Huber1-6/+2
2019-01-14m68k/include/rtems/score/cpu.h: Add include of address.hJoel Sherrill1-0/+2
2019-01-10memalign: Add missing attributes to fix warningSebastian Huber1-1/+3
2019-01-10Fix format warnings due to ino_t changesSebastian Huber4-7/+15
2019-01-09riscv: Enable robust thread dispatchSebastian Huber1-0/+3
2019-01-09Adjust interrupt mode tests for some CPU portsSebastian Huber3-3/+7
2019-01-09rtems: Allow to set ISR level 0 in SMP configSebastian Huber1-0/+1
2019-01-09Separate task mode checksSebastian Huber2-23/+26
2019-01-07Fix format warningsSebastian Huber7-28/+39
2019-01-07score: Remove superfluous include from chainimpl.hSebastian Huber3-1/+2
2018-12-27drvmgr: Improve LP64 compatibilitySebastian Huber5-14/+16
2018-12-27drvmgr: Enable build for riscvSebastian Huber1-1/+1