summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* score: Add PER_CPU_DATA_NEED_INITIALIZATION()Sebastian Huber2021-06-108-55/+118
* splinkersets01: Test linker sets in librarySebastian Huber2021-06-107-7/+66
* bsps/sparc: Simplify memory initializationSebastian Huber2021-06-102-34/+39
* bsps/sparc: Simplify stack initializationSebastian Huber2021-06-101-28/+21
* bsps/sparc: Unify stack initializationSebastian Huber2021-06-101-8/+6
* bsps/sparc: Remove support to load data sectionSebastian Huber2021-06-101-32/+4
* bsps/sparc: Remove unused __bsp_mem_init symbolSebastian Huber2021-06-101-1/+1
* score: Fix initialization of thread queue contextSebastian Huber2021-06-106-9/+15
* sysconf: Remove sysconf(515)Ryan Long2021-06-092-12/+0
* main_edit.c: get rid of malloc warningRyan Long2021-06-091-8/+8
* aarch64: add qemu bsps for cortex-a72Gedare Bloom2021-06-0918-0/+749
* futimens.c, utime.c: Remove unnecessary include of <sys/stat.h>.Joel Sherrill2021-06-092-2/+0
* fsnofs01/init.c: Check for ENOENT from utime().Joel Sherrill2021-06-081-3/+6
* score: Remove unused _Per_CPU_Initialize() declSebastian Huber2021-06-081-7/+0
* arm/fvp: Fix integer from pointer without a castSebastian Huber2021-06-071-1/+1
* arm/fvp: Remove unused GICv2 BSP optionSebastian Huber2021-06-072-6/+1
* cpukit/libdebugger: Fix for sockaddr_in not being initializedHarrison Edward Gerber2021-06-021-1/+1
* cpukit/libmisc/monitor: Fix src/dest overlap of strcpy in mon-editor.cHarrison Edward Gerber2021-05-281-1/+11
* Change filesystem utime_h handler to utimens_hRyan Long2021-05-2820-180/+295
* 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