summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* shell: Correct argument order of `mfill`Jonathan Brandmeyer2019-03-081-1/+1
* cpukit/arm: Correct register definitionJonathan Brandmeyer2019-03-081-2/+2
* libdl: Add small data support to the remaining PowerPC BSPs.Chris Johns2019-03-071-0/+15
* Update Doxyfile to Doxygen 1.8.15Sebastian Huber2019-03-042-1566/+1
* score: Fix _Scheduler_EDF_Cancel_job()Sebastian Huber2019-03-011-2/+4
* Remove explicit file names from @fileSebastian Huber2019-02-28121-121/+121
* dev/sc16is752: Fix parity generation.Christian Mauderer2019-02-271-0/+1
* bsps/arm: Fix system register for virtual timerKinsey Moore2019-02-221-1/+1
* libdl/unresolved: Fix return value for rtems_rtl_unresolved_removeChris Johns2019-02-201-2/+2
* libdl/archive: Check for an overflow of the symbol table.Chris Johns2019-02-201-3/+12
* libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns2019-02-202-3/+3
* libdl/archive: Return false on read failure.Chris Johns2019-02-201-0/+1
* libdl/alloc: Add a locking interface to the allocator.Chris Johns2019-02-204-5/+83
* score: Avoid some deadlocks in _Once()Sebastian Huber2019-02-183-49/+83
* libdl/rap: Add the section alloc call after section load was splitChris Johns2019-02-151-0/+6
* libdl: Allocator does not unlock and lock memory on loading.Chris Johns2019-02-155-17/+158
* posix: Remove unused _POSIX_Get_object_body()Sebastian Huber2019-02-121-41/+0
* libdl: Add powerpc large memory and small data support.Chris Johns2019-02-0923-129/+1099
* libdl: Add support for large memory programsChris Johns2019-02-0912-433/+648
* libdl: Add support for trampolinesChris Johns2019-02-0915-126/+925
* libdl: Fix the support for constructors and desctructors.Chris Johns2019-02-096-59/+144
* libtest/dl08: Add a test for archives.Chris Johns2019-02-091-0/+1
* libdl: Add symbol searching and loading from archives.Chris Johns2019-02-0916-437/+2175
* libdl: Fix dlerror non-conformanceChris Johns2019-02-091-1/+4
* libmisc: Fix rtems_print_bufferChris Johns2019-02-091-1/+1
* score: Fix _User_extensions_Thread_switch() (SMP)Sebastian Huber2019-02-081-3/+11
* score: Fix plain priority thread queues (SMP)Sebastian Huber2019-02-071-0/+8
* fs: Add struct dirent::d_type supportSebastian Huber2019-02-055-4/+29
* riscv: Fix misaligned access in context validateSebastian Huber2019-02-021-1/+1
* record: Add enum value for each eventSebastian Huber2019-01-303-13/+1781
* Add low level event recording supportSebastian Huber2019-01-2914-0/+2155
* m68k: Avoid _Addresses_Add_offset()Sebastian Huber2019-01-291-4/+2
* libmisc: Fix swapped parameters and enable floating point usage.Maksim E. Kozlov2019-01-231-1/+1
* riscv: add griscv bspJiri Gaisler2019-01-221-4/+1
* grlib: use cpu-independent routines for uncached accessJiri Gaisler2019-01-223-0/+83
* score: Remove unused _ISR_lock_Flash()Sebastian Huber2019-01-181-31/+0
* score: Improve debug support for ISR locksSebastian Huber2019-01-182-17/+39
* score: Avoid internal API and use ISR lockSebastian Huber2019-01-181-9/+9
* score: Simplify _Addresses_Is_aligned()Sebastian Huber2019-01-181-6/+2
* m68k/include/rtems/score/cpu.h: Add include of address.hJoel Sherrill2019-01-141-0/+2
* memalign: Add missing attributes to fix warningSebastian Huber2019-01-101-1/+3
* Fix format warnings due to ino_t changesSebastian Huber2019-01-104-7/+15
* riscv: Enable robust thread dispatchSebastian Huber2019-01-091-0/+3
* Adjust interrupt mode tests for some CPU portsSebastian Huber2019-01-093-3/+7
* rtems: Allow to set ISR level 0 in SMP configSebastian Huber2019-01-091-0/+1
* Separate task mode checksSebastian Huber2019-01-092-23/+26
* Fix format warningsSebastian Huber2019-01-077-28/+39
* score: Remove superfluous include from chainimpl.hSebastian Huber2019-01-073-1/+2
* drvmgr: Improve LP64 compatibilitySebastian Huber2018-12-275-14/+16
* drvmgr: Enable build for riscvSebastian Huber2018-12-271-1/+1