summaryrefslogtreecommitdiffstats
path: root/c/src/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-07-24Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1-2/+11
<raguet@crf.canon.fr> to make their patches work together.
1998-07-23Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1-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, ...
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-30botched file -- removed from repository and readdedJoel Sherrill1-0/+14
1998-04-29Added support for debug variants on tests.Joel Sherrill1-4/+5
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-30Were looking at the wrong C++ variable.Joel Sherrill1-1/+1
1998-03-26HAS_CPLUSPLUS should have been RTEMS_HAS_CPLUSPLUS.Joel Sherrill1-1/+1
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 Sherrill577-577/+577
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1998-01-30Big patch form Ralf Corsepius described in this email:Joel Sherrill141-564/+282
Here is the result of my nightly work to get RTEMS_ROOT=$srcdir working with different shells and relative/absolute paths. What I did is relatively simple in principle: Instead of setting RTEMS_ROOT in configure.in and then let configure substitute @RTEMS_ROOT@ inside the Makefiles, I now let each Makefile set RTEMS_ROOT from each Makefile's @top_srcdir@ value. The difference is subtile, but with enormous side effects: - If RTEMS_ROOT is set in configure, then the same single value will be propagated to all Makefiles. This breaks using relative paths, as the relative path to the root of the source tree is used inside of all subdirectory Makefiles. - Now each Makefile.in sets RTEMS_ROOT = @top_srcdir@. top_srcdir is computed individually by configure for each single Makefile.in, hereby receiving the correct value, no matter if relative or absolute paths are used. To get this working, I needed to remove setting RTEMS_ROOT from target.cfg.in, because this overrides the value of RTEMS_ROOT from each individual Makefile. Furthermore, I removed RTEMS_CUSTOM from the Makefiles and replaced all "include $(RTEMS_CUSTOM)" directives with"include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP)". Perhaps you don't like this, but I think, to have one variable less is clearer and easier to understand than having several variables refering to the next one. I enclose a small patch to this mail, which - fixes the config.h problem (to finally clearify misunderstands) - removes assignment/subsitution of RTEMS_ROOT from configure.in - contains a workaround for the application Makefile's RTEMS_ROOT problem (reported by Eric) - removes some unused lines from the toplevel Makefile.in - removes assignment of RTEMS_ROOT from make/target.cfg.in
1998-01-23Solaris port updates from Chris JohnsJoel Sherrill2-0/+5
1998-01-20Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill141-141/+141
1998-01-16Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill12-10/+14
> 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.
1997-12-10Modified a lot of files to take a first cut at supporting building fromJoel Sherrill141-141/+564
any directory in the build tree. The only variable which must be set before the command "gmake" is invoked is RTEMS_BSP (e.g. RTEMS_BSP=erc32).
1997-11-30Since test suite Makefiles are not always generated, use wildcardJoel Sherrill1-4/+3
to determine which directories to descend into.
1997-11-18Removed warning.Joel Sherrill1-1/+1
1997-11-18New file.Joel Sherrill1-0/+45
1997-10-23Added new test for termios style consoles from Eric Norum.Joel Sherrill3-1/+205
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-09Fixed some spacing.Joel Sherrill2-4/+4
1997-10-08Fix from Eric Norum so FPSP is installed before any FP code is actuallyJoel Sherrill1-0/+9
exercise.
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill579-1158/+1158
1997-10-08Removed include directory at "build" point and the link of this directoryJoel Sherrill4-7/+7
to lib/include. Went to using a PROJECT_INCLUDE variable.
1997-10-06Fixed some weird line duplications. Thanks to Chris Johns.Joel Sherrill1-18/+9
1997-09-21Added Monitor test.Joel Sherrill4-1/+192
1997-08-27Corrected reference to LIBC_LIBM to work on all targets.Joel Sherrill1-1/+1
1997-08-26Patches from Chris Johns to clean up test.Joel Sherrill5-19/+52
1997-08-26removed -lmJoel Sherrill1-1/+1
1997-07-31Merged very large and much appreciated patch from Chris JohnsJoel Sherrill8-0/+1274
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
1997-07-31Merged very large and much appreciated patch from Chris JohnsJoel Sherrill3-2/+12
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
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-22incorrect screen name for multiprocessing tests.Joel Sherrill1-1/+1