summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* shmopen.c: Fix logically unreachable code (Coverity ID: 1399706, 1399714)Joel Sherrill2019-03-141-2/+3
* 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
* Add rtems_board_support_package()Sebastian Huber2019-03-141-0/+7
* posix: is_initialized is of type int not boolSebastian Huber2019-03-133-3/+3
* Regenerate cpukit/headers.amSebastian Huber2019-03-131-0/+1
* coremsgseize.c: Fix spelling errorJoel Sherrill2019-03-121-1/+1
* record: Add more system eventsSebastian Huber2019-03-122-115/+115
* record: Add system call entry/exit eventsSebastian Huber2019-03-122-165/+165
* record: Rename internal per-CPU eventsSebastian Huber2019-03-125-16/+16
* shell: Correct argument order of `mfill`Jonathan Brandmeyer2019-03-081-1/+1
* cpukit/arm: Correct register definitionJonathan Brandmeyer2019-03-081-2/+2
* libdl: Add small data support to the remaining PowerPC BSPs.Chris Johns2019-03-071-0/+15
* Update Doxyfile to Doxygen 1.8.15Sebastian Huber2019-03-042-1566/+1
* score: Fix _Scheduler_EDF_Cancel_job()Sebastian Huber2019-03-011-2/+4
* Remove explicit file names from @fileSebastian Huber2019-02-28121-121/+121
* dev/sc16is752: Fix parity generation.Christian Mauderer2019-02-271-0/+1
* bsps/arm: Fix system register for virtual timerKinsey Moore2019-02-221-1/+1
* libdl/unresolved: Fix return value for rtems_rtl_unresolved_removeChris Johns2019-02-201-2/+2
* libdl/archive: Check for an overflow of the symbol table.Chris Johns2019-02-201-3/+12
* libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns2019-02-202-3/+3
* libdl/archive: Return false on read failure.Chris Johns2019-02-201-0/+1
* libdl/alloc: Add a locking interface to the allocator.Chris Johns2019-02-204-5/+83
* score: Avoid some deadlocks in _Once()Sebastian Huber2019-02-183-49/+83
* libdl/rap: Add the section alloc call after section load was splitChris Johns2019-02-151-0/+6
* libdl: Allocator does not unlock and lock memory on loading.Chris Johns2019-02-155-17/+158
* posix: Remove unused _POSIX_Get_object_body()Sebastian Huber2019-02-121-41/+0
* libdl: Add powerpc large memory and small data support.Chris Johns2019-02-0923-129/+1099
* libdl: Add support for large memory programsChris Johns2019-02-0912-433/+648
* libdl: Add support for trampolinesChris Johns2019-02-0915-126/+925
* libdl: Fix the support for constructors and desctructors.Chris Johns2019-02-096-59/+144
* libtest/dl08: Add a test for archives.Chris Johns2019-02-091-0/+1
* libdl: Add symbol searching and loading from archives.Chris Johns2019-02-0916-437/+2175
* libdl: Fix dlerror non-conformanceChris Johns2019-02-091-1/+4
* libmisc: Fix rtems_print_bufferChris Johns2019-02-091-1/+1
* score: Fix _User_extensions_Thread_switch() (SMP)Sebastian Huber2019-02-081-3/+11
* score: Fix plain priority thread queues (SMP)Sebastian Huber2019-02-071-0/+8
* fs: Add struct dirent::d_type supportSebastian Huber2019-02-055-4/+29
* riscv: Fix misaligned access in context validateSebastian Huber2019-02-021-1/+1
* record: Add enum value for each eventSebastian Huber2019-01-303-13/+1781
* Add low level event recording supportSebastian Huber2019-01-2914-0/+2155
* m68k: Avoid _Addresses_Add_offset()Sebastian Huber2019-01-291-4/+2
* libmisc: Fix swapped parameters and enable floating point usage.Maksim E. Kozlov2019-01-231-1/+1
* riscv: add griscv bspJiri Gaisler2019-01-221-4/+1
* grlib: use cpu-independent routines for uncached accessJiri Gaisler2019-01-223-0/+83