summaryrefslogtreecommitdiffstats
path: root/cpukit/ada/rtems.ads (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-02-032003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+3
PR 338/filesystem * rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
2003-01-032003-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-12/+16
* rtems.ads: Corrected Configuration_Table record definition to match current RTEMS source. sp01 now runs.
2002-08-272002-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+1
* rtems.ads: Corrected binding for Io_Initialize.
2002-02-012001-02-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-36/+50
* rtems.ads, rtems.adb: Formatting cleaned up. Task based timer directives added. This is Timer_Initiate_Server, Timer_Server_Fire_After, and Timer_Server_Fire_When.
1999-10-21Added Semaphore_Flush.Joel Sherrill1-0/+4
1999-10-07Added Is_Suspended method.Joel Sherrill1-0/+5
1998-04-15Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1-12/+13
to multiple. This lets the stack check extension be installed at system initialization time and avoids the BSP having to even know about its existence.
1997-09-30fixed typoJoel Sherrill1-1/+1
1997-08-28Fixed IO Manager calls to remove an argument which was used in 3.2.1Joel Sherrill1-5/+0
but not in newer RTEMS.
1997-08-28Added IO_Error status code and fixed No_Memory error number.Joel Sherrill1-3/+5
1997-07-10Reordered specs.Joel Sherrill1-4/+4
1997-06-03Added True and False constants for RTEMS.Boolean types. This necessitatedJoel Sherrill1-0/+4
making sure every True/False reference was fully qualified.
1997-06-03Added RTEMS boolean constants.Joel Sherrill1-0/+3
1997-06-03Added Pending_Events and lined up other event constantsJoel Sherrill1-33/+34
1997-06-03added more constants and fixed numerJoel Sherrill1-8/+24
1997-06-03added Signal constants, Is_Status_Successful, and Attribute constants.Joel Sherrill1-5/+61
1997-06-03added rtems_interrupt_level_attribute routien to return a properlyJoel Sherrill1-5/+6
shifted interrupt_level attribute field and RTEMS_INTERRUPT_MASK.
1997-06-02added Minimum_Stack_Size and Mode constantsJoel Sherrill1-8/+23
1997-06-02added new files from test area.Joel Sherrill1-0/+1336
This code has successfully been used to run sp01.