summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'rtems-4-5-0'.4.5.0cvs2git2000-07-247-168/+0
| | | | | | | | | | | Sprout from rtems-4-5-branch 2000-07-24 17:58:24 UTC Joel Sherrill <joel.sherrill@OARcorp.com> 'changed version to 4.5.0' Delete: automake/host.am automake/lib.am automake/local.am automake/subdirs.am c/src/lib/libbsp/mips/p4000/liblnk/.cvsignore c/src/librdbg/src/powerpc/new_exception_processing/.cvsignore doc/.cvsignore
* changed version to 4.5.0Joel Sherrill2000-07-241-2/+0
|
* changed version to 4.5.0Joel Sherrill2000-07-170-0/+0
|
* changed version to 4.5.0Joel Sherrill2000-07-140-0/+0
|
* changed version to 4.5.0Joel Sherrill2000-07-140-0/+0
|
* changed version to 4.5.0Joel Sherrill2000-07-140-0/+0
|
* changed version to 4.5.0Joel Sherrill2000-07-140-0/+0
|
* changed version to 4.5.0Joel Sherrill2000-07-140-0/+0
|
* changed version to 4.5.0Joel Sherrill2000-07-141-1/+5
|
* Updated RTEMS version.Joel Sherrill2000-07-141-1/+2
|
* Updated tool versions for gnat 3.12p RPM revision 5.Joel Sherrill2000-07-141-3/+4
|
* Changed name of static table versions to avoid conflict.Joel Sherrill2000-07-141-2/+2
|
* Switch logical in conditional.Joel Sherrill2000-07-131-1/+1
|
* Patch rtems-rc-20000711-2-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-113-21/+0
| | | | that removes setting unused variables WORKSPACE_MB and HEAPSPACE_MB.
* Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@oktet.ru>Joel Sherrill2000-07-071-1/+7
| | | | | | where alarm() did not correctly account for the watchdog start_time and stop_time fields being based on ticks not seconds. This resulted in alarm() returning a bogus number of seconds remaining.
* Patch from James Housley <jim@thehousleys.net> so application MakefilesJoel Sherrill2000-07-071-1/+1
| | | | can find tools installed to $(prefix)/bin after installation.
* Patch rtems-rc-20000705-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-07-061-11/+19
| | | | | | | | | | | CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: c/src/tests/libtests/termios/init.c CVS: ----------------------------------------------------------------------
* Patch rtems-rc-20000702-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-031-4/+13
| | | | | | | | | | | | | that is a hack to workaround a switch generation compiler bug for the SH2 and cleaned up some warnings. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: c/src/tests/libtests/termios/init.c CVS: ----------------------------------------------------------------------
* Interrupt stack is allocated in _ISR_Handler_initialization notJoel Sherrill2000-07-038-8/+8
| | | | _Interrupt_Manager_initialization.
* Patches from Eric Valette to address librdbg issues on SunRPC upgradeJoel Sherrill2000-06-293-9/+16
| | | | and cleanup.
* Patch from Chris Johns <cjohns@cybertec.com.au> to make sure theJoel Sherrill2000-06-291-1/+2
| | | | ttyHead back link is set.
* Patch from Eric Valette <valette@crf.canon.fr> to make librdbg workJoel Sherrill2000-06-291-8/+10
| | | | with the new RPC code.
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-261-0/+3
| | | | | | | | | | | Jennifer Averett <jennifer.averett@oarcorp.com> to fix appends (O_APPEND at open time) on in-memory files. A call such as: fd = open (file, O_APPEND | O_WRONLY); did not append to the end of the file.
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-261-1/+1
| | | | | Jennifer Averett <jennifer.averett@oarcorp.com> to make sure "/" is created with S_IFDIR set.
* Patch from James Housley <jim@thehousleys.net> to address FreeBSD 4.xJoel Sherrill2000-06-164-4/+4
| | | | build issues.
* changed version to 4.5.0-beta3aJoel Sherrill2000-06-120-0/+0
|
* changed version to 4.5.0-beta3aJoel Sherrill2000-06-120-0/+0
|
* Fixed so hppa1.1 compiles with only problems in simhppa BSP.Joel Sherrill2000-06-123-6/+16
|
* Works on Solaris and Linux.Joel Sherrill2000-06-121-8/+6
|
* Added i960KA support in anticipation is i960 gdb simulator BSP.Joel Sherrill2000-06-124-12/+40
|
* changed version to 4.5.0-beta3aJoel Sherrill2000-06-120-0/+0
|
* Merging main trunk and 4.5 branch. These changes were in theJoel Sherrill2000-06-123-1440/+1440
| | | | main trunk.
* changed version to 4.5.0-beta3aJoel Sherrill2000-06-121-1/+1
|
* Updated a bit.Joel Sherrill2000-06-121-21/+18
|
* Changed st_atime, st_ctime, and st_mtime for IMFS nodes to beJoel Sherrill2000-06-125-22/+22
| | | | stat_ to avoid conflicts with macros on Solaris.
* Updated version.Joel Sherrill2000-06-121-1/+1
|
* Make sure Context_Control is large enough.Joel Sherrill2000-06-101-0/+1
|
* Check that context control overlay is big enough.Joel Sherrill2000-06-101-2/+4
|
* Patch rtems-rc-4.5.0-27-cvs from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-06-091-6/+0
| | | | | to remove syntactically incorrect else code that was technically unneeded anyway.
* Configure a default interrupt stack size.Joel Sherrill2000-06-081-1/+1
|
* Added -DUSE_INIT_FINI so they should be able to run C++ tests.Joel Sherrill2000-06-078-24/+0
|
* Changed patch version for newlib to include Ralf's fixes forJoel Sherrill2000-06-071-1/+1
| | | | install shell script problems.
* Changed distribution version.Joel Sherrill2000-06-071-1/+1
|
* Do not include config.sub and config.guess in distribution. scriptsJoel Sherrill2000-06-071-1/+1
| | | | must be loaded as a subdirectory of an RTEMS release.
* Added attributes of allocatable and executable to .reset and .initialJoel Sherrill2000-06-072-3/+3
| | | | sections so they are disassembled by objdump and loaded by gdb.
* -T linkcmds now part of %lib rule so %link rule can more easily honorJoel Sherrill2000-06-077-10/+10
| | | | the CPU model library linking rules built into gcc.
* Added *spec.in since they are now automatically generated from the *.addJoel Sherrill2000-06-073-0/+4
| | | | files.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill2000-06-061-5/+11
| | | | | | | | | | | | | gccnewlib.add applies find -path=... which might cause files.gcc getting corrupted. This seems to be gnu-find specific and doesn't seem to be supported by Solaris find (/usr/bin/find). I didn't see this because I use gnu-find even under Solaris (/amd/bin/find under our Solaris installation). This causes the first call to find in gccnewlib.add to deliver incorrect results and may result into incorrectly setting up the files.* files, esp. files.gcc.
* Updated patch versions.Joel Sherrill2000-06-024-8/+22
|
* Patch from Keith Outwater <vac4050@cae597.rsc.raytheon.com> to renameJoel Sherrill2000-06-016-12/+12
| | | | | webserver trace() routine to goahead_trace() to avoid name conflicts with ncurses.