summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-17posix: Move POSIX_API_Control::threadSebastian Huber1-2/+2
2017-10-17posix: Fix _POSIX_Threads_Create_extension()Sebastian Huber2-2/+2
2017-10-17score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber1-1/+1
2017-10-17score: Rename watchdog variantsSebastian Huber6-11/+11
2017-10-12posix: Fix const qualifier warningSebastian Huber1-2/+4
2017-10-12posix: Use right time format in adjtime()Sebastian Huber1-4/+5
2017-10-11posix: Include missing <limits.h>Sebastian Huber1-0/+2
2017-10-11score: Remove CPU_set_ControlSebastian Huber2-2/+0
2017-10-11posix: Validate affinity sets by the schedulerSebastian Huber1-7/+2
2017-10-10score: Add _Thread_queue_Dispatch_disable()Sebastian Huber2-6/+2
2017-10-10posix: Unconditional thread attribute supportSebastian Huber9-58/+64
2017-10-10posix: Constify default thread processor affinitySebastian Huber1-17/+2
2017-10-10posix: Simplify pthread_attr_setstack()Sebastian Huber2-15/+2
2017-10-09posix: Remove rtems_pthread_attribute_compare()Sebastian Huber1-93/+0
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber10-45/+58
2017-10-09score: Use struct timespec for TODSebastian Huber3-4/+9
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber8-226/+189
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber7-174/+92
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber10-156/+75
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber4-170/+96
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber14-393/+224
2017-10-05posix: Optimize pthread_once_tSebastian Huber1-4/+1
2017-10-04posix: Fix aio_cancel()Sebastian Huber1-1/+1
2017-09-27posix: Remove superfluous includesSebastian Huber8-57/+18
2017-09-27posix: Remove superfluous includesSebastian Huber2-14/+8
2017-09-22posix shm: Add oflag to Shm_ControlJoel Sherrill1-0/+1
2017-09-22posix: Allow PTHREAD_PROCESS_SHARED for rwlocksSebastian Huber1-23/+7
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for condvarSebastian Huber1-2/+5
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for barriersSebastian Huber1-6/+3
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber1-7/+3
2017-09-15libio: Add hold/drop iop referenceSebastian Huber1-1/+1
2017-09-15libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber1-6/+10
2017-09-15libio: Add iop set/clear flagsSebastian Huber1-3/+3
2017-09-14libio: Remove special-case reference countSebastian Huber2-34/+19
2017-09-12posix: Ignore pshared for semaphoresSebastian Huber3-9/+0
2017-09-12posix: Use mutex object itself for condvarSebastian Huber1-4/+4
2017-08-25Include missing <limits.h>Sebastian Huber2-0/+3
2017-08-25Include missing <string.h>Sebastian Huber3-0/+3
2017-07-24posix: fix warnings with mmap from heap/wkspaceGedare Bloom2-2/+2
2017-07-24posix: replace mmap mappings lock with libio lockGedare Bloom2-84/+4
2017-07-20posix: Use unprotected chain operationsSebastian Huber2-2/+2
2017-07-20Fixed issue with searching mapped addressesKevin Kirspel1-3/+4
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel3-113/+188
2017-06-07Fix CPU_COPY() usageSebastian Huber4-4/+4
2017-05-16posix: clarify expression with parenthesesGedare Bloom1-1/+1
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom6-90/+236
2017-05-05posix: Add mmap/unmap support for mapping files.Chris Johns2-36/+270
2017-05-05posix/shm: replace threadq with mutex (allocator lock)Gedare Bloom1-9/+5
2017-05-05posix/mman: update atime on shared memory read callGedare Bloom1-0/+1
2017-04-27posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill1-28/+24