summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Modified to reflect change from 255 posix priority levels to 254.Joel Sherrill1997-04-183-6/+6
|
* enabled floating point and fixed confdef reference to initializationJoel Sherrill1997-04-094-5/+9
| | | | tasks table.
* new testJoel Sherrill1997-04-0912-0/+742
|
* corrected printf specifications and added casts as necessary to eliminateJoel Sherrill1997-04-077-72/+79
| | | | warnings.
* added ifdef to avoid warning for unused variable.Joel Sherrill1997-04-071-2/+6
|
* corrected integer only definitions of "FP CHECK" routines to eliminateJoel Sherrill1997-04-071-3/+10
| | | | warnings.
* corrected printf format to avoid warningJoel Sherrill1997-04-027-11/+11
|
* initialized variables or removed unused variables to remove warningsJoel Sherrill1997-04-023-4/+3
|
* Made stopping for the pause an option which can be configured in theJoel Sherrill1997-01-291-0/+12
| | | | targopts.h file.
* _CPU_Trap_Table_area is now conditional based on whether or notJoel Sherrill1997-01-081-2/+5
| | | | the application requires rtems to allocate a trap table
* new filesJoel Sherrill1996-09-183-0/+205
|
* added castJoel Sherrill1996-09-181-1/+1
|
* 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)
* extended Task_id and Task_name arrays to avoid indexing past end of array.Joel Sherrill1996-09-171-2/+2
|
* Fixed test to match change to pthread_cond_timedwait which now takes a wallMark Johannes1996-09-121-26/+32
| | | | | | | time. Commented out calls to pthread_cond_wait and pthread_cond_timedwait without the mutex locked before calling.
* modified test to take into account change in default value ofJoel Sherrill1996-09-061-0/+5
| | | | | inheritsched pthread attribute from implicit to explicit scheduling parameters.
* added printf of status when not successfulJoel Sherrill1996-09-051-1/+3
|
* nanosleep no longer consider a negative value of tv_sec to be an error.Joel Sherrill1996-09-051-6/+7
| | | | Instead it is an indication of a request for a small delay.
* Changed all EFAULTS to EINVALsMark Johannes1996-08-231-14/+20
|
* filled in screenMark Johannes1996-08-231-0/+11
|
* Filled in screenMark Johannes1996-08-232-0/+78
|
* Filled in the screenMark Johannes1996-08-239-0/+479
|
* Added build_time statement to provide a tm for the testMark Johannes1996-08-231-2/+4
|
* Changed test 5 to test 10 at bottomMark Johannes1996-08-231-1/+1
|
* Commented out the EINVAL for mutex not acquired befor cond_wait callMark Johannes1996-08-221-4/+9
|
* updated to support ENOTSUPMark Johannes1996-08-211-10/+10
|
* Added Einval case for mutex not initializedMark Johannes1996-08-201-0/+10
|
* init: added tests for pthread_kill and kill errors.Mark Johannes1996-08-151-32/+186
|
* changed error codeJoel Sherrill1996-08-151-2/+2
|
* changed error for too many threads to EAGAINJoel Sherrill1996-08-151-2/+2
|
* pthread_mutex_init returns EAGAIN not ENOMEM when there are too many mutexes.Joel Sherrill1996-08-141-2/+2
|