summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added malloc_walkJoel Sherrill1996-09-182-8/+70
* 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
* 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
* MP_PACKET_MINIMUN_HETERO_CONVERSION definition changed to use sizeofJoel Sherrill1996-09-182-2/+4
* modified declaration of CORE_message_queue_Buffer_control to avoid useJoel Sherrill1996-09-182-22/+8
* use address object to avoid direct pointer arithmeticJoel Sherrill1996-09-186-6/+6
* corrected white space problemsJoel Sherrill1996-09-181-60/+62
* new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-1810-0/+3007
* new file submitted by Dominique le Campion.Joel Sherrill1996-09-1810-0/+1243
* extended Task_id and Task_name arrays to avoid indexing past end of array.Joel Sherrill1996-09-171-2/+2