summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i386/pc386: cammelCase (struct and function names) to underscores, typedefed ...Jan Dolezal2014-12-047-245/+250
* bsp/leon3: Fix trap table initializationSebastian Huber2014-12-041-1/+2
* SPARC: optimize IRQ enable & disableDaniel Hellstrom2014-12-047-96/+157
* pc386 bsp fix for default modeBen Gras2014-12-031-2/+2
* monitor: Replace puts() with proper fprintf()Sebastian Huber2014-12-032-3/+3
* sptests: Add get_one_tick_busy_value()Sebastian Huber2014-12-031-29/+38
* libtests: Omit libdl tests if no RTEMS toolsSebastian Huber2014-12-031-7/+8
* Move the flash size probe into bankValidate()Nick Withers2014-12-031-4/+5
* sparc/leon2: LEON_Is_interrupt_masked for Leon2 in leon.h wrongly definedJiri Gaisler2014-12-021-1/+1
* sparc/leon3: LEON_Is_interrupt_masked for Leon3 in leon.h wrongly definedJiri Gaisler2014-12-021-3/+1
* SPARC: optimize window underflow trapDaniel Hellstrom2014-12-022-9/+16
* SPARC: optimize window overflow trap entryDaniel Hellstrom2014-12-021-0/+1
* SPARC: window overflow optimizationDaniel Hellstrom2014-12-022-17/+19
* DEVFS04: make test work on LEON3-FT GR712RCDaniel Hellstrom2014-12-021-1/+1
* spcpuset01: fix test commentsDaniel Hellstrom2014-12-023-70/+70
* nfs: Add RPCd task affinity config optionDaniel Cederman2014-12-022-0/+23
* net: Add network task affinity configDaniel Cederman2014-12-023-0/+55
* tools: Provide strnlen() if missingSebastian Huber2014-12-024-3/+50
* libtests/complex,math: Prevent optimizationsSebastian Huber2014-12-012-81/+195
* m68k/mcf5235: GCC 4.9.2 generates invalid code for Init5235.Chris Johns2014-12-013-13/+26
* libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns2014-12-011-24/+1
* score: Add heap statisticsSebastian Huber2014-11-285-23/+59
* score: Return heap stats via _Heap_Get_informationSebastian Huber2014-11-288-24/+76
* libcsupport: Delete malloc statisticsSebastian Huber2014-11-2826-546/+45
* bdbuf: Fix race condition with sync active flagSebastian Huber2014-11-281-5/+11
* sync.c: Add asserts to document and check assumptionsJoel Sherrill2014-11-271-5/+11
* msdos_file.c: Reverse return codes per GedareJoel Sherrill2014-11-271-3/+3
* rtems-bin2c.c: Fix free() of altered pointerJoel Sherrill2014-11-271-4/+5
* bsp/qoriq: Delete empty header fileSebastian Huber2014-11-273-5/+0
* shell: Make mv, cp and rm usable for applicationsSebastian Huber2014-11-274-10/+14
* smptests/smpmrsp01: Use busy waitsSebastian Huber2014-11-271-18/+20
* smp: Fix scheduler helping protocolSebastian Huber2014-11-273-66/+283
* smp: Fix scheduler helping protocol assertionsSebastian Huber2014-11-271-3/+5
* bsps/arm: Add .nocache sectionSebastian Huber2014-11-2756-184/+136
* rtems: Add rtems_cache_coherent_allocate()Sebastian Huber2014-11-276-0/+235
* tools/build/*.c: Clean up issues reported by CodeSonarJosh Oguin2014-11-265-306/+309
* monitor/mon-prmisc.c: Use puts() not fprintf()Josh Oguin2014-11-261-1/+1
* objectgetnameasstring.c: Reformat _Objects_Get() switch to follow patternJosh Oguin2014-11-261-7/+8
* objectimpl.h: Add _Assert() to _Objects_Invalidate_Id()Josh Oguin2014-11-261-0/+6
* chainimpl.h: Add _Assert() to _Chain_Initialize_empty()Josh Oguin2014-11-261-3/+9
* cpukit/posix/src/timertsr.c: Add _Assert()Josh Oguin2014-11-261-1/+8
* monitor/mon-editor.c: Use puts() and snprintf() not fprintf() or sprintf()Josh Oguin2014-11-261-5/+7
* imfs/imfs_handlers_link.c: Add _Assert for NULL pointerJosh Oguin2014-11-261-0/+2
* dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin2014-11-261-1/+1
* dosfs/msdos_file.c: Return an error if it occursJosh Oguin2014-11-261-1/+4
* dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin2014-11-261-3/+2
* libcsupport/src/newlibc_exit.c: Remove dead codeJosh Oguin2014-11-261-1/+1
* libcsupport/src/mount.c: Remove unnecessary operationJosh Oguin2014-11-261-1/+0
* libchip/serial/z85c30.c: Remove redundant assignmentJosh Oguin2014-11-261-1/+0
* libchip/serial/ns16550* and z8530*: Assert on baud number to avoid divide by 0Josh Oguin2014-11-263-1/+14