Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1dd8fff   09/06/16 08:50:50 Sebastian Huber capture: Use proper accessor functions 5
(edit) @7af6b58c   09/06/16 05:44:06 Sebastian Huber capture: Workaround to avoid misaligned access Move the 64-bit field … 5
(edit) @1c18ebf0   08/31/16 08:56:09 Chris Johns libmisc/capture: Remove the reserved _t in the types. 5
(edit) @6da06c5   08/30/16 06:46:25 Chris Johns libmisc/capture: Fix the capture engine on SMP. This patches some … 5
(edit) @36fad91   08/19/16 05:38:07 Kevin-Kirspel arm: Add VFP context validate support for ARMv5 5
(edit) @9c42752   08/17/16 05:33:14 Sebastian Huber score: Fix undefined behaviour Cast POSIX error codes to unsigned int … 5
(edit) @97d395b   08/12/16 08:55:53 Chris Johns testsuite: Add libdl/dl03 cache test. 5
(edit) @58c34961   08/12/16 08:02:52 Chris Johns libdl: Fix cache corruption bugs. This patch fixes a number of bugs … 5
(edit) @75386e11   08/12/16 07:57:51 Chris Johns libdl: Add trace output when reading section headers. 5
(edit) @55faa44   08/12/16 09:16:45 Sebastian Huber score: Improve _RBTree_Insert_inline() Return if the inserted node is … 5
(edit) @424ffe4d   08/11/16 08:26:57 Sebastian Huber score: Introduce thread queue surrender operation This is an … 5
(edit) @a827447   08/11/16 07:47:21 Sebastian Huber score: Dismantle _Thread_queue_Do_extract_locked() Dismantle … 5
(edit) @fef3ea9   08/11/16 06:32:49 Sebastian Huber score: Add _Thread_queue_Surrender() Add _Thread_queue_Surrender() to … 5
(edit) @9a4eca5   08/10/16 03:07:29 Chris Johns build-system: Always enable C++ if the compiler is present. We always … 5
(edit) @709594f0   08/01/16 20:54:18 Gedare Bloom posix: nanosleep: adjust elapsed time calculation Use clock_gettime … 5
(edit) @b0f08c8   08/01/16 01:02:13 Chris Johns libmisc/untar: Set the perms to the value in the tar file. This patch … 5
(edit) @aaaf9610   08/08/16 06:44:51 Sebastian Huber score: Add debug support to red-black trees This helps to detect … 5
(edit) @2cb9b86e   08/08/16 06:30:17 Sebastian Huber posix: Fix for RTEMS_DEBUG 5
(edit) @69dd99b   08/05/16 06:19:39 Sebastian Huber score: Simplify _Thread_Finalize_life_change() 5
(edit) @ee0e4135   08/04/16 08:20:29 Sebastian Huber score: Fix a release/cancel job race condition Split up the potential … 5
(edit) @ca783bbe   08/04/16 08:16:14 Sebastian Huber score: Fix _Thread_queue_Path_release() It is possible that the owner … 5
(edit) @6117f29   08/04/16 06:31:25 Sebastian Huber score: Fix _Scheduler_EDF_Cancel_job_filter() Commit … 5
(edit) @1c1e31f7   08/04/16 06:10:29 Sebastian Huber score: Optimize _Thread_queue_Path_release() Update #2556. 5
(edit) @21bdca4   08/03/16 13:41:31 Sebastian Huber score: Indroduce cancel job scheduler operation Do not use a deadline … 5
(edit) @ff2e6c64   08/02/16 09:26:56 Sebastian Huber score: Fix and simplify thread wait locks There was a subtile race … 5
(edit) @3b3552bf   08/03/16 11:40:26 Sebastian Huber posix: Fix for RTEMS_DEBUG 5
(edit) @ec735c6a   08/03/16 11:27:13 Sebastian Huber score: Fix for RTEMS_DEBUG 5
(edit) @5fe6d07a   08/01/16 11:16:57 Christian.Mauderer linker set: Allow adding any variable into content The newly created … 5
(edit) @501b11ba   08/01/16 12:00:14 Sebastian Huber score: Fix for RTEMS_DEBUG 5
(edit) @db6a637   07/29/16 00:29:23 Chris Johns score: Fix for RTEMS_DEBUG. 5
(edit) @842005e4   07/29/16 17:13:41 Gedare Bloom posix: nanosleep: optimize away a time conversion updates #2732 5
(edit) @d79df38   07/26/16 08:34:21 Sebastian Huber score: Add deadlock detection The mutex objects use the owner field … 5
(edit) @1fcac5ad   07/25/16 14:35:37 Sebastian Huber score: Turn thread lock into thread wait lock The … 5
(edit) @3a58dc8   07/05/16 11:37:10 Sebastian Huber score: Priority inherit thread queue operations Move the priority … 5
(edit) @ac8402dd   06/27/16 08:20:34 Sebastian Huber score: Simplify _Thread_queue_Boost_priority() Raise the priority … 5
(edit) @f4d1f30   06/22/16 15:09:56 Sebastian Huber score: Split _Thread_Change_priority() Update #2412. Update #2556. … 5
(edit) @0b836337   07/27/16 08:55:17 Sebastian Huber score: Fix for RTEMS_DEBUG 5
(edit) @dfa2cdb   07/27/16 07:09:01 Sebastian Huber posix: Fix error status 5
(edit) @39d97ab   07/26/16 18:13:36 Gedare Bloom cpukit: refactor nanosleep and use 64-bit timeout for threadq * Fixes … 5
(edit) @6a174c02   07/25/16 13:34:43 alexander.krutwig Add Untar_FromGzChunk_Print() + Test 5
(edit) @1a8fe67a   07/13/16 07:22:35 alexander.krutwig Add Untar_FromChunk_Print() + Test 5
(edit) @ea93844   07/26/16 06:01:58 Sebastian Huber score: Format 5
(edit) @75fc27ad   07/26/16 05:54:05 Sebastian Huber score: Fix printk() format specifiers 5
(edit) @00c620c   07/26/16 05:53:34 Sebastian Huber score: Format 5
(edit) @f78a5f5   07/22/16 01:19:48 Chris Johns score: Add a STATES_DEBUGGER for use by debugging agents to a thread's … 5
(edit) @e0f17fc   07/15/16 16:52:05 Gedare Bloom posix: fix clock_nanosleep and nanosleep clock use Sleeping with … 5
(edit) @b5bfaaf9   06/23/16 20:55:38 Gedare Bloom posix: cond_timedwait remember and use clock from condattr updates #2745 5
(edit) @127c20eb   06/23/16 20:10:39 Gedare Bloom posix: refactor cond wait support to defer abstime conversion updates … 5
(edit) @10e4000   06/23/16 18:40:43 Gedare Bloom cpukit/rtems: fix return type mismatch for _TOD_To_seconds 5
(edit) @6e98ea91   06/09/16 15:40:35 Gedare Bloom posix: add clock_nanosleep and tests updates #2732 5
(edit) @f23d470   06/09/16 15:33:15 Gedare Bloom cpukit: Add and use Watchdog_Discipline. Clock disciplines may be … 5
(edit) @7f616dd   07/25/16 12:45:50 Sebastian Huber score: Fix for RTEMS_DEBUG 5
(edit) @0fd6f255   07/08/16 14:58:48 Sebastian Huber score: Relax thread begin extension environment Update #2752. 5
(edit) @3ae199a   07/08/16 11:05:55 Sebastian Huber score: Disable RTEMS_NO_RETURN for RTEMS_DEBUG Do not use … 5
(edit) @992494e   07/22/16 10:36:40 Sebastian Huber score: Fix for RTEMS_DEBUG 5
(edit) @64ed0bb3   07/14/16 12:55:49 Sebastian Huber score: Assert proper seqlock writer state Helps to detect invalid … 5
(edit) @059529e   07/21/16 08:15:02 Sebastian Huber score: Add debug support to chains This helps to detect * double … 5
(edit) @3cdda03   07/21/16 10:02:17 Sebastian Huber posix: Fix double chain extract 5
(edit) @8709aa04   07/21/16 00:35:00 pisa libdl/rtl-obj.c: synchronize cache after code relocation. Memory … 5
(edit) @612297e8   07/12/16 10:44:17 joel Misc: Spell length correctly 5
(edit) @665f03a   07/12/16 10:43:06 joel DOSFS - LENGHT -> LENGTH closes #2756, 5
(edit) @6f6cf785   07/05/16 07:04:15 Sebastian Huber score: Postpone SMP shutdown in _Terminate() This enables fatal … 5
(edit) @008efaf   07/05/16 07:00:32 Sebastian Huber score: Do not disable ISR in _Terminate() This partially reverts … 5
(edit) @2b885d6   07/03/16 16:24:27 pisa libdl/rtl-obj.c: ensure that loaded code is synchronized through … 5
(edit) @0e507d55   07/02/16 22:19:38 pisa rtems+bsps/cache: Define cache manager operations for code … 5
(edit) @0cb50ab   07/02/16 12:33:11 pisa score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A … 5
(edit) @19a9090   06/30/16 22:05:33 pisa arm/score and shared: define ARM hypervisor mode and alternate vector … 5
(edit) @2e3ba71   07/01/16 13:16:10 Sebastian Huber net: Fix byte order issue for getnameinfo() 5
(edit) @df2177ab   07/01/16 12:47:07 Sebastian Huber score: Change scheduler node init and destroy Provide the scheduler … 5
(edit) @4cb13c39   07/01/16 09:55:23 Sebastian Huber score: Fix MPCI message layout Restore the 32-bit priority field in … 5
(edit) @c0bd006   06/30/16 12:08:18 Sebastian Huber rtems: Fix rtems_task_set_scheduler() API Task priorities are only … 5
(edit) @8d5b0380   07/01/16 07:44:48 Sebastian Huber score: Workaround for #2751 The ARM and PowerPC interrupt epilogues … 5
(edit) @23dedc44   07/01/16 05:31:18 Sebastian Huber score: Next try to fix thread lock on SMP 5
(edit) @4142f73   07/01/16 09:50:41 Sebastian Huber score: Fix priority affinity SMP scheduler Bug introduced by … 5
(edit) @09c87fb   06/30/16 04:23:56 Sebastian Huber score: Strong APA scheduler processor allocation Use … 5
(edit) @02987728   06/29/16 13:33:26 Sebastian Huber score: Avoid atomic fences for thread wait flags The use of atomic … 5
(edit) @b6b25a9   06/29/16 13:32:51 Sebastian Huber score: Fix thread lock on SMP configurations 5
(edit) @297d4372   06/29/16 09:04:39 Sebastian Huber score: _CPU_SMP_Send_interrupt() documentation 5
(edit) @9bb3ce39   06/29/16 07:50:47 Sebastian Huber score: Fix SMP message handling According to the C11 standard only … 5
(edit) @095ecbf   06/24/16 08:20:46 Christian.Mauderer libnetworking: Import current <sys/socket.h> Import the … 5
(edit) @e79a0ca7   06/28/16 05:50:59 Sebastian Huber libnetworking: Move RTEMS-specific socket wake-up Close #2748. 5
(edit) @4ba4f82   04/21/16 12:42:53 Christian.Mauderer libnetworking: Hide SO_PRIVSTATE 5
(edit) @f0fc2c0   06/24/16 08:25:17 Christian.Mauderer libnetworking: Add <machine/_align.h> This is necessary for new … 5
(edit) @4c02385   06/24/16 06:52:48 Christian.Mauderer libnetworking: Import current <arpa/inet.h> Import the <arpa/inet.h> … 5
(edit) @657e6c93   06/24/16 05:57:17 Christian.Mauderer libnetworking: Import current <netinet/in.h> Import the … 5
(edit) @005c3fe7   06/24/16 06:07:34 Christian.Mauderer libnetworking: Import current <netinet6/in6.h> Import the … 5
(edit) @f2082cc   06/24/16 06:03:38 Christian.Mauderer libnetworking: Import <sys/_sockaddr_storage.h> Import the … 5
(edit) @195d412   05/02/16 12:49:33 Christian.Mauderer libnetworking: Add minimal getnameinfo() This implementation just … 5
(edit) @232d6fec   05/02/16 12:49:32 Christian.Mauderer libnetworking: Import current <netdb.h> Import the <netdb.h> from … 5
(edit) @7e6f235   04/22/16 08:06:16 Christian.Mauderer libnetworking: Add <rtems/rtems_netdb.h> Move prototypes of … 5
(edit) @187a0744   05/02/16 12:49:35 Christian.Mauderer libcsupport: Add dummy for setgroups(). The dummy for setgroups() … 5
(edit) @254dc82   06/24/16 09:22:03 Sebastian Huber score: Change Priority_Control to 64-bit A 32-bit Priority_Control … 5
(edit) @1d72f03   06/22/16 13:37:13 Sebastian Huber score: Silence integer conversion warnings 5
(edit) @50a56dff   06/24/16 09:16:35 Sebastian Huber score: Move SCHEDULER_EDF_PRIO_MSB This is an implementation detail … 5
(edit) @a4a307d   06/23/16 10:37:18 Sebastian Huber score: Fix _Scheduler_EDF_Yield() A non-preemptive task must yield if … 5
(edit) @51e008dd   06/23/16 09:49:22 Sebastian Huber posix: Fix pthread_create() Do not access data of the executing … 5
(edit) @93f158f   06/23/16 07:04:25 Sebastian Huber score: Fix EDF no-preempt thread handling 5
(edit) @006af6ac   06/14/16 07:26:12 alexander.krutwig score: Improve heap protection Check block pointers of deferred free … 5
(edit) @9bfad8c   06/08/16 20:22:46 Sebastian Huber score: Add thread priority to scheduler nodes The thread priority is … 5
(edit) @69a6802b   06/17/16 05:50:01 Sebastian Huber score: Move _RBTree_Find() The _RBTree_Find() is no longer used in … 5
Note: See TracRevisionLog for help on using the revision log.