source: rtems/cpukit/score/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8388ceea   10/24/17 04:31:03 Sebastian Huber score: Delete _Scheduler_Thread_set_priority() 5
(edit) @c3105894   10/19/17 11:47:57 Sebastian Huber score: Move thread queue timeout handling Update #3117. Update #3182. 5
(edit) @1666ffe5   10/19/17 12:17:31 Sebastian Huber score: Rename function threadq support function Rename … 5
(edit) @6de1f92   10/19/17 11:41:25 Sebastian Huber score: Add _Thread_Continue() Update #3117. Update #3182. 5
(edit) @5747962   10/20/17 05:29:22 Sebastian Huber score: _Watchdog_Per_CPU_lazy_insert_monotonic() Update #3117. Update … 5
(edit) @b13ec80   10/20/17 13:23:49 Sebastian Huber score: Add _Watchdog_Monotonic_from_timespec() Update #3117. Update #3182. 5
(edit) @cea5ff7   10/20/17 13:35:14 Sebastian Huber score: Add _Watchdog_Nanoseconds_per_tick Move it from the … 5
(edit) @7ed377b   10/20/17 06:43:15 Sebastian Huber score: _Watchdog_Is_far_future_monotonic_timespec Update #3117. … 5
(edit) @d16d07f   10/20/17 06:42:55 Sebastian Huber score: Add _Watchdog_Is_valid_interval_timespec() Update #3117. … 5
(edit) @adaf5c23   10/19/17 11:38:48 Sebastian Huber score: _Watchdog_Is_far_future_realtime_timespec() Update #3117. … 5
(edit) @ecef3698   10/17/17 14:19:03 Sebastian Huber score: Rename _Watchdog_Ticks_from_*() Rename … 5
(edit) @27cfe7c   10/20/17 06:31:36 Sebastian Huber score: Add _Watchdog_Ticks_per_second This value is frequently used. … 5
(edit) @02878626   10/17/17 14:15:31 Sebastian Huber score: Add _Thread_Add_timeout_ticks() Replace … 5
(edit) @91ce012c   10/16/17 07:32:37 Sebastian Huber score: Rename _Watchdog_Per_CPU_insert_monotonic() Rename … 5
(edit) @bf2a53d2   10/14/17 13:14:53 Sebastian Huber score: Rename watchdog variants Rename PER_CPU_WATCHDOG_RELATIVE in … 5
(edit) @6c99abd   10/12/17 09:42:45 Sebastian Huber score: Remove unused function declaration 5
(edit) @d8b6f1c   10/11/17 14:19:28 Sebastian Huber timecounter: Update FreeBSD identifiers Update #3175. 5
(edit) @74887157   08/17/16 09:52:09 kib timecounter: Merge FreeBSD change r304285 Implement userspace … 5
(edit) @d310aa7   07/27/16 11:08:59 kib timecounter: Merge FreeBSD change r303382 Hide the boottime and … 5
(edit) @f6c94601   05/03/16 15:14:17 pfg timecounter: Merge FreeBSD change r298981 sys/sys: minor spelling … 5
(edit) @2b6d00f   08/13/15 14:43:25 ian timecounter: Merge FreeBSD change r304285 Constify the pointers to … 5
(edit) @51304dde   05/04/15 17:59:39 ian timecounter: Merge FreeBSD change r282424 Implement a mechanism for … 5
(edit) @ea0b339   03/07/15 18:23:32 hselasky timecounter: Merge FreeBSD change r279728 Add mutex support to the … 5
(edit) @b2dbb634   10/10/17 09:36:23 Sebastian Huber score: Remove CPU_set_Control Use Processor_mask instead. Update #2514. 5
(edit) @db3a3de   10/10/17 08:03:48 Sebastian Huber score: Add _Thread_queue_Dispatch_disable() 5
(edit) @65012bf   10/06/17 13:41:46 Sebastian Huber score: Change Timestamp_Control to sbintime_t The timestamp are based … 5
(edit) @2256946   10/06/17 13:30:47 Sebastian Huber score: Use struct timespec for TOD Use the timestamps only for uptime … 5
(edit) @c0623a99   10/06/17 13:00:27 Sebastian Huber score: Simplify _Timestamp_Add_to() Update #2740. 5
(edit) @de59c065   09/27/17 13:08:33 Sebastian Huber posix: Implement self-contained POSIX mutex POSIX mutexes are now … 5
(edit) @5222488   09/26/17 05:49:17 Sebastian Huber posix: Implement self-contained POSIX condvar POSIX condition … 5
(edit) @89fc9345   09/21/17 13:42:45 Sebastian Huber posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now … 5
(edit) @e67929c   09/21/17 12:13:16 Sebastian Huber posix: Implement self-contained POSIX barriers POSIX barriers are now … 5
(edit) @c090db7   09/12/17 06:09:16 Sebastian Huber posix: Implement self-contained POSIX semaphores For semaphore object … 5
(edit) @47b1e31   09/19/17 12:10:33 Sebastian Huber posix: Optimize pthread_once_t Reduce size of pthread_once_t and make … 5
(edit) @5cf5d46e   10/05/17 07:44:01 Sebastian Huber score: Make status codes unconditional The internal status codes … 5
(edit) @e2fe881a   09/27/17 12:37:07 Sebastian Huber score: Simplify red-black tree debug support Make the RBTree_Node … 5
(edit) @e460cd00   09/27/17 10:07:14 Sebastian Huber score: Rename to _Scheduler_Control Rename struct Scheduler_Control … 5
(edit) @560acb62   09/22/17 09:18:50 Sebastian Huber score: Include missing header file Update #3059. 5
(edit) @163ff8e   08/25/17 09:03:21 Sebastian Huber score: Remove <string.h> include from basedefs.h Close #2133. 5
(edit) @cfa7afd   08/25/17 09:02:43 Sebastian Huber score: Remove <limits.h> include from basedefs.h Close #2132. 5
(edit) @93934f88   08/22/17 12:18:09 Sebastian Huber heap: Fix integer types Update #3082. 5
(edit) @af97ba8f   07/28/17 09:57:31 Sebastian Huber score: Add RTEMS_HAVE_MEMBER_SAME_TYPE() This fixes some "variably … 5
(edit) @600d88d   07/19/17 07:07:17 Sebastian Huber INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT Add new fatal error … 5
(edit) @b2e1bded   07/18/17 12:53:16 Sebastian Huber score: Add optional _CPU_Context_Destroy() Update #3077. 5
(edit) @e2623038   07/12/17 08:44:57 Sebastian Huber score: Fix typo Update #3059. 5
(edit) @af207fa9   07/11/17 09:54:30 Sebastian Huber Add interrupt vector set/get affinity Close #3071. 5
(edit) @4a1bdd30   07/07/17 06:30:20 Sebastian Huber score: Fix set scheduler Ensure that the thread processor affinity … 5
(edit) @34487537   07/04/17 07:57:30 Sebastian Huber score: Add simple affinity support to EDF SMP Update #3059. 5
(edit) @d19dc071   07/07/17 07:40:06 Sebastian Huber score: Pass scheduler nodes to processor allocator This allows … 5
(edit) @197a614   07/05/17 13:14:26 Sebastian Huber score: Add scheduler node to set affinity op Update #3059. 5
(edit) @16347a6   07/07/17 05:36:52 Sebastian Huber score: Fix default set affinity The set of online processors must be … 5
(edit) @76d1198   07/07/17 05:45:57 Sebastian Huber score: Introduce _SMP_Get_online_processors() Update #3059. 5
(edit) @0232b28   07/04/17 06:59:37 Sebastian Huber score: Use processor mask for set affinity Update #3059. 5
(edit) @6b1d8c7   07/04/17 05:28:44 Sebastian Huber score: Add processor set to scheduler context Replace the simple … 5
(edit) @7851555   07/03/17 12:05:26 Sebastian Huber score: Move processor affinity to Thread_Control Update #3059. 5
(edit) @6223097a   07/05/17 08:41:51 Sebastian Huber score: Add some processor mask functions Update #3059. 5
(edit) @7a5e4d94   07/03/17 11:14:35 Sebastian Huber score: Add processor mask to/from cpu_set_t Update #3059. 5
(edit) @3dfe55ee   07/03/17 09:46:12 Sebastian Huber score: Use <sys/bitset.h> for Processor_mask Implement the … 5
(edit) @74f9db8   06/29/17 10:08:27 Sebastian Huber score: Add RTEMS_NO_INLINE Update #3056. 5
(edit) @f3d9f228   06/26/17 08:35:45 Sebastian Huber score: Add SMP EDF scheduler Update #3056. 5
(edit) @15dbc710   06/29/17 07:44:16 Sebastian Huber score: Add red-black tree node to Scheduler_Node In SMP … 5
(edit) @3dd67dd1   06/14/17 05:29:14 Sebastian Huber score: Remove rtems_ada_self This task variable is superfluous since … 5
(edit) @7b0c74ff   06/09/17 13:42:36 Sebastian Huber i386: Support thread-local storage (TLS) Update #2468. 5
(edit) @836f454   06/07/17 06:14:30 Sebastian Huber Fix CPU_COPY() usage The original CPU_COPY() support of Newlib … 5
(edit) @46f05b92   04/05/17 09:28:46 Sebastian Huber SMP: Simplify SMP multicast actions 5
(edit) @088acbb0   03/07/17 12:07:02 Sebastian Huber score: Fix scheduler yield in SMP configurations Check that no ask … 5
(edit) @c833970   02/21/17 07:58:29 Sebastian Huber score: Add RTEMS_WEAK_ALIAS() 5
(edit) @bbfbfc8   02/03/17 07:57:18 Sebastian Huber score: Move _Thread_Scheduler_ask_for_help() Move … 5
(edit) @ca1e546e   02/02/17 15:24:05 Sebastian Huber score: Improve scheduler helping protocol Only register ask for help … 5
(edit) @e366f77   01/31/17 07:08:24 Sebastian Huber score: Add _Thread_queue_Object_name Add the special thread queue … 5
(edit) @70488f56   01/31/17 08:37:54 Sebastian Huber score: Fix _Thread_Initialize() 5
(edit) @c5430e06   01/30/17 11:29:31 Sebastian Huber score: Fix unused parameter warning Close #2890. 5
(edit) @4ea92d1e   01/27/17 07:06:06 Sebastian Huber score: Clarify _Heap_Extend() Update #1747. 5
(edit) @abc963d   01/27/17 06:42:29 Sebastian Huber score: Fix typo 5
(edit) @6f6da82c   01/26/17 10:06:50 Sebastian Huber score: Fix user extensions order Use forward and reverse order for … 5
(edit) @27bfcd8   01/25/17 13:32:02 Sebastian Huber score: Delete _CPU_Context_Fp_start() Since the FP area pointer is … 5
(edit) @ba776282   08/12/16 19:25:10 Gedare Bloom posix: shared memory support Add POSIX shared memory manager (Shm). … 5
(edit) @da6ad56   01/12/17 12:46:55 Sebastian Huber score: Add _Thread_Set_name() Add configuration option … 5
(edit) @7ced9d9b   01/12/17 08:25:56 Sebastian Huber score: Add and use _Thread_Get_name() Update #2858. 5
(edit) @2b72162   01/12/17 09:15:56 Sebastian Huber score: Add Thread_queue_Queue::name Update #2858. 5
(edit) @b8bcebe   01/12/17 07:28:57 Sebastian Huber score: Add and use _Objects_Name_to_string() Update #2858. 5
(edit) @fa9f964f   01/11/17 07:49:26 Sebastian Huber score: Remove unused _States_Is_*() 5
(edit) @d063e7b3   01/11/17 07:42:04 Sebastian Huber score: Replace STATES_DELAYING Replace STATES_DELAYING with … 5
(edit) @7a4b2645   01/11/17 15:43:06 joel Remove obsolete RTEMS_HAVE_SYS_CPUSET_H 5
(edit) @3d35bc0   01/11/17 12:41:55 Sebastian Huber score: Improve SMP lock debug support The CPU index starts with zero. … 5
(edit) @4e07d9b3   01/05/17 14:40:57 Sebastian Huber score: Optimize thread state values 5
(edit) @9a448aab   12/23/16 15:02:07 Sebastian Huber score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIER Add thread state bit … 5
(edit) @c6000d2b   12/23/16 06:09:02 Sebastian Huber score: Delete STATES_WAITING_FOR_BUFFER 5
(edit) @2e6d9865   12/23/16 05:47:11 Sebastian Huber score: Format thread state defines Specify all 32-bits in a thread … 5
(edit) @fe7012a0   12/12/16 14:03:35 Christian.Mauderer score: Prevent thread_dispatch_disable_level < 0. 5
(edit) @e203b65e   12/09/16 08:28:31 Sebastian Huber Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED Update #2825. 5
(edit) @a5ba08eb   12/09/16 08:27:15 Sebastian Huber Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILED Update #2825. 5
(edit) @9622f779   12/09/16 07:44:49 Sebastian Huber Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILED Update #2825. 5
(edit) @82529688   12/09/16 07:44:22 Sebastian Huber INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILED Update #2825. 5
(edit) @3a659b04   12/09/16 06:19:22 Sebastian Huber score: Introduce _Internal_error() 5
(edit) @0a81a58   12/09/16 05:51:44 Sebastian Huber Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILED Update #2825. 5
(edit) @279d5260   12/09/16 05:49:25 Sebastian Huber Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILED Update #2825. 5
(edit) @6a9282d   12/09/16 09:49:49 Sebastian Huber Rename is_internal to always_set_to_false Update #2825. 5
(edit) @b6606e8   12/08/16 15:41:30 Sebastian Huber score: Remove fatal is internal indicator The fatal is internal … 5
(edit) @4b579c5f   12/06/16 10:35:34 Sebastian Huber score: Simplify linker set API Resurrect RTEMS_LINKER_SET_BEGIN() and … 5
Note: See TracRevisionLog for help on using the revision log.