summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-06posix: Make _POSIX_signals_Check_signal() staticSebastian Huber4-123/+75
2016-04-06posix: Use proper lock for signalsSebastian Huber1-2/+10
2016-04-06score: Rework MP thread queue callout supportSebastian Huber7-12/+12
2016-04-06score: _Thread_queue_Flush() parameter changesSebastian Huber3-10/+5
2016-04-06score: Delete MP support for RW locksSebastian Huber6-18/+6
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber10-7/+31
2016-04-01score: Add and use _RBTree_Insert_inline()Sebastian Huber1-22/+4
2016-04-01score: Add and use _RBTree_Find_inline()Sebastian Huber1-22/+32
2016-03-29score: Use constant for maximum count of CORE semaSebastian Huber1-1/+0
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber16-41/+55
2016-03-23posix: pthread_exit() is a no-return functionSebastian Huber1-0/+1
2016-03-18score: Avoid Giant lock for CORE spinlockSebastian Huber6-175/+69
2016-03-18score: Add _Objects_Get_by_name()Sebastian Huber8-146/+69
2016-03-18posix: Use per-thread lookup tree for POSIX KeysSebastian Huber9-382/+295
2016-03-17posix: Avoid Giant lock in sched_yield()Sebastian Huber1-3/+5
2016-03-14score: Add and use _Objects_Get_local()Sebastian Huber5-108/+73
2016-03-04score: Replace watchdog handler implementationSebastian Huber17-375/+354
2016-02-03Delete unused API extensionsSebastian Huber3-3/+0
2016-02-03Use linker set for POSIX User Threads initSebastian Huber2-33/+0
2016-02-03posix: Delete empty _POSIX_API_Initialize()Sebastian Huber1-8/+0
2016-02-03Optional POSIX Keys initializationSebastian Huber4-111/+71
2016-02-03Optional POSIX Spinlock initializationSebastian Huber2-10/+11
2016-02-03Optional POSIX RWLock initializationSebastian Huber2-10/+11
2016-02-03Optional POSIX Barrier initializationSebastian Huber2-10/+11
2016-02-03Optional POSIX Timer initializationSebastian Huber3-16/+11
2016-02-03Optional POSIX Semaphore initializationSebastian Huber2-9/+11
2016-02-03Optional POSIX Message Queue initializationSebastian Huber2-22/+14
2016-02-03Optional POSIX Mutex initializationSebastian Huber2-10/+14
2016-02-03Optional POSIX Condition Variable initializationSebastian Huber2-9/+11
2016-02-03Optional POSIX Cleanup initializationSebastian Huber7-136/+74
2016-02-03Optional POSIX Threads initializationSebastian Huber3-19/+13
2016-02-03Optional POSIX Signals initializationSebastian Huber2-6/+8
2016-01-19posix/src/exec*: Remove all variants already in NewlibJoel Sherrill8-220/+7
2016-01-18posix: Remove clock_getenable_attr() and clock_setenable_attr()Joel Sherrill3-82/+1
2016-01-11score: Simplify _Thread_Start()Sebastian Huber1-1/+1
2016-01-11score: Introduce Thread_Entry_informationSebastian Huber2-10/+15
2016-01-08score: Avoid dead code in global constructionSebastian Huber1-1/+10
2016-01-08score: Add fatal errors for NULL entry init tasksSebastian Huber1-1/+8
2015-12-15posix: Store unblocked signalsSebastian Huber8-26/+24
2015-12-15score: Initialize thread control to zeroSebastian Huber1-7/+3
2015-12-11score: Untangle thread actionsSebastian Huber2-6/+6
2015-11-24posix: Require struct _pthread_cleanup_contextSebastian Huber6-174/+0
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber18-41/+59
2015-09-03various .h files: Add missing C++ extern wrappersMartin Galvan1-1/+4
2015-09-02posix: glibc compatibilitySebastian Huber2-8/+6
2015-08-31posix: Avoid _RBTree_Next()Sebastian Huber1-3/+3
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber95-308/+55
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber3-29/+30
2015-07-23score: Introduce Thread_queue_QueueSebastian Huber2-2/+3
2015-07-01score: Freechain handler API changesSebastian Huber2-44/+15