summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-17doxygen: Fix constraintsSebastian Huber1-2/+3
2024-04-09score: Improve C/C++ standard compatibilitySebastian Huber4-380/+440
2024-03-23rtems: Avoid -Wundef warnings in API headerSebastian Huber1-6/+6
2024-03-22Mark parameters as intentionally unusedSebastian Huber7-0/+10
2024-03-20Do not define CONFIGURE_TICKS_PER_TIMESLICE to 0Sebastian Huber2-3/+2
2024-03-20score: Include missing header fileSebastian Huber1-0/+2
2024-03-20arm: Move _CPU_ISR_install_vector()Sebastian Huber2-27/+76
2024-03-18cpukit: Gate ticks per timeslice configKinsey Moore1-1/+3
2024-03-14cpukit/jffs2: Properly commit JFFS2 dataKinsey Moore1-0/+4
2024-03-14Ensure ticks per timeslice is greater than zeroZack leung2-2/+5
2024-03-01cpukit/libtest: Remove unused variableKinsey Moore1-1/+0
2024-02-27powerpc: Use RTEMS_XCONCAT()Sebastian Huber1-6/+4
2024-02-26cpukit/jffs2: Handle used empty file systemKinsey Moore2-0/+27
2024-02-22libtest: Improve gcov info dumpSebastian Huber2-4/+6
2024-02-16doxygen: Fix link formatSebastian Huber1-1/+1
2024-02-16crc: Add a CRC-24Q implementationSebastian Huber2-0/+254
2024-02-16base64: Add decoderMatthew Joyce2-0/+228
2024-02-16base64: Make base64 encoding tables publicSebastian Huber2-7/+27
2024-02-16base64: Move base64 encoding supportSebastian Huber8-99/+167
2024-02-14i386: Restore SMP functionalityKinsey Moore2-0/+7
2024-01-31cpukit/libblock: Ignore sync status prior to purgeKinsey Moore2-2/+2
2024-01-31cpukit/libblock: Ignore error notify return valueKinsey Moore1-1/+1
2024-01-29cpukit/libblock: Ignore return value on error pathKinsey Moore1-1/+1
2024-01-26cpukit/cache: Report coherent add area failuresKinsey Moore2-13/+24
2024-01-22cpukit/dosfs: Simplify expressions where possibleKinsey Moore1-3/+3
2024-01-22cpukit/libmisc: Cast getpid() before shiftingKinsey Moore1-0/+5
2024-01-22cpukit/libmisc/uuid: Check for invalid FDKinsey Moore1-0/+6
2024-01-22cpukit/dosfs: Don't leak a FAT FDKinsey Moore1-7/+7
2024-01-17cpukit/score: Avoid overflow in multiplicationKinsey Moore1-1/+1
2024-01-16cpukit/dosfs: Remove unused internal function argKinsey Moore1-2/+0
2024-01-16cpukit: Remove or use unused variable assignmentsKinsey Moore6-5/+9
2024-01-16flashdev.c: return error if both buffers are NULLBernd Moessner1-1/+1
2024-01-16flashdev: Add missing default caseBernd Moessner1-0/+2
2024-01-16flashdev.h: Add missing C++ include guardsBernd Moessner1-0/+9
2024-01-10libio: Clean up usage of rtems_termios_device_modeKinsey Moore1-1/+2
2024-01-10cpukit/dosfs: Jump to correct error handlerKinsey Moore1-1/+1
2024-01-05cpukit/dosfs: Cast away ignored returnKinsey Moore1-1/+1
2023-12-22cpukit/jffs2: Revert to non-granular lockingKinsey Moore6-27/+61
2023-12-19libtest: Change verbosity to normalSebastian Huber1-1/+1
2023-12-19doxygen: CONFIGURE_JFFS2_DELAYED_WRITE_TASK_PRIORITYSebastian Huber1-1/+29
2023-12-19tm27: Add TM27_INTERRUPT_VECTOR_ALTERNATIVESebastian Huber1-0/+7
2023-12-19tm27: Add optional TM27_INTERRUPT_VECTOR_DEFAULTSebastian Huber1-1/+17
2023-12-19ftpd: Fix set but not used warningSebastian Huber1-1/+0
2023-12-14libtest: Fix test printer in rtems_test_run()Sebastian Huber1-2/+11
2023-12-14libtest: Set test printer in rtems_test_run()Sebastian Huber1-3/+11
2023-12-14ftpd: Make socket timeout optionalSebastian Huber1-9/+4
2023-12-14rtems-fdt: Fix node property access on 64bitChris Johns1-1/+1
2023-12-13libmisc/shell: Work around tmux bug in row and columnChris Johns1-25/+125
2023-11-28libtest: Add hash to gcov info dumpSebastian Huber1-2/+27
2023-11-28libtest: Add T_add_remark()Sebastian Huber2-1/+40