summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-273-13/+38
* libblock: Use unprotected chain extractSebastian Huber2013-08-271-1/+1
* RFS: Use unprotected chain operationsSebastian Huber2013-08-272-12/+15
* 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
* Stop a resource leakCynthia Rempel2013-08-261-0/+1
* smp: Fix warningsSebastian Huber2013-08-232-2/+0
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-2315-25/+46
* Filesystem: Remove superfluous free()Sebastian Huber2013-08-231-2/+0
* Filesystem: Avoid usage of uninitialized variableSebastian Huber2013-08-231-2/+2
* libblock: PR2040: Avoid NULL pointer accessSebastian Huber2013-08-231-6/+16
* posix: Update to the pthread_once changes.Chris Johns2013-08-236-90/+105
* arm: Make barrier operations more visibleSebastian Huber2013-08-221-10/+15
* dosfs: Use unprotected chain operationsSebastian Huber2013-08-212-4/+4
* smp: DocumentationSebastian Huber2013-08-211-2/+3
* smp: Delete RTEMS_BSP_SMP_SIGNAL_TO_SELFSebastian Huber2013-08-212-14/+0
* smp: Disable restart of threads other than selfSebastian Huber2013-08-201-0/+10
* add compare_and_swap check in check-atomic.m4WeiY2013-08-201-1/+3
* smp: Add Deterministic Priority SMP SchedulerSebastian Huber2013-08-207-10/+353
* smp: Generalize Simple SMP schedulerSebastian Huber2013-08-202-85/+240
* smp: Optimize Simple SMP schedulerSebastian Huber2013-08-205-34/+137
* smp: _Scheduler_simple_smp_Allocate_processor()Sebastian Huber2013-08-202-44/+44