summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* posix: Fix alarm() in SMP configurationsSebastian Huber2017-01-111-2/+0
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-111-1/+2
* score: Introduce _Internal_error()Sebastian Huber2016-12-121-8/+2
* Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILEDSebastian Huber2016-12-121-2/+6
* score: Remove fatal is internal indicatorSebastian Huber2016-12-091-1/+0
* score: Initialize thread queue context earlySebastian Huber2016-12-025-5/+11
* posix: Fix typoSebastian Huber2016-12-021-1/+1
* posix: Fix fall back spinlock implementationSebastian Huber2016-12-022-10/+7
* score: Fix thread queue context initializationSebastian Huber2016-11-284-4/+5
* score: Optimize _Thread_queue_Enqueue()Sebastian Huber2016-11-243-3/+12
* posix: Fix typoSebastian Huber2016-11-231-1/+1
* posix: Add self-contained pthread spinlockSebastian Huber2016-11-2311-312/+171
* score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber2016-11-233-3/+3
* score: Add thread queue enqueue calloutSebastian Huber2016-11-235-45/+69
* score: Add and use _Thread_Dispatch_direct()Sebastian Huber2016-11-182-2/+2
* posix: Simplify cleanup push/popSebastian Huber2016-11-181-10/+10
* posix: Fix _POSIX_RWLock_Manager_initialization()Sebastian Huber2016-11-041-1/+1
* score: Introduce Thread_Scheduler_control::homeSebastian Huber2016-11-027-7/+7
* posix: Fix timer intervalSebastian Huber2016-10-311-2/+0
* posix: Fix timeout handling in sigtimedwait()Sebastian Huber2016-10-311-4/+7
* score: Unify CORE mutex seize/surrenderSebastian Huber2016-09-272-2/+4
* score: Rework thread priority managementSebastian Huber2016-09-219-217/+180
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-084-11/+11
* score: Move thread wait node to scheduler nodeSebastian Huber2016-09-081-1/+4
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-0810-19/+33
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-082-13/+4
* score: Fix warningSebastian Huber2016-09-081-1/+1
* posix: nanosleep: adjust elapsed time calculationGedare Bloom2016-08-101-39/+39
* score: Add debug support to red-black treesSebastian Huber2016-08-081-0/+2
* posix: Fix for RTEMS_DEBUGSebastian Huber2016-08-081-0/+1
* posix: Fix for RTEMS_DEBUGSebastian Huber2016-08-031-2/+8