summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-04-06Corrections by Jennifer.Joel Sherrill1-41/+57
1999-04-01Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to address problemsJoel Sherrill1-1/+1
on BSPs that install there own tools.
1999-03-31Added prints for calls into the file system. Added O_EXCL for an open thatJennifer Averett1-5/+28
tested that the same file could not be created twice.
1999-03-31Modified file to match output.Jennifer Averett1-11/+38
1999-03-29Correctd name length to account for new IMFS max name length of 32.Jennifer Averett1-1/+3
1999-03-24These files were not added as part of a recent patch fromJoel Sherrill1-0/+16
Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
1999-03-23Automake II patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. EmailJoel Sherrill2-0/+309
description follows: Description: * automake for *all* tool subdirectories (Makefile.am, configure.in etc.) * autogen now also considers CONFIG_HEADER (generates stamp-h.ins and config.h.ins) * c/src/tests/tools/generic/difftest and c/src/tests/tools/generic/sorttimes generated by configure scripts * c/update-tools/ampolish, beautifier for Makefile.ams, similar to acpolish * rtems-polish.sh added to c/update-tools/ + ampolish support * New subdirectory ./automake, contains automake -Makefile fragments to support RTEMS make "debug, debug_install, profile, profile_install" for native Makefile.ams (== ignore these make targets). * aclocal/rtems-top.m4's RTEMS_TOP now reads the automake makefile variable VERSION from RTEMS ./VERSION file. * ./configure.in uses the macros from aclocal + support for the tools' configure scripts Remarks: * To run rtems-polish.sh, "cd <rtems-source-tree>; ./c/update-tools/rtems-polish.sh" * AFAIS, now all native subdirectories are converted to automake (Please drop me a note, if I forgot something). * Unless you notice something fatal, IMO the time has come for a public try (== snapshot). I do not intend to send more automake related patches within, say 2 weeks, to give these patches time to settle and to give me some time to think on how to continue. * The patch assumes installation to the new main installation directory [$(prefix)].
1999-03-17Unlimited objects patch from Chris Johns <ccj@acm.org>. Email follows:Joel Sherrill7-0/+1068
First, the unlimited patch. I have compiled the unlmited patch for the Linux posix BSP only and it seems to work cleanly. I would like a really major application run on this change before commiting as the changes are very core and significant. I am currently building all the tests to run. I have no targets suitable to test on at the moment. I have tested the patch for inline functions and macros. Turning macros on has found some core bugs. I have fixed these but have not run all the tests. Please review the patch for these changes. They are: 1) The conditional compilation for MP support broke the core messages code. You cannot embed a conditional macro in another macro. The Send and Urgent Send calls are macros. 2) User extensions handler initialisation now has two parameters. I have updated the macros to support the extra parameter. The patch also contains the gcc-target-default.cfg fix required to build the kernel. More of a by product than a fix for you.
1999-03-16Commented out test case that no long works since addition of POSIX timers.Joel Sherrill1-5/+10
1999-02-10Added this file.Joel Sherrill1-0/+8
1999-02-03Patch from John S Gwynne <jsg@donet.com> for malloctest. His comments:Joel Sherrill2-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.
1999-02-03New files from Juan Zamorano Flores <jzamora@avellano.datsi.fi.upm.es>Joel Sherrill3-0/+445
that are part of the addition of POSIX timers.
1999-01-31Removed unneeded include of libio_.h.Joel Sherrill1-2/+0
1998-12-03Removed spaces.Joel Sherrill3-14/+0
1998-12-03Changed to account for ownership only being tracked when a priorityJoel Sherrill1-0/+8
blocking protocol is used.
1998-12-03Removed all ^M from the file.Jennifer Averett1-156/+156
1998-12-03Removed all ^M from the scn file.Jennifer Averett1-1253/+1253
1998-12-03Cleaned up test.Jennifer Averett7-320/+480
Updated scn files to match present expected test output.
1998-12-03Added Comment that a result is valid at 4 or 5 seconds.Jennifer Averett1-13/+1
1998-12-03Updated scn files to match present expected test output.Jennifer Averett4-11/+267
1998-12-03Insure that the same output occurs when multiprocessing is disabled.Joel Sherrill5-1/+41
1998-12-03Moved cpuuse.h to rtems subdirectory.Joel Sherrill1-1/+1
1998-12-01Include files now installed as <rtems/*.h>.Joel Sherrill2-3/+3
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 new tests in support of the file system infrastructure.Joel Sherrill3-0/+155
1998-11-23Added tests in support of the file system infrastructure.Joel Sherrill15-0/+4577
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-3/+35
it work.
1998-10-05New file based on information from Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1-0/+42
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-07-17Turned stack checker on.Joel Sherrill1-0/+2
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-06-09Fixed comment block at the beginning of the file for a copyright dateJoel Sherrill135-271/+270
problem and an English problem.
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 Sherrill24-3/+49
more accurate.
1998-04-27Fixed screen to match actual output.Joel Sherrill1-3/+2
1998-04-27Reset the pthread attributes structure so the proper error would beJoel Sherrill1-1/+5
generated.
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 Sherrill5-5/+6
1998-03-24Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill2-9/+7
the CPU family name constants.
1998-03-21Corrected typo in copyright notice.Joel Sherrill1-1/+1
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-19Restructured so all times are placed in variables and printed in batchJoel Sherrill1-163/+193
mode at the end of the test. This eliminates the possibility of IO blocking a task unexpectedly and messing up the test.
1998-02-17updated copyright to 1998Joel Sherrill569-569/+569