summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added comment block and removed include of deleted file.Joel Sherrill1999-11-121-1/+4
|
* Screen updated.Joel Sherrill1999-11-111-0/+2
|
* Added new test sp28 to test the task variable directives.Joel Sherrill1999-11-114-1/+98
|
* rtems_semaphore_flush test from Eric Norum <eric@cls.usask.ca>.Joel Sherrill1999-11-104-1/+104
|
* This is another pass at making sure that nothing outside the BSPJoel Sherrill1999-11-054-15/+6
| | | | | | | | | | | | unnecessarily uses any variables defined by the BSP. On this sweep, use of BSP_Configuration and Cpu_table was eliminated. A significant part of this modification was the addition of macros to access fields in the RTEMS configuration structures. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
* Increased stack space of task 2.Joel Sherrill1999-11-012-2/+2
|
* Increased stack space for a task.Joel Sherrill1999-11-012-1/+3
|
* Increased stack space for task 1.Joel Sherrill1999-11-012-2/+2
|
* Added sp26 which tests the rtems_task_is_suspended directive.Joel Sherrill1999-10-256-1/+250
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-041-4/+4
| | | | where wrapup left pieces out of the librtemsall.a.
* Reran and replaced screen after report from Gerwin Pfab <pb@schenk.isar.de>.Joel Sherrill1999-08-181-7/+9
|
* New configuration files added by patch fromJoel Sherrill1999-08-101-0/+21
| | | | Ralf Corsepius <corsepiu@faw.uni-ulm.de>".
* Added this file.Joel Sherrill1999-02-101-0/+8
|
* Insure that the same output occurs when multiprocessing is disabled.Joel Sherrill1998-12-035-1/+41
|
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-231-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | overhaul of the RTEMS system call interface. This base file system is the "In-Memory File System" aka IMFS. The design and implementation was done by the following people: + Joel Sherrill (joel@OARcorp.com) + Jennifer Averett (jennifer@OARcorp.com) + Steve "Mr Mount" Salitasc (salitasc@OARcorp.com) + Kerwin Wade (wade@OARcorp.com) PROBLEMS ======== + It is VERY likely that merging this will break the UNIX port. This can/will be fixed. + There is likely some reentrancy/mutual exclusion needed. + Eventually, there should be a "mini-IMFS" description table to eliminate links, symlinks, etc to save memory. All you need to have "classic RTEMS" functionality is technically directories and device IO. All the rest could be left out to save memory.
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-231-3/+35
| | | | it work.
* Fixed use of incorrect macro for minimum stack size.Joel Sherrill1998-10-051-1/+1
|
* IDLE task stack size now specified as a field in the CPU Table for allJoel Sherrill1998-09-231-1/+1
| | | | ports.
* Under allcoated task stacks.Joel Sherrill1998-08-031-1/+1
|
* Patch from Eric Norum to avoid printing from context switch user extension.Joel Sherrill1998-06-123-7/+37
| | | | The array is too long and needs to be shortened.
* Fixed prototype of Fatal_Extension.Joel Sherrill1998-05-042-18/+15
| | | | Fixed interface to cofndefs.h for initial extension set.
* Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirementsJoel Sherrill1998-04-2715-0/+30
| | | | more accurate.
* Initial sets of user extensions now have memory allocated on the flyJoel Sherrill1998-04-151-2/+1
| | | | for them.
* Increased stack size so test would run in debug mode.Joel Sherrill1998-04-064-4/+5
|
* Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1998-03-241-7/+7
| | | | the CPU family name constants.
* Corrected to indicate test cases which were skipped.Joel Sherrill1998-03-031-2/+2
|
* Modified to reflect new restrictions on mutex being released.Joel Sherrill1998-02-201-1/+1
|
* Removed extra line.Joel Sherrill1998-02-201-1/+0
|
* Increased stack space to let test run to completion.Joel Sherrill1998-02-201-4/+4
|
* Increased stack space of tasks.Joel Sherrill1998-02-191-1/+1
|
* Increased stack size of initialization task.Joel Sherrill1998-02-191-0/+1
|
* updated copyright to 1998Joel Sherrill1998-02-17167-167/+167
|
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Added test case for rtems_interrupt_catch checking that the pointerJoel Sherrill1997-10-212-1/+11
| | | | for the returned old_isr_handler was non-NULL.
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-08168-336/+336
|
* Added support for rtems_message_queue_get_number_pending.Joel Sherrill1997-07-314-0/+21
|
* Used macro instead of hard coded number.Joel Sherrill1997-07-091-1/+1
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-22168-840/+840
| | | | of switching to the modified GNU GPL.
* corrected printf specifications and added casts as necessary to eliminateJoel Sherrill1997-04-074-69/+76
| | | | warnings.
* added ifdef to avoid warning for unused variable.Joel Sherrill1997-04-071-2/+6
|
* corrected integer only definitions of "FP CHECK" routines to eliminateJoel Sherrill1997-04-071-3/+10
| | | | warnings.
* corrected printf format to avoid warningJoel Sherrill1997-04-023-7/+7
|
* _CPU_Trap_Table_area is now conditional based on whether or notJoel Sherrill1997-01-081-2/+5
| | | | the application requires rtems to allocate a trap table
* added castJoel Sherrill1996-09-181-1/+1
|
* extended Task_id and Task_name arrays to avoid indexing past end of array.Joel Sherrill1996-09-171-2/+2
|
* Added _Thread_Do_post_task_switch_extension variable.Joel Sherrill1996-06-131-0/+1
|
* added cpu_time_budget field to Thread_Control and removed the global variableJoel Sherrill1996-06-051-1/+0
| | | | _Thread_Ticks_remaining_in_timeslice.
* updated screenJoel Sherrill1996-06-035-40/+34
|
* renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill1996-05-311-1/+1
| | | | | Handler could timestamp the starting and stopping of timers. Since TOD is built on top of Watchdog, this avoided a circular dependency.
* tests now specify whether using posix initialization threads tableJoel Sherrill1996-05-2925-0/+50
| | | | or rtems initialization table in configuration table