summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* removed assert() for stat on non-devices. Now it returns -1. ThisJoel Sherrill1997-01-081-2/+1
| | | | makes gnat pass about 55 more tests in the acvc.
* added some casts to reduce warnings reported by users with Microtec C++Joel Sherrill1997-01-084-28/+35
| | | | compiler.
* added type definitions for all supported task entry formatsJoel Sherrill1997-01-082-2/+12
|
* Suggested changes from Mark Jordan which eliminate warnings and errorsJoel Sherrill1996-12-028-16/+22
| | | | | | | | he received using the Microtec C++ compiler. Most of these are either missing casts from/to (void *), heavy handed use of enumerated types, or simply assumed conversions. There is at least one actual bug in an error path in thread.c in which the wrong argument was passed to _Thread_Stack_Free and was not being caught by gcc.
* Changes to reflect new revision of erc32 per Jiri Gaisler's suggestions.Joel Sherrill1996-12-025-38/+52
| | | | This is current as of sis 2.6.
* minor changes to eliminate warnings from C++ compilers per user suggesstions.Joel Sherrill1996-12-021-4/+4
|
* Replacement for the sis bsp which supports the simulator and realJoel Sherrill1996-12-024-0/+1184
| | | | | hardware. From Jiri Gaisler <jgais@wd.estec.esa.nl>. Supports sis 2.6 and later.
* New bsp for the erc32/sis from Jiri Gaisler <jgais@wd.estec.esa.nl> whichJoel Sherrill1996-12-022-0/+273
| | | | | | runs on either the real hardware or the sparc instruction simulator. This bsp requires sis version 2.6 or later. This bsp supercedes the sis bsp.
* Updates from Derrick Ostertag <ostertag@transition.com> to fix bug inJoel Sherrill1996-12-024-15/+48
| | | | interrupt handling.
* Update from Chris Johns <cjohns@awa.com.au> to add better support forJoel Sherrill1996-12-023-22/+56
| | | | 68000 class CPUs.
* Added asserts for unhandled conditions which need to result in errorJoel Sherrill1996-11-083-2/+25
| | | | | | statuses being returned to gnat runtime in order for it to raise use_errors. This was needed to identify the places in gnat's runtime which needed to be addressed.
* added ENOSYS supportJoel Sherrill1996-10-152-0/+2
|
* updated to format of 3.6.0Joel Sherrill1996-10-152-42/+102
|
* updated to format of 3.6.0 console driversJoel Sherrill1996-10-151-51/+111
|
* updated to format of 3.6.0 clock driversJoel Sherrill1996-10-151-24/+83
|
* added support for cpu time used field in tcbJoel Sherrill1996-10-151-0/+16
|
* added cpu time used field to tcbJoel Sherrill1996-10-152-0/+2
|
* added i386ex from Erik IvanenkoJoel Sherrill1996-10-151-0/+3
|
* new fileJoel Sherrill1996-10-151-0/+8
|
* reference to Force CPU-386 removed.Joel Sherrill1996-10-151-3/+20
| | | | added standard comments about driver entries.
* initial version from ErikJoel Sherrill1996-10-1510-0/+1038
|
* patches to erc32.h to correct handling of timer mirror from Jiri Gaisler.Joel Sherrill1996-10-142-6/+6
|
* i386_nofp cpu model entry incorrectly had floating point enabled.Joel Sherrill1996-10-011-1/+1
|
* changed INLINE to inline since INLINE is no longer defined by RTEMSJoel Sherrill1996-09-302-2/+2
|
* fixed incorrect placement of CPU_STRUCTURE_ALIGNMENT macro.Joel Sherrill1996-09-301-2/+2
|
* changed version string to 3.6.0Joel Sherrill1996-09-302-2/+2
|
* changed stack size of posix initialization threads to double the minimumJoel Sherrill1996-09-301-0/+3
| | | | stack size so more of acvc would pass.
* updated for Release 3.6.0 to reflect status of posix threads.Joel Sherrill1996-09-301-3/+14
|
* data and control addresses were swapped for channel a of the sccJoel Sherrill1996-09-271-2/+2
|
* added missing word in ACKNOWLEDGEMENTSJoel Sherrill1996-09-201-1/+2
|
* new filesJoel Sherrill1996-09-183-0/+205
|
* new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-1819-0/+1951
| | | | (ostertag@transition.com)
* 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)
* new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-188-0/+3027
| | | | (ostertag@transition.com)
* pointer arithmetic reworked to be more portableJoel Sherrill1996-09-182-16/+16
|
* casts added to numerous arguments, prototypes corrected, andJoel Sherrill1996-09-1820-44/+54
| | | | proper include files added.
* dummy function added to satisfy ANSIJoel Sherrill1996-09-184-0/+40
|
* modified to support non-GNU compilers and to use calloc rather thanJoel Sherrill1996-09-182-6/+40
| | | | malloc for per-thread reentrancy structure allocation.
* added malloc_walkJoel Sherrill1996-09-182-8/+70
| | | | miscellaneous corrections in casting.
* added prototype for malloc_walkJoel Sherrill1996-09-183-0/+3
|
* loop to clear workspace memory changed to use sizeof rather thanJoel Sherrill1996-09-181-1/+1
| | | | hardcoded 4 to be compatible with CPUs with 64-bit ints
* corrected prototype of _Objects_Get_nextJoel Sherrill1996-09-181-1/+1
|
* uses address object rather than direct pointer arithmeticJoel Sherrill1996-09-181-2/+3
|
* OBJECTS_NAME_ALIGNMENT definition changed to use sizeof rather thanJoel Sherrill1996-09-182-4/+4
| | | | hardcoded 4 to be compatible with CPUs with 64-bit ints
* MP_PACKET_MINIMUN_HETERO_CONVERSION definition changed to use sizeofJoel Sherrill1996-09-182-2/+4
| | | | rather than hardcoded 4 to be compatible with CPUs with 64-bit ints
* modified declaration of CORE_message_queue_Buffer_control to avoid useJoel Sherrill1996-09-182-22/+8
| | | | of GNU C extension
* use address object to avoid direct pointer arithmeticJoel Sherrill1996-09-186-6/+6
|
* corrected white space problemsJoel Sherrill1996-09-181-60/+62
| | | | added CPU_STRUCTURE_ALIGNMENT to default context structures