summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-12-21Add aligned_alloc() and memalign()Sebastian Huber2-0/+42
2018-12-21tftpfs: Some bug fixesThomas Dörfler1-10/+20
2018-12-18score: Fix per-CPU data allocationSebastian Huber3-29/+49
2018-12-17config: Remove CONFIGURE_CONFDEFS_DEBUGSebastian Huber1-59/+0
2018-12-14build: Remove ampolish3Sebastian Huber2-12/+0
2018-12-14score: Static Objects_Information initializationSebastian Huber94-1978/+2018
2018-12-14rtems: Use object information to get config maxSebastian Huber6-17/+131
2018-12-14score: Remove Objects_Information::auto_extendSebastian Huber6-30/+53
2018-12-11posix: Fix shm_unlink()Sebastian Huber1-1/+10
2018-12-07score: Remove Objects_Information::the_apiSebastian Huber3-18/+12
2018-12-07score: Remove Objects_Information::maximumSebastian Huber12-55/+67
2018-12-07score: Optimize object lookupSebastian Huber16-77/+84
2018-12-07score: Rename Objects_Information::allocation_sizeSebastian Huber6-35/+47