summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build: Add missing $(LDADD) for dependenciesSebastian Huber2019-01-141-2/+2
* build: Remove bogus spqreslib_LDADDSebastian Huber2019-01-141-1/+0
* build: Add missing $(LDADD) for dependenciesSebastian Huber2019-01-143-9/+9
* memalign: Add missing attributes to fix warningSebastian Huber2019-01-101-1/+3
* Fix format warnings due to ino_t changesSebastian Huber2019-01-105-8/+16
* psxconfig01: Fix pre-processor conditionsSebastian Huber2019-01-101-20/+20
* bsps/arm: Conditional ARMv7-AR data cache disableSebastian Huber2019-01-101-0/+2
* bsps/arm: Fix typo in disable cache for ARMv7-ARThomas Dörfler2019-01-101-1/+1
* riscv: Enable robust thread dispatchSebastian Huber2019-01-091-0/+3
* Adjust interrupt mode tests for some CPU portsSebastian Huber2019-01-095-7/+36
* rtems: Allow to set ISR level 0 in SMP configSebastian Huber2019-01-092-1/+2
* Separate task mode checksSebastian Huber2019-01-092-23/+26
* tests: Remove bogus RTEMS_INTERRUPT_LEVEL(31)Sebastian Huber2019-01-095-5/+5
* libtests/stackchk: Fix for 64-bit targetsSebastian Huber2019-01-091-22/+11
* psxhdrs: Add POSIX API Signature Compliance Tests for errno.hJacob Shin2019-01-082-0/+45
* bsp/riscv: Clear boot command lineSebastian Huber2019-01-081-0/+1
* build: Call rtems-ld with the $(CC) of the buildSebastian Huber2019-01-081-2/+3
* build: Call rtems-syms with the $(CC) of the buildSebastian Huber2019-01-081-6/+6
* psxfile01: Fix one second sleepJiri Gaisler2019-01-071-1/+1
* Fix format warningsSebastian Huber2019-01-078-46/+57
* score: Remove superfluous include from chainimpl.hSebastian Huber2019-01-073-1/+2
* drvmgr: Improve LP64 compatibilitySebastian Huber2018-12-275-14/+16
* drvmgr: Enable build for riscvSebastian Huber2018-12-271-1/+1
* psxtmtests: Changed the copyright license to BSD-2-Clause (GCI 2018)Himanshu402018-12-2210-125/+240
* bsps/sparc: Fix warningsSebastian Huber2018-12-2110-34/+65
* bsps/sparc: Fix typoSebastian Huber2018-12-211-1/+1
* bsps/sparc: Add grlib_malloc(), grlib_calloc()Sebastian Huber2018-12-2138-140/+176
* spcxx01: Add test caseSebastian Huber2018-12-211-0/+10
* bsps/arm: Add cache size support for CP15Sebastian Huber2018-12-211-0/+41
* bsps/arm: Add ARMv7-AR disable data cacheSebastian Huber2018-12-216-7/+131
* bsps: Add CPU_CACHE_SUPPORT_PROVIDES_DISABLE_DATASebastian Huber2018-12-211-0/+9
* bsps: Update cache manager documentationSebastian Huber2018-12-211-22/+57
* bsps: Remove superfluous comments in cacheimpl.hSebastian Huber2018-12-211-31/+4
* ARM_CACHE_L1_CPU_SUPPORT_PROVIDES_RANGE_FUNCTIONSSebastian Huber2018-12-213-5/+2
* bsps/i386: Enable instruction cache supportSebastian Huber2018-12-211-1/+1
* Add aligned_alloc() and memalign()Sebastian Huber2018-12-217-0/+141
* tftpfs: Some bug fixesThomas Dörfler2018-12-211-10/+20
* psxhdrs: Changing copyright license to BSD-2-ClauseJacob Shin2018-12-20139-1535/+3062
* bsp/imx: Fix for RAM end at 4GiBSebastian Huber2018-12-201-0/+5
* Move COPYING file to LICENSE.GPL-2.0Sebastian Huber2018-12-191-25/+21
* LICENSE.BSD-2-Clause: Clarify copyright formatSebastian Huber2018-12-191-2/+14
* score: Fix per-CPU data allocationSebastian Huber2018-12-1810-30/+181
* config: Remove CONFIGURE_CONFDEFS_DEBUGSebastian Huber2018-12-171-59/+0
* psxhdrs: Update licenses to 2-Clause BSD (GCI 2018)Marçal Comajoan Cara2018-12-1412-132/+264
* Some minor fix on psxhdrsHimanshu402018-12-144-18/+4
* psxhdrs: Changed the copyright license to BSD-2-Clause (GCI 2018)Himanshu402018-12-14218-2663/+5067
* build: Remove ampolish3Sebastian Huber2018-12-146-302/+0
* score: Static Objects_Information initializationSebastian Huber2018-12-14104-2103/+2357
* rtems: Use object information to get config maxSebastian Huber2018-12-146-17/+131
* score: Remove Objects_Information::auto_extendSebastian Huber2018-12-147-34/+57