summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns2014-12-011-24/+1
* score: Add heap statisticsSebastian Huber2014-11-284-10/+40
* score: Return heap stats via _Heap_Get_informationSebastian Huber2014-11-287-18/+51
* libcsupport: Delete malloc statisticsSebastian Huber2014-11-2817-358/+17
* 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
* shell: Make mv, cp and rm usable for applicationsSebastian Huber2014-11-273-4/+8
* smp: Fix scheduler helping protocolSebastian Huber2014-11-271-34/+77
* smp: Fix scheduler helping protocol assertionsSebastian Huber2014-11-271-3/+5
* rtems: Add rtems_cache_coherent_allocate()Sebastian Huber2014-11-273-0/+184
* 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
* 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
* 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
* cpukit/libcsupport/src/pwdgrp.c: Check return valueJoel Sherrill2014-11-251-1/+5
* shell/main_blksync.c: Fix leak of file descriptorJoel Sherrill2014-11-251-0/+1
* cpukit/libmisc/shell/main_edit.c: Fix use after free()Joel Sherrill2014-11-251-0/+8
* cpukit/dev/i2c/i2c-dev.c: Fix leak on error pathJoel Sherrill2014-11-251-2/+1
* capture: Resolve failure path memory leak.Jennifer Averett2014-11-251-0/+1
* bdbuf: Use rtems_cache_aligned_malloc()Sebastian Huber2014-11-251-9/+6
* rtems: Move rtems_cache_aligned_malloc()Sebastian Huber2014-11-252-0/+29
* libcsupport: malloc_is_system_state_OK()Sebastian Huber2014-11-255-20/+7
* arm: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber2014-11-251-1/+1
* capture: Remove whitespace and fix copyrights.Jennifer Averett2014-11-246-61/+55
* capture: Add SMP support.Jennifer Averett2014-11-243-218/+234
* capture: Move print methods out of cli for reuse.Jennifer Averett2014-11-244-210/+371
* capture: Move logging of task record to occur after filter check.Jennifer Averett2014-11-243-36/+78
* i2c: Fix endian issueSebastian Huber2014-11-241-9/+14
* _Scheduler_FIXME_thread_priority_queues_are_brokenSebastian Huber2014-11-243-19/+0
* smp: Fix scheduler helping protocolLuca Bonato2014-11-242-18/+35
* rtems/score/object.h: Correct types on _Objects_Build_idSantosh G Vattam2014-11-231-3/+3
* objectsetname.c: Fix always true condition (Coverity ID 1063874)Joel Sherrill2014-11-211-5/+5
* pipe/fifo.c: NULL dereference flagged by Coverity ID 1063889Joel Sherrill2014-11-211-1/+2