summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added decrementer entry.Joel Sherrill1997-03-211-0/+17
|
* Removed Fake input ifdef code.Joel Sherrill1997-03-211-15/+0
|
* Fixed timerisr symbol.Joel Sherrill1997-03-211-2/+2
|
* Rewrote to avoid references to C symbols from assembly. This entirelyJoel Sherrill1997-03-211-5/+9
| | | | circumvents the problem of leading underscores.
* Fixes incorrect reference to start symbol.Joel Sherrill1997-03-211-1/+1
|
* updates from John GwynneJoel Sherrill1997-03-112-0/+358
|
* updates from John GwynneJoel Sherrill1997-03-1121-92/+778
|
* added include of rtems.h so the proper macro definitions would be present.Joel Sherrill1997-03-101-0/+2
|
* made some of this conditional on unix libJoel Sherrill1997-03-101-2/+5
|
* Larger Workspace when it is a POSIX API. Actually this is just to coverJoel Sherrill1997-03-081-0/+4
| | | | | the extra stack used when GNAT tasks are in the system. This needs to be cleaned up.
* Modifications to make go32 build using new i386-go32-rtems toolsetJoel Sherrill1997-01-292-4/+7
| | | | and gcc 2.8.x -specs options.
* new file explaining issues related to this bsp.Joel Sherrill1997-01-291-0/+38
|
* Fixed this where it works. It includes the libpc.a and libc.a fromJoel Sherrill1997-01-291-6/+6
| | | | djgpp v1.x.
* erc32 bsp supercedes sisJoel Sherrill1997-01-298-0/+1476
|
* Minor change to eliminate incorrect use of unaligned register.Joel Sherrill1997-01-291-1/+2
|
* Merged newlib's libgloss support for rtems into this directory. ThisJoel Sherrill1997-01-297-42/+172
| | | | should simplify the build process.
* All RTEMS system call implementation renamed to be __rtems_*.Joel Sherrill1997-01-2921-85/+123
|
* The CONSOLE_USE_INTERRUPTS and CONSOLE_USE_POLLED macros are nowJoel Sherrill1997-01-291-7/+1
| | | | defined in the targopts.h file.
* new file used by gcc 2.8.x -specs optionJoel Sherrill1997-01-2818-0/+612
|
* 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.
* Changes to reflect new revision of erc32 per Jiri Gaisler's suggestions.Joel Sherrill1996-12-021-19/+17
| | | | This is current as of sis 2.6.
* 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.
* Added asserts for unhandled conditions which need to result in errorJoel Sherrill1996-11-082-1/+17
| | | | | | 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-151-0/+1
|
* 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
|
* 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-141-3/+3
|
* changed INLINE to inline since INLINE is no longer defined by RTEMSJoel Sherrill1996-09-302-2/+2
|
* data and control addresses were swapped for channel a of the sccJoel Sherrill1996-09-271-2/+2
|
* new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-1819-0/+1951
| | | | (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-181-8/+8
|
* casts added to numerous arguments, prototypes corrected, andJoel Sherrill1996-09-1810-22/+27
| | | | proper include files added.
* dummy function added to satisfy ANSIJoel Sherrill1996-09-182-0/+20
|
* modified to support non-GNU compilers and to use calloc rather thanJoel Sherrill1996-09-181-3/+20
| | | | malloc for per-thread reentrancy structure allocation.
* added malloc_walkJoel Sherrill1996-09-181-4/+35
| | | | miscellaneous corrections in casting.
* added prototype for malloc_walkJoel Sherrill1996-09-182-0/+2
|
* new file submitted by Dominique le Campion.Joel Sherrill1996-09-1810-0/+1243
|
* added $ string to file headerJoel Sherrill1996-09-1113-4/+13
|
* added $Id$ string to file headerJoel Sherrill1996-09-1118-16/+50
|
* new filesJoel Sherrill1996-09-114-0/+812
|
* added definition of EXT_INT5Joel Sherrill1996-09-082-2/+2
|
* added mips64orion entries for SHM_LOCK_VALUE and SHM_UNLOCK_VALUEJoel Sherrill1996-09-082-0/+10
|
* idtmem.S: changed reference to include files to correct locationJoel Sherrill1996-09-084-12/+8
| | | | | | iface.c: commented out routines now provided by rtems setvec.c: remov
* changed reference to include files to correct locationJoel Sherrill1996-09-082-4/+4
|