source: rtems/cpukit/posix

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @dbba9430   09/02/22 17:42:08 joel pthread_atfork(): Change to behavior from FACE Technical Standard …
(edit) @4b04589b   08/01/22 22:12:21 joel Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR This adds the …
(edit) @c3c4525   08/05/22 06:18:36 Sebastian Huber posix: Avoid dead code in clock_nanosleep() This issue was reported …
(edit) @c64c638   08/01/22 07:03:11 Sebastian Huber posix: Fix relative CLOCK_REALTIME sleep A relative CLOCK_REALTIME …
(edit) @8a864bc6   07/19/22 08:38:12 Sebastian Huber score: Use PTHREAD_CANCELED for _Thread_Cancel() The …
(edit) @31036f1d   07/18/22 07:41:39 Sebastian Huber score: Use priority inheritance for thread join Threads may join the …
(edit) @0cf0914   06/14/22 01:21:46 Chris Johns cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions decls …
(edit) @fee2771   02/16/22 22:37:25 joel posix/src/_execve.c: Change license to BSD-2 Updates #3053.
(edit) @380fb9f   02/16/22 22:32:05 joel cpukit/posix/src/[p-z]*.c: Change license to BSD-2 Updates #3053.
(edit) @0a645dad   02/16/22 22:31:50 joel cpukit/posix/src/[a-o]*.c: Change license to BSD-2 Updates #3053.
(edit) @8f1e8f8f   02/07/22 15:10:45 Sebastian Huber kern_ntptime.c: Port to RTEMS Remove previous adjtime() …
(edit) @5468464   11/11/21 07:44:29 Sebastian Huber score: Properly continue the thread during restart The …
(edit) @50aef135   11/11/21 07:35:22 Sebastian Huber score: Add _Thread_MP_Extract_proxy() Remove …
(edit) @240a1f7   10/27/21 10:59:09 Sebastian Huber score: Introduce CPU budget operations This patch set replaces the …
(edit) @54b4b1f8   09/03/21 07:46:36 Sebastian Huber score: Add _TOD_Is_valid_new_time_of_day() Move the TOD validation to …
(edit) @8abd1756   09/03/21 07:33:01 Sebastian Huber score: Return status in _TOD_Adjust()
(edit) @9c0591f1   03/25/21 08:11:26 Sebastian Huber score: Fix priority discipline handling The priority queues in …
(edit) @574cd83   08/15/21 07:58:15 eshan dhawan confstr() support for RTEMS Closes #3373 confstr() style update …
(edit) @a5aaf20   08/10/21 13:07:35 Sebastian Huber score: Replace priority prepend it with an enum Use the new …
(edit) @8df5764   08/06/21 15:20:41 zakthertemsdev Test needed for timer_create with CLOCK_MONOTONC the timer_create() …
(edit) @6641cc8   06/10/21 05:44:45 Sebastian Huber score: Fix initialization of thread queue context Set …
(edit) @f83676d   04/30/21 20:01:44 ryan.long sysconf: Remove sysconf(515) GCC originally needed this 20 years ago. …
(edit) @29187be   05/17/21 12:51:45 Sebastian Huber posix: Allow pthread_cancel() from within ISRs Close #4413.
(edit) @3cef3198   05/17/21 12:46:02 Sebastian Huber score: Simplify calling _Thread_Exit() Move common code into …
(edit) @a89ecaa1   05/18/21 10:50:41 Sebastian Huber score: Simplify thread queue timeout handling Add …
(edit) @24c62932   05/18/21 09:28:08 Sebastian Huber posix: Fix use of clock for relative times Close #4426.
(edit) @9918735   05/17/21 14:46:12 Sebastian Huber posix: Use RTEMS_POSIX_API in clock_nanosleep() It is only possible …
(edit) @815a943   05/17/21 14:39:52 Sebastian Huber posix: Move clock_nanosleep() Move clock_nanosleep() to a separate …
(edit) @ab5aeb1   05/10/21 07:21:03 Sebastian Huber score: Rename _Stack_Free_nothing() Rename _Stack_Free_nothing() in …
(edit) @1eb6cdde   04/30/21 14:58:50 Sebastian Huber score: Add _Thread_Dispatch_direct_no_return() The …
(edit) @8b15a324   04/26/21 08:15:05 Sebastian Huber Use alias for rtems_task_self() and pthread_self() This may reduce …
(edit) @bbc93c11   04/26/21 11:36:46 Sebastian Huber Return status code for _Thread_Start() This avoids having conditional …
(edit) @9d82150   04/26/21 09:22:39 Sebastian Huber Return status code for _Scheduler_Set_affinity() This avoids having …
(edit) @127a812   04/26/21 08:39:08 Sebastian Huber Simplify get affinitiy directives There is no need to disable thread …
(edit) @1452699   04/26/21 08:34:11 Sebastian Huber Return status code for _Scheduler_Get_affinity() This avoids having …
(edit) @2b32146   04/20/21 07:33:52 Sebastian Huber Remove superfluous <rtems/score/wkspace.h> includes
(edit) @c9a41b00   03/12/21 07:31:35 Sebastian Huber score: Add Thread_Configuration::cpu_time_budget Move the CPU time …
(edit) @1ac4a85   02/25/21 18:08:52 Sebastian Huber score: Fix thread initialization Close the thread object if a thread …
(edit) @b207b37   02/17/21 07:00:29 Sebastian Huber posix: Remove superfluous check The api pointer is never NULL. …
(edit) @fea848b   02/17/21 07:05:37 Sebastian Huber score: Change thread action locking Require that the corresponding …
(edit) @2b9fb314   10/19/20 14:31:51 Sebastian Huber posix: Fix pthread_spin_unlock() Prevent a call to …
(edit) @4a4f41e   09/23/20 14:47:58 Sebastian Huber rtems: Add rtems_message_queue_construct() In contrast to message …
(edit) @5bc7c37   09/23/20 08:09:37 Sebastian Huber score: Improve _CORE_message_queue_Initialize() Return a status code …
(edit) @aedd92d   04/09/20 10:11:19 Sebastian Huber score: Add stack free handler to TCB This avoids a dependency to the …
(edit) @14749c45   06/28/20 00:21:45 kinsey.moore posix: Only check shm_unlink obj_err if necessary In the nominal case …
(edit) @934cbe7   05/12/20 05:06:37 Sebastian Huber posix: Get real priority in pthread_getattr_np() This is in line with … 5
(edit) @cfe8f7a   04/27/20 14:14:06 Sebastian Huber doxygen: Switch @brief and @ingroup This order change fixes the Latex … 5
(edit) @80cf60e   04/15/20 07:48:32 Sebastian Huber Canonicalize config.h include Use the following variant which was … 5
(edit) @ea227af   04/13/20 17:41:21 Sebastian Huber score: Check time of day in _TOD_Set() Close #3949. 5
(edit) @fb07f730   04/13/20 17:29:35 Sebastian Huber score: Return status in _TOD_Set() Update #3949. 5
(edit) @c2287ba2   03/10/20 16:07:19 Sebastian Huber libio: Robust file descriptor reference counting There was a race … 5
(edit) @f5a2fd86   02/20/20 13:24:46 Sebastian Huber config: Add <rtems/confdefs/threads.h> Remove all comments and … 5
(edit) @3b4795b4   02/14/20 10:20:42 Sebastian Huber config: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE The … 5
(edit) @dbb7ac6f   02/14/20 10:23:12 Sebastian Huber posix: Remove <rtems/posix/ptimer.h> This file contained duplicate … 5
(edit) @01d5944   12/09/19 13:48:34 Sebastian Huber score: Move thread stack allocation Move thread stack allocation to … 5
(edit) @a08dcb2   12/09/19 12:57:51 Sebastian Huber score: Add Thread_Configuration Add the Thread_Configuration … 5
(edit) @fc398fd   12/07/19 15:50:35 Sebastian Huber score: Simplify FP context allocation Use the stack area to allocate … 5
(edit) @08bd7d3   11/12/19 15:33:41 joel Add TOD Hooks to allow BSP to take action when TOD is set Two use … 5
(edit) @38207a31   11/16/19 15:01:13 Sebastian Huber Move feature macro before "config.h" include This allows to use … 5
(edit) @8798372   09/10/19 17:53:31 joel Correct initial POSIX signals mask + Modify POSIX thread create … 5
(edit) @e97b7c9a   04/11/19 11:47:50 Sebastian Huber score: Use an ISR lock for Per_CPU_Control::Lock The use of a hand … 5
(edit) @8aaa055   04/06/19 12:30:05 Sebastian Huber posix: Avoid fatal error in Shm object create 5
(edit) @1bf2f16   04/06/19 12:26:00 Sebastian Huber posix: Avoid workspace for queued signals 5
(edit) @b0e335c2   04/06/19 12:19:11 Sebastian Huber posix: _Configuration_POSIX_Maximum_queued_signals Rename to use … 5
(edit) @f9219db   04/05/19 06:16:05 Sebastian Huber rtems: Add rtems_scheduler_get_processor_maximum() Add … 5
(edit) @e0dcf294   04/05/19 07:58:07 Sebastian Huber Remove superfluous run-time check The _Objects_Information_table[ … 5
(edit) @db23c3c   03/15/19 17:16:48 joel pthreadcreate.c: Silence unused variable warning (CID 1399716) 5
(edit) @31e8f1b   03/14/19 19:25:18 joel shmopen.c: Fix logically unreachable code (Coverity ID: 1399706, … 5
(edit) @3fe2155   02/01/19 09:00:36 Sebastian Huber Remove superfluous <rtems/system.h> includes 5
(edit) @da4ca4d   02/01/19 09:01:05 Sebastian Huber posix: is_initialized is of type int not bool 5
(edit) @21275b58   11/22/18 18:14:51 Sebastian Huber score: Static Objects_Information initialization Statically allocate … 5
(edit) @a1eb0a5   12/11/18 14:11:10 Sebastian Huber posix: Fix shm_unlink() This function is untested. 5
(edit) @1c2d178   11/25/18 19:15:26 Sebastian Huber score: Remove Objects_Information::maximum This information is … 5
(edit) @3899bc1a   11/24/18 10:51:28 Sebastian Huber score: Optimize object lookup Use the maximum ID for the ID to object … 5
(edit) @9c9c6a9   11/21/18 16:30:52 Sebastian Huber score: Remove Objects_Information::is_string Use … 5
(edit) @d0a7f03   12/03/18 03:13:23 jacobshin313 5 spelling errors for a Google Code-In task. Username: deuteriumoxide … 5
(edit) @54f35888   10/25/18 08:54:12 Sebastian Huber posix: Provide threads by default Update #2514. 5
(edit) @701057e0   10/25/18 08:07:46 Sebastian Huber posix: Provide shared memory objects by default Update #2514. 5
(edit) @e97806a   10/14/18 17:20:05 Sebastian Huber posix: Split posix_api_configuration_table Use separate configuration … 5
(edit) @7038271   10/25/18 10:05:53 Sebastian Huber Remove RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES Enable support for … 5
(edit) @5090a71b   10/25/18 09:32:01 Sebastian Huber score: Remove bogus thread object name support Update #2514. 5
(edit) @c1ce9a2   10/24/18 05:40:23 Sebastian Huber posix: Provide get thread attributes by default Update #2514. 5
(edit) @c6023b7   10/12/18 12:40:52 Sebastian Huber posix: Fix unused result warning 5
(edit) @b3ef89f9   09/14/18 17:46:58 Sebastian Huber build: Merge posix/Makefile.am 5
(edit) @68e1ccc4   09/11/18 04:30:20 Sebastian Huber build: Remove specialized CPPFLAGS 5
(edit) @acb53d5   10/09/18 06:43:08 Sebastian Huber posix: Remove static assertion Standard C does not allow pointer … 5
(edit) @1d39e96   10/05/18 06:11:09 Sebastian Huber score: Fix legacy RTEMS_STATIC_ASSERT() In standard C pointer … 5
(edit) @242887bc   09/13/18 04:19:05 Sebastian Huber Rename files to make them unique within cpukit This allows to build … 5
(edit) @aac36d15   08/08/18 09:17:36 Sebastian Huber posix: Add configure check for mprotect() Update #3491. 5
(edit) @a1f7d7d   07/24/18 07:00:18 Sebastian Huber score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE() Add … 5
(edit) @6ec7f21   07/16/18 06:31:05 Sebastian Huber posix: Fix rwlock auto initialization Add more test cases. 5
(edit) @77fbbd6   07/03/18 09:50:53 Sebastian Huber posix: Check for new <pthread.h> prototypes Update #3342. Update #3343. 5
(edit) @2d0bc83   03/30/18 18:42:21 Sebastian Huber build: Remove EXTRA_DIST A "make dist" is not supported. So, it makes … 5
(edit) @ed24ed4e   02/08/18 09:47:16 Sebastian Huber Use _Thread_Dispatch_direct() Use _Thread_Dispatch_direct() for … 5
(edit) @8fa4549   12/22/17 12:51:13 Sebastian Huber posix: Use one second based CLOCK_MONOTONIC This simplifies the … 5
(edit) @9480815a   12/21/17 13:36:52 Sebastian Huber score: Introduce new monotonic clock Rename … 5
(edit) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
(edit) @e1563f37   12/15/17 06:21:58 Sebastian Huber posix: Remove unused global variable Update #2702. Update #2555. 5
(edit) @6c2b8a4b   11/29/17 05:23:27 Sebastian Huber score: Use self-contained API mutex Use a self-contained recursive … 5
(edit) @cd3e220   11/20/17 05:30:26 Sebastian Huber INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULL Delete superfluous … 5
Note: See TracRevisionLog for help on using the revision log.