summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
|
* Turned stack checker on.Joel Sherrill1998-07-171-0/+2
|
* Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirementsJoel Sherrill1998-04-275-3/+11
| | | | more accurate.
* Corrected typo in copyright notice.Joel Sherrill1998-03-211-1/+1
|
* updated copyright to 1998Joel Sherrill1998-02-1724-24/+24
|
* 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.
* New file.Joel Sherrill1997-11-181-0/+45
|
* Added new test for termios style consoles from Eric Norum.Joel Sherrill1997-10-231-0/+141
|
* Fixed some spacing.Joel Sherrill1997-10-092-4/+4
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-0824-48/+48
|
* 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.
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-2217-85/+85
| | | | of switching to the modified GNU GPL.
* enabled floating point and fixed confdef reference to initializationJoel Sherrill1997-04-094-5/+9
| | | | tasks table.
* new testJoel Sherrill1997-04-0912-0/+742
|
* address arithmetic changed to be more portableJoel Sherrill1996-09-181-3/+7
|
* new test submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-183-0/+230
| | | | (ostertag@transition.com)
* tests now specify whether using posix initialization threads tableJoel Sherrill1996-05-291-0/+2
| | | | or rtems initialization table in configuration table
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-114-9/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration Table Template file added and all tests modified to use this. All gvar.h and conftbl.h files removed from test directories. Configuration parameter maximum_devices added. Core semaphore and mutex handlers added and RTEMS API Semaphore Manager updated to reflect this. Initialization sequence changed to invoke API specific initialization routines. Initialization tasks table now owned by RTEMS Tasks Manager. Added user extension for post-switch. Utilized user extensions to implement API specific functionality like signal dispatching. Added extensions to the System Initialization Thread so that an API can register a function to be invoked while the system is being initialized. These are largely equivalent to the pre-driver and post-driver hooks. Added the Modules file oar-go32_p5, modified oar-go32, and modified the file make/custom/go32.cfg to look at an environment varable which determines what CPU model is being used. All BSPs updated to reflect named devices and clock driver's IOCTL used by the Shared Memory Driver. Also merged clock isr into main file and removed ckisr.c where possible. Updated spsize to reflect new and moved variables. Makefiles for the executive source and include files updated to show break down of files into Core, RTEMS API, and Neither. Header and inline files installed into subdirectory based on whether logically in the Core or a part of the RTEMS API.
* Initial revisionJoel Sherrill1995-05-115-0/+199