summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into warningsJoel Sherrill2013-09-301-3/+17
|\
| * Fix building with RTEMS_DEBUG.Chris Johns2013-09-301-3/+17
* | internal.h/main_mdump.c: Convert main methods to staticJoel Sherrill2013-09-232-5/+3
|/
* nfsclient/src/dirutils.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+12
* getdents.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+10
* ctermid.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+1
* getpwent.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+5
* newlibc_init.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+1
* __times.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+6
* stat.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+15
* __gettod.c: Fix missing prototype warningsJoel Sherrill2013-09-221-3/+12
* __gitpid.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+5
* __assert.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+2
* issetugid.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+5
* _execve.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+7
* rtemsbuildname.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+19
* intrbody.c: Fix missing prototype warningsJoel Sherrill2013-09-221-7/+19
* semopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill2013-09-221-11/+8
* mqueueopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill2013-09-221-11/+8
* basedefs.h: Add RTEMS_COMPILER_UNUSED_ATTRIBUTE.Joel Sherrill2013-09-221-0/+11
* semopen.c: Address set but unused variable warningJoel Sherrill2013-09-211-0/+9
* sigsuspend.c: Address set but unused variable warningJoel Sherrill2013-09-211-3/+6
* mqueueopen.c: Address set but unused variable warningJoel Sherrill2013-09-211-0/+10
* main_mv.c: Address set but not used warningJoel Sherrill2013-09-211-1/+5
* mouse_parser.c: Fix warning by properly checking return codeJoel Sherrill2013-09-211-1/+1
* JFFS2: Add RTEMS supportSebastian Huber2013-09-1924-2822/+1885
* JFFS2: Update Linux compatibility layerSebastian Huber2013-09-1925-66/+261
* JFFS2: Import from eCosSebastian Huber2013-09-1938-0/+4843
* JFFS2: Import from LinuxSebastian Huber2013-09-1924-0/+11350
* libblock: PR2145: Limit maximum read-ahead blocksSebastian Huber2013-09-162-3/+14
* IMFS: Fix truncate according to POSIXSebastian Huber2013-09-131-3/+2
* IMFS: Use inline functions instead of macrosSebastian Huber2013-09-131-28/+36
* Filesystem: Change rtems_filesystem_chown()Sebastian Huber2013-09-124-40/+59
* Filesystem: Add and use rtems_filesystem_chmod()Sebastian Huber2013-09-125-51/+49
* dosfs: Correct handling of iconv() return valueRalf Kirchner2013-09-101-5/+16
* arm: Fix inconsistent define usageSebastian Huber2013-09-061-2/+3
* uuid: make integer arithmetic conversion explicitGedare Bloom2013-09-051-1/+1
* imfs: use safe string functionsGedare Bloom2013-09-051-3/+5
* termios: check return value from semaphore obtain/releaseGedare Bloom2013-09-051-2/+7
* flashdisk: swap arguments to checksum helperGedare Bloom2013-09-051-1/+1
* nvdisk: swap arguments to checksum helperGedare Bloom2013-09-051-1/+1
* sparse-disk: check return value from semaphore_obtain/releaseGedare Bloom2013-09-051-2/+9
* imfs: check return value from mkdirGedare Bloom2013-09-051-1/+1
* untar: check return value from mkdirGedare Bloom2013-09-051-1/+5
* dosfs: Eliminate empty case statements that fall through to default.Gedare Bloom2013-09-051-2/+0
* nfs: Fix ln option processing.Gedare Bloom2013-09-051-1/+1
* bdpart: Argument cannot be negativeGedare Bloom2013-09-051-2/+3
* dosfs: Unsigned compared against 0Gedare Bloom2013-09-051-1/+1
* dosfs: Unsigned compared against 0Gedare Bloom2013-09-051-1/+1
* dosfs: Unintentional integer overflowGedare Bloom2013-09-051-1/+1