summaryrefslogtreecommitdiffstats
path: root/c/src/ada (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CleanupRalf Corsepius2003-07-081-12/+0
|
* 2003-07-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-07-082-1/+6
| | | | | PR 418/ada * rtems.adb: Add missing all keyword to derefence pointer.
* 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-082-3/+9
| | | | | | * configure.ac: Remove (Merged into ../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../configure.ac.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-111-0/+4
|
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-111-0/+4
| | | | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-111-0/+4
| | | | * configure.ac: AC_PREREQ(2.57).
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-033-4/+11
| | | | | | PR 338/filesystem * rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
* 2003-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-032-12/+21
| | | | | * rtems.ads: Corrected Configuration_Table record definition to match current RTEMS source. sp01 now runs.
* 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-191-0/+4
| | | | * configure.ac: Fix package name.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-292-0/+9
| | | | | * configure.ac: Remove AC_ENABLE_MULTILIB. * Makefile.am: Add CVS-Id.
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-251-0/+4
| | | | * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-212-3/+9
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-302-11/+6
| | | | * rtems.adb (IO_Initialize): Make this match the C prototype.
* 2002-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-272-2/+5
| | | | * rtems.ads: Corrected binding for Io_Initialize.
* 2001-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-233-0/+40
| | | | | | * configure.ac: New. * Makefile.am: New. * .cvsignore: New.
* 2001-02-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-02-015-294/+274
| | | | | | * 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.
* 2001-02-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-02-011-0/+4
| | | | * ChangeLog: New file.
* Added Semaphore_Flush.Joel Sherrill1999-10-212-0/+18
|
* Added Is_Suspended method.Joel Sherrill1999-10-072-0/+20
|
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-151-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.
* fixed typoJoel Sherrill1997-09-301-1/+1
|
* Fixed typos.Joel Sherrill1997-09-301-1/+1
|
* Fixed IO Manager calls to remove an argument which was used in 3.2.1Joel Sherrill1997-08-282-64/+9
| | | | but not in newer RTEMS.
* Added IO_Error status code and fixed No_Memory error number.Joel Sherrill1997-08-281-3/+5
|
* Reordered specs.Joel Sherrill1997-07-101-4/+4
|
* fixed milliseconds and microseconds to tick conversion routines.Joel Sherrill1997-07-101-11/+10
|
* 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.
* Added RTEMS boolean constants.Joel Sherrill1997-06-031-0/+3
|
* Added Pending_Events and lined up other event constantsJoel Sherrill1997-06-031-33/+34
|
* added more constants and fixed numerJoel Sherrill1997-06-032-24/+64
|
* added Signal constants, Is_Status_Successful, and Attribute constants.Joel Sherrill1997-06-032-5/+74
|
* added rtems_interrupt_level_attribute routien to return a properlyJoel Sherrill1997-06-032-16/+6
| | | | shifted interrupt_level attribute field and RTEMS_INTERRUPT_MASK.
* added Minimum_Stack_Size and Mode constantsJoel Sherrill1997-06-021-8/+23
|
* added new files from test area.Joel Sherrill1997-06-022-0/+3372
This code has successfully been used to run sp01.