summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-04i386/pc386: cammelCase (struct and function names) to underscores, typedefed ...Jan Dolezal
2014-12-04bsp/leon3: Fix trap table initializationSebastian Huber
2014-12-04SPARC: optimize IRQ enable & disableDaniel Hellstrom
2014-12-03pc386 bsp fix for default modeBen Gras
2014-12-03monitor: Replace puts() with proper fprintf()Sebastian Huber
2014-12-03sptests: Add get_one_tick_busy_value()Sebastian Huber
2014-12-03libtests: Omit libdl tests if no RTEMS toolsSebastian Huber
2014-12-03Move the flash size probe into bankValidate()Nick Withers
2014-12-02sparc/leon2: LEON_Is_interrupt_masked for Leon2 in leon.h wrongly definedJiri Gaisler
2014-12-02sparc/leon3: LEON_Is_interrupt_masked for Leon3 in leon.h wrongly definedJiri Gaisler
2014-12-02SPARC: optimize window underflow trapDaniel Hellstrom
2014-12-02SPARC: optimize window overflow trap entryDaniel Hellstrom
2014-12-02SPARC: window overflow optimizationDaniel Hellstrom
2014-12-02DEVFS04: make test work on LEON3-FT GR712RCDaniel Hellstrom
2014-12-02spcpuset01: fix test commentsDaniel Hellstrom
2014-12-02nfs: Add RPCd task affinity config optionDaniel Cederman
2014-12-02net: Add network task affinity configDaniel Cederman
2014-12-02tools: Provide strnlen() if missingSebastian Huber
2014-12-01libtests/complex,math: Prevent optimizationsSebastian Huber
2014-12-01m68k/mcf5235: GCC 4.9.2 generates invalid code for Init5235.Chris Johns
2014-12-01libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns
2014-11-28score: Add heap statisticsSebastian Huber
2014-11-28score: Return heap stats via _Heap_Get_informationSebastian Huber
2014-11-28libcsupport: Delete malloc statisticsSebastian Huber
2014-11-28bdbuf: Fix race condition with sync active flagSebastian Huber
2014-11-27sync.c: Add asserts to document and check assumptionsJoel Sherrill
2014-11-27msdos_file.c: Reverse return codes per GedareJoel Sherrill
2014-11-27rtems-bin2c.c: Fix free() of altered pointerJoel Sherrill
2014-11-27bsp/qoriq: Delete empty header fileSebastian Huber
2014-11-27shell: Make mv, cp and rm usable for applicationsSebastian Huber
2014-11-27smptests/smpmrsp01: Use busy waitsSebastian Huber
2014-11-27smp: Fix scheduler helping protocolSebastian Huber
2014-11-27smp: Fix scheduler helping protocol assertionsSebastian Huber
2014-11-27bsps/arm: Add .nocache sectionSebastian Huber
2014-11-27rtems: Add rtems_cache_coherent_allocate()Sebastian Huber
2014-11-26tools/build/*.c: Clean up issues reported by CodeSonarJosh Oguin
2014-11-26monitor/mon-prmisc.c: Use puts() not fprintf()Josh Oguin
2014-11-26objectgetnameasstring.c: Reformat _Objects_Get() switch to follow patternJosh Oguin
2014-11-26objectimpl.h: Add _Assert() to _Objects_Invalidate_Id()Josh Oguin
2014-11-26chainimpl.h: Add _Assert() to _Chain_Initialize_empty()Josh Oguin
2014-11-26cpukit/posix/src/timertsr.c: Add _Assert()Josh Oguin
2014-11-26monitor/mon-editor.c: Use puts() and snprintf() not fprintf() or sprintf()Josh Oguin
2014-11-26imfs/imfs_handlers_link.c: Add _Assert for NULL pointerJosh Oguin
2014-11-26dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin
2014-11-26dosfs/msdos_file.c: Return an error if it occursJosh Oguin
2014-11-26dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin
2014-11-26libcsupport/src/newlibc_exit.c: Remove dead codeJosh Oguin
2014-11-26libcsupport/src/mount.c: Remove unnecessary operationJosh Oguin
2014-11-26libchip/serial/z85c30.c: Remove redundant assignmentJosh Oguin
2014-11-26libchip/serial/ns16550* and z8530*: Assert on baud number to avoid divide by 0Josh Oguin