summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-21score: Fix typo in nameSebastian Huber1-1/+1
2023-11-02score: Fix implicit integer conversion warningsSebastian Huber1-6/+6
2023-11-02imfs: Constify rtems_tarfs_load()Sebastian Huber2-4/+6
2023-10-30cpukit/libfs/dosfs: Use enum values for enum initKinsey Moore1-1/+1
2023-10-30cpukit/score: Convert Thread_Life_state to uint32_tKinsey Moore1-40/+40
2023-10-23doxygen: Replace and move main pageSebastian Huber2-951/+206
2023-10-20sparc: Fix move of CPU counter implementationSebastian Huber1-4/+2
2023-10-20sparc: Move CPU counter implementationSebastian Huber5-285/+10
2023-10-20mpci: Hide implementation detailsSebastian Huber3-5/+7
2023-10-13cpukit: Remove unused includesKinsey Moore20-25/+0
2023-10-12cpukit/jffs2: Correctly init jffs2_inode_infoKinsey Moore1-2/+10
2023-10-12cpukit/jffs2: Implement JFFS2 spinlocksKinsey Moore2-24/+8
2023-10-12fat_fat_operations.c: Fix incorrect indentationJoel Sherrill1-3/+3
2023-10-12sparc: Fix stack corruptionSebastian Huber2-1/+47
2023-10-04bsp/i386/pc686: Clean up warningsChris Johns1-4/+4
2023-10-02libtest: Include missing header fileSebastian Huber1-0/+1
2023-09-26cpukit/aarch64: Resolve warnings with ILP32 ABIKinsey Moore2-3/+6
2023-09-26cpukit/jffs2: Avoid use of off-chain semanticsKinsey Moore2-42/+50
2023-09-26arm: Use a valid signed integer constantSebastian Huber1-1/+1
2023-09-26tests: Add header for RTEMS test printerSebastian Huber4-17/+73
2023-09-15libdl: Use _CPU_Get_TLS_thread_pointer()Sebastian Huber1-67/+6
2023-09-15score: Add _CPU_Get_TLS_thread_pointer()Sebastian Huber19-0/+151
2023-09-15rtems: rtems_configuration_get_interrupt_stack_size()Sebastian Huber3-2/+16
2023-09-15score: Fix TLS support for some code modelsSebastian Huber3-59/+106
2023-09-13score: Fix RTEMS_DEFINE_GLOBAL_SYMBOL()Sebastian Huber1-2/+3
2023-09-12microblaze: Fix relocation targetsAlex White1-9/+10
2023-09-06cpukit/jffs2: Avoid delayed work lock inversionKinsey Moore1-1/+13
2023-08-30microblaze: Add libdl supportAlex White3-1/+381
2023-08-28cpukit/libdl: Fix incorrect operator precedence access the nameChris Johns1-1/+2
2023-08-28cpukit/libdl: Correctly account for section alignmentsChris Johns1-19/+12
2023-08-27libdl: Realloc text memory if there are trampolinesChris Johns19-194/+511
2023-08-22cpukit/score/aarch64: Use correct MAIR indexKinsey Moore1-2/+2
2023-08-21x86_64/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-5/+9
2023-08-21v850/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21sparc64/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21sh/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21moxie/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21mips/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21m68k/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21lm32/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21i386/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21bfin/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21libdl: Add support to import base image TLS symbolsChris Johns11-57/+395
2023-08-15Address Regulator warning for no prototype for memset()zack1-0/+1
2023-08-12cpukit/libdl: AARCH64 unwind uses DWARF 2 tablesChris Johns1-0/+17
2023-08-11Add the Regulator Interface and testJoel Sherrill3-0/+1316
2023-08-10arm: Fix cache support for ARM926EJ-SSebastian Huber1-4/+22
2023-08-02build: Optionally use a VERSION fileSebastian Huber1-4/+4
2023-07-28score: Assert scheduler index validitySebastian Huber3-1/+4
2023-07-28doxygen: Fix group memberships in libtestSebastian Huber5-9/+8