source: rtems/testsuites/sptests/configure.ac

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @e71c097a   11/06/18 11:57:42 Sebastian Huber spconfig02: Check object methods in default config Ensure that the … 5
(edit) @56e61e24   09/20/18 05:57:08 Sebastian Huber Remove INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL The configured … 5
(edit) @cfc4231d   08/27/18 08:36:35 Sebastian Huber score: Add flexible per-CPU data Update #3507. 5
(edit) @0e907232   09/06/18 05:01:48 Sebastian Huber sptests/spconfig01: New test Close #3435. 5
(edit) @fe46647e   06/15/18 14:53:27 Sebastian Huber score: Macros to declare and define global symbols Add … 5
(edit) @de9b7d7   06/01/18 05:04:45 Sebastian Huber Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE An invalid heap usage such … 5
(edit) @b422aa3f   04/26/18 14:05:45 Sebastian Huber tests: Remove configure feature checks Update #3409. 5
(edit) @ad071b68   04/22/18 13:54:56 Sebastian Huber sptests/sp36: Remove obsolete test program It tests the (never really … 5
(edit) @aa567bc1   04/10/18 06:06:39 Chris Johns configure: Add subdir-objects to all automake flags. This option … 5
(edit) @bc06753   04/09/18 03:45:15 Chris Johns testsuite/sptests: Merged nested Makefile.am files into one … 5
(edit) @8b2d5b8   02/28/18 12:02:55 Sebastian Huber spglobalcon02: New test Update #3319. 5
(edit) @2c12262   11/28/17 05:30:35 Sebastian Huber termios: Use self-contained objects Update #2840. 5
(edit) @f14a04c6   11/24/17 05:38:07 Sebastian Huber Add RTEMS thread API Update #2843. 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) @a7dcef97   11/17/17 05:36:54 Sebastian Huber score: Simplify global construction Update #3243. 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) @205d8d71   10/17/17 09:46:14 Christian.Mauderer sptests/sptimecounter04: New test Ensure that the time flow of … 5
(edit) @baef823c   09/13/17 07:22:19 Sebastian Huber libio: Add hold/drop iop reference Check iop reference count in … 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) @0794197   01/27/17 22:15:50 c0066c rtems: Fix _Rate_monotonic_Renew_deadline() Prepare a precondition to … 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) @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) @7a4b2645   01/11/17 15:43:06 joel Remove obsolete RTEMS_HAVE_SYS_CPUSET_H 5
(edit) @d78d529   11/14/16 08:11:07 Sebastian Huber score: Add and use _Thread_Dispatch_direct() This function is useful … 5
(edit) @1cafc46   10/31/16 05:19:43 Sebastian Huber score: Delete Resource Handler Update #2556. 5
(edit) @9276fde   05/11/16 15:52:13 Sebastian Huber score: Fix CORE mutex initialization The priority inheritance and … 5
(edit) @1d40d81b   05/03/16 05:38:19 Sebastian Huber rtems: Remove task variables Update #2494. Update #2555. 5
(edit) @709f38a   04/13/16 04:48:58 Sebastian Huber score: Use chain iterator for user extensions Add a lock and use a … 5
(edit) @e65c45c   03/22/16 22:13:30 joel Obsolete rtems_clock_get() directive. This service was marked as … 5
(edit) @03b900d   02/18/16 07:36:26 Sebastian Huber score: Replace watchdog handler implementation Use a red-black tree … 5
(edit) @d5154d0f   12/23/15 20:44:02 admin api: Remove deprecated Notepads Notepads where a feature of RTEMS' … 5
(edit) @d0c39838   09/22/15 14:21:12 Sebastian Huber Use linker set for system initialization Make … 5
(edit) @b618d8c   09/16/15 05:13:58 Sebastian Huber Add RTEMS linker sets Update #2408. 5
(edit) @8054b1c   11/26/15 13:08:56 Sebastian Huber Remove <rtems/debug.h> Close #2477. 5
(edit) @cff773f   09/10/15 15:12:06 Sebastian Huber libstdthreads: Add C11 threads 5
(edit) @214d8ed   06/28/15 20:06:36 Sebastian Huber score: Add self-contained mutex implementation This mutex … 5
(edit) @0562060   06/12/15 11:57:15 Sebastian Huber sptests/sptasknopreempt01: New test Update #2365. 4.115
(edit) @2ccd150d   06/02/15 19:41:26 Sebastian Huber sptests/sptimecounter03: New test 4.115
(edit) @7cd2484   05/12/15 12:32:47 alexander.krutwig timecounter: Use in RTEMS Replace timestamp implementation with … 4.115
(edit) @31be416   04/20/15 09:08:22 alexander.krutwig timecounter: Port to RTEMS New test sptests/timecounter01. Update #2271. 4.115
(edit) @6a941e3   03/17/15 15:24:44 Sebastian Huber score: Fix _Thread_Change_priority() Atomically update the current … 4.115
(edit) @979bda9   03/14/15 15:48:00 Joel Sherrill tm07: Split some code into new spnotepad02. Use of deprecated … 4.115
(edit) @4e3d9a4d   02/18/15 16:46:37 Sebastian Huber score: Make <rtems/score/atomic.h> available Make … 4.115
(edit) @efd2965a   02/02/15 14:25:26 Sebastian Huber Filesystem: Statically initialize rtems_libio_iops 4.115
(edit) @12072880   12/04/14 09:03:50 Sebastian Huber Update bug report URL 4.115
(edit) @a38ced2   10/10/14 07:09:19 Sebastian Huber score: Rework global construction Ensure that the global construction … 4.115
(edit) @6f1e1b3   09/19/14 12:18:00 Sebastian Huber sptests/spintrcritical22: New test 4.115
(edit) @4984ee4   09/09/14 15:13:51 Sebastian Huber sptests/sp39: Convert to sptests/spintrcritical21 Use interrupt … 4.115
(edit) @f6fc6359   06/03/14 10:00:53 Sebastian Huber sptests/spsem03: New test 4.115
(edit) @3e201139   05/23/14 08:00:33 Sebastian Huber score: Add Resource Handler A resource is something that has at most … 4.115
(edit) @8fcafdd5   05/21/14 08:33:43 Sebastian Huber score: Multiprocessor Resource Sharing Protocol Add basic support for … 4.115
(edit) @f39f667a   05/14/14 11:50:48 Sebastian Huber score: Simplify _Thread_Change_priority() The function to change a … 4.115
(edit) @0712d17   04/08/14 09:14:27 Sebastian Huber score: Task get/set affinity Make rtems_task_get_affinity() and … 4.115
(edit) @d507c037   04/03/14 17:55:43 Joel Sherrill Disable per task variables when SMP is enabled Per task variables are … 4.115
(edit) @3f5f2ce   03/28/14 12:44:18 Sebastian Huber score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USE Issue a fatal error … 4.115
(edit) @f0b4fd9   03/28/14 08:29:51 Sebastian Huber score: Do not reset resource count during restart This fixes an … 4.115
(edit) @df367fad   03/28/14 18:05:57 bjornlarsson sptests: New tests split from sp09 screen 1 and screen 2. Split sp09 … 4.115
(edit) @719c7e5   03/27/14 14:47:24 bjornlarsson sptask_err03: New test split from sp09 screen 3. 4.115
(edit) @4327a7b   03/26/14 18:22:43 bjornlarsson spevent_err03: New test split from sp09 screen 4. 4.115
(edit) @d6f65e40   03/26/14 14:56:43 bjornlarsson sptests: split sp09 screen 5,6 into spsem_err01, spsem_err02, and … 4.115
(edit) @a3707d89   03/25/14 18:48:30 bjornlarsson sptests: Split sp09 screens 7,8 into spmsg1_err01 and spmsgq_err02. … 4.115
(edit) @abc833bd   03/25/14 17:51:14 bjornlarsson spport_err01: New test split from sp09 This test verifies … 4.115
(edit) @34244b7a   03/25/14 14:58:04 bjornlarsson spsignal_err01: New test split from sp09. This test moves … 4.115
(edit) @0cf41e5   03/25/14 14:43:09 bjornlarsson spintr_err01: New test split from sp09. This test contains the … 4.115
(edit) @9c88bc6e   03/25/14 14:13:03 bjornlarsson spratemon_err01: New test split from sp09. 4.115
(edit) @5c0c0cf   03/27/14 13:23:21 Christian.Mauderer privateenv: Use POSIX keys instead of task variables. 4.115
(edit) @4dad4b8   03/10/14 13:39:49 Sebastian Huber sapi: Add profiling application level support 4.115
(edit) @3378be95   02/17/14 07:16:54 Sebastian Huber sptests/spcache01: New test 4.115
(edit) @95d0c98   02/24/14 09:13:32 Sebastian Huber score: Fix thread TLS area initialization Do not use _TLS_Size here … 4.115
(edit) @b39e055   02/17/14 09:17:20 Sebastian Huber score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UP This error case is … 4.115
(edit) @24bf11e   02/12/14 09:31:38 Sebastian Huber score: Add CPU counter support Add a CPU counter interface to allow … 4.115
(edit) @022851a   01/28/14 11:10:08 Sebastian Huber Add thread-local storage (TLS) support Tested and implemented on ARM, … 4.115
(edit) @255178e   01/02/14 19:22:36 mjuvekar0 sptests: Refactor sp09 into sppartition_err01 and sp09. 4.115
(edit) @dfcb3ac   12/30/13 03:56:13 mjuvekar0 spregion_err01: New test refactored from sp09 4.115
(edit) @7b5f6643   12/24/13 13:32:37 cdesai sptests: refactor sp09/screen13 into a new test spclock_err02 4.115
(edit) @fe011a5   12/16/13 19:13:14 Jennifer Averett sptests/spcpuset*: Add tests for fixed size cpu_set_t operations. … 4.115
(edit) @07f4edc1   12/11/13 23:10:34 Daniel Ramirez sptests: refactored sp09/screen14.c into two new tests 4.115
(edit) @54da1243   12/06/13 15:05:36 cdesai sptests: add a test for page size Bug: … 4.115
(edit) @ec987ec0   08/22/13 15:35:33 Sebastian Huber sptests/spintrcritical20: PR2140: New test 4.115
(edit) @6b0cd96   08/08/13 11:58:10 Sebastian Huber sptests/spintrcritical19: PR2136: New test 4.115
(edit) @69308895   08/01/13 13:49:49 wei.a.yang clean up spatomic testcase 4.115
(edit) @8fb2bea   07/24/13 08:37:39 ashi08104 score: Add freechain 4.115
(edit) @2e7f5798   07/15/13 15:31:13 wei.a.yang stdatomic.h support check when configure 4.115
(edit) @26ecc74   05/19/13 21:30:06 Gedare Bloom sptests: add test to demonstrate bug in strict order mutex 4.115
(edit) @9cdbf73   05/18/13 18:57:14 Gedare Bloom sptests: add test for priority inversion with multiple locks 4.115
(edit) @39993d6   05/07/13 08:14:55 Sebastian Huber score: Add CPU context validation 4.115
(edit) @502693f5   04/23/13 16:34:17 wei.a.yang Clear the atomic conditional compilation. 4.115
(edit) @bdf90720   02/14/13 22:27:00 Ralf Corsepius Introduce AM_CONDITIONAL ATOMIC, cpuopt RTEMS_ATOMIC. 4.115
(edit) @9d23df2   01/25/13 15:53:52 wei.a.yang score: atomic support for RTEMS automake and autoconf changes 4.115
(edit) @815994f   11/25/12 16:48:11 Sebastian Huber score: Add CPU_Exception_frame Add CPU port type CPU_Exception_frame … 4.115
(edit) @dc6e830   11/13/12 16:40:33 Sebastian Huber sapi: Add and use rtems_internal_error_description 4.115
(edit) @44633fd   11/07/12 11:31:27 Sebastian Huber sptests/spinternalerror01: New test 4.115
(edit) @0edf263   10/26/12 08:05:07 Sebastian Huber rtems: Add system events System events are similar to normal events. … 4.115
(edit) @47a3cd8   08/09/12 14:48:00 Sebastian Huber score: Work area initialization API change The work areas (RTEMS work … 4.115
(edit) @9b83a66   10/02/12 14:13:00 Sebastian Huber score: Critical fix for thread dispatching The changes in … 4.115
(edit) @a6eaa548   08/29/12 12:38:54 Krzysztof Miesowicz timespec helpers: Add wrappers with new test 4.115
(edit) @3913e3cf   08/29/12 12:35:23 Krzysztof Miesowicz sp77: new test to cover allocated message size overflowing Author: … 4.115
Note: See TracRevisionLog for help on using the revision log.