summaryrefslogtreecommitdiffstats
path: root/c/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
1998-04-15Stack check now initialized as part of initial extension set.Joel Sherrill3-0/+65
1998-04-15Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill26-339/+0
1998-04-14Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-...Joel Sherrill1-1/+1
1998-04-14Stack checker extension now accounted for in confdefs.hJoel Sherrill27-201/+3
1998-04-14Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill26-400/+0
1998-04-14Removed recursive call to exitJoel Sherrill1-2/+0
1998-04-14Moved bspclean from assembly to C and made exit act properly.Joel Sherrill2-2/+19
1998-04-14new fileJoel Sherrill3-6/+54
1998-04-14Removed delay macroJoel Sherrill1-16/+0
1998-04-14removed shmsuppJoel Sherrill1-1/+1
1998-04-14Corrected commentJoel Sherrill1-3/+2
1998-04-14new filesJoel Sherrill35-0/+3397
1998-04-06Increased stack space of the monitor task.Joel Sherrill1-1/+1
1998-04-06More stuff removed as a result of using newlib's isatty() implementation.Joel Sherrill2-15/+0
1998-04-03Removed isatty() since we are now using newlib's implementation asJoel Sherrill4-21/+0
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-27Should have included <rtems.h> before checking for ifdef RTEMS_UNIX.Joel Sherrill1-2/+2
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 Sherrill2-4/+4
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-24Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill7-20/+20
1998-03-24new fileJoel Sherrill1-0/+54
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-21Switch to using a shared main() for all of the embedded BSPsJoel Sherrill70-463/+190
1998-03-20Fixed typo.Joel Sherrill2-2/+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 Sherrill16-0/+2122
1998-03-20Removed blank line.Joel Sherrill1-1/+1
1998-02-23Patch from Eric Norum:Joel Sherrill1-1/+1
1998-02-19Patch from Eric Norum:Joel Sherrill1-36/+42
1998-02-18Patch from Chris Johns to add the interrupt class destructure.Joel Sherrill1-0/+5
1998-02-17updated copyright to 1998Joel Sherrill290-290/+290
1998-02-17Added .eh_frame, C++ constructor, and C++ destructor sections.Joel Sherrill17-1/+251
1998-02-17Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill2-3/+10
1998-02-11Incorporated Ralf Corsepius' idea for new -q flags to properly supportJoel Sherrill20-40/+142
1998-02-11Don't install tools using variant name.Joel Sherrill1-1/+1
1998-02-06Problem report from Brian Cuthie regarding incorrect calculationJoel Sherrill1-1/+2
1998-02-03Added call to libc_wrapup() in _exit. This fixes a problem whereJoel Sherrill1-0/+1
1998-02-03Corrected spelling error so interrupt driven console would work.Joel Sherrill1-2/+2
1998-01-30Big patch form Ralf Corsepius described in this email:Joel Sherrill245-980/+490
1998-01-30Corrected Linux port for glibc2Joel Sherrill4-3/+6
1998-01-27Fixed missing carriage return at the bottom of the file reportedJoel Sherrill1-1/+0
1998-01-23Solaris port updates from Chris JohnsJoel Sherrill10-21/+26