summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Make _POSIX_signals_Check_signal() staticSebastian Huber2016-04-064-123/+75
* posix: Use proper lock for signalsSebastian Huber2016-04-061-2/+10
* score: Rework MP thread queue callout supportSebastian Huber2016-04-067-12/+12
* score: _Thread_queue_Flush() parameter changesSebastian Huber2016-04-063-10/+5
* score: Delete MP support for RW locksSebastian Huber2016-04-066-18/+6
* score: Delete Thread_Wait_information::idSebastian Huber2016-04-0610-7/+31
* score: Add and use _RBTree_Insert_inline()Sebastian Huber2016-04-011-22/+4
* score: Add and use _RBTree_Find_inline()Sebastian Huber2016-04-011-22/+32
* score: Use constant for maximum count of CORE semaSebastian Huber2016-03-291-1/+0
* score: Remove Thread_queue_Queue::operations fieldSebastian Huber2016-03-2916-41/+55
* posix: pthread_exit() is a no-return functionSebastian Huber2016-03-231-0/+1
* score: Avoid Giant lock for CORE spinlockSebastian Huber2016-03-186-175/+69
* score: Add _Objects_Get_by_name()Sebastian Huber2016-03-188-146/+69
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-189-382/+295
* posix: Avoid Giant lock in sched_yield()Sebastian Huber2016-03-171-3/+5
* score: Add and use _Objects_Get_local()Sebastian Huber2016-03-145-108/+73
* score: Replace watchdog handler implementationSebastian Huber2016-03-0417-375/+354
* Delete unused API extensionsSebastian Huber2016-02-033-3/+0
* Use linker set for POSIX User Threads initSebastian Huber2016-02-032-33/+0
* posix: Delete empty _POSIX_API_Initialize()Sebastian Huber2016-02-031-8/+0
* Optional POSIX Keys initializationSebastian Huber2016-02-034-111/+71
* Optional POSIX Spinlock initializationSebastian Huber2016-02-032-10/+11
* Optional POSIX RWLock initializationSebastian Huber2016-02-032-10/+11
* Optional POSIX Barrier initializationSebastian Huber2016-02-032-10/+11
* Optional POSIX Timer initializationSebastian Huber2016-02-033-16/+11
* Optional POSIX Semaphore initializationSebastian Huber2016-02-032-9/+11
* Optional POSIX Message Queue initializationSebastian Huber2016-02-032-22/+14
* Optional POSIX Mutex initializationSebastian Huber2016-02-032-10/+14
* Optional POSIX Condition Variable initializationSebastian Huber2016-02-032-9/+11
* Optional POSIX Cleanup initializationSebastian Huber2016-02-037-136/+74
* Optional POSIX Threads initializationSebastian Huber2016-02-033-19/+13
* Optional POSIX Signals initializationSebastian Huber2016-02-032-6/+8
* posix/src/exec*: Remove all variants already in NewlibJoel Sherrill2016-01-198-220/+7
* posix: Remove clock_getenable_attr() and clock_setenable_attr()Joel Sherrill2016-01-183-82/+1
* score: Simplify _Thread_Start()Sebastian Huber2016-01-111-1/+1
* score: Introduce Thread_Entry_informationSebastian Huber2016-01-112-10/+15
* score: Avoid dead code in global constructionSebastian Huber2016-01-081-1/+10
* score: Add fatal errors for NULL entry init tasksSebastian Huber2016-01-081-1/+8
* posix: Store unblocked signalsSebastian Huber2015-12-158-26/+24
* score: Initialize thread control to zeroSebastian Huber2015-12-151-7/+3
* score: Untangle thread actionsSebastian Huber2015-12-112-6/+6
* posix: Require struct _pthread_cleanup_contextSebastian Huber2015-11-246-174/+0
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-2618-41/+59
* various .h files: Add missing C++ extern wrappersMartin Galvan2015-09-031-1/+4
* posix: glibc compatibilitySebastian Huber2015-09-022-8/+6
* posix: Avoid _RBTree_Next()Sebastian Huber2015-08-311-3/+3
* score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber2015-07-2895-308/+55
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-233-29/+30
* score: Introduce Thread_queue_QueueSebastian Huber2015-07-232-2/+3
* score: Freechain handler API changesSebastian Huber2015-07-012-44/+15