source: rtems/testsuites/sptests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @c1c71cd   02/01/18 12:49:11 Sebastian Huber sp20: Fix print buffer size There were two issues: 1. The buffer … 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) @32e8fc3   01/19/18 08:57:05 Sebastian Huber spassoc01: Use floating-point task This test uses sprintf(). 5
(edit) @21e96d66   12/08/17 18:14:20 joel sp08: Disable RTEMS_INTERRUPT_MASK testing when SMP enabled Updates #3000. 5
(edit) @9e339a8   12/06/17 18:17:03 Sebastian Huber sptests/sp51: Delete semaphore after use This ensures that the … 5
(edit) @bc5b56a   12/04/17 07:56:00 Sebastian Huber libio: Use API mutex 5
(edit) @6c2b8a4b   11/29/17 05:23:27 Sebastian Huber score: Use self-contained API mutex Use a self-contained recursive … 5
(edit) @2e7c3f6   11/24/17 14:12:20 Sebastian Huber sptests/splinkersets01: Fix 64-bit targets Update #3082. 5
(edit) @15e19273   11/21/17 10:29:01 Sebastian Huber sapi: New implementation of rtems_panic() The previous rtems_panic() … 5
(edit) @a7dcef97   11/17/17 05:36:54 Sebastian Huber score: Simplify global construction Update #3243. 5
(edit) @c597fb1   11/09/17 15:21:37 Sebastian Huber score: Optimize scheduler priority updates Thread priority changes … 5
(edit) @ddc339c   11/13/17 08:21:28 Christian.Mauderer cpukit: Add _arc4random_getentropy_fail. Add a default implementation … 5
(edit) @727cf48   11/16/17 05:16:12 Sebastian Huber sptests/spversion01: Simplify configuration Update #3199. 5
(edit) @79a998d   11/16/17 13:08:20 Sebastian Huber rtems: rtems_semaphore_flush() with prio inherit The … 5
(edit) @e6df806   11/08/17 02:27:25 Chris Johns tests: Use ld to map (wrap) printf, puts and putchar to tester … 5
(edit) @bcd0c06c   11/07/17 21:25:36 Chris Johns tests: Use rtems_test_begin and rtems_test_end. Add a tests enum and … 5
(edit) @6f3fb8a   11/07/17 05:43:11 Chris Johns cpukit: Add a Version API. Provide functions to get the version … 5
(edit) @8d0a0aa   11/03/17 20:16:09 Sebastian Huber sptests/spconsole01: New test 5
(edit) @0c286e3   10/25/17 14:00:17 Sebastian Huber score: _Chain_Insert_ordered_unprotected() Change the chain order … 5
(edit) @c4b8b147   11/03/17 07:35:38 Sebastian Huber tests: Use simple console driver Update #3170. Update #3199. 5
(edit) @1082798   10/23/17 11:30:44 Sebastian Huber score: Add _IO_Printf() and _IO_Vprintf() The previous vprintk() … 5
(edit) @8c1f4064   11/02/17 12:56:12 Sebastian Huber tests: Use printf() instead of fprintf() Update #3170. Update #3199. 5
(edit) @0d796d6   11/02/17 13:08:02 Sebastian Huber tests: Delete obsolete TESTS_USE_PRINTF Update #3170. Update #3199. 5
(edit) @2126438a   10/30/17 05:30:11 Chris Johns testsuite: Add bspIo for a local printk. Update #3170. Update #3199. 5
(edit) @af43554   10/26/17 11:59:11 Sebastian Huber tests: Remove TEST_INIT The TEST_EXTERN is a used only by the … 5
(edit) @acc9d064   10/26/17 11:59:10 Sebastian Huber tests: Remove obsolete TESTS_USE_PRINTK Update #3170. Update #3199. 5
(edit) @7e102915   10/26/17 11:59:09 Sebastian Huber tests: Use rtems_test_printer in general Update #3170. Update #3199. 5
(edit) @73d892d8   10/26/17 11:59:07 Sebastian Huber tests: Use rtems_test_printer Update #3170. Update #3199. 5
(edit) @f703e7f   10/26/17 11:59:05 Sebastian Huber tests: Move rtems_test_printer definition Statically initialize it to … 5
(edit) @0719fc6   10/27/17 07:04:54 Sebastian Huber sptests/spscheduler01: Test POSIX set/get affinity 5
(edit) @8744498   10/27/17 07:04:53 Sebastian Huber score: Fix _Scheduler_Set_affinity() 5
(edit) @34799c3b   10/24/17 07:35:06 Sebastian Huber rtems: rtems_clock_get_ticks_per_second() Add macro implementation … 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) @27cfe7c   10/20/17 06:31:36 Sebastian Huber score: Add _Watchdog_Ticks_per_second This value is frequently used. … 5
(edit) @98c6d50   10/19/17 05:39:16 Chris Johns testsuite: Use printk for all test output where possible. - Remove … 5
(edit) @205d8d71   10/17/17 09:46:14 Christian.Mauderer sptests/sptimecounter04: New test Ensure that the time flow of … 5
(edit) @bf2a53d2   10/14/17 13:14:53 Sebastian Huber score: Rename watchdog variants Rename PER_CPU_WATCHDOG_RELATIVE in … 5
(edit) @6ba02954   10/12/17 17:56:06 joel spthreadq01/init.c: Fix unused variable warnings 5
(edit) @871c23c   10/12/17 01:17:29 joel Fix spprofiling01 overriding recipe warning Closes #3084. 5
(edit) @b2dbb634   10/10/17 09:36:23 Sebastian Huber score: Remove CPU_set_Control Use Processor_mask instead. Update #2514. 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) @baef823c   09/13/17 07:22:19 Sebastian Huber libio: Add hold/drop iop reference Check iop reference count in … 5
(edit) @8b29f9b9   08/27/17 19:11:24 joel sp25/task1.c: Fix printf() format warnings 5
(edit) @37f0023f   08/27/17 19:09:34 joel spstkalloc02/init.c: Fix printf() format warnings 5
(edit) @146adb1   07/17/17 05:30:46 Sebastian Huber sparc: Add lazy floating point switch The SPARC ABI is a bit special … 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) @5f1ae90e   07/19/17 14:00:48 Sebastian Huber sptests/sptls02: Use standard test IO Update #3076. 5
(edit) @0ea7ca9   07/19/17 13:51:28 Sebastian Huber sptests/spcache01: Use standard test IO Update #3076. 5
(edit) @a0271a7   07/19/17 13:50:57 Sebastian Huber tests: Use floating point task These tests directly or indirectly use … 5
(edit) @07e1780   07/18/17 11:07:26 Sebastian Huber tests: Use floating point task These tests directly or indirectly use … 5
(edit) @ecabd384   07/11/17 07:51:43 Sebastian Huber rtems: Add rtems_scheduler_ident_by_processor_set Update #3070. 5
(edit) @548d65a5   07/11/17 05:24:39 Sebastian Huber rtems: Add rtems_scheduler_ident_by_processor() Update #3069. 5
(edit) @7f7a3e8f   06/29/17 12:36:26 Sebastian Huber tests: Move busy loop to test support Update #3056. 5
(edit) @f7d0f5e   06/09/17 05:50:41 Sebastian Huber spcpuset01: Update due to CPU_CMP() changes Close #3036. 5
(edit) @b06dbb26   06/07/17 06:47:47 Sebastian Huber spcpuset01: Update due to CPU_NAND_S() changes Close #3032. 5
(edit) @836f454   06/07/17 06:14:30 Sebastian Huber Fix CPU_COPY() usage The original CPU_COPY() support of Newlib … 5
(edit) @787f51f   06/06/17 09:08:16 Sebastian Huber Do not include <sys/ioctl.h> in kernel-space Update #2833. 5
(edit) @6bc63df1   05/12/17 07:53:35 Sebastian Huber confdefs.h: Add SMP enabled field to configuration Do not use the … 5
(edit) @00d98208   05/12/17 08:08:34 Sebastian Huber sptests/spprivenv01: Use default task mode There is no need to run … 5
(edit) @f778b7f3   05/12/17 06:35:36 Sebastian Huber confdefs.h: Use SMP scheduler only if necessary Update #3001. 5
(edit) @13097181   05/11/17 09:03:00 Sebastian Huber confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATION Enable the SMP … 5
(edit) @75e71b2   04/05/17 07:55:45 Sebastian Huber spcache01: Instruction cache invalidate workaround On some systems, … 5
(edit) @258bda3   04/03/17 22:11:24 Chris Johns testsuite: Add a common test configuration. Fix configure.ac and … 5
(edit) @c54769e7   02/21/17 11:10:43 Sebastian Huber spextensions01: Fix extension create order Update #2692. 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) @54835ae   02/01/17 13:10:18 Sebastian Huber Rename CONFIGURE_SMP_MAXIMUM_PROCESSORS Rename … 5
(edit) @9333de2f   02/14/17 07:54:51 Sebastian Huber sppagesize: Include missing header file 5
(edit) @07d71279   02/01/17 13:48:17 Sebastian Huber Prefix confdefs.h internal def with an underscore Close #2895. 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) @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) @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) @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) @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) @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) @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) @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.