summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-13score/aarch64: Size saved SP register for ABIKinsey Moore1-1/+4
2020-11-12rtems: Generate <rtems/score/basedefs.h>Sebastian Huber1-344/+701
2020-11-12rtems: Generate <rtems/rtems/part.h>Sebastian Huber1-80/+316
2020-11-12rtems: Generate <rtems/rtems/event.h>Sebastian Huber1-416/+635
2020-11-12rtems: Generate <rtems/rtems/attr.h>Sebastian Huber1-89/+222
2020-11-12rtems: Generate <rtems/rtems/types.h>Sebastian Huber1-115/+212
2020-11-12rtems: Generate <rtems/rtems/options.h>Sebastian Huber1-36/+95
2020-11-12rtems: Generate <rtems/rtems/modes.h>Sebastian Huber1-67/+191
2020-11-12rtems: Generate <rtems/rtems/status.h>Sebastian Huber1-144/+255
2020-11-12rtems: Generate <rtems/rtems/config.h>Sebastian Huber1-68/+236
2020-11-12rtems: Generate <rtems/config.h>Sebastian Huber1-96/+431
2020-11-12rtems: Include missing header fileSebastian Huber2-0/+2
2020-11-12Improve automatically generated warningSebastian Huber3-15/+12
2020-11-09libtrace: Move _Record_Stream_header_initialize()Sebastian Huber3-106/+141
2020-11-06sparc: Add SPARC_INTERRUPT_SOURCE_TO_TRAP()Sebastian Huber1-0/+12
2020-11-06sparc: Add SPARC_INTERRUPT_TRAP_TO_SOURCE()Sebastian Huber1-0/+17
2020-11-06sparc: Add SPARC_IS_INTERRUPT_TRAP()Sebastian Huber1-0/+17
2020-11-06sparc: Move SPARC-specific macros to sparc.hSebastian Huber2-22/+40
2020-10-30confdefs: Add extern C guards to libpci.hJan Sommer1-0/+8
2020-10-28score: Fix unused parameter 'lock' warningSebastian Huber1-0/+1
2020-10-20rtems-fdt / shell - Fix string truncation warningFrank Kühndel1-21/+19
2020-10-19posix: Fix pthread_spin_unlock()Sebastian Huber1-1/+1
2020-10-17libfs/rfs: Check search bit map end on last bitChris Johns1-2/+15
2020-10-16bsps/arm: Workaround for Errata 845369Sebastian Huber1-0/+32
2020-10-16Revert "rtems-fdt / shell - Fix string truncation warning"Sebastian Huber1-19/+21
2020-10-15rtems-fdt / shell - Fix string truncation warningFrank Kühndel1-21/+19
2020-10-15shell/main_edit.c: Fix string truncation warningFrank Kühndel1-5/+7
2020-10-15shell/main_edit.c: Fix use of wrong constantFrank Kühndel1-1/+2
2020-10-15shell/shell.c: Fix illegal string copyFrank Kühndel1-4/+14
2020-10-15shell/shell.c: Fix an implicit type castFrank Kühndel1-1/+3
2020-10-14Remove *_Is_null() inline functionsSebastian Huber12-72/+16
2020-10-14rtems: Remove superfluous includeSebastian Huber1-2/+0
2020-10-12shell: Remove not functioning fdisk mount/unmountFrank Kühndel4-254/+6
2020-10-12cpukit/libmisc/monitor: Fix an illegal string copyFrank Kühndel1-1/+2
2020-10-12libblock: Fix sparse diskSebastian Huber1-34/+35
2020-10-11rtems: Generate <rtems/io.h>Sebastian Huber1-114/+369
2020-10-11libblock: Add commentSebastian Huber1-0/+2
2020-10-10mghttpd/mongoose: Fix string truncation warningFrank Kühndel1-2/+2
2020-10-10libblock: Fix string truncation warningFrank Kühndel1-1/+1
2020-10-10capture: Fix unaligned pointer value warningFrank Kühndel1-4/+4
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber28-87/+47
2020-10-09librtemscxx: Fix white space to match the coding standardChris Johns4-208/+208
2020-10-09librtemscxx: Add join() and detach() to the threadChris Johns3-14/+43
2020-10-08doxygen: Add "Generated from ..." commentsSebastian Huber1-4/+339
2020-10-08rtems: Add "Generated from ..." commentsSebastian Huber1-4/+13
2020-10-08cpukit/librcxx: Add a C++ thread interface with attributesChris Johns4-0/+1037
2020-10-07rtems: Add RTEMS_PARTITION_ALIGNMENTSebastian Huber1-0/+9
2020-10-05score: Add AArch64 portKinsey Moore17-1/+2756
2020-10-05build: Add testopts.h to configure scriptSebastian Huber2-0/+70
2020-10-01Decouple the C Program Heap initializationSebastian Huber8-45/+214