summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1998-03-2170-463/+190
| | | | | | | | based on the GNU tools. This usually involved correcting the type of bsp_start(), bsp_cleanup(), adjusting the start code to call the right start routine (the shared boot_card()), and then removing code from bsp_start() which was performed in the new boot_card()/main() path.
* Fixed spacing to be consistent with other CPUs.Joel Sherrill1998-03-211-1/+1
|
* POSIX not properly conditionalizedJoel Sherrill1998-03-212-2/+2
|
* Fixed typo.Joel Sherrill1998-03-202-2/+2
|
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-03-201-81/+75
| | | | | | Here is my attempt at bringing m68k.h into line with the predefined symbols provided by egcs-1.0.2-prerelease (with R. Kirkham's patch so that -mcpu32, etc. implies -msoft-float).
* Added Hitachi SH port info.Joel Sherrill1998-03-201-1/+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-2029-0/+4991
|
* Removed blank line.Joel Sherrill1998-03-201-1/+1
|
* Fix from Chris Johns for inconsistent invocation of make.Joel Sherrill1998-03-161-1/+1
|
* Corrected to indicate test cases which were skipped.Joel Sherrill1998-03-031-2/+2
|
* Changed to remove warning.Joel Sherrill1998-03-031-5/+3
|
* Switched from "extern int errno" to "#include <errno.h>".Joel Sherrill1998-03-036-6/+6
|
* Removed use of dc. David Fiddes reported that this is part of theJoel Sherrill1998-02-271-1/+17
| | | | | GNU tool bc which is not always installed under Linux and seldom present under non-UNIX environments like Win32.
* Patch from Eric Norum:Joel Sherrill1998-02-231-1/+1
| | | | | | | | | Here's another small patch. The changes to socket.h are to provide some definitions that UNIX BSD socket programmers expect. The memcpy.c contains a memcpy routine optimized for the CPU32+. When I run the ttcp benchmark with this routine I get host->68360 transfers around 165 kbytes/sec (about a 25% improvement) and 68360->host transfers of around 290 kbytes/sec (about a 50% improvement).
* Modified to make it possible for an ISR to return a mutex which didJoel Sherrill1998-02-201-2/+20
| | | | not use priority ceiling or priority inheritance protocols.
* Modified to reflect new restrictions on mutex being released.Joel Sherrill1998-02-201-1/+1
|