summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-159-28/+83
| | | | | | to multiple. This lets the stack check extension be installed at system initialization time and avoids the BSP having to even know about its existence.
* changed version to ralf-980414Joel Sherrill1998-04-142-2/+2
|
* Account for interrupt stack spaceJoel Sherrill1998-04-142-2/+24
|
* Ralf Corsepius suggested a way to get rid of UNIX compiler files and use ↵Joel Sherrill1998-04-143-3/+2
| | | | gcc-target-default.cfg
* Stack checker extension now accounted for in confdefs.hJoel Sherrill1998-04-1427-201/+3
|
* Added stack checker extensionJoel Sherrill1998-04-142-4/+28
|
* Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill1998-04-1428-408/+32
| | | | by newlib.
* 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
|
* Refreshing effort from Avenger.Joel Sherrill1998-04-148-322/+1046
|
* 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-062-2/+2
|
* Increased stack size so test would run in debug mode.Joel Sherrill1998-04-065-5/+6
|
* More stuff removed as a result of using newlib's isatty() implementation.Joel Sherrill1998-04-063-26/+0
| | | | These were noticed by Eric Norum.
* Added stanzas for debug_tests and profile_tests.Joel Sherrill1998-04-061-0/+6
|
* Added test so the build procedure would stop if a directory did not exist.Joel Sherrill1998-04-031-0/+2
| | | | | This typically indicates a bug in a directory level Makefile or a configure scrip bug.
* Removed isatty() since we are now using newlib's implementation asJoel Sherrill1998-04-035-22/+0
| | | | a result of enabling the newlib POSIX directory.
* Made these have real constants.Joel Sherrill1998-04-034-44/+52
|
* changed version to 4.0.0-beta2Joel Sherrill1998-03-312-2/+2
|
* Added "sigemptyset()" call to insure that the memcmp() would work.Joel Sherrill1998-03-311-0/+4
| | | | | It appears that the new glibc does not clear all the bits of the signal set with a sigprocmask.
* Were looking at the wrong C++ variable.Joel Sherrill1998-03-301-1/+1
|
* Moved bsp_postdriver_hook() to a shared file and made it a commonJoel Sherrill1998-03-3047-666/+118
| | | | component.
* 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
| | | | | Also removed bsp_postdriver_hook() from every bsp possible and moved to shared version.
* GO32 does not have sockets.Joel Sherrill1998-03-271-0/+2
|
* Changed int to unsigned32 to match cpu.h.Joel Sherrill1998-03-271-1/+1
|
* Should have included <rtems.h> before checking for ifdef RTEMS_UNIX.Joel Sherrill1998-03-272-4/+4
| | | | Bug report from Olivier Hainque <hainque@inf.enst.fr> on SPARC Solaris 2.6.
* HAS_CPLUSPLUS should have been RTEMS_HAS_CPLUSPLUS.Joel Sherrill1998-03-261-1/+1
|
* 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-255-36/+40
|
* 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
|
* Added _XOPEN_SOURCE definition to allow use of UNIX IPC.Joel Sherrill1998-03-241-0/+1
|
* changed version to 4.0.0-beta1Joel Sherrill1998-03-242-2/+2
|
* Real definition for the beginning of the data section per Eric Norum'sJoel Sherrill1998-03-241-2/+2
| | | | suggestion.
* Corrected register constraints per suggestion from Thomas Doerfler, IMDJoel Sherrill1998-03-242-6/+6
| | | | <td@imd.m.isar.de>.
* More cpu model flags converted to using cpp predefines.Joel Sherrill1998-03-241-2/+2
|
* Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1998-03-2412-50/+48
| | | | the CPU family name constants.
* new fileJoel Sherrill1998-03-241-0/+54
|
* Renamed hppa1_1 to hppa1.1Joel Sherrill1998-03-231-4/+1
|
* renamed ppc to powerpcJoel Sherrill1998-03-231-1/+0
|
* 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
| | | | | | | Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README.
* Added BSP specific start since it had become VERY complex to attemptJoel Sherrill1998-03-213-1/+325
| | | | to share the start code across i386 BSPs.
* Corrected typo in copyright notice.Joel Sherrill1998-03-211-1/+1
|