summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-10-04Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1-4/+4
where wrapup left pieces out of the librtemsall.a.
1999-08-18Reran and replaced screen after report from Gerwin Pfab <pb@schenk.isar.de>.Joel Sherrill1-7/+9
1999-08-10New configuration files added by patch fromJoel Sherrill1-0/+21
Ralf Corsepius <corsepiu@faw.uni-ulm.de>".
1999-02-10Added this file.Joel Sherrill1-0/+8
1998-12-03Insure that the same output occurs when multiprocessing is disabled.Joel Sherrill5-1/+41
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill1-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.
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-3/+35
it work.
1998-10-05Fixed use of incorrect macro for minimum stack size.Joel Sherrill1-1/+1
1998-09-23IDLE task stack size now specified as a field in the CPU Table for allJoel Sherrill1-1/+1
ports.
1998-08-03Under allcoated task stacks.Joel Sherrill1-1/+1
1998-06-12Patch from Eric Norum to avoid printing from context switch user extension.Joel Sherrill3-7/+37
The array is too long and needs to be shortened.
1998-05-04Fixed prototype of Fatal_Extension.Joel Sherrill2-18/+15
Fixed interface to cofndefs.h for initial extension set.
1998-04-27Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirementsJoel Sherrill15-0/+30
more accurate.
1998-04-15Initial sets of user extensions now have memory allocated on the flyJoel Sherrill1-2/+1
for them.
1998-04-06Increased stack size so test would run in debug mode.Joel Sherrill4-4/+5
1998-03-24Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1-7/+7
the CPU family name constants.
1998-03-03Corrected to indicate test cases which were skipped.Joel Sherrill1-2/+2
1998-02-20Modified to reflect new restrictions on mutex being released.Joel Sherrill1-1/+1
1998-02-20Removed extra line.Joel Sherrill1-1/+0
1998-02-20Increased stack space to let test run to completion.Joel Sherrill1-4/+4
1998-02-19Increased stack space of tasks.Joel Sherrill1-1/+1
1998-02-19Increased stack size of initialization task.Joel Sherrill1-0/+1
1998-02-17updated copyright to 1998Joel Sherrill167-167/+167
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-21Added test case for rtems_interrupt_catch checking that the pointerJoel Sherrill2-1/+11
for the returned old_isr_handler was non-NULL.
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill168-336/+336
1997-07-31Added support for rtems_message_queue_get_number_pending.Joel Sherrill4-0/+21
1997-07-09Used macro instead of hard coded number.Joel Sherrill1-1/+1
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill168-840/+840
of switching to the modified GNU GPL.
1997-04-07corrected printf specifications and added casts as necessary to eliminateJoel Sherrill4-69/+76
warnings.
1997-04-07added ifdef to avoid warning for unused variable.Joel Sherrill1-2/+6
1997-04-07corrected integer only definitions of "FP CHECK" routines to eliminateJoel Sherrill1-3/+10
warnings.
1997-04-02corrected printf format to avoid warningJoel Sherrill3-7/+7
1997-01-08_CPU_Trap_Table_area is now conditional based on whether or notJoel Sherrill1-2/+5
the application requires rtems to allocate a trap table
1996-09-18added castJoel Sherrill1-1/+1
1996-09-17extended Task_id and Task_name arrays to avoid indexing past end of array.Joel Sherrill1-2/+2
1996-06-13Added _Thread_Do_post_task_switch_extension variable.Joel Sherrill1-0/+1
1996-06-05added cpu_time_budget field to Thread_Control and removed the global variableJoel Sherrill1-1/+0
_Thread_Ticks_remaining_in_timeslice.
1996-06-03updated screenJoel Sherrill5-40/+34
1996-05-31renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill1-1/+1
Handler could timestamp the starting and stopping of timers. Since TOD is built on top of Watchdog, this avoided a circular dependency.
1996-05-29tests now specify whether using posix initialization threads tableJoel Sherrill25-0/+50
or rtems initialization table in configuration table
1996-05-24updates from Tony Bennett to correct calling sequences.Joel Sherrill2-0/+2
1996-04-22updates from Tony BennettJoel Sherrill2-2/+4
1996-04-22addition of optional user provided stack allocator means that we can notJoel Sherrill1-14/+27
reliably produce the "insufficient memory for stack space" error if this extension is configured.
1996-02-22The name of the test support routine pause was changed to rtems_test_pauseJoel Sherrill10-36/+32
to avoid conflict with the standard POSIX routine pause(2).
1996-02-21Dispersal of internal thread handler resulted in removal of someJoel Sherrill1-16/+11
variables and renaming of others.
1996-02-13removed post switch extensionJoel Sherrill3-3/+0
1996-02-09As part of implementing the new isr synchronization algorithm using aJoel Sherrill1-1/+1
single enumerated set of states the set of event manager variables changed.
1996-01-19Added RTEMS API control structure to per task memory usage macro.Joel Sherrill1-1/+2
1996-01-19Increased stack size.Joel Sherrill2-2/+2