summaryrefslogtreecommitdiffstats
path: root/c/src/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-02-18150-79/+379
| | | | | | | | | | | | | | | | > 5) rtems-rc-19990202-1.diff/reorg-install.sh > > reorg-install.sh fixes a Makefile variable name clash of RTEMS > configuration files and automake/autoconf standards. > Until now, RTEMS used $(INSTALL) for install-if-change. Automake and > autoconf use $(INSTALL) for a bsd-compatible install. As > install-if-change and bsd-install are not compatible, I renamed all > references to install-if-changed to $(INSTALL_CHANGED) and used > $(INSTALL) for bsd-install (==automake/autoconf standard). When > automake will be introduced install-if-change will probably be replaced > by $(INSTALL) and therefore will slowly vanish. For the moment, this > patch fixes a very nasty problem which prevents adding any automake file > until now (There are still more).
* Added this file.Joel Sherrill1999-02-101-0/+8
|
* Don't build spfatal since it won't run anyway.Joel Sherrill1999-02-101-1/+1
|
* Changed file name.Joel Sherrill1999-02-101-2/+2
|
* Patch from John S Gwynne <jsg@donet.com> for malloctest. His comments:Joel Sherrill1999-02-032-6/+12
| | | | | | | | | | I have a few patches for the efi332 bsp. If you let me know when you expect the next snapshot release, I will try to have them to you before then. Also, the malloctest has some problems that I would think would prevent it from running on almost any platform. I have enclose patches below to fix (1) Task_id and Task_name dimensioning, (2) end of test message, (3) the amount of memory malloc'ed, and (4) retry on unsuccessful (out of memory) molloc's.
* New test from Juan Zamorano Flores <jzamora@avellano.datsi.fi.upm.es>Joel Sherrill1999-02-031-1/+1
| | | | that is part of the addition of POSIX timers.
* New files from Juan Zamorano Flores <jzamora@avellano.datsi.fi.upm.es>Joel Sherrill1999-02-034-0/+508
| | | | that are part of the addition of POSIX timers.
* Removed unneeded include of libio_.h.Joel Sherrill1999-01-311-2/+0
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-141-3/+3
| | | | | .s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.
* Removed spaces.Joel Sherrill1998-12-033-14/+0
|
* Changed to account for ownership only being tracked when a priorityJoel Sherrill1998-12-031-0/+8
| | | | blocking protocol is used.
* Removed all ^M from the file.Jennifer Averett1998-12-031-156/+156
|
* Added psx to the front of all test names.Jennifer Averett1998-12-031-1/+1
|
* Removed all ^M from the scn file.Jennifer Averett1998-12-031-1253/+1253
|
* Cleaned up test.Jennifer Averett1998-12-037-320/+480
| | | | Updated scn files to match present expected test output.
* Added Comment that a result is valid at 4 or 5 seconds.Jennifer Averett1998-12-031-13/+1
|
* Updated scn files to match present expected test output.Jennifer Averett1998-12-034-11/+267
|
* Renamed all directories to start with psx.Jennifer Averett1998-12-034-4/+4
|
* Added a posix time test.Jennifer Averett1998-12-031-2/+2
| | | | Renamed all directories to start with psx.
* Modified to support test names longer than two characters plus theJoel Sherrill1998-12-031-1/+1
| | | | | test suite designator. In English, we now support psxfile in addition to psx11.
* 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-234-0/+218
|
* Added tests in support of the file system infrastructure.Joel Sherrill1998-11-2328-1/+5240
|
* 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
|
* Moved to network demosJoel Sherrill1998-08-011-8/+1
|
* Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1998-07-241-2/+11
| | | | <raguet@crf.canon.fr> to make their patches work together.
* Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1998-07-231-1/+3
| | | | | | | | | | | | Here is a patch for KA9Q stack. This patch contains an Ethernet Driver for Western Digital, some fixes for the UDP and TCP protocols (for endian conversion) and some little programs which allow the test of UDP and TCP sockets via Ethernet. I have tested that on an Intel machine. If someone can test it on a big-endian machine, ...
* 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.
* botched file -- removed from repository and readdedJoel Sherrill1998-04-301-0/+14
|
* Added support for debug variants on tests.Joel Sherrill1998-04-291-4/+5
|
* 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
|
* Were looking at the wrong C++ variable.Joel Sherrill1998-03-301-1/+1
|
* HAS_CPLUSPLUS should have been RTEMS_HAS_CPLUSPLUS.Joel Sherrill1998-03-261-1/+1
|
* 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
|