summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added include of targopts.h.Joel Sherrill1997-01-299-6/+15
* Changed include of asm.h so it is in brackets not quotes. asm.h isJoel Sherrill1997-01-292-2/+2
* Fixed spacing on comments.Joel Sherrill1997-01-291-1/+1
* Fixed spacing on comment.Joel Sherrill1997-01-291-1/+1
* Fixed comments.Joel Sherrill1997-01-291-1/+6
* Added comment.Joel Sherrill1997-01-291-1/+1
* fixed spacing problemJoel Sherrill1997-01-291-1/+1
* With the transition from command line macro definitions to targopts.h,Joel Sherrill1997-01-281-3/+2
* removed include of unnecessary include file.Joel Sherrill1997-01-282-2/+0
* Switch to using newlib's implementation of time().Joel Sherrill1997-01-281-0/+3
* new file used by gcc 2.8.x -specs optionJoel Sherrill1997-01-2818-0/+612
* fixed comments on vanilla 68000 SW interrupt stack (or the lack thereof)Joel Sherrill1997-01-152-6/+2
* _CPU_Trap_Table_area is now conditional based on whether or notJoel Sherrill1997-01-081-2/+5
* removed assert() for stat on non-devices. Now it returns -1. ThisJoel Sherrill1997-01-081-2/+1
* added some casts to reduce warnings reported by users with Microtec C++Joel Sherrill1997-01-084-28/+35
* 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
* Changes to reflect new revision of erc32 per Jiri Gaisler's suggestions.Joel Sherrill1996-12-025-38/+52
* 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
* New bsp for the erc32/sis from Jiri Gaisler <jgais@wd.estec.esa.nl> whichJoel Sherrill1996-12-022-0/+273
* Updates from Derrick Ostertag <ostertag@transition.com> to fix bug inJoel Sherrill1996-12-024-15/+48
* Update from Chris Johns <cjohns@awa.com.au> to add better support forJoel Sherrill1996-12-023-22/+56
* Added asserts for unhandled conditions which need to result in errorJoel Sherrill1996-11-083-2/+25
* 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
* new fileJoel Sherrill1996-10-151-0/+8
* reference to Force CPU-386 removed.Joel Sherrill1996-10-151-3/+20
* 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
* data and control addresses were swapped for channel a of the sccJoel Sherrill1996-09-271-2/+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
* 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
* new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-188-0/+3027
* 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
* 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