summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Use thread action for signalsSebastian Huber2014-03-315-17/+17
* posix: Prevent pthread_setspecific from returning EAGAIN.Christian Mauderer2014-03-241-24/+35
* score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer2014-03-211-35/+2
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21228-228/+228
* posix: Use interal mutex for once implementationSebastian Huber2014-03-192-74/+22
* score: Add SMP lock profiling supportSebastian Huber2014-03-141-1/+1
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-111-2/+2
* score: Add local context to SMP lock APISebastian Huber2014-03-114-15/+15
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-112-15/+10
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-101-1/+1
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-074-26/+17
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-075-11/+11
* posix: Add pthread_getattr_np().Jennifer Averett2014-03-071-0/+57
* posix: Add dynamic pthread get and set affinity.Jennifer Averett2014-03-072-0/+137
* posix: Add pthread_attr_t methods to get/set affinity.Jennifer Averett2014-03-072-0/+102
* posix: Add support method to compare two pthread attribute structures.Jennifer Averett2014-03-071-0/+92
* posix: Add POSIX thread affinity attribute support.Jennifer Averett2014-03-073-15/+61
* posix: Set pthread attribute values in detach and setschedparm methods.Jennifer Averett2014-02-192-0/+4
* posix/*.c: Remove use of register keywordJoel Sherrill2014-02-0313-26/+26
* posix: fix race condition between pthread_create and capture engineTill Strauman2014-01-091-0/+5
* alarm.c: Use _Assert() not assert()Joel Sherrill2013-12-101-1/+1
* alarm.c: Per comment add debug code for kill() failingJoel Sherrill2013-12-091-4/+17
* pthread.c: Use UINT32_MAX rather than constant valueJoel Sherrill2013-12-091-1/+1
* condwaitsupp.c: Return EPERM if waiting and mutex is not lockedJoel Sherrill2013-12-091-4/+8
* pthread.c: Remove XXX and use SIGNAL_ constantsJoel Sherrill2013-12-091-5/+3
* pspin.c: Comment clean upJoel Sherrill2013-12-091-16/+7
* pbarrier.c: Comment clean upJoel Sherrill2013-12-091-16/+7
* cpukit/rtems: Remove XXX in commentsJoel Sherrill2013-12-091-2/+2
* posix: Use cleanup contexts on the stackSebastian Huber2013-12-024-13/+101
* POSIX timers: Add restrict keywordSahil Patnayakuni2013-11-292-4/+4
* signal methods: Add restrict keywordBryan Dunsmore2013-11-296-13/+13
* score/rbtree: Remove "unprotected" from APISebastian Huber2013-11-214-8/+8
* Fix building with RTEMS_DEBUG.Chris Johns2013-09-301-3/+17
* _execve.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+7
* semopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill2013-09-221-11/+8
* mqueueopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill2013-09-221-11/+8
* semopen.c: Address set but unused variable warningJoel Sherrill2013-09-211-0/+9
* sigsuspend.c: Address set but unused variable warningJoel Sherrill2013-09-211-3/+6
* mqueueopen.c: Address set but unused variable warningJoel Sherrill2013-09-211-0/+10
* sapi: SMP support for chainsSebastian Huber2013-08-302-21/+29
* posix: Avoid NULL pointer accessSebastian Huber2013-08-281-3/+5
* posix: Add and use _POSIX_signals_Acquire()Sebastian Huber2013-08-275-15/+33
* posix: _POSIX_signals_Clear_process_signals()Sebastian Huber2013-08-271-28/+11
* posix: Protect access to _POSIX_signals_VectorsSebastian Huber2013-08-271-11/+6
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-233-3/+7
* posix: Update to the pthread_once changes.Chris Johns2013-08-233-25/+25
* posix: Change pthread_once to be SMP safe.Chris Johns2013-08-142-10/+89
* posix: Handle recursive attributes correctly.Chris Johns2013-08-141-1/+1
* posix: Delete POSIX_Keys_Freechain typeSebastian Huber2013-08-084-63/+62
* posix: Use _Objects_Put() for POSIX keysSebastian Huber2013-08-063-10/+15