summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
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 Huber1-2/+1
2017-01-25posix: Fix use of uninitialized variableSebastian Huber1-0/+2
2017-01-13posix: shared memory supportGedare Bloom5-6/+523
2017-01-13posix: fix typo in mmap argumentsGedare Bloom1-2/+2
2017-01-13posix: add stub implementations for mman functionsGedare Bloom8-0/+214
2017-01-13posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom1-1/+1
2017-01-13configure: Remove SIZEOF_PTHREAD_SPINLOCK_TSebastian Huber4-45/+2
2017-01-13posix: Add pthread_getname_np(), ...Sebastian Huber2-0/+82
2017-01-12score: Replace STATES_DELAYINGSebastian Huber1-1/+1
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill3-26/+20
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 fall back spinlock implementationSebastian Huber1-3/+3
2016-11-28score: Fix thread queue context initializationSebastian Huber3-3/+3
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber3-3/+12
2016-11-23posix: Fix typoSebastian Huber1-1/+1
2016-11-23posix: Add self-contained pthread spinlockSebastian Huber6-185/+122
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber3-3/+3
2016-11-23score: Add thread queue enqueue calloutSebastian Huber4-45/+65
2016-11-18score: Add and use _Thread_Dispatch_direct()Sebastian Huber2-2/+2
2016-11-18posix: Simplify cleanup push/popSebastian Huber1-10/+10
2016-11-04posix: Fix _POSIX_RWLock_Manager_initialization()Sebastian Huber1-1/+1
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber7-7/+7
2016-10-31posix: Fix timer intervalSebastian Huber1-2/+0
2016-10-31posix: Fix timeout handling in sigtimedwait()Sebastian Huber1-4/+7
2016-09-27score: Unify CORE mutex seize/surrenderSebastian Huber2-2/+4
2016-09-21score: Rework thread priority managementSebastian Huber7-210/+177
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber4-11/+11
2016-09-08score: Move thread wait node to scheduler nodeSebastian Huber1-1/+4
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber6-12/+20
2016-08-10posix: nanosleep: adjust elapsed time calculationGedare Bloom1-39/+39
2016-08-08score: Add debug support to red-black treesSebastian Huber1-0/+2
2016-08-08posix: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-08-03posix: Fix for RTEMS_DEBUGSebastian Huber1-2/+8
2016-07-29posix: nanosleep: optimize away a time conversionGedare Bloom1-2/+1
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-4/+4
2016-07-27posix: Fix error statusSebastian Huber1-2/+3
2016-07-26cpukit: refactor nanosleep and use 64-bit timeout for threadqGedare Bloom1-57/+67