summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-22posix shm: Add oflag to Shm_ControlJoel Sherrill2-0/+2
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 Huber2-7/+18
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 Huber3-40/+25
2017-09-12posix: Ignore pshared for semaphoresSebastian Huber5-11/+0
2017-09-12posix: Use mutex object itself for condvarSebastian Huber3-6/+6
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 Bloom3-86/+13
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 Bloom9-91/+302
2017-05-05posix: Add mmap/unmap support for mapping files.Chris Johns5-36/+319
2017-05-05posix/shm: replace threadq with mutex (allocator lock)Gedare Bloom2-28/+5
2017-05-05posix/mman: update atime on shared memory read callGedare Bloom2-0/+10
2017-04-27posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill1-28/+24
2017-04-26posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill1-22/+19
2017-04-25posix/src/mutexinit.c: Fix used before initialized warningJoel Sherrill1-0/+3
2017-03-28posix: Fix pthread_detach() internal lock acquireSebastian Huber1-1/+1
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber2-3/+2
2017-01-25posix: Fix use of uninitialized variableSebastian Huber1-0/+2
2017-01-13posix: shared memory supportGedare Bloom10-6/+838
2017-01-13posix: fix typo in mmap argumentsGedare Bloom1-2/+2
2017-01-13posix: add stub implementations for mman functionsGedare Bloom9-0/+222
2017-01-13posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom2-190/+1
2017-01-13configure: Remove SIZEOF_PTHREAD_SPINLOCK_TSebastian Huber5-64/+2
2017-01-13configure: Remove HAVE_SEMAPHORE_H supportSebastian Huber3-166/+0
2017-01-13posix: Add pthread_getname_np(), ...Sebastian Huber3-0/+84
2017-01-12score: Replace STATES_DELAYINGSebastian Huber1-1/+1
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill4-27/+21
2017-01-11Add support for posix_devctl()Joel Sherrill1-0/+2
2017-01-11posix: Fix alarm() in SMP configurationsSebastian Huber1-2/+0
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber1-1/+2
2016-12-12score: Introduce _Internal_error()Sebastian Huber1-8/+2
2016-12-12Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILEDSebastian Huber1-2/+6
2016-12-09score: Remove fatal is internal indicatorSebastian Huber1-1/+0
2016-12-02score: Initialize thread queue context earlySebastian Huber5-5/+11
2016-12-02posix: Fix typoSebastian Huber1-1/+1
2016-12-02posix: Fix fall back spinlock implementationSebastian Huber2-10/+7
2016-11-28score: Fix thread queue context initializationSebastian Huber4-4/+5
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber3-3/+12