summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: Add non blocking read / writeChristian Mauderer2021-06-223-7/+203
* cpukit: Add timespecisnonnegative to Makefile.amRyan Long2021-06-211-0/+1
* cpu/armv7m: Fix initialization of MPU regionsChristian Mauderer2021-06-211-1/+1
* cpu/armv7m: Avoid regions with negative sizeChristian Mauderer2021-06-211-1/+1
* bsps/i386: Update calibration of TSC to be more accurateJan Sommer2021-06-211-33/+38
* bsps/irq: Change license to BSD-2-ClauseSebastian Huber2021-06-1711-97/+242
* rtems: Fix rtems_task_set_affinity() docsSebastian Huber2021-06-171-1/+1
* grlib: Simplify apbuart_inbyte_nonblocking()Sebastian Huber2021-06-171-5/+5
* grlib: Fix apbuart_outbyte_polled() prototypeSebastian Huber2021-06-172-2/+2
* grlib: Add apbuart_outbyte_wait()Sebastian Huber2021-06-176-24/+24
* grlib: Remove NL -> CR in apbuart_outbyte_polled()Sebastian Huber2021-06-176-12/+4
* bsps/leon3: Auto initialization for printk()Sebastian Huber2021-06-171-28/+14
* grlib: Add ambapp_plb()Sebastian Huber2021-06-1719-63/+96
* grlib: Customizable allocation in ambapp_scan()Sebastian Huber2021-06-172-26/+42
* arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR()Sebastian Huber2021-06-161-1/+1
* score: Comment _Thread_queue_Surrender_sticky()Sebastian Huber2021-06-151-1/+7
* Use a common phrase for pointer parametersSebastian Huber2021-06-1514-181/+180
* 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