summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* psx13: Added tests for utimensat() and futimens()Ryan Long2021-05-282-22/+482
* libcsupport: Implement utimes() in terms of utimensat()Ryan Long2021-05-281-14/+49
* libcsupport: Implement utime() in terms of utimensat()Ryan Long2021-05-281-32/+40
* libcsupport: Added futimens() and utimensat()Ryan Long2021-05-287-15/+494
* main_help.c: Do not care what char is returned by getchar()Ryan Long2021-05-281-1/+1
* main_cp.c: Ignore return value from stat()Ryan Long2021-05-281-0/+6
* gen_uuid.c: Ignore return values from fcntl()Ryan Long2021-05-281-0/+6
* thread-API: Add rtems_*mutex_try_lockChristian Mauderer2021-05-282-0/+91
* cpukit: Add description of release version numbersChristian Mauderer2021-05-281-0/+21
* score: Add RTEMS_UNREACHABLE() to a groupSebastian Huber2021-05-281-0/+2
* spec/aarch64: Add BSPs for real ZynqMP hardwareKinsey Moore2021-05-277-2/+85
* bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore2021-05-2711-20/+603
* bsps/a53: Increase available RAMKinsey Moore2021-05-271-1/+1
* bsps/aarch64: Advertise cache function supportKinsey Moore2021-05-271-0/+10
* bsps/aarch64: Align MVAs consistentlyKinsey Moore2021-05-271-8/+5
* bsps/aarch64: Break out system registersKinsey Moore2021-05-273-180/+10019
* rtems: Document new rtems_task_delete() errorSebastian Huber2021-05-271-0/+3
* cpukit/libpci: fix potential buffer overflow in pci_cfg_print_code.cHarrison Edward Gerber2021-05-261-2/+2
* score/aarch64: Align context validation frameKinsey Moore2021-05-261-11/+18
* score: Direct thread dispatch in a self restartSebastian Huber2021-05-261-5/+11
* score: Fix _Thread_Cancel()Sebastian Huber2021-05-261-26/+22
* posix: Allow pthread_cancel() from within ISRsSebastian Huber2021-05-262-40/+49
* score: Simplify calling _Thread_Exit()Sebastian Huber2021-05-266-53/+28
* rtems: Return RTEMS_CALLED_FROM_ISRSebastian Huber2021-05-261-5/+15
* sysinit: Do not open console when just referencing reentrancy structure.Joel Sherrill2021-05-252-6/+21
* powerpc/.../sbrk.c: Do not reference errno.Joel Sherrill2021-05-251-2/+12
* ppc-irq-legacy.c: Use rtems_malloc() instead of malloc().Joel Sherrill2021-05-251-10/+11
* telnetd.c: Remove RTEMS_NETWORKING checkVijay Kumar Banerjee2021-05-201-10/+1
* testsuites: Remove telnetd01Vijay Kumar Banerjee2021-05-205-179/+0
* score: Simplify thread queue timeout handlingSebastian Huber2021-05-1810-44/+88
* posix: Fix use of clock for relative timesSebastian Huber2021-05-181-13/+18
* score: Add _CPU_Context_switch_no_return()Sebastian Huber2021-05-1810-5/+58
* score: Move _Thread_queue_Queue_get_name_and_id()Sebastian Huber2021-05-174-36/+78
* posix: Use RTEMS_POSIX_API in clock_nanosleep()Sebastian Huber2021-05-171-0/+5
* posix: Move clock_nanosleep()Sebastian Huber2021-05-174-91/+118
* bsps/imxrt: Enable DMA clockChristian Mauderer2021-05-171-0/+3
* bsps/imxrt: Fix OCRAM, ITCM and DTCM sizesChristian Mauderer2021-05-1710-4/+119
* bsps/imxrt: Add addresses and interrupts to dtsChristian Mauderer2021-05-172-521/+1651
* bsps/imxrt: Reduce devicetree sizeChristian Mauderer2021-05-172-765/+472
* bsps/imxrt: Fix documentation errorChristian Mauderer2021-05-171-1/+1
* score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber2021-05-174-13/+22
* score: Improve parameters in _Thread_Change_life()Sebastian Huber2021-05-172-22/+29
* arm/altera-cyclone-v: Fix compile errorSebastian Huber2021-05-171-2/+2
* rtems: Fix task restart within interrupt contextSebastian Huber2021-05-143-74/+17
* rtems: Always set the real priority during restartSebastian Huber2021-05-141-26/+32
* score: Return status in _Thread_Restart_other()Sebastian Huber2021-05-143-12/+16
* rtems: Check entry point in rtems_task_start()Sebastian Huber2021-05-142-0/+13
* validation: Add INVALID_ID to tx-support.hSebastian Huber2021-05-143-4/+7
* validation: Add support librarySebastian Huber2021-05-1412-14/+32
* rtems: Add TOD_Ticks_validationSebastian Huber2021-05-142-15/+24