summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Resurrect signal supportSebastian Huber2017-10-061-0/+4
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-0513-378/+607
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-0512-304/+190
* posix: Implement self-contained POSIX rwlocksSebastian Huber2017-10-0515-274/+103
* posix: Implement self-contained POSIX barriersSebastian Huber2017-10-059-290/+156
* posix: Implement self-contained POSIX semaphoresSebastian Huber2017-10-0518-461/+296
* posix: Optimize pthread_once_tSebastian Huber2017-10-051-4/+1
* posix: Fix aio_cancel()Sebastian Huber2017-10-041-1/+1
* posix: Remove superfluous includesSebastian Huber2017-09-278-57/+18
* posix: Remove superfluous includesSebastian Huber2017-09-272-14/+8
* posix shm: Add oflag to Shm_ControlJoel Sherrill2017-09-222-0/+2
* posix: Allow PTHREAD_PROCESS_SHARED for rwlocksSebastian Huber2017-09-221-23/+7
* posix: Allow PTHREAD_PROCESS_SHARED for condvarSebastian Huber2017-09-151-2/+5
* posix: Allow PTHREAD_PROCESS_SHARED for barriersSebastian Huber2017-09-151-6/+3
* posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber2017-09-152-7/+18
* libio: Add hold/drop iop referenceSebastian Huber2017-09-151-1/+1
* libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber2017-09-151-6/+10
* libio: Add iop set/clear flagsSebastian Huber2017-09-151-3/+3
* libio: Remove special-case reference countSebastian Huber2017-09-143-40/+25
* posix: Ignore pshared for semaphoresSebastian Huber2017-09-125-11/+0
* posix: Use mutex object itself for condvarSebastian Huber2017-09-123-6/+6
* Include missing <limits.h>Sebastian Huber2017-08-252-0/+3
* Include missing <string.h>Sebastian Huber2017-08-253-0/+3
* posix: fix warnings with mmap from heap/wkspaceGedare Bloom2017-07-242-2/+2
* posix: replace mmap mappings lock with libio lockGedare Bloom2017-07-243-86/+13
* posix: Use unprotected chain operationsSebastian Huber2017-07-202-2/+2
* Fixed issue with searching mapped addressesKevin Kirspel2017-07-201-3/+4
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-143-113/+188
* Fix CPU_COPY() usageSebastian Huber2017-06-074-4/+4
* posix: clarify expression with parenthesesGedare Bloom2017-05-161-1/+1
* posix/mman: add mmap support for shm objectsGedare Bloom2017-05-059-91/+302
* posix: Add mmap/unmap support for mapping files.Chris Johns2017-05-055-36/+319
* posix/shm: replace threadq with mutex (allocator lock)Gedare Bloom2017-05-052-28/+5
* posix/mman: update atime on shared memory read callGedare Bloom2017-05-052-0/+10
* posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill2017-04-271-28/+24
* posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill2017-04-261-22/+19
* posix/src/mutexinit.c: Fix used before initialized warningJoel Sherrill2017-04-251-0/+3
* posix: Fix pthread_detach() internal lock acquireSebastian Huber2017-03-281-1/+1
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-312-3/+2
* posix: Fix use of uninitialized variableSebastian Huber2017-01-251-0/+2
* posix: shared memory supportGedare Bloom2017-01-1310-6/+838
* posix: fix typo in mmap argumentsGedare Bloom2017-01-131-2/+2
* posix: add stub implementations for mman functionsGedare Bloom2017-01-139-0/+222
* posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom2017-01-132-190/+1
* configure: Remove SIZEOF_PTHREAD_SPINLOCK_TSebastian Huber2017-01-135-64/+2
* configure: Remove HAVE_SEMAPHORE_H supportSebastian Huber2017-01-133-166/+0
* posix: Add pthread_getname_np(), ...Sebastian Huber2017-01-133-0/+84
* score: Replace STATES_DELAYINGSebastian Huber2017-01-121-1/+1
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-114-27/+21
* Add support for posix_devctl()Joel Sherrill2017-01-111-0/+2