summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-05rtems: Add constraints for rtems_clock_tick()Sebastian Huber1-0/+12
2022-09-05Add items to Doxygen groupsSebastian Huber16-17/+53
2022-09-05config: Document CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORSebastian Huber1-0/+49
2022-08-31Fix pedanic warnings without a storage increaseSebastian Huber2-1/+11
2022-08-31libtest: Fix warnings without a pragmaSebastian Huber2-21/+14
2022-08-31config: Include <rtems/posix/timer.h> on demandSebastian Huber1-2/+3
2022-08-30score: Do not expose <limits.h> to <rtems.h>Sebastian Huber1-3/+1
2022-08-29score: Fix formatSebastian Huber1-1/+1
2022-08-29score: Fix formatSebastian Huber2-3/+3
2022-08-29Revert "linkersets.h: Fix gcc 12 warning"Sebastian Huber1-1/+1
2022-08-25libdebugger/aarch64: Set .start section to RWChris Johns1-1/+22
2022-08-22cpukit/include: Fix including in C++Chris Johns7-13/+32
2022-08-22cpukit/include: Fixes for C++Chris Johns4-6/+14
2022-08-19cpu.h: Fix gcc 12 warningsRyan Long1-2/+18
2022-08-19test.h: Add pragma for gcc 12 warningRyan Long1-0/+7
2022-08-19schedulerpriority.h: Fix gcc 12 warningRyan Long1-1/+1
2022-08-19percpu.h: Add pragma for gcc 12 warningRyan Long1-0/+8
2022-08-19interr.h: Fix gcc 12 warningRyan Long1-1/+3
2022-08-19linkersets.h: Fix gcc 12 warningRyan Long1-1/+1
2022-08-19threads.h: Add pragmas to get rid of gcc 12 errorsRyan Long1-0/+15
2022-08-10cpukit/include/rtems/test-info.h: Change @returns to @returnJoel Sherrill1-3/+3
2022-08-10Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORJoel Sherrill4-2/+129
2022-08-10rtems/malloc.h: Add API level Doxygen groupSebastian Huber1-19/+41
2022-08-10libtest: Add T_report_hash_sha256_update()Sebastian Huber2-0/+11
2022-08-08libdl: Refactor shared code in ARM and AArch64Ryan Long4-158/+113
2022-08-05posix: Avoid dead code in clock_nanosleep()Sebastian Huber1-5/+2
2022-08-05libdl: Fix warnings on 64bit architecturesChris Johns4-7/+7
2022-08-04posix: Fix relative CLOCK_REALTIME sleepSebastian Huber1-0/+9
2022-08-03libmisc/shell: Add an 'rtems' command to report a running buildChris Johns2-0/+162
2022-07-29cpukit/libdl/rtl-sym.c: Fix increment of variableRyan Long1-1/+1
2022-07-29cpukit/libdl: Add support for AArch64Ryan Long2-0/+855
2022-07-29libdl/rtl-elf.h: Fix aarch64 defineRyan Long1-1/+1
2022-07-29sys/exec_elf.h: Bring in newer fileRyan Long1-232/+608
2022-07-28score: Allow linker garbage collectionSebastian Huber2-3/+3
2022-07-28score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber3-10/+7
2022-07-28score: Use priority inheritance for thread joinSebastian Huber7-143/+159
2022-07-27Use __asm__ for standard C compatibilitySebastian Huber1-5/+5
2022-07-27score: Fix objects local table initializationSebastian Huber2-4/+2
2022-07-26score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber24-193/+287
2022-07-25imfs: Add <rtems/imfsimpl.h>Sebastian Huber13-48/+104
2022-07-25libtest: Add missing initializerSebastian Huber1-1/+1
2022-07-21aarch64: Use page table level 0Kinsey Moore1-1/+0
2022-07-21Support _REENT_THREAD_LOCAL Newlib configurationMatt Joyce6-14/+35
2022-07-19dtc: Update VERSIONSebastian Huber1-5/+12
2022-07-19Fix a UB when fdt_get_string return nullLoveSy1-1/+1
2022-07-18score: Fix unlimited objects supportSebastian Huber2-9/+32
2022-07-18score: Fix _Objects_Active_count()Sebastian Huber1-5/+13
2022-07-15score: Extend memory dirty/zero actionsSebastian Huber4-3/+74
2022-07-15score: Place object controls into .noinit sectionsSebastian Huber2-5/+11
2022-07-11Add in_localip_fib(), in6_localip_fib().Gleb Smirnoff2-0/+2