source: rtems/testsuites

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a0d4e99   11/25/16 04:13:36 Chris Johns cpukit: Add libdebugger, a remote debugger agent for GDB. 5
(edit) @c09db57   11/28/16 12:28:32 Sebastian Huber score: Fix thread queue context initialization Initialize the thread … 5
(edit) @73f9c2c   11/23/16 12:38:25 Sebastian Huber smptests/smpfatal03: Use timer to provoke error Avoid use of internal … 5
(edit) @bee0323   11/23/16 11:48:57 Sebastian Huber score: Uncomment unused internal error codes Update #2825. 5
(edit) @c42be504   11/16/16 13:50:09 Sebastian Huber posix: Add self-contained pthread spinlock Turn pthread_spinlock_t … 5
(edit) @125f248   11/16/16 15:39:43 Sebastian Huber score: Add thread queue enqueue callout Replace the expected thread … 5
(edit) @84e6f15   11/10/16 11:02:28 Sebastian Huber score: Robust thread dispatch On SMP configurations, it is a fatal … 5
(edit) @a6283671   11/22/16 11:51:12 Sebastian Huber smptests/smplock01: Test TAS and TTAS locks Cache align locks in the … 5
(edit) @46b5343   11/22/16 10:34:43 Sebastian Huber libtests/cpuuse: Check status only We may own the allocator mutex … 5
(edit) @db20706   11/23/16 06:17:00 Sebastian Huber smptests/smpscheduler02: Fix task initialization Set scheduler before … 5
(edit) @8954368   11/23/16 05:33:31 Sebastian Huber psxtests/psxkey08: Avoid rtems_semaphore_flush() Avoid … 5
(edit) @408609f6   11/10/16 14:17:28 Sebastian Huber score: Add _ISR_Is_enabled() In contrast to _ISR_Get_level() the … 5
(edit) @537f00eb   11/10/16 15:25:41 Sebastian Huber score: Restrict task interrupt level to 0 on SMP Update #2811. 5
(edit) @d78d529   11/14/16 08:11:07 Sebastian Huber score: Add and use _Thread_Dispatch_direct() This function is useful … 5
(edit) @1897fa6   11/10/16 15:56:11 Sebastian Huber sptests/sp37: Better cope with internal padding 5
(edit) @38a1449   11/09/16 13:59:33 Sebastian Huber powerpc: Add _CPU_Get_current_per_CPU_control() Add … 5
(edit) @05ca53d   10/31/16 12:08:33 Sebastian Huber rtems: Add scheduler processor add/remove Update #2797. 5
(edit) @1f5bee3   11/07/16 15:54:40 Sebastian Huber score: Add and use Thread_Control::is_idle Update #2797. 5
(edit) @2612a0b   11/02/16 05:36:13 Sebastian Huber score: Simplify _Scheduler_Get_by_id() Avoid dead code in non-SMP … 5
(edit) @eb98dd49   11/09/16 12:14:38 Sebastian Huber score: Inline some SMP lock operations by default The SMP ticket lock … 5
(edit) @6de41c5f   10/27/16 06:24:50 Sebastian Huber Provide kernel space header files These kernel space header files … 5
(edit) @edbd43c6   11/04/16 12:19:11 Sebastian Huber score: Prevent assignment to _Thread_Executing 5
(edit) @ee42943   11/03/16 13:44:15 Sebastian Huber score: Optimize self-contained mutexes 5
(edit) @8cf2f8b   10/03/16 16:03:36 joel testsuites/testdata/dltests-broken-on-this-bsp.tcfg: Add new dl tests 03-05 5
(edit) @47d2464   10/31/16 15:23:52 Sebastian Huber score: Conditionally enable thread resource count Maintain the thread … 5
(edit) @9e7fa07   10/31/16 15:23:13 Sebastian Huber score: Relax _Scheduler_Set() restrictions No longer unconditionally … 5
(edit) @6e31b56f   11/03/16 09:52:53 Sebastian Huber rtems: Fix binary semaphore resource count Binary semaphores (not … 5
(edit) @0154dea3   11/03/16 07:55:24 Sebastian Huber tmtests/tmfine01: Update screen file Add plot script. 5
(edit) @d505fbb   11/03/16 07:22:59 Sebastian Huber smptests/smplock01: Update screen file 5
(edit) @63e2ca1b   10/31/16 08:13:35 Sebastian Huber score: Simplify yield and unblock scheduler ops Update #2556. 5
(edit) @2dd098a   10/31/16 07:33:11 Sebastian Huber score: Introduce Thread_Scheduler_control::home Replace … 5
(edit) @1cafc46   10/31/16 05:19:43 Sebastian Huber score: Delete Resource Handler Update #2556. 5
(edit) @6771359f   10/27/16 04:42:06 Sebastian Huber score: Second part of new MrsP implementation Update #2556. 5
(edit) @9c238e1   10/21/16 12:33:01 Sebastian Huber score: Simplify update priority scheduler op Remove unused return status. 5
(edit) @3a27248   10/21/16 07:23:58 Sebastian Huber score: First part of new MrsP implementation Update #2556. 5
(edit) @6a82f1ae   10/10/16 09:46:07 Sebastian Huber score: Yield support for new SMP helping protocol Update #2556. 5
(edit) @351c14d   09/27/16 09:33:36 Sebastian Huber score: Add new SMP scheduler helping protocol Update #2556. 5
(edit) @72e0bdb   10/10/16 12:50:19 Sebastian Huber score: Pass scheduler node to unblock operation Changed for … 5
(edit) @e382a1b   10/10/16 12:33:17 Sebastian Huber score: Pass scheduler node to block operation Changed for consistency … 5
(edit) @2df4abc   10/10/16 12:01:55 Sebastian Huber score: Pass scheduler node to yield operation Changed for consistency … 5
(edit) @501043a   09/30/16 12:38:04 Sebastian Huber score: Pass scheduler node to update priority op This enables to call … 5
(edit) @b7694c8c   10/31/16 15:04:11 Sebastian Huber sptests/sp35: Remove dead code 5
(edit) @d271c3bb   10/31/16 12:37:59 Sebastian Huber rtems: Add rtems_task_iterate() Update #2423. 5
(edit) @7eec247   10/31/16 09:50:54 Sebastian Huber smptests/smplock01: Use test support Convert output to XML. 5
(edit) @826f3afa   10/11/16 22:15:23 Chris Johns libmisc/xz: Add xz decompression. Add support to untar XZ compressed … 5
(edit) @be57318   09/23/16 04:45:07 Sebastian Huber score: More robust linker sets Update #2408. Update #2790. 5
(edit) @ed19002   10/12/16 08:37:07 Sebastian Huber smpschedaffinity05: Fix configuration 5
(edit) @475faef5   10/10/16 06:47:26 Sebastian Huber tmfine01: Add self-contained mutex test case This demonstrates the … 5
(edit) @938ee19c   09/23/16 08:09:57 Sebastian Huber sptests/spsem03: Fix compile error 5
(edit) @f6142c19   09/09/16 09:00:06 Sebastian Huber score: Scheduler node awareness for thread queues Maintain the … 5
(edit) @8123cae8   09/08/16 13:32:22 Sebastian Huber rtems: Add rtems_task_get_priority() Update #2556. Update #2784. 5
(edit) @6ae309ec   09/09/16 08:01:06 Sebastian Huber smptests/smpmutex01: Use test case functions 5
(edit) @300f6a48   06/22/16 15:09:23 Sebastian Huber score: Rework thread priority management Add priority nodes which … 5
(edit) @55e0be36   09/16/16 10:58:06 Sebastian Huber termios: Use IMFS nodes for new Termios devices This makes the new … 5
(edit) @610b9ef1   09/19/16 05:51:07 Sebastian Huber libtests/devfs: Use printk() This avoids problems with console … 5
(edit) @caf4064   09/16/16 12:54:12 Sebastian Huber fstests: Use printk() for IMFS configuration tests This avoids … 5
(edit) @29770e12   09/16/16 12:21:30 Sebastian Huber tests: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM Avoid unnecessary use … 5
(edit) @a42be52   09/12/16 13:00:46 alexander.krutwig Add SPI bus framework User API is compatible to Linux userspace API. … 5
(edit) @b20b736   06/28/16 04:54:50 Sebastian Huber score: Introduce _Thread_Get_priority() Avoid direct access to thread … 5
(edit) @e41308ea   08/22/16 08:58:34 Sebastian Huber score: Introduce Thread_queue_Lock_context Introduce … 5
(edit) @d4160618   09/07/16 03:59:16 Chris Johns testsuite: Add libdl/dl05 reloc test. 5
(edit) @3709987   08/10/16 06:21:54 Sebastian Huber score: Add _Chain_Initialize_one() 5
(edit) @83b0229   06/28/16 04:59:29 Sebastian Huber score: Add _RBTree_Initialize_one() 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) @5d1fc66   08/12/16 13:54:46 Sebastian Huber psxtests: Adjust sporadic server tests According to POSIX priority … 5
(edit) @381c42b   08/12/16 09:18:38 Chris Johns testsuite: Add libdl/dl04 cache test. 5
(edit) @97d395b   08/12/16 08:55:53 Chris Johns testsuite: Add libdl/dl03 cache test. 5
(edit) @55faa44   08/12/16 09:16:45 Sebastian Huber score: Improve _RBTree_Insert_inline() Return if the inserted node is … 5
(edit) @03c1038   08/10/16 03:28:50 Chris Johns librtems++: Remove from RTEMS. This is old and there are better … 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) @21d73655   08/10/16 07:54:13 Sebastian Huber sptests/splinkersets01: Fix for small-data area 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) @5c09e9d   08/08/16 07:47:06 Sebastian Huber sptests/splinkersets01: Fix warnings 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) @5fe6d07a   08/01/16 11:16:57 Christian.Mauderer linker set: Allow adding any variable into content The newly created … 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) @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) @c1b815ab   07/26/16 07:26:19 Sebastian Huber sptests/spextensions01: Avoid NULL pointer access 5
(edit) @6e98ea91   06/09/16 15:40:35 Gedare Bloom posix: add clock_nanosleep and tests updates #2732 5
(edit) @57a00bc6   07/05/16 09:30:14 Sebastian Huber smptests/smpmutex02: New test Update #2765. 5
(edit) @0fd6f255   07/08/16 14:58:48 Sebastian Huber score: Relax thread begin extension environment Update #2752. 5
(edit) @059529e   07/21/16 08:15:02 Sebastian Huber score: Add debug support to chains This helps to detect * double … 5
(edit) @6f6cf785   07/05/16 07:04:15 Sebastian Huber score: Postpone SMP shutdown in _Terminate() This enables fatal … 5
(edit) @2e3ba71   07/01/16 13:16:10 Sebastian Huber net: Fix byte order issue for getnameinfo() 5
(edit) @c0bd006   06/30/16 12:08:18 Sebastian Huber rtems: Fix rtems_task_set_scheduler() API Task priorities are only … 5
(edit) @4280dff7   06/30/16 09:01:05 Sebastian Huber smptests/smpstrongapa01: Simplify 5
(edit) @4fe0e97f   06/30/16 07:50:41 Sebastian Huber smptests/smpstrongapa01: Add test cases 5
(edit) @195d412   05/02/16 12:49:33 Christian.Mauderer libnetworking: Add minimal getnameinfo() This implementation just … 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) @9f61ad60   06/23/16 11:43:38 Sebastian Huber testsuites: Increase invalid priority values Increase the invalid … 5
(edit) @50a56dff   06/24/16 09:16:35 Sebastian Huber score: Move SCHEDULER_EDF_PRIO_MSB This is an implementation detail … 5
(edit) @b364d38   06/24/16 06:26:55 Sebastian Huber sptests/spintrcritical23: Explicity set scheduler This test uses … 5
(edit) @b679b492   06/23/16 07:09:55 Sebastian Huber sptests/sp42: Relax priority requirements 5
(edit) @ec5d95e1   06/23/16 08:31:04 Sebastian Huber smptests/smpmrsp01: Fix due to API changes Commit … 5
(edit) @9bfad8c   06/08/16 20:22:46 Sebastian Huber score: Add thread priority to scheduler nodes The thread priority is … 5
(edit) @77ff5599   06/10/16 06:48:54 Sebastian Huber score: Introduce map priority scheduler operation Introduce map/unmap … 5
Note: See TracRevisionLog for help on using the revision log.