summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* shell: Out-of-bounds accessGedare Bloom2013-09-051-8/+15
* IMFS: Resource leakGedare Bloom2013-09-051-0/+1
* nios2: Include proper header fileSebastian Huber2013-09-031-1/+1
* score: Use void * for some atomic pointer opsSebastian Huber2013-09-032-25/+26
* score: Use unsigned long for atomic integersSebastian Huber2013-09-032-66/+66
* smp: Add and use _Assert_Owner_of_giant()Sebastian Huber2013-08-309-21/+64
* sapi: SMP support for chainsSebastian Huber2013-08-305-52/+302
* score: Atomic flag changesSebastian Huber2013-08-282-56/+29
* score: Simplify <rtems/score/cpuatomic.h>WeiY2013-08-2817-510/+102
* score: Use static inline directlySebastian Huber2013-08-282-43/+43
* add atomic init functionWeiY2013-08-282-0/+75
* posix: Avoid NULL pointer accessSebastian Huber2013-08-281-3/+5
* posix: Add and use _POSIX_signals_Acquire()Sebastian Huber2013-08-276-16/+44
* score: Add SMP support to _Watchdog_Report_chain()Sebastian Huber2013-08-271-1/+3
* posix: _POSIX_signals_Clear_process_signals()Sebastian Huber2013-08-271-28/+11