summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsps: Fix cache manager supportSebastian Huber2013-09-103-0/+12
* 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
* bsps/arm: Fix ARM CP15 opcode for get functionsSebastian Huber2013-09-051-3/+3
* nios2: Include proper header fileSebastian Huber2013-09-031-1/+1
* smptests/smpatomic08: Add initialization test caseSebastian Huber2013-09-032-0/+43
* score: Use void * for some atomic pointer opsSebastian Huber2013-09-032-25/+26
* score: Use unsigned long for atomic integersSebastian Huber2013-09-0310-128/+128
* bsp/lm4f120: new BSP to support TI LM4F120 XL LaunchPad boardKarel Gardas2013-09-028-11/+121
* smptests/smpatomic08: Avoid copy and pasteSebastian Huber2013-09-012-163/+86
* smptests/smpatomic08: Simplify or/and test caseSebastian Huber2013-09-011-38/+52
* smptests/smpatomic08: Fix compare and exchangeSebastian Huber2013-09-011-9/+17
* add atomic sub, and, or, compare_exchange test cases into smpatomic08WeiY2013-09-012-1/+175
* smp: Add and use _Assert_Owner_of_giant()Sebastian Huber2013-08-3012-48/+165
* sapi: SMP support for chainsSebastian Huber2013-08-309-64/+326
* smptests/smpatomic08: Fix race conditionsSebastian Huber2013-08-292-55/+54
* smptests/smpatomic08: New testSebastian Huber2013-08-286-0/+382
* 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
* smptests: Move ATOMIC conditional to top-levelSebastian Huber2013-08-288-28/+2
* 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-277-17/+46
* score: Add SMP support to _Watchdog_Report_chain()Sebastian Huber2013-08-271-1/+3
* sptests/spthreadq01: Add SMP supportSebastian Huber2013-08-271-2/+6
* sptests/spnsext01: Add SMP supportSebastian Huber2013-08-271-2/+3
* posix: _POSIX_signals_Clear_process_signals()Sebastian Huber2013-08-271-28/+11
* rtems: Add SMP support for signalsSebastian Huber2013-08-274-27/+40
* ringbuf: Add SMP supportSebastian Huber2013-08-271-6/+9
* Filesystem: Use unprotected chain operationsSebastian Huber2013-08-271-6/+9
* posix: Protect access to _POSIX_signals_VectorsSebastian Huber2013-08-271-11/+6
* score: Add and use CHAIN_INITIALIZER_ONE_NODE().Sebastian Huber2013-08-274-13/+64
* bsps: Fix header includesSebastian Huber2013-08-272-9/+5
* libblock: Use unprotected chain extractSebastian Huber2013-08-271-1/+1