summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-09-05IMFS: Resource leakGedare Bloom1-0/+1
2013-09-03nios2: Include proper header fileSebastian Huber1-1/+1
2013-09-03score: Use void * for some atomic pointer opsSebastian Huber2-25/+26
2013-09-03score: Use unsigned long for atomic integersSebastian Huber2-66/+66
2013-08-30smp: Add and use _Assert_Owner_of_giant()Sebastian Huber9-21/+64
2013-08-30sapi: SMP support for chainsSebastian Huber5-52/+302
2013-08-28score: Atomic flag changesSebastian Huber2-56/+29
2013-08-28score: Simplify <rtems/score/cpuatomic.h>WeiY17-510/+102
2013-08-28score: Use static inline directlySebastian Huber2-43/+43
2013-08-28add atomic init functionWeiY2-0/+75
2013-08-28posix: Avoid NULL pointer accessSebastian Huber1-3/+5
2013-08-27posix: Add and use _POSIX_signals_Acquire()Sebastian Huber6-16/+44
2013-08-27score: Add SMP support to _Watchdog_Report_chain()Sebastian Huber1-1/+3
2013-08-27posix: _POSIX_signals_Clear_process_signals()Sebastian Huber1-28/+11
2013-08-27rtems: Add SMP support for signalsSebastian Huber4-27/+40