summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated scn files to match present expected test output.Jennifer Averett1998-12-034-11/+267
|
* Insure that the same output occurs when multiprocessing is disabled.Joel Sherrill1998-12-035-1/+41
|
* Moved cpuuse.h to rtems subdirectory.Joel Sherrill1998-12-031-1/+1
|
* Include files now installed as <rtems/*.h>.Joel Sherrill1998-12-012-3/+3
|
* 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 new tests in support of the file system infrastructure.Joel Sherrill1998-11-233-0/+155
|
* Added tests in support of the file system infrastructure.Joel Sherrill1998-11-2315-0/+4577
|
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-231-3/+35
| | | | it work.
* New file based on information from Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1998-10-051-0/+42
|
* 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
|
* Turned stack checker on.Joel Sherrill1998-07-171-0/+2
|
* 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 comment block at the beginning of the file for a copyright dateJoel Sherrill1998-06-09135-271/+270
| | | | problem and an English problem.
* 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-2724-3/+49
| | | | more accurate.
* Fixed screen to match actual output.Joel Sherrill1998-04-271-3/+2
|
* Reset the pthread attributes structure so the proper error would beJoel Sherrill1998-04-271-1/+5
| | | | generated.
* 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-065-5/+6
|
* Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1998-03-242-9/+7
| | | | the CPU family name constants.
* Corrected typo in copyright notice.Joel Sherrill1998-03-211-1/+1
|
* 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
|
* Restructured so all times are placed in variables and printed in batchJoel Sherrill1998-02-191-163/+193
| | | | | mode at the end of the test. This eliminates the possibility of IO blocking a task unexpectedly and messing up the test.
* updated copyright to 1998Joel Sherrill1998-02-17569-569/+569
|
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Solaris port updates from Chris JohnsJoel Sherrill1998-01-232-0/+5
|
* Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill1998-01-1611-10/+12
| | | | | | | | | | > RTEMS is under CVS control and has been since rtems 3.1.16 which was > around May 1995. So I just to add the $Id$. If you notice other files > with missing $Id$'s let me know. I try to keep w\up with it. Now that you have asked -- I'll attach a list of files lacking an RCS-Id to this mail. This list has been generated by a little sh-script I'll also enclose.
* Removed warning.Joel Sherrill1997-11-181-1/+1
|
* New file.Joel Sherrill1997-11-181-0/+45
|
* Added new test for termios style consoles from Eric Norum.Joel Sherrill1997-10-231-0/+141
|
* 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 some spacing.Joel Sherrill1997-10-092-4/+4
|
* Fix from Eric Norum so FPSP is installed before any FP code is actuallyJoel Sherrill1997-10-081-0/+9
| | | | exercise.
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-08571-1142/+1142
|
* Fixed some weird line duplications. Thanks to Chris Johns.Joel Sherrill1997-10-061-18/+9
|
* Added Monitor test.Joel Sherrill1997-09-212-0/+131
|
* Patches from Chris Johns to clean up test.Joel Sherrill1997-08-265-19/+52
|
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-317-0/+1208
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-311-0/+6
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* 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
|
* updated with new license information per Tony Bennett.Joel Sherrill1997-04-221-13/+5
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-22563-2815/+2815
| | | | of switching to the modified GNU GPL.