summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* posix: Fix return status of pthread_cancel()Sebastian Huber2016-05-172-3/+3
* sparc: Fix window underflow trap handlerDaniel Hellstrom2016-03-242-7/+7
* Filesystem: Export most generic path eval functionSebastian Huber2016-02-023-22/+6
* score: Fix simple timecounter supportSebastian Huber2016-01-2717-140/+267
* bsps/arm: Fix broken switch statementSebastian Huber2016-01-181-4/+5
* Clearly mark SMP support as experimental in 4.11Sebastian Huber2016-01-114-14/+26
* smptests/README: Delete obsolete informationSebastian Huber2016-01-111-5/+0
* score: Fix watchdog insertSebastian Huber2016-01-052-8/+56
* LICENSE.WEBSERVER: GoAhead server removed before 4.11 branched. Obsolete.Joel Sherrill2016-01-041-4/+0
* score: Fix watchdog removalSebastian Huber2015-12-212-6/+67
* doc: SMP status of RTEMS 4.11Sebastian Huber2015-12-161-0/+9
* doc: SMP introductionSebastian Huber2015-12-161-0/+17
* Fix rtems-bsps for GNU find hosts.Chris Johns2015-12-161-2/+1
* Display only valid BSPs, ignore other .cfg files.Chris Johns2015-12-131-3/+16
* bsp/tms570: ensure that linker symbol comparison to NULL is not optimized out.Pavel Pisa2015-12-011-2/+12
* Fix _Assert() statementSebastian Huber2015-11-252-2/+2
* untar: do not exit with error when created directory already exists.Pavel Pisa2015-11-232-2/+46
* bsp/tms570: unite code duplication in pinmux and clean SCI close per review r...Premysl Houdek2015-11-183-18/+21
* bsp/tms570: use common tms570ls3137.inc file for all board ling variants.Pavel Pisa2015-11-185-64/+24
* bsp/tms570: separate Flash variants to one which boots directly and one for b...Premysl Houdek2015-11-184-0/+57
* bsp/tms570: use POM only when application image does not start at address 0.Pavel Pisa2015-11-187-14/+159
* bsp/tms570: updated reserved space for vector overlay in internal RAMPremysl Houdek2015-11-183-4/+6
* bsp/tms570: fixed sci driver freeze when closing terminal bugPremysl Houdek2015-11-181-3/+5
* bsp/tms570: Pinmux support and EMAC pin definition addedPremysl Houdek2015-11-184-1/+216
* bsp/tms570: EMAC control header file corrected and EMAC interrupt vector addedPremysl Houdek2015-11-186-236/+295
* sparc: Fix context switch on SMPDaniel Cederman2015-11-172-17/+17
* score: Fix race condition on SMPSebastian Huber2015-11-173-41/+67
* Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber2015-11-172-13/+65
* libblock: Avoid NULL pointer accessSebastian Huber2015-11-021-1/+3
* ada: Add missing includeJan Sommer2015-10-301-0/+1
* CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK was undocumented and not error checkedJoel Sherrill2015-10-273-2/+71
* RFS: Fix resource leakSebastian Huber2015-10-261-0/+2
* Fail gracefully if pax is not foundBen Gras2015-10-231-1/+5
* moxiesim/configure.ac: Fix typoJoel Sherrill2015-10-201-1/+1
* h8sim-testsuite.tcfg: Add fsdosfsname01Joel Sherrill2015-10-201-0/+1
* bsp/leon3: Fix Termios context usageSebastian Huber2015-10-201-8/+3
* rbheap: Fix rtems_rbheap_free()Sebastian Huber2015-09-112-23/+20
* libtests/rbheap01: SimplifySebastian Huber2015-09-111-172/+95
* Beaglebone: fix missing clobber in inline assembly.Marcos Diaz2015-09-101-1/+7
* cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warningsMartin Galvan2015-09-031-1/+1
* cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation errorMartin Galvan2015-09-031-1/+1
* cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf()Martin Galvan2015-09-031-46/+75
* tools/cpu/nios2/ptf.c: Fix leak of memory pointed to by new_prefixMartin Galvan2015-09-031-10/+14
* cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp...Martin Galvan2015-09-031-5/+13
* tools/cpu/nios2/memory.c: Fix uninitialized use of variable memoryMartin Galvan2015-09-031-3/+2
* various .h files: Add missing C++ extern wrappersMartin Galvan2015-09-033-2/+13
* arm: Replace __sync_synchronize() implementationSebastian Huber2015-09-011-8/+19
* arm: Use compiler memory barrier by defaultSebastian Huber2015-09-011-1/+7
* rbtree: Delete rtems_rbtree_find_control()Sebastian Huber2015-09-014-43/+0
* Respect 2^32 - 1 B NFSv2 maximum file sizeNick Withers2015-08-061-3/+45