summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-10-01rtems: Canonicalize name and id checksSebastian Huber4-14/+22
2020-09-29rtems: Remove rtems_io_driver_io_error()Sebastian Huber1-11/+0
2020-09-28Fixing bug in line editing of the shell with CTRL-U.Frank Kühndel1-0/+5
2020-09-28doxygen: Fix use of getchark() and rtems_putc()Sebastian Huber1-6/+6
2020-09-28rtems: Add rtems_message_queue_construct()Sebastian Huber11-152/+523
2020-09-28rtems: Remove Message_queue_Control::attribute_setSebastian Huber4-10/+26
2020-09-28score: Add <rtems/score/coremsgbuffer.h>Sebastian Huber3-38/+98
2020-09-28score: Simplify CORE_message_queue_BufferSebastian Huber9-74/+71
2020-09-28score: Improve _CORE_message_queue_Initialize()Sebastian Huber5-34/+45
2020-09-28score: Gather message queue control initializationSebastian Huber1-16/+11
2020-09-28score: Fix allocation size calculationSebastian Huber1-51/+23
2020-09-28score: Use RTEMS_ALIGN_UP()Sebastian Huber1-3/+4
2020-09-24libtest: Remove superfluous assignmentSebastian Huber1-1/+0