summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* new fileJoel Sherrill1997-06-036-0/+209
|
* removed reference to the Stub Device DriverJoel Sherrill1997-06-031-1/+0
|
* Changed mode and priority of initialization task.Joel Sherrill1997-06-032-5/+2
|
* Changed attribute of Initialization Task to Floating_PointJoel Sherrill1997-06-031-1/+1
|
* new filesJoel Sherrill1997-06-032-0/+56
|
* new fileJoel Sherrill1997-06-033-0/+326
|
* new fileJoel Sherrill1997-06-0314-0/+504
|
* Changed from RTEMS.Boolean to Standard.Boolean to avoid problems.Joel Sherrill1997-06-031-1/+1
|
* new filesJoel Sherrill1997-06-032-0/+82
|
* Added True and False constants for RTEMS.Boolean types. This necessitatedJoel Sherrill1997-06-032-8/+36
| | | | making sure every True/False reference was fully qualified.
* Switched to proper types for booleans and increased the stack spaceJoel Sherrill1997-06-032-5/+6
| | | | for the tasks in this test.
* Added RTEMS boolean constants.Joel Sherrill1997-06-031-0/+3
|
* Modifed to make the test run to completion. Primarily providedJoel Sherrill1997-06-032-32/+96
| | | | | | the Buffer type and support routines although some work was required to account for the directives which required message size information.
* Commented out exception handling code since these routines are notJoel Sherrill1997-06-031-9/+9
| | | | | called from Ada tasks. It is questionable whether the exception handling would work correctly.
* removed with of unchecked_conversionJoel Sherrill1997-06-031-1/+0
|
* sptest.adb: update Semaphore_Create calling sequenceJoel Sherrill1997-06-032-1/+8
| | | | sp12.adb: doubled the initialization task stack size
* Added Pending_Events and lined up other event constantsJoel Sherrill1997-06-031-33/+34
|
* Fixed problems which prevented the test from compiling and running toJoel Sherrill1997-06-033-85/+157
| | | | completion.
* added more constants and fixed numerJoel Sherrill1997-06-032-24/+64
|
* changed reference for Configuration Table from BSP to RTEMS.Joel Sherrill1997-06-031-2/+1
|
* added Signal constants, Is_Status_Successful, and Attribute constants.Joel Sherrill1997-06-032-5/+74
|
* *** empty log message ***Joel Sherrill1997-06-0319-18/+13
|
* added rtems_interrupt_level_attribute routien to return a properlyJoel Sherrill1997-06-032-16/+6
| | | | shifted interrupt_level attribute field and RTEMS_INTERRUPT_MASK.
* updated to runJoel Sherrill1997-06-032-15/+42
|
* New style main procedure which creates the test's RTEMS initialization taskJoel Sherrill1997-06-0328-27/+687
| | | | | | as an RTEMS task. This avoid problems resulting from differences in the tasking mode/priority of Ada tasks from the typical way an RTEMS initialization task is created.
* added subtract of 1 to Task_Number to account for the creationJoel Sherrill1997-06-021-1/+1
| | | | of the initialization task
* *** empty log message ***Joel Sherrill1997-06-021-1/+0
|
* added Minimum_Stack_Size and Mode constantsJoel Sherrill1997-06-021-8/+23
|
* new fileJoel Sherrill1997-06-021-0/+33
|
* readded body for "main" proceduresJoel Sherrill1997-06-0247-23/+744
|
* removed configuration table definition in AdaJoel Sherrill1997-06-0223-1290/+0
|
* new file - automatically generated by a scriptJoel Sherrill1997-06-0255-0/+0
|
* Changed license and copyright notice.Joel Sherrill1997-06-025-52/+25
| | | | Added "development" style CVS Id
* New file -- works in conjunction with support/init.c.Joel Sherrill1997-06-021-0/+33
|
* Removed Ada Configuration Table definition.Joel Sherrill1997-06-021-55/+0
|
* added screen files from 3.2.1Joel Sherrill1997-06-0256-0/+1399
|
* added new files from test area.Joel Sherrill1997-06-027-0/+3892
| | | | This code has successfully been used to run sp01.
* modified copyright notice to be the same as RTEMS 4.0.0.Joel Sherrill1997-06-02176-1056/+1056
| | | | changed the CVS ID string to be a "development" version.
* Initial revisionJoel Sherrill1997-06-02176-0/+39236
|
* Added support for context switching the data used by the gcc m68kJoel Sherrill1997-05-286-3/+111
| | | | | | software floating point emulation code. Code implemented by Karen Sara Looney <Karen.Looney@colorado.edu> with much email assistance from Joel.
* added ka9q stackJoel Sherrill1997-05-2710-5/+1037
|
* changed version number to 4.1.0.Joel Sherrill1997-05-272-2/+2
|
* KA9Q stack removed prior to testing for 4.0.0 public release.Joel Sherrill1997-05-239-40/+7
|
* patch from Eric NorumJoel Sherrill1997-05-211-4/+4
|
* Corrected by adding check for NULL address passed into get_statusJoel Sherrill1997-04-251-0/+3
| | | | directive.
* Added to comment header block to include new status directive.Joel Sherrill1997-04-252-0/+2
|
* updated to reflect new license per John Gwynne's permission.Joel Sherrill1997-04-254-52/+12
|
* Updated to reflect changes since 3.6.0Joel Sherrill1997-04-231-17/+2
|
* incorrect screen name for multiprocessing tests.Joel Sherrill1997-04-221-1/+1
|
* Patch from Chris John <cjohns@awa.com.au> to add use of a select statementJoel Sherrill1997-04-225-3/+180
| | | | | | in the unix port idle thread task. This should keep the entire application from blocking when any component does a blocking application. Also added TOD_MICROSECONDS_TO_TICKS.