summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-30Fix building with RTEMS_DEBUG.Chris Johns1-3/+17
2013-09-23internal.h/main_mdump.c: Convert main methods to staticJoel Sherrill2-5/+3
2013-09-22nfsclient/src/dirutils.c: Fix missing prototype warningsJoel Sherrill1-0/+12
2013-09-22getdents.c: Fix missing prototype warningsJoel Sherrill1-1/+10
2013-09-22ctermid.c: Fix missing prototype warningsJoel Sherrill1-0/+1
2013-09-22getpwent.c: Fix missing prototype warningsJoel Sherrill1-0/+5
2013-09-22newlibc_init.c: Fix missing prototype warningsJoel Sherrill1-0/+1
2013-09-22__times.c: Fix missing prototype warningsJoel Sherrill1-1/+6
2013-09-22stat.c: Fix missing prototype warningsJoel Sherrill1-1/+15
2013-09-22__gettod.c: Fix missing prototype warningsJoel Sherrill1-3/+12
2013-09-22__gitpid.c: Fix missing prototype warningsJoel Sherrill1-0/+5
2013-09-22__assert.c: Fix missing prototype warningsJoel Sherrill1-1/+2
2013-09-22issetugid.c: Fix missing prototype warningsJoel Sherrill1-0/+5
2013-09-22_execve.c: Fix missing prototype warningsJoel Sherrill1-1/+7
2013-09-22rtemsbuildname.c: Fix missing prototype warningsJoel Sherrill1-1/+19
2013-09-22intrbody.c: Fix missing prototype warningsJoel Sherrill1-7/+19
2013-09-22semopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill1-11/+8
2013-09-22mqueueopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill1-11/+8
2013-09-22basedefs.h: Add RTEMS_COMPILER_UNUSED_ATTRIBUTE.Joel Sherrill1-0/+11
2013-09-21semopen.c: Address set but unused variable warningJoel Sherrill1-0/+9
2013-09-21sigsuspend.c: Address set but unused variable warningJoel Sherrill1-3/+6
2013-09-21mqueueopen.c: Address set but unused variable warningJoel Sherrill1-0/+10
2013-09-21main_mv.c: Address set but not used warningJoel Sherrill1-1/+5
2013-09-21mouse_parser.c: Fix warning by properly checking return codeJoel Sherrill1-1/+1
2013-09-19JFFS2: Add RTEMS supportSebastian Huber24-2822/+1885
2013-09-19JFFS2: Update Linux compatibility layerSebastian Huber25-66/+261
2013-09-19JFFS2: Import from eCosSebastian Huber38-0/+4843
2013-09-19JFFS2: Import from LinuxSebastian Huber24-0/+11350
2013-09-16libblock: PR2145: Limit maximum read-ahead blocksSebastian Huber2-3/+14
2013-09-13IMFS: Fix truncate according to POSIXSebastian Huber1-3/+2
2013-09-13IMFS: Use inline functions instead of macrosSebastian Huber1-28/+36
2013-09-12Filesystem: Change rtems_filesystem_chown()Sebastian Huber4-40/+59
2013-09-12Filesystem: Add and use rtems_filesystem_chmod()Sebastian Huber5-51/+49
2013-09-10dosfs: Correct handling of iconv() return valueRalf Kirchner1-5/+16
2013-09-06arm: Fix inconsistent define usageSebastian Huber1-2/+3
2013-09-05uuid: make integer arithmetic conversion explicitGedare Bloom1-1/+1
2013-09-05imfs: use safe string functionsGedare Bloom1-3/+5
2013-09-05termios: check return value from semaphore obtain/releaseGedare Bloom1-2/+7
2013-09-05flashdisk: swap arguments to checksum helperGedare Bloom1-1/+1
2013-09-05nvdisk: swap arguments to checksum helperGedare Bloom1-1/+1
2013-09-05sparse-disk: check return value from semaphore_obtain/releaseGedare Bloom1-2/+9
2013-09-05imfs: check return value from mkdirGedare Bloom1-1/+1
2013-09-05untar: check return value from mkdirGedare Bloom1-1/+5
2013-09-05dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom1-2/+0
2013-09-05nfs: Fix ln option processing.Gedare Bloom1-1/+1
2013-09-05bdpart: Argument cannot be negativeGedare Bloom1-2/+3
2013-09-05dosfs: Unsigned compared against 0Gedare Bloom1-1/+1
2013-09-05dosfs: Unsigned compared against 0Gedare Bloom1-1/+1
2013-09-05dosfs: Unintentional integer overflowGedare Bloom1-1/+1
2013-09-05shell: Out-of-bounds accessGedare Bloom1-8/+15