summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* RFS: Use unprotected chain operationsSebastian Huber2013-08-272-12/+15
* bsps: Add and use CLOCK_DRIVER_ISRS_PER_TICK_VALUEJoel Sherrill2013-08-262-18/+5
* score: Delete unused function parameterSebastian Huber2013-08-265-9/+5
* score: PR2140: Fix _Thread_queue_Process_timeout()Sebastian Huber2013-08-261-8/+37
* score: PR2140: _Thread_queue_Extract()Sebastian Huber2013-08-264-11/+20
* libblock: Avoid uninitialized variableSebastian Huber2013-08-261-2/+1
* bsp/xilinx-zynq: Add cache supportRic Claus2013-08-263-3/+906
* Initialize the string before replacing charactersCynthia Rempel2013-08-261-1/+1
* Stop a resource leakCynthia Rempel2013-08-261-0/+1
* smp: Fix warningsSebastian Huber2013-08-232-2/+0
* sptests/spintrcritical20: PR2140: New testSebastian Huber2013-08-236-0/+204
* psxtests/psxfatal0[12]: Update due to API changesSebastian Huber2013-08-232-4/+8
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-2315-25/+46