summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* libchip/display/disp_hcms29xx.c: Remove useless variable and checkJosh Oguin2014-11-261-6/+1
* libbsp/shared/bspinit.c: Document assumption of NULL returnedJosh Oguin2014-11-261-12/+12
* apimutex.c: Add _Assert for NULL pointer accessJosh Oguin2014-11-261-0/+2
* shell: Include missing headerSebastian Huber2014-11-261-0/+1
* i2c: Do not close file descriptor 0 if open failsSebastian Huber2014-11-261-7/+6
* i2c: Avoid undefined right shift operationSebastian Huber2014-11-261-5/+8
* smp09: Resolve missing prototype warning.Jennifer Averett2014-11-251-0/+8
* smp07: Resolve missing prototype warning.Jennifer Averett2014-11-251-1/+9
* smp05: Resolve missing prototype warning.Jennifer Averett2014-11-251-0/+9
* smp02: Resolve unused method warnings.Jennifer Averett2014-11-251-7/+1
* smp03: Remove set but not used warning.Jennifer Averett2014-11-251-0/+4
* smpschedsem01: Remove unused variable warning.Jennifer Averett2014-11-251-1/+0
* smpschedaffinity02: Remove unused prototype.Jennifer Averett2014-11-251-1/+0
* rtems-rfs-rtems.c: Add cast to address warningJoel Sherrill2014-11-251-1/+1
* hexdump-conv.c: Use proper printf() formatting for wchar_tJoel Sherrill2014-11-251-1/+9
* main_edit.c: Do not reference beyond end of arrayJoel Sherrill2014-11-251-0/+5
* shell/main_edit.c: Note return value not checkedJoel Sherrill2014-11-251-1/+1