summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stack check now initialized as part of initial extension set.Joel Sherrill1998-04-153-0/+65
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-1526-339/+0
* Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-...Joel Sherrill1998-04-141-1/+1
* Stack checker extension now accounted for in confdefs.hJoel Sherrill1998-04-1427-201/+3
* Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill1998-04-1426-400/+0
* Removed recursive call to exitJoel Sherrill1998-04-141-2/+0
* Moved bspclean from assembly to C and made exit act properly.Joel Sherrill1998-04-142-2/+19
* new fileJoel Sherrill1998-04-143-6/+54
* Removed delay macroJoel Sherrill1998-04-141-16/+0
* removed shmsuppJoel Sherrill1998-04-141-1/+1
* Corrected commentJoel Sherrill1998-04-141-3/+2
* new filesJoel Sherrill1998-04-1435-0/+3397
* Increased stack space of the monitor task.Joel Sherrill1998-04-061-1/+1
* More stuff removed as a result of using newlib's isatty() implementation.Joel Sherrill1998-04-062-15/+0
* Removed isatty() since we are now using newlib's implementation asJoel Sherrill1998-04-034-21/+0
* Moved bsp_postdriver_hook() to a shared file and made it a commonJoel Sherrill1998-03-3047-666/+118
* Renamed crt0.o to crt0_go32.o to avoid build problems.Joel Sherrill1998-03-301-1/+1
* Update from "erik.ivanenko" <erik.ivanenko@utoronto.ca>.Joel Sherrill1998-03-3012-130/+1432
* GO32 does not have sockets.Joel Sherrill1998-03-271-0/+2
* Should have included <rtems.h> before checking for ifdef RTEMS_UNIX.Joel Sherrill1998-03-271-2/+2
* Moved memcpy to newlib/libc/machine/m68kJoel Sherrill1998-03-251-1/+1
* m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill1998-03-252-4/+4
* Corrected argument passing.Joel Sherrill1998-03-251-3/+2
* Corrected definition of main and boot_card to be more ANSI compliant.Joel Sherrill1998-03-251-3/+5
* Corrected invocation of boot_card().Joel Sherrill1998-03-251-4/+6
* Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1998-03-247-20/+20
* new fileJoel Sherrill1998-03-241-0/+54
* Converted to conditionally uses strerr code to better work with glibc2.Joel Sherrill1998-03-232-8/+21
* Patches from Eric Norum:Joel Sherrill1998-03-239-174/+85
* Added BSP specific start since it had become VERY complex to attemptJoel Sherrill1998-03-213-1/+325
* Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1998-03-2170-463/+190
* Fixed typo.Joel Sherrill1998-03-202-2/+2
* New port from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1998-03-2024-0/+1811
* SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1998-03-2016-0/+2122
* Removed blank line.Joel Sherrill1998-03-201-1/+1
* Patch from Eric Norum:Joel Sherrill1998-02-231-1/+1
* Patch from Eric Norum:Joel Sherrill1998-02-191-36/+42
* Patch from Chris Johns to add the interrupt class destructure.Joel Sherrill1998-02-181-0/+5
* updated copyright to 1998Joel Sherrill1998-02-17290-290/+290
* Added .eh_frame, C++ constructor, and C++ destructor sections.Joel Sherrill1998-02-1717-1/+251
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-02-172-3/+10
* Incorporated Ralf Corsepius' idea for new -q flags to properly supportJoel Sherrill1998-02-1120-40/+142
* Don't install tools using variant name.Joel Sherrill1998-02-111-1/+1
* Problem report from Brian Cuthie regarding incorrect calculationJoel Sherrill1998-02-061-1/+2
* Added call to libc_wrapup() in _exit. This fixes a problem whereJoel Sherrill1998-02-031-0/+1
* Corrected spelling error so interrupt driven console would work.Joel Sherrill1998-02-031-2/+2
* Big patch form Ralf Corsepius described in this email:Joel Sherrill1998-01-30245-980/+490
* Corrected Linux port for glibc2Joel Sherrill1998-01-304-3/+6
* Fixed missing carriage return at the bottom of the file reportedJoel Sherrill1998-01-271-1/+0
* Solaris port updates from Chris JohnsJoel Sherrill1998-01-2310-21/+26