summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber34-57/+60
2015-05-19score: New thread queue implementationSebastian Huber13-432/+266
2015-05-19score: More thread queue operationsSebastian Huber10-92/+282
2015-05-19score: Add Thread_queue_OperationsSebastian Huber10-136/+205
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber35-169/+261
2015-05-19score: Generalize _Event_Timeout()Sebastian Huber6-14/+51
2015-05-19score: Reduce thread wait statesSebastian Huber4-30/+10
2015-05-19Filesystem: Thread life protection for env changesSebastian Huber1-10/+10
2015-05-19libcsupport: Fix umask() lockingSebastian Huber1-7/+2
2015-05-19libcsupport: Avoid Giant lock in rtems_verror()Sebastian Huber1-1/+1
2015-05-19Filesystem: Use lock for deferred releaseSebastian Huber1-4/+17
2015-05-19libcsupport: Avoid Giant lock in _times()Sebastian Huber1-5/+6
2015-05-19rtems: Use once mutex for timer server initSebastian Huber1-2/+3
2015-05-19score: New timer server implementationSebastian Huber8-507/+311
2015-05-19score: Move _Watchdog_Tickle()Sebastian Huber4-99/+67
2015-05-19score: Add Watchdog_IteratorSebastian Huber6-166/+222
2015-05-19score: Add _Watchdog_Acquire|Release|Flash()Sebastian Huber6-26/+56
2015-05-19score: Add header to _Watchdog_Remove()Sebastian Huber28-33/+92
2015-05-19score: Optimize _Thread_queue_Compare_priority()Sebastian Huber1-9/+10
2015-05-19score: Delete STATES_WAITING_ON_THREAD_QUEUESebastian Huber3-30/+7
2015-05-19score: _Thread_queue_Extract()Sebastian Huber11-33/+19
2015-05-19score: Add _SMP_Assert()Sebastian Huber1-0/+9
2015-05-19score: Fix assertSebastian Huber1-2/+4
2015-05-12score: Avoid Giant lock in _Objects_Id_to_name()Sebastian Huber1-2/+8
2015-05-11score: Fix scheduler helping protocolSebastian Huber3-104/+202
2015-05-06score: Fix Thread_Control and Thread_Proxy_controlSebastian Huber2-59/+84
2015-04-30score: Delete unused Thread_queue_Timeout_calloutSebastian Huber1-9/+0
2015-04-29libmisc/cpuuse: Top support for current load.Chris Johns1-195/+541
2015-04-27dosfs: Fix warning fixSebastian Huber1-1/+1
2015-04-24posix: Use right thread dispatch disable functionSebastian Huber1-1/+1
2015-04-23score: Fix POSIX thread joinSebastian Huber3-2/+5
2015-04-23score: Delete _Thread_queue_Dequeue_priority()Sebastian Huber1-19/+0
2015-04-23score: _CORE_mutex_Seize_interrupt_blocking()Sebastian Huber2-7/+15
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber27-61/+64
2015-04-23score: Fix priority message queue insertSebastian Huber2-95/+44
2015-04-22score: Delete _CORE_RWLock_Timeout()Sebastian Huber7-92/+14
2015-04-22score: Delete bogus THREAD_QUEUE_WAIT_FOREVERSebastian Huber8-12/+7
2015-04-21score: Delete object control block ISR lockSebastian Huber6-181/+1
2015-04-21score: Add _Thread_Get_interrupt_disable()Sebastian Huber9-102/+139
2015-04-21score: Modify _Thread_Dispatch_disable_critical()Sebastian Huber2-9/+11
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber4-9/+14
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber11-55/+65
2015-04-20score: Add _ISR_lock_ISR_disable/enable()Sebastian Huber2-2/+38
2015-04-20score: Refactor SMP cache manager supportSebastian Huber3-8/+167
2015-04-17or1k-utility.h: Add missing end of C++ header patternJoel Sherrill1-0/+4
2015-04-17score: Improve assertMartin Galvan1-1/+5
2015-04-17Fix build for non-SPARC targetsSebastian Huber2-2/+15
2015-04-17sapi: Avoid declaration in source, fix typeSebastian Huber3-5/+5
2015-04-17score: Fix _TOD_Set_with_timestamp()Sebastian Huber1-4/+5
2015-04-17DRVMGR: remove struct driver registration funcDaniel Hellstrom3-117/+44