summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: Added Version to API->ClassicAndreas Dachsberger2019-04-044-3/+7
| | | | Update #3706.
* doxygen: Added Frame Buffer Device Driver Interface to Device DriversAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.
* doxygen: Added some subgroups to IO LibraryAndreas Dachsberger2019-04-043-0/+6
| | | | | | Update #3706. Types and Mount, IO Internal, Kernel Print Support
* doxygen: Removed XXX groupAndreas Dachsberger2019-04-041-1/+1
| | | | | | Update #3706. Content was added to Classic Barrier Implementation
* doxygen: Added Management to Example CPU ArchitectureAndreas Dachsberger2019-04-041-0/+8
| | | | Update #3706.
* doxygen: Added libmisc group and libmisc mouse groupAndreas Dachsberger2019-04-042-3/+19
| | | | | | | | Update #3706. @ingroup for these groups already existed, but no @defgroup Further restructuring necessary
* doxygen: Added toplevel group for device driversAndreas Dachsberger2019-04-042-1/+10
| | | | Update #3706.
* doxygen: Added further groups to RTEMSAPIAndreas Dachsberger2019-04-042-11/+20
| | | | | | | Update #3706. Associativity Routines, BSD Compatibility Support now part of RTEMSAPI
* doxygen: Added Mainpage to RTEMSAPIClassicAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.
* doxygen: User Extensions Implementation group now in Internal->ClassicAndreas Dachsberger2019-04-041-1/+1
| | | | Update #3706.
* doxygen: Rework some Doxygen commentsSebastian Huber2019-04-043-44/+51
| | | | | | They are intended as examples in the RTEMS Software Engineering manual. Update #3704.
* doxygen: score: Added ScoreRWLock to Score groupAndreas Dachsberger2019-04-021-5/+9
| | | | Update #3706.
* doxygen: Added groups to IO libraryAndreas Dachsberger2019-04-024-3/+19
| | | | Update #3706.
* doxygen: score: Put ARM Co-Processor 15 group in ARMAndreas Dachsberger2019-04-021-3/+3
| | | | Update #3706.
* doxygen: Restructured cpukit/include/rtems/rtemsAndreas Dachsberger2019-04-0255-75/+90
| | | | Update #3706.
* doxygen: Reviewed cpukit/include/rtems/posixAndreas Dachsberger2019-04-021-2/+2
| | | | Update #3706.
* doxygen: Reviewed cpukit/include/rtems/rtemsAndreas Dachsberger2019-04-0216-60/+17
| | | | Update #3706.
* doxygen: Reviewed cpukit/include/rtems/scoreAndreas Dachsberger2019-04-026-35/+25
| | | | Update #3706.
* doxygen: score: Add x86-64 CPU architecture groupAndreas Dachsberger2019-04-022-0/+24
| | | | Update #3706.
* doxygen: score: Add V850 CPU architecture groupAndreas Dachsberger2019-04-023-18/+54
| | | | Update #3706.
* doxygen: score: Add SPARC64 CPU architecture groupAndreas Dachsberger2019-04-022-0/+22
| | | | Update #3706.
* doxygen: score: Add SPARC CPU architecture groupAndreas Dachsberger2019-04-023-2/+26
| | | | Update #3706.
* doxygen: score: Add SuperH CPU architecture groupAndreas Dachsberger2019-04-022-0/+20
| | | | Update #3706.
* doxygen: score: Add RISC-V CPU architecture groupAndreas Dachsberger2019-04-024-1/+26
| | | | Update #3706.
* doxygen: score: Add powerpc CPU architecture groupAndreas Dachsberger2019-04-025-2/+32
| | | | Update #3706.
* doxygen: score: Add or1k CPU architecture groupAndreas Dachsberger2019-04-024-1/+27
| | | | Update #3706.
* doxygen: score: Add nios2 CPU architecture groupAndreas Dachsberger2019-04-013-0/+26
| | | | Update #3706.
* doxygen: score: Add Moxie CPU architecture groupAndreas Dachsberger2019-04-013-0/+26
| | | | Update #3706.
* doxygen: score: Add m68k CPU architecture groupAndreas Dachsberger2019-04-019-10/+47
| | | | Update #3706.
* doxygen: score: Change no_cpu architecture groupAndreas Dachsberger2019-04-012-36/+49
| | | | | | Groups CPUContext and CPUInterrupt are now defined with a unique name for this architecture group. Update #3706.
* doxygen: score: Add lm32 CPU architecture groupAndreas Dachsberger2019-04-013-14/+53
| | | | Update #3706.
* doxygen: score: Add i386 CPU architecture groupAndreas Dachsberger2019-04-018-2/+57
| | | | Update #3706.
* doxygen: score: Add Epiphany CPU architecture groupAndreas Dachsberger2019-04-014-2/+20
| | | | Update #3706.
* doxygen: score: Add Blackfin CPU architecture groupAndreas Dachsberger2019-04-012-16/+43
| | | | Update #3706.
* Add RTEMS Test FrameworkSebastian Huber2019-03-2715-0/+5743
| | | | Update #3199.
* build: Move test support to librtemstest.aSebastian Huber2019-03-266-5/+9
| | | | | | | | One reason to move the test support into a dedicated library are the standard output __wrap_*() functions. They may conflict with application level wrappers. Update #3199.
* score: Add ARM CPU architecture groupSebastian Huber2019-03-2610-52/+32
| | | | Update #3706.
* score: Add example CPU architecture groupSebastian Huber2019-03-262-2/+14
| | | | Update #3706.
* score: Rename ScoreCPU Doxygen groupSebastian Huber2019-03-2615-17/+16
| | | | Update #3706.
* score: Add implementation top-level groupSebastian Huber2019-03-262-0/+7
| | | | Update #3706.
* libfs/src/pipe/fifo.c: Fix warning.Joel Sherrill2019-03-251-2/+0
|
* pthreadcreate.c: Silence unused variable warning (CID 1399716)Joel Sherrill2019-03-251-0/+1
|
* build: Always build libmghttpd.aSebastian Huber2019-03-251-9/+5
|
* score: Update Objects_Information documentationSebastian Huber2019-03-221-36/+115
|
* libdl: Add an archive commandChris Johns2019-03-226-172/+980
| | | | | | | - The archive command lists archives, symbols and any duplicate symbols. - Change the RTL shell commands to the rtems_printer to allow the output to be captured.
* shmopen.c: Fix logically unreachable code (Coverity ID: 1399706, 1399714)Joel Sherrill2019-03-141-2/+3
| | | | Closes #3694.
* main_edit.c: Use strncpy() to eliminate potential buffer overflow.Joel Sherrill2019-03-141-4/+5
|
* fifo.c: Eliminate logically dead code (Coverity 1437635)Joel Sherrill2019-03-141-8/+5
|
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-14113-117/+5
|
* sparc64: Do not include <rtems/asm.h> in C sourceSebastian Huber2019-03-141-1/+0
|