summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
1998-03-30Were looking at the wrong C++ variable.Joel Sherrill1-1/+1
1998-03-30Moved bsp_postdriver_hook() to a shared file and made it a commonJoel Sherrill47-666/+118
1998-03-30Renamed crt0.o to crt0_go32.o to avoid build problems.Joel Sherrill1-1/+1
1998-03-30Update from "erik.ivanenko" <erik.ivanenko@utoronto.ca>.Joel Sherrill12-130/+1432
1998-03-27GO32 does not have sockets.Joel Sherrill1-0/+2
1998-03-27Changed int to unsigned32 to match cpu.h.Joel Sherrill1-1/+1
1998-03-27Should have included <rtems.h> before checking for ifdef RTEMS_UNIX.Joel Sherrill2-4/+4
1998-03-26HAS_CPLUSPLUS should have been RTEMS_HAS_CPLUSPLUS.Joel Sherrill1-1/+1
1998-03-25Moved memcpy to newlib/libc/machine/m68kJoel Sherrill1-1/+1
1998-03-25m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill5-36/+40
1998-03-25Corrected argument passing.Joel Sherrill1-3/+2
1998-03-25Corrected definition of main and boot_card to be more ANSI compliant.Joel Sherrill1-3/+5
1998-03-25Corrected invocation of boot_card().Joel Sherrill1-4/+6
1998-03-24Added _XOPEN_SOURCE definition to allow use of UNIX IPC.Joel Sherrill1-0/+1
1998-03-24changed version to 4.0.0-beta1Joel Sherrill2-2/+2
1998-03-24Real definition for the beginning of the data section per Eric Norum'sJoel Sherrill1-2/+2
1998-03-24Corrected register constraints per suggestion from Thomas Doerfler, IMDJoel Sherrill2-6/+6
1998-03-24More cpu model flags converted to using cpp predefines.Joel Sherrill1-2/+2
1998-03-24Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill12-50/+48
1998-03-24new fileJoel Sherrill1-0/+54
1998-03-23Renamed hppa1_1 to hppa1.1Joel Sherrill1-4/+1
1998-03-23renamed ppc to powerpcJoel Sherrill1-1/+0
1998-03-23Converted to conditionally uses strerr code to better work with glibc2.Joel Sherrill2-8/+21
1998-03-23Patches from Eric Norum:Joel Sherrill9-174/+85
1998-03-21Added BSP specific start since it had become VERY complex to attemptJoel Sherrill3-1/+325
1998-03-21Corrected typo in copyright notice.Joel Sherrill1-1/+1
1998-03-21Switch to using a shared main() for all of the embedded BSPsJoel Sherrill70-463/+190
1998-03-21Fixed spacing to be consistent with other CPUs.Joel Sherrill1-1/+1
1998-03-21POSIX not properly conditionalizedJoel Sherrill2-2/+2
1998-03-20Fixed typo.Joel Sherrill2-2/+2
1998-03-20Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-81/+75
1998-03-20Added Hitachi SH port info.Joel Sherrill1-1/+2
1998-03-20New port from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill24-0/+1811
1998-03-20SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill29-0/+4991
1998-03-20Removed blank line.Joel Sherrill1-1/+1
1998-03-16Fix from Chris Johns for inconsistent invocation of make.Joel Sherrill1-1/+1
1998-03-03Corrected to indicate test cases which were skipped.Joel Sherrill1-2/+2
1998-03-03Changed to remove warning.Joel Sherrill1-5/+3
1998-03-03Switched from "extern int errno" to "#include <errno.h>".Joel Sherrill6-6/+6
1998-02-27Removed use of dc. David Fiddes reported that this is part of theJoel Sherrill1-1/+17
1998-02-23Patch from Eric Norum:Joel Sherrill1-1/+1
1998-02-20Modified to make it possible for an ISR to return a mutex which didJoel Sherrill1-2/+20
1998-02-20Modified to reflect new restrictions on mutex being released.Joel Sherrill1-1/+1
1998-02-20Removed extra line.Joel Sherrill1-1/+0
1998-02-20Added misisng line continuation.Joel Sherrill2-2/+2
1998-02-20Increased stack space to let test run to completion.Joel Sherrill1-4/+4
1998-02-19changed version to 980219Joel Sherrill2-2/+2
1998-02-19Patch from Eric Norum:Joel Sherrill1-36/+42
1998-02-19Increased stack space of tasks.Joel Sherrill1-1/+1
1998-02-19Accounted for fixed system overhead.Joel Sherrill2-4/+20