summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-26monitor/mon-prmisc.c: Use puts() not fprintf()Josh Oguin1-1/+1
2014-11-26objectgetnameasstring.c: Reformat _Objects_Get() switch to follow patternJosh Oguin1-7/+8
2014-11-26objectimpl.h: Add _Assert() to _Objects_Invalidate_Id()Josh Oguin1-0/+6
2014-11-26chainimpl.h: Add _Assert() to _Chain_Initialize_empty()Josh Oguin1-3/+9
2014-11-26cpukit/posix/src/timertsr.c: Add _Assert()Josh Oguin1-1/+8
2014-11-26monitor/mon-editor.c: Use puts() and snprintf() not fprintf() or sprintf()Josh Oguin1-5/+7
2014-11-26imfs/imfs_handlers_link.c: Add _Assert for NULL pointerJosh Oguin1-0/+2
2014-11-26dosfs/msdos_misc.c: Remove unnecessary operationJosh Oguin1-1/+1
2014-11-26dosfs/msdos_file.c: Return an error if it occursJosh Oguin1-1/+4
2014-11-26dosfs/msdos_conv.c: Remove unnecessary operationsJosh Oguin1-3/+2
2014-11-26libcsupport/src/newlibc_exit.c: Remove dead codeJosh Oguin1-1/+1
2014-11-26libcsupport/src/mount.c: Remove unnecessary operationJosh Oguin1-1/+0
2014-11-26apimutex.c: Add _Assert for NULL pointer accessJosh Oguin1-0/+2
2014-11-26shell: Include missing headerSebastian Huber1-0/+1
2014-11-26i2c: Do not close file descriptor 0 if open failsSebastian Huber1-7/+6
2014-11-26i2c: Avoid undefined right shift operationSebastian Huber1-5/+8
2014-11-25rtems-rfs-rtems.c: Add cast to address warningJoel Sherrill1-1/+1
2014-11-25hexdump-conv.c: Use proper printf() formatting for wchar_tJoel Sherrill1-1/+9
2014-11-25main_edit.c: Do not reference beyond end of arrayJoel Sherrill1-0/+5
2014-11-25shell/main_edit.c: Note return value not checkedJoel Sherrill1-1/+1
2014-11-25cpukit/libcsupport/src/pwdgrp.c: Check return valueJoel Sherrill1-1/+5
2014-11-25shell/main_blksync.c: Fix leak of file descriptorJoel Sherrill1-0/+1
2014-11-25cpukit/libmisc/shell/main_edit.c: Fix use after free()Joel Sherrill1-0/+8
2014-11-25cpukit/dev/i2c/i2c-dev.c: Fix leak on error pathJoel Sherrill1-2/+1
2014-11-25capture: Resolve failure path memory leak.Jennifer Averett1-0/+1
2014-11-25bdbuf: Use rtems_cache_aligned_malloc()Sebastian Huber1-9/+6
2014-11-25rtems: Move rtems_cache_aligned_malloc()Sebastian Huber2-0/+29
2014-11-25libcsupport: malloc_is_system_state_OK()Sebastian Huber5-20/+7
2014-11-25arm: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber1-1/+1
2014-11-24capture: Remove whitespace and fix copyrights.Jennifer Averett6-61/+55
2014-11-24capture: Add SMP support.Jennifer Averett3-218/+234
2014-11-24capture: Move print methods out of cli for reuse.Jennifer Averett4-210/+371
2014-11-24capture: Move logging of task record to occur after filter check.Jennifer Averett3-36/+78
2014-11-24i2c: Fix endian issueSebastian Huber1-9/+14
2014-11-24_Scheduler_FIXME_thread_priority_queues_are_brokenSebastian Huber3-19/+0
2014-11-24smp: Fix scheduler helping protocolLuca Bonato2-18/+35
2014-11-23rtems/score/object.h: Correct types on _Objects_Build_idSantosh G Vattam1-3/+3
2014-11-21objectsetname.c: Fix always true condition (Coverity ID 1063874)Joel Sherrill1-5/+5
2014-11-21pipe/fifo.c: NULL dereference flagged by Coverity ID 1063889Joel Sherrill1-1/+2
2014-11-21dosfs/fat_fat_operations.c: Explicitly ignore return (Coverity ID 26048)Joel Sherrill1-2/+7
2014-11-21dosfs/msdos_format.c: Dead code removal (Coverity ID 1255325)Joel Sherrill1-75/+61
2014-11-21libcsupport/src/termios.c: Explicitly ignore return value (Coverity ID 1255347)Joel Sherrill1-3/+6
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber6-21/+6
2014-11-20libdl/rtl-mdreloc-powerpc.c: Fix warningsJoel Sherrill1-2/+1
2014-11-20sys/mman.h: New file. Clean up and add supporting stubsJoel Sherrill7-8/+254
2014-11-20libdl/.../mips/machine/elf_machdep.h: Fix typo so compilesJoel Sherrill1-2/+5
2014-11-20cpukit: basedefs: macro for packed attributeJan Dolezal1-0/+10
2014-11-20score: i386: functions converting real mode pointer to physical address and backJan Dolezal2-0/+75
2014-11-20bdbuf: Use rtems_cache_get_data_line_size()Sebastian Huber1-9/+1
2014-11-20shell: Include <rtems/shell.h> earlySebastian Huber1-2/+3