summaryrefslogtreecommitdiffstats
path: root/cpukit/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Move _Partition_Allocate()Sebastian Huber2020-11-241-12/+0
* rtems: Move _Partition_Initialize()Sebastian Huber2020-11-241-25/+0
* rtems: Move _Partition_Is_buffer_area_aligned()Sebastian Huber2020-11-241-7/+0
* rtems: Move _Partition_Is_buffer_size_aligned()Sebastian Huber2020-11-241-7/+0
* rtems: Move _Partition_Is_buffer_on_boundary()Sebastian Huber2020-11-241-22/+0
* rtems: Move _Partition_Is_buffer_valid()Sebastian Huber2020-11-241-23/+0
* libtest: Fix undefined setjmp() behaviourSebastian Huber2020-11-241-1/+2
* rtems: Remove _Partition_Destroy()Sebastian Huber2020-11-231-7/+0
* rtems: Remove _Partition_Free()Sebastian Huber2020-11-231-14/+0
* rtems: Move _Partition_Free_buffer()Sebastian Huber2020-11-231-13/+0
* rtems: Move _Partition_Allocate_buffer()Sebastian Huber2020-11-231-14/+0
* rtems: Update partition documentationSebastian Huber2020-11-232-31/+84
* rtems: Canonicalize partition file documentationSebastian Huber2020-11-232-2/+4
* rtems: Update event documentationSebastian Huber2020-11-232-13/+79
* rtems: Remove unused _Event_Timeout()Sebastian Huber2020-11-231-8/+0
* rtems: Remove EVENT_SETS_NONE_PENDINGSebastian Huber2020-11-231-7/+1
* rtems: Remove unused EVENT_CURRENTSebastian Huber2020-11-231-6/+0
* rtems: Canonicalize task event file documentationSebastian Huber2020-11-232-2/+3
* libio: Move to RTEMS implementation groupSebastian Huber2020-11-231-0/+2
* doxygen: Rename Internal to ImplementationSebastian Huber2020-11-2322-22/+22
* score: Restore RTEMS_COMPILER_UNUSED_ATTRIBUTESebastian Huber2020-11-201-9/+9
* config: Initialize task stack allocator on demandSebastian Huber2020-11-191-8/+11
* config: Simplify task stack allocator initSebastian Huber2020-11-192-1/+19
* libtest: Allow assert checks during test beginSebastian Huber2020-11-191-1/+1
* libtest: Rename ValidCache in FullCacheSebastian Huber2020-11-191-1/+1
* libtest: Add primitive test case memory allocatorSebastian Huber2020-11-191-0/+6
* libtest: Make test case allocator configurableSebastian Huber2020-11-191-0/+2
* rtems: Generate <rtems/score/basedefs.h>Sebastian Huber2020-11-121-344/+701
* rtems: Generate <rtems/rtems/part.h>Sebastian Huber2020-11-121-80/+316
* rtems: Generate <rtems/rtems/event.h>Sebastian Huber2020-11-121-416/+635
* rtems: Generate <rtems/rtems/attr.h>Sebastian Huber2020-11-121-89/+222
* rtems: Generate <rtems/rtems/types.h>Sebastian Huber2020-11-121-115/+212
* rtems: Generate <rtems/rtems/options.h>Sebastian Huber2020-11-121-36/+95
* rtems: Generate <rtems/rtems/modes.h>Sebastian Huber2020-11-121-67/+191
* rtems: Generate <rtems/rtems/status.h>Sebastian Huber2020-11-121-144/+255
* rtems: Generate <rtems/rtems/config.h>Sebastian Huber2020-11-121-68/+236
* rtems: Generate <rtems/config.h>Sebastian Huber2020-11-121-96/+431
* rtems: Include missing header fileSebastian Huber2020-11-122-0/+2
* Improve automatically generated warningSebastian Huber2020-11-122-10/+8
* confdefs: Add extern C guards to libpci.hJan Sommer2020-10-301-0/+8
* score: Fix unused parameter 'lock' warningSebastian Huber2020-10-281-0/+1
* Remove *_Is_null() inline functionsSebastian Huber2020-10-145-61/+1
* shell: Remove not functioning fdisk mount/unmountFrank Kühndel2020-10-121-38/+1
* rtems: Generate <rtems/io.h>Sebastian Huber2020-10-111-114/+369
* rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber2020-10-109-25/+19
* librtemscxx: Fix white space to match the coding standardChris Johns2020-10-092-79/+79
* librtemscxx: Add join() and detach() to the threadChris Johns2020-10-091-0/+4
* rtems: Add "Generated from ..." commentsSebastian Huber2020-10-081-4/+13
* cpukit/librcxx: Add a C++ thread interface with attributesChris Johns2020-10-082-0/+545
* rtems: Add RTEMS_PARTITION_ALIGNMENTSebastian Huber2020-10-071-0/+9