summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add aligned_alloc() and memalign()Sebastian Huber2018-12-212-0/+42
* tftpfs: Some bug fixesThomas Dörfler2018-12-211-10/+20
* score: Fix per-CPU data allocationSebastian Huber2018-12-183-29/+49
* config: Remove CONFIGURE_CONFDEFS_DEBUGSebastian Huber2018-12-171-59/+0
* build: Remove ampolish3Sebastian Huber2018-12-142-12/+0
* score: Static Objects_Information initializationSebastian Huber2018-12-1494-1978/+2018
* rtems: Use object information to get config maxSebastian Huber2018-12-146-17/+131
* score: Remove Objects_Information::auto_extendSebastian Huber2018-12-146-30/+53
* posix: Fix shm_unlink()Sebastian Huber2018-12-111-1/+10
* score: Remove Objects_Information::the_apiSebastian Huber2018-12-073-18/+12
* score: Remove Objects_Information::maximumSebastian Huber2018-12-0712-55/+67
* score: Optimize object lookupSebastian Huber2018-12-0716-77/+84
* score: Rename Objects_Information::allocation_sizeSebastian Huber2018-12-076-35/+47