summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-24posix: Prevent pthread_setspecific from returning EAGAIN.Christian Mauderer1-24/+35
2014-03-21score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer1-35/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns228-228/+228
2014-03-19posix: Use interal mutex for once implementationSebastian Huber2-74/+22
2014-03-14score: Add SMP lock profiling supportSebastian Huber1-1/+1
2014-03-11posix: Fix NULL pointer access in pthread_create()Sebastian Huber1-2/+2
2014-03-11score: Add local context to SMP lock APISebastian Huber4-15/+15
2014-03-11sapi: Use one SMP lock for all chainsSebastian Huber2-15/+10
2014-03-10posix: Fix NULL pointer access in pthread_create()Sebastian Huber1-1/+1
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill4-26/+17
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett5-11/+11
2014-03-07posix: Add pthread_getattr_np().Jennifer Averett1-0/+57
2014-03-07posix: Add dynamic pthread get and set affinity.Jennifer Averett2-0/+137
2014-03-07posix: Add pthread_attr_t methods to get/set affinity.Jennifer Averett2-0/+102
2014-03-07posix: Add support method to compare two pthread attribute structures.Jennifer Averett1-0/+92
2014-03-07posix: Add POSIX thread affinity attribute support.Jennifer Averett3-15/+61
2014-02-19posix: Set pthread attribute values in detach and setschedparm methods.Jennifer Averett2-0/+4
2014-02-03posix/*.c: Remove use of register keywordJoel Sherrill13-26/+26
2014-01-09posix: fix race condition between pthread_create and capture engineTill Strauman1-0/+5
2013-12-10alarm.c: Use _Assert() not assert()Joel Sherrill1-1/+1
2013-12-09alarm.c: Per comment add debug code for kill() failingJoel Sherrill1-4/+17
2013-12-09pthread.c: Use UINT32_MAX rather than constant valueJoel Sherrill1-1/+1
2013-12-09condwaitsupp.c: Return EPERM if waiting and mutex is not lockedJoel Sherrill1-4/+8
2013-12-09pthread.c: Remove XXX and use SIGNAL_ constantsJoel Sherrill1-5/+3
2013-12-09pspin.c: Comment clean upJoel Sherrill1-16/+7
2013-12-09pbarrier.c: Comment clean upJoel Sherrill1-16/+7
2013-12-09cpukit/rtems: Remove XXX in commentsJoel Sherrill1-2/+2
2013-12-02posix: Use cleanup contexts on the stackSebastian Huber4-13/+101
2013-11-29POSIX timers: Add restrict keywordSahil Patnayakuni2-4/+4
2013-11-29signal methods: Add restrict keywordBryan Dunsmore6-13/+13
2013-11-21score/rbtree: Remove "unprotected" from APISebastian Huber4-8/+8
2013-09-30Fix building with RTEMS_DEBUG.Chris Johns1-3/+17
2013-09-22_execve.c: Fix missing prototype warningsJoel Sherrill1-1/+7
2013-09-22semopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill1-11/+8
2013-09-22mqueueopen.c: Switch to using RTEMS_COMPILER_UNUSED_ATTRIBUTEJoel Sherrill1-11/+8
2013-09-21semopen.c: Address set but unused variable warningJoel Sherrill1-0/+9
2013-09-21sigsuspend.c: Address set but unused variable warningJoel Sherrill1-3/+6
2013-09-21mqueueopen.c: Address set but unused variable warningJoel Sherrill1-0/+10
2013-08-30sapi: SMP support for chainsSebastian Huber2-21/+29
2013-08-28posix: Avoid NULL pointer accessSebastian Huber1-3/+5
2013-08-27posix: Add and use _POSIX_signals_Acquire()Sebastian Huber5-15/+33
2013-08-27posix: _POSIX_signals_Clear_process_signals()Sebastian Huber1-28/+11
2013-08-27posix: Protect access to _POSIX_signals_VectorsSebastian Huber1-11/+6
2013-08-23score: _Thread_queue_Enqueue_with_handler()Sebastian Huber3-3/+7
2013-08-23posix: Update to the pthread_once changes.Chris Johns3-25/+25
2013-08-14posix: Change pthread_once to be SMP safe.Chris Johns2-10/+89
2013-08-14posix: Handle recursive attributes correctly.Chris Johns1-1/+1
2013-08-08posix: Delete POSIX_Keys_Freechain typeSebastian Huber4-63/+62
2013-08-06posix: Use _Objects_Put() for POSIX keysSebastian Huber3-10/+15
2013-08-06posix: Create key implementation headerSebastian Huber9-57/+29