summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use linker set for libio initializationSebastian Huber2016-02-032-17/+27
| | | | Update #2408.
* Use linker set for root file system initializationSebastian Huber2016-02-031-0/+24
| | | | Update #2408.
* Optional POSIX Keys initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional CPU Set Handler initializationSebastian Huber2016-02-031-0/+13
| | | | Update #2408.
* Optional POSIX Spinlock initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional POSIX RWLock initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional POSIX Barrier initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional POSIX Timer initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional POSIX Semaphore initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional POSIX Message Queue initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional POSIX Mutex initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional POSIX Condition Variable initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional POSIX Cleanup initializationSebastian Huber2016-02-031-0/+26
| | | | Update #2408.
* Optional POSIX Threads initializationSebastian Huber2016-02-031-0/+21
| | | | Update #2408.
* Optional POSIX Signals initializationSebastian Huber2016-02-031-0/+36
| | | | Update #2408.
* Optional Classic Barrier initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional Classic Rate Monotonic initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional Classic Dual-Ported Memory initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional Classic Region initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional Classic Partition initializationSebastian Huber2016-02-032-0/+18
| | | | Update #2408.
* Optional Classic Semaphore initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional Classic Message Queue initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional Classic Event initializationSebastian Huber2016-02-031-0/+13
| | | | Update #2408.
* Optional Classic Signal initializationSebastian Huber2016-02-031-0/+13
| | | | Update #2408.
* Optional Classic Timer initializationSebastian Huber2016-02-033-5/+28
| | | | Update #2408.
* Optional Classic Tasks initializationSebastian Huber2016-02-031-0/+15
| | | | Update #2408.
* Optional Extensions initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* Optional Initial Extensions initializationSebastian Huber2016-02-031-0/+17
| | | | Update #2408.
* score: Create idle threads via linker setSebastian Huber2016-02-031-20/+56
| | | | | | This allows a more fine grained rtems_initialize_data_structures(). Update #2408.
* fstests/fsdosfsname01: Fix Makefile.amSebastian Huber2016-01-271-14/+2
|
* sptests/spsyslock01: Disable POSIX dependent partsSebastian Huber2016-01-261-0/+8
|
* psxtests: Disable POSIX only psxcleanup02Sebastian Huber2016-01-261-1/+1
|
* score: Delete obsolete CPU_TIMESTAMP_* definesSebastian Huber2016-01-251-7/+2
| | | | Update #2271.
* rhealstone/rhtaskpreempt/taskpreempt.c: Fix warning due to oddly placed ↵Joel Sherrill2016-01-241-2/+2
| | | | semi-colon
* Remove AVR portJoel Sherrill2016-01-191-3/+1
| | | | closes #2443.
* psxtests: Fix link-time errorsSebastian Huber2016-01-196-93/+2
| | | | | | | Fix link-time errors introduced by e39cdb875ce7458787b0be173f2f7893a774a673. Update #2531.
* libtests/devfs: Inc max dev to support more BSPsSebastian Huber2016-01-192-1/+6
|
* sptests/sp37: Fix interrupt level usageSebastian Huber2016-01-191-8/+9
|
* sptests/sp37: Enable interrupts after test caseSebastian Huber2016-01-152-5/+10
| | | | This avoids a test failure on ARMv7-M targets.
* score: Statically initialize TOD handlerSebastian Huber2016-01-121-3/+55
|
* score: Introduce Thread_Entry_informationSebastian Huber2016-01-113-16/+8
| | | | | | | This avoids potential dead code in _Thread_Handler(). It gets rid of the dangerous function pointer casts. Update #2514.
* smptests/README: Delete obsolete informationSebastian Huber2016-01-111-5/+0
|
* score: Add fatal errors for NULL entry init tasksSebastian Huber2016-01-084-8/+15
| | | | | | This simplifies the global construction. Update #2514.
* Filesystem: Remove superfluous permission checksSebastian Huber2016-01-052-5/+20
| | | | The permission is check by the upper layer.
* Remove H8300 portJoel Sherrill2016-01-042-4/+1
| | | | updates #2452.
* Remove M32R architectureJoel Sherrill2016-01-041-2/+1
| | | | updates #2446.
* score: Fix watchdog insertSebastian Huber2016-01-041-4/+44
| | | | | | | | | Under certain conditions a new watchdog was inserted with a wrong and very large delta interval due to a wrong iterator update. Bug was introduced by 1ccbd052910ed16131c74b0d5595c8a94066942d. Close #2507.
* sptests/sp07: Fix test caseSebastian Huber2016-01-042-13/+7
| | | | | | Fix things broken by commit d5154d0f6a04f3b7ed59d9a09038576fe2640756. Update #2493.
* api: Remove deprecated NotepadsAun-Ali Zaidi2015-12-2443-1002/+98
| | | | | | | | | | | | | | | | | | | | | | | Notepads where a feature of RTEMS' tasks that simply functioned in the same way as POSIX keys or threaded local storage (TLS). They were introduced well before per task variables, which are also deprecated, and were barely used in favor of their POSIX alternatives. In addition to their scarce usage, Notepads took up unnecessary memory. For each task: - 16 32-bit integers were allocated. - A total of 64 bytes per task per thread. This is especially critical in low memory and safety-critical applications. They are also defined as uint32_t, and therefore are not guaranteed to hold a pointer. Lastly, they are not portable solutions for SMP and uniprocessor systems, like POSIX keys and TLS. updates #2493.
* score: Fix watchdog removalSebastian Huber2015-12-211-5/+57
| | | | | | | | | Under certain conditions a new watchdog was inserted with a wrong and very large delta interval due to an incomplete iterator update. Bug was introduced by 1ccbd052910ed16131c74b0d5595c8a94066942d. Close #2501.