|
|
@dcdd329
|
Oct 4, 2017, 7:18:56 AM |
Sebastian Huber |
posix: Fix aio_cancel()
Update #3164.
|
|
|
@dbdb6a32
|
Sep 27, 2017, 1:14:33 PM |
Sebastian Huber |
posix: Remove superfluous includes
|
|
|
@ef18d36
|
Sep 26, 2017, 5:52:08 AM |
Sebastian Huber |
posix: Remove superfluous includes
|
|
|
@ea4488ae
|
Aug 2, 2017, 11:26:51 PM |
joel |
posix shm: Add oflag to Shm_Control
|
|
|
@bdc468a
|
Sep 22, 2017, 6:22:11 AM |
Sebastian Huber |
posix: Allow PTHREAD_PROCESS_SHARED for rwlocks
Close #3153.
|
|
|
@c030edd
|
Sep 15, 2017, 11:48:44 AM |
Sebastian Huber |
posix: Allow PTHREAD_PROCESS_SHARED for condvar
Close #3137.
|
|
|
@8230a329
|
Sep 15, 2017, 11:24:51 AM |
Sebastian Huber |
posix: Allow PTHREAD_PROCESS_SHARED for barriers
Close #3126.
|
|
|
@3b47ce7
|
Sep 15, 2017, 11:14:57 AM |
Sebastian Huber |
posix: Allow PTHREAD_PROCESS_SHARED for mutexes
Close #3125.
|
|
|
@baef823c
|
Sep 13, 2017, 7:22:19 AM |
Sebastian Huber |
libio: Add hold/drop iop reference
Check iop reference count in …
|
|
|
@ca90c6c
|
Sep 13, 2017, 12:00:50 PM |
Sebastian Huber |
libio: Add rtems_libio_iop_flags_initialize()
Update #3132.
|
|
|
@856ede4f
|
Sep 13, 2017, 8:11:46 AM |
Sebastian Huber |
libio: Add iop set/clear flags
Update #3132.
|
|
|
@694e946d
|
Sep 6, 2017, 5:31:48 AM |
Sebastian Huber |
libio: Remove special-case reference count
The top-level IO library …
|
|
|
@18b32d76
|
Sep 8, 2017, 1:25:47 PM |
Sebastian Huber |
posix: Ignore pshared for semaphores
Since we have only one process, …
|
|
|
@62c912e
|
Sep 8, 2017, 11:10:24 AM |
Sebastian Huber |
posix: Use mutex object itself for condvar
We should only use the …
|
|
|
@1f22b26
|
Aug 25, 2017, 8:59:52 AM |
Sebastian Huber |
Include missing <limits.h>
Update #2132.
|
|
|
@b2ed712
|
Aug 25, 2017, 8:58:58 AM |
Sebastian Huber |
Include missing <string.h>
Update #2133.
|
|
|
@c6d897e5
|
Jul 24, 2017, 7:09:52 PM |
Gedare Bloom |
posix: fix warnings with mmap from heap/wkspace
Avoid void pointer …
|
|
|
@b264998
|
Jul 24, 2017, 6:46:49 PM |
Gedare Bloom |
posix: replace mmap mappings lock with libio lock
Use the libio mutex …
|
|
|
@b965f461
|
Jul 20, 2017, 5:25:55 AM |
Sebastian Huber |
posix: Use unprotected chain operations
Operarations are already …
|
|
|
@bb01a36
|
Jul 19, 2017, 2:59:16 PM |
kevin-kirspel |
Fixed issue with searching mapped addresses
The loop that checks if …
|
|
|
@c6bb1c33
|
Jun 29, 2017, 2:36:43 PM |
kevin-kirspel |
posix/mmap: Add support for file handler and MAP_ANON
Added a mmap …
|
|
|
@836f454
|
Jun 7, 2017, 6:14:30 AM |
Sebastian Huber |
Fix CPU_COPY() usage
The original CPU_COPY() support of Newlib …
|
|
|
@a330c5d
|
May 16, 2017, 3:37:27 PM |
Gedare Bloom |
posix: clarify expression with parentheses
Close #3010.
|
|
|
@87de70a2
|
Mar 15, 2017, 6:31:00 PM |
Gedare Bloom |
posix/mman: add mmap support for shm objects
Update #2859.
|
|
|
@8290f95
|
Mar 13, 2017, 4:00:35 PM |
Chris Johns |
posix: Add mmap/unmap support for mapping files.
This version of mmap …
|
|
|
@bd9d5eb
|
Mar 31, 2017, 7:23:47 PM |
Gedare Bloom |
posix/shm: replace threadq with mutex (allocator lock)
Closes #2957.
|
|
|
@889eb76
|
Mar 15, 2017, 6:29:19 PM |
Gedare Bloom |
posix/mman: update atime on shared memory read call
Update #2859.
|
|
|
@12f9c5b7
|
Apr 27, 2017, 11:52:01 PM |
joel |
posix/src/mutexinit.c: Reorder to make priority a scoped variable
|
|
|
@c16d45a5
|
Apr 26, 2017, 8:42:09 PM |
joel |
posix/src/mutexinit.c: Reorder to make priority a scoped variable
|
|
|
@6601684f
|
Apr 25, 2017, 6:57:03 PM |
joel |
posix/src/mutexinit.c: Fix used before initialized warning
|
|
|
@82c0836
|
Mar 28, 2017, 5:51:16 AM |
Sebastian Huber |
posix: Fix pthread_detach() internal lock acquire
|
|
|
@e366f77
|
Jan 31, 2017, 7:08:24 AM |
Sebastian Huber |
score: Add _Thread_queue_Object_name
Add the special thread queue …
|
|
|
@090bdc7e
|
Jan 25, 2017, 10:45:49 AM |
Sebastian Huber |
posix: Fix use of uninitialized variable
Update #2859.
|
|
|
@ba776282
|
Aug 12, 2016, 7:25:10 PM |
Gedare Bloom |
posix: shared memory support
Add POSIX shared memory manager (Shm). …
|
|
|
@2b442a8e
|
Aug 12, 2016, 4:21:00 PM |
Gedare Bloom |
posix: fix typo in mmap arguments
|
|
|
@1ca8ee13
|
Aug 12, 2016, 3:17:40 PM |
Gedare Bloom |
posix: add stub implementations for mman functions
|
|
|
@e7eeb38d
|
Jul 29, 2016, 7:28:49 PM |
Gedare Bloom |
posix: move sys/mman.h to newlib and test it in psxhdrs
|
|
|
@4a03e752
|
Jan 13, 2017, 8:45:59 AM |
Sebastian Huber |
configure: Remove SIZEOF_PTHREAD_SPINLOCK_T
|
|
|
@544b59bf
|
Jan 13, 2017, 8:35:01 AM |
Sebastian Huber |
configure: Remove HAVE_SEMAPHORE_H support
|
|
|
@7c499279
|
Jan 12, 2017, 8:26:08 AM |
Sebastian Huber |
posix: Add pthread_getname_np(), ...
Add pthread_getname_np() and …
|
|
|
@d063e7b3
|
Jan 11, 2017, 7:42:04 AM |
Sebastian Huber |
score: Replace STATES_DELAYING
Replace STATES_DELAYING with …
|
|
|
@7a4b2645
|
Jan 11, 2017, 3:43:06 PM |
joel |
Remove obsolete RTEMS_HAVE_SYS_CPUSET_H
|
|
|
@ef362818
|
Dec 6, 2016, 3:06:40 AM |
joel |
Add support for posix_devctl()
|
|
|
@5aa0fa1
|
Jan 11, 2017, 12:47:22 PM |
Sebastian Huber |
posix: Fix alarm() in SMP configurations
Avoid to change the CPU of …
|
|
|
@9a448aab
|
Dec 23, 2016, 3:02:07 PM |
Sebastian Huber |
score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIER
Add thread state bit …
|
|
|
@3a659b04
|
Dec 9, 2016, 6:19:22 AM |
Sebastian Huber |
score: Introduce _Internal_error()
|
|
|
@0a81a58
|
Dec 9, 2016, 5:51:44 AM |
Sebastian Huber |
Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILED
Update #2825.
|
|
|
@b6606e8
|
Dec 8, 2016, 3:41:30 PM |
Sebastian Huber |
score: Remove fatal is internal indicator
The fatal is internal …
|
|
|
@5b6c290
|
Dec 1, 2016, 7:42:48 PM |
Sebastian Huber |
score: Initialize thread queue context early
Initialize thread queue …
|
|
|
@6cc83b32
|
Dec 2, 2016, 11:40:32 AM |
Sebastian Huber |
posix: Fix typo
|
|
|
@aadd318
|
Dec 2, 2016, 8:56:40 AM |
Sebastian Huber |
posix: Fix fall back spinlock implementation
Update #2674.
|
|
|
@c09db57
|
Nov 28, 2016, 12:28:32 PM |
Sebastian Huber |
score: Fix thread queue context initialization
Initialize the thread …
|
|
|
@620b23e
|
Nov 24, 2016, 5:13:11 AM |
Sebastian Huber |
score: Optimize _Thread_queue_Enqueue()
Move thread state for …
|
|
|
@d42cf33
|
Nov 23, 2016, 2:12:28 PM |
Sebastian Huber |
posix: Fix typo
Update #2674.
|
|
|
@c42be504
|
Nov 16, 2016, 1:50:09 PM |
Sebastian Huber |
posix: Add self-contained pthread spinlock
Turn pthread_spinlock_t …
|
|
|
@a4217c6
|
Nov 22, 2016, 9:53:03 AM |
Sebastian Huber |
score: Rename _Thread_queue_Enqueue_critical()
Delete unused …
|
|
|
@125f248
|
Nov 16, 2016, 3:39:43 PM |
Sebastian Huber |
score: Add thread queue enqueue callout
Replace the expected thread …
|
|
|
@d78d529
|
Nov 14, 2016, 8:11:07 AM |
Sebastian Huber |
score: Add and use _Thread_Dispatch_direct()
This function is useful …
|
|
|
@0e658d45
|
Nov 9, 2016, 3:29:17 PM |
Sebastian Huber |
posix: Simplify cleanup push/pop
The POSIX cleanup list must be …
|
|
|
@8b18b8e
|
Nov 4, 2016, 9:53:16 AM |
Sebastian Huber |
posix: Fix _POSIX_RWLock_Manager_initialization()
Use right object class.
|
|
|
@2dd098a
|
Oct 31, 2016, 7:33:11 AM |
Sebastian Huber |
score: Introduce Thread_Scheduler_control::home
Replace …
|
|
|
@bb9f09f
|
Oct 31, 2016, 12:07:34 PM |
Sebastian Huber |
posix: Fix timer interval
Do not overwrite timer interval with …
|
|
|
@3e9f4c92
|
Oct 31, 2016, 12:05:55 PM |
Sebastian Huber |
posix: Fix timeout handling in sigtimedwait()
Update #2798.
|
|
|
@8797c76
|
Sep 27, 2016, 1:23:00 PM |
Sebastian Huber |
score: Unify CORE mutex seize/surrender
Use the …
|
|
|
@300f6a48
|
Jun 22, 2016, 3:09:23 PM |
Sebastian Huber |
score: Rework thread priority management
Add priority nodes which …
|
|
|
@b20b736
|
Jun 28, 2016, 4:54:50 AM |
Sebastian Huber |
score: Introduce _Thread_Get_priority()
Avoid direct access to thread …
|
|
|
@15b5678d
|
Aug 1, 2016, 9:03:16 AM |
Sebastian Huber |
score: Move thread wait node to scheduler node
Update #2556.
|
|
|
@e41308ea
|
Aug 22, 2016, 8:58:34 AM |
Sebastian Huber |
score: Introduce Thread_queue_Lock_context
Introduce …
|
|
|
@114e408
|
Aug 22, 2016, 11:17:05 AM |
Sebastian Huber |
score: Simplify thread queue acquire/release
|
|
|
@db563698
|
Sep 8, 2016, 6:08:53 AM |
Sebastian Huber |
score: Fix warning
|
|
|
@709594f0
|
Aug 1, 2016, 8:54:18 PM |
Gedare Bloom |
posix: nanosleep: adjust elapsed time calculation
Use clock_gettime …
|
|
|
@aaaf9610
|
Aug 8, 2016, 6:44:51 AM |
Sebastian Huber |
score: Add debug support to red-black trees
This helps to detect …
|
|
|
@2cb9b86e
|
Aug 8, 2016, 6:30:17 AM |
Sebastian Huber |
posix: Fix for RTEMS_DEBUG
|
|
|
@3b3552bf
|
Aug 3, 2016, 11:40:26 AM |
Sebastian Huber |
posix: Fix for RTEMS_DEBUG
|
|
|
@842005e4
|
Jul 29, 2016, 5:13:41 PM |
Gedare Bloom |
posix: nanosleep: optimize away a time conversion
updates #2732
|
|
|
@1fcac5ad
|
Jul 25, 2016, 2:35:37 PM |
Sebastian Huber |
score: Turn thread lock into thread wait lock
The …
|
|
|
@dfa2cdb
|
Jul 27, 2016, 7:09:01 AM |
Sebastian Huber |
posix: Fix error status
|
|
|
@39d97ab
|
Jul 26, 2016, 6:13:36 PM |
Gedare Bloom |
cpukit: refactor nanosleep and use 64-bit timeout for threadq
* Fixes …
|
|
|
@e0f17fc
|
Jul 15, 2016, 4:52:05 PM |
Gedare Bloom |
posix: fix clock_nanosleep and nanosleep clock use
Sleeping with …
|
|
|
@b5bfaaf9
|
Jun 23, 2016, 8:55:38 PM |
Gedare Bloom |
posix: cond_timedwait remember and use clock from condattr
updates #2745
|
|
|
@127c20e
|
Jun 23, 2016, 8:10:39 PM |
Gedare Bloom |
posix: refactor cond wait support to defer abstime conversion
updates …
|
|
|
@6e98ea91
|
Jun 9, 2016, 3:40:35 PM |
Gedare Bloom |
posix: add clock_nanosleep and tests
updates #2732
|
|
|
@f23d470
|
Jun 9, 2016, 3:33:15 PM |
Gedare Bloom |
cpukit: Add and use Watchdog_Discipline.
Clock disciplines may be …
|
|
|
@059529e
|
Jul 21, 2016, 8:15:02 AM |
Sebastian Huber |
score: Add debug support to chains
This helps to detect
* double …
|
|
|
@3cdda03
|
Jul 21, 2016, 10:02:17 AM |
Sebastian Huber |
posix: Fix double chain extract
|
|
|
@254dc82
|
Jun 24, 2016, 9:22:03 AM |
Sebastian Huber |
score: Change Priority_Control to 64-bit
A 32-bit Priority_Control …
|
|
|
@51e008dd
|
Jun 23, 2016, 9:49:22 AM |
Sebastian Huber |
posix: Fix pthread_create()
Do not access data of the executing …
|
|
|
@77ff5599
|
Jun 10, 2016, 6:48:54 AM |
Sebastian Huber |
score: Introduce map priority scheduler operation
Introduce map/unmap …
|
|
|
@1a4eac5
|
Jun 15, 2016, 2:31:33 PM |
Sebastian Huber |
posix: Generalize _POSIX_Priority_To_core()
Move POSIX API priority …
|
|
|
@5a32c48
|
Jun 14, 2016, 1:57:54 PM |
Sebastian Huber |
posix: Make POSIX API aware of scheduler instances
|
|
|
@eec08ef
|
Jun 15, 2016, 4:59:57 AM |
Sebastian Huber |
posix: Rework sporadic server scheduling policy
Instead of lowering …
|
|
|
@6bab009
|
Jun 14, 2016, 3:23:03 PM |
Sebastian Huber |
posix: Delete POSIX_API_Control::schedparam
This field was redundant.
|
|
|
@4dc5450
|
Jun 14, 2016, 3:21:53 PM |
Sebastian Huber |
posix: Delete POSIX_API_Control::schedpolicy
This field was redundant.
|
|
|
@4da078a8
|
Jun 14, 2016, 3:01:52 PM |
Sebastian Huber |
posix: Delete POSIX_API_Control::ss_high_priority
This field was unused.
|
|
|
@2df7fcf
|
Jun 14, 2016, 9:45:22 AM |
Sebastian Huber |
posix: _POSIX_Mutex_Default_attributes
Make …
|
|
|
@ce6e9ec2
|
Jun 14, 2016, 4:50:38 AM |
Sebastian Huber |
posix: pthread_mutexattr_setprioceiling()
Accept all priority values …
|
|
|
@6131b84
|
Mar 9, 2016, 9:15:37 PM |
joel |
Add pthread_condattr_getclock() and pthread_condattr_setclock()
…
|
|
|
@917884c
|
Jun 15, 2016, 8:39:09 AM |
Sebastian Huber |
posix: Fix poradic server initial CPU budget
Update #2738.
|
|
|
@5d65d0dd
|
Jun 15, 2016, 6:50:29 AM |
Sebastian Huber |
posix: Use _POSIX_Threads_Sporadic_timer_insert()
|
|
|
@d07f582
|
Jun 15, 2016, 5:59:33 AM |
Sebastian Huber |
posix: Remove superfluous code
Remove double declarations, useless …
|
|
|