source: rtems/testsuites

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1c6926c1   03/21/17 19:39:48 kevin-kirspel termios: Synchronize with latest FreeBSD headers Adding modified … 5
(edit) @d50ab079   03/16/17 14:12:20 Sebastian Huber dosfs: Fix file name search Do not use our long file name entry count … 5
(edit) @e69ee36   03/13/17 14:20:20 Sebastian Huber dosfs: Fix fat_file_write() Remove forced overwrite which leads to … 5
(edit) @1becaa9   03/14/17 12:59:09 Sebastian Huber dosfs: Fix msdos_utf8_normalize_and_fold() It is all right in case … 5
(edit) @66fac03   03/16/17 10:54:29 Sebastian Huber libio: Fix deadlock in location management Perform a … 5
(edit) @191d39a   03/15/17 17:59:47 joel psxstrsignal01: New test 5
(edit) @eb73320   03/09/17 05:14:16 Chris Johns Fix rtems-test-check with a BSD sed. BSD sed does not support '\t' … 5
(edit) @cb056d0   03/03/17 08:04:12 Sebastian Huber cdtest: Print begin of test only once 5
(edit) @902ffed   02/24/17 13:56:51 Sebastian Huber termios09: Test send callback 5
(edit) @36635433   02/24/17 13:44:04 Sebastian Huber termios: Implement non-blocking write 5
(edit) @a165a96   02/23/17 14:43:41 Sebastian Huber termios: Make write POSIX compatible Currently only blocking … 5
(edit) @5244d31e   02/23/17 13:04:24 Sebastian Huber termios: Simplify oproc() Call rtems_termios_puts() only once. … 5
(edit) @06d14667   02/24/17 10:46:26 Sebastian Huber termios09: Test output post processing 5
(edit) @c80f6aa9   02/24/17 09:29:05 Sebastian Huber termios: Fix infinite loop in receive path In canonical mode, the raw … 5
(edit) @9fa0f54   02/23/17 10:35:44 Sebastian Huber termios: Change receive callback invocation Call the receive callback … 5
(edit) @9f69ac2   02/23/17 09:35:16 Sebastian Huber termios: Ignore carriage return early if desired In case carriage … 5
(edit) @c54769e7   02/21/17 11:10:43 Sebastian Huber spextensions01: Fix extension create order Update #2692. 5
(edit) @611f9262   02/14/17 10:30:00 Sebastian Huber psxtests: Fix warnings 5
(edit) @71ac0a6   02/14/17 09:05:24 Sebastian Huber spqreslib: Remove invalid test cases 5
(edit) @ad25f10   02/14/17 09:03:42 Sebastian Huber spcbssched02: Remove invalid test cases 5
(edit) @ecf53c8   02/14/17 08:57:22 Sebastian Huber psxsem01: Fix warning 5
(edit) @54835ae   02/01/17 13:10:18 Sebastian Huber Rename CONFIGURE_SMP_MAXIMUM_PROCESSORS Rename … 5
(edit) @c341463   02/14/17 07:58:33 Sebastian Huber tmacros.h: Fix print defines 5
(edit) @9333de2f   02/14/17 07:54:51 Sebastian Huber sppagesize: Include missing header file 5
(edit) @d9c65429   02/13/17 14:13:02 Sebastian Huber dosfs: Fix msdos_find_file_in_directory() For a filename match the … 5
(edit) @239dd35f   02/03/17 10:24:30 Sebastian Huber smptests: Fix warnings 5
(edit) @07d71279   02/01/17 13:48:17 Sebastian Huber Prefix confdefs.h internal def with an underscore Close #2895. 5
(edit) @ca1e546e   02/02/17 15:24:05 Sebastian Huber score: Improve scheduler helping protocol Only register ask for help … 5
(edit) @f95fa387   02/01/17 11:11:33 Sebastian Huber Remove CONFIGURE_SMP_APPLICATION Enable the SMP support if … 5
(edit) @166a9f67   01/30/17 18:34:28 c0066c sprmsched01/spedfsched04: Revise Instead of using the target time and … 5
(edit) @0794197   01/27/17 22:15:50 c0066c rtems: Fix _Rate_monotonic_Renew_deadline() Prepare a precondition to … 5
(edit) @6f6da82c   01/26/17 10:06:50 Sebastian Huber score: Fix user extensions order Use forward and reverse order for … 5
(edit) @d7feb86   01/25/17 20:47:48 c0066c Remove rtems_rate_monotonic_postponed_job_count() Add a variable … 5
(edit) @7cb7454f   01/25/17 10:46:51 Sebastian Huber psxtests: Relax shared memory tests There is currently no proper … 5
(edit) @23a11b6   01/25/17 10:16:02 Sebastian Huber sptests/spedfsched04: Merge and fix Merge into one file and fix … 5
(edit) @29e08d4   01/24/17 14:34:47 Sebastian Huber sptests/sprmsched01: Merge and fix Merge into one file and fix … 5
(edit) @6af2221   01/24/17 09:07:57 Sebastian Huber fsscandir01: Check MAXNAMLEN and NAME_MAX Update #1394. 5
(edit) @436a4b3   01/24/17 08:43:20 Sebastian Huber smptests/smpsignal01: Check signal ISR level Close #2751. 5
(edit) @cb2cbec   01/13/17 18:54:11 Gedare Bloom classic: adjust names of RM postponed job functions closes #2795 5
(edit) @ad40220f   12/21/16 16:42:41 c0066c sptests: EDF scheduler overrun handling Update #2795. 5
(edit) @86aa1248   12/21/16 16:42:40 c0066c sptests: rate monotonic scheduler overrun handling Update #2795. 5
(edit) @ba776282   08/12/16 19:25:10 Gedare Bloom posix: shared memory support Add POSIX shared memory manager (Shm). … 5
(edit) @e7eeb38d   07/29/16 19:28:49 Gedare Bloom posix: move sys/mman.h to newlib and test it in psxhdrs 5
(edit) @9fad437   01/13/17 10:33:28 Sebastian Huber configure: Remove HAVE_STRUCTTHREAD_QUEUE_QUEUE 5
(edit) @dc703190   01/13/17 08:39:32 Sebastian Huber configure: Remove HAVE_THREADS_H support 5
(edit) @7c499279   01/12/17 08:26:08 Sebastian Huber posix: Add pthread_getname_np(), ... Add pthread_getname_np() and … 5
(edit) @0c43130   01/11/17 10:03:24 Sebastian Huber Add rtems_assoc_32_to_string() 5
(edit) @7a4b2645   01/11/17 15:43:06 joel Remove obsolete RTEMS_HAVE_SYS_CPUSET_H 5
(edit) @ef362818   12/06/16 03:06:40 joel Add support for posix_devctl() 5
(edit) @ab834d65   12/20/16 07:23:49 Sebastian Huber JFFS2: RTEMS_JFFS2_ON_DEMAND_GARBAGE_COLLECTION Update #2844. 5
(edit) @ade135d4   12/19/16 09:19:44 Sebastian Huber JFFS2: Add RTEMS_JFFS2_FORCE_GARBAGE_COLLECTION Add IO control to … 5
(edit) @07c833f   12/19/16 08:54:16 Sebastian Huber JFFS2: Add RTEMS_JFFS2_GET_INFO Add IO control RTEMS_JFFS2_GET_INFO … 5
(edit) @c6eead1   12/07/16 06:20:38 Chris Johns libdl: Add C++ exception support to loaded modules. This has been … 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) @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) @05006c90   12/09/16 07:25:47 Sebastian Huber cdtest: Print proper begin/end of test messages 5
(edit) @8c637ee   12/09/16 07:13:39 Chris Johns cdtest: Add std::runtime_error() test case Update #2830. 5
(edit) @16bd9e0a   12/08/16 13:46:32 Sebastian Huber sptimecounter02: Add plot script 5
(edit) @3672f9a2   12/07/16 10:43:13 Sebastian Huber sptimecounter02: Update screen file Data obtained on QorIQ T4240 … 5
(edit) @ccda60bd   12/07/16 10:21:28 Sebastian Huber smplock01: Fix plot scripts 5
(edit) @28fda62   12/05/16 03:53:54 Chris Johns testsuite: Add test states to the testsuit configuration files. … 5
(edit) @4b579c5f   12/06/16 10:35:34 Sebastian Huber score: Simplify linker set API Resurrect RTEMS_LINKER_SET_BEGIN() and … 5
(edit) @38bc13f   12/05/16 13:47:19 Sebastian Huber smplock01: Fix fairness plot script 5
(edit) @b07e642a   12/02/16 12:39:40 Sebastian Huber smpthreadlife01: Fix due to robust thread dispatch Update #2811. 5
(edit) @5b6c290   12/01/16 19:42:48 Sebastian Huber score: Initialize thread queue context early Initialize thread queue … 5
(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
Note: See TracRevisionLog for help on using the revision log.