summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added a special CPU model of "rtems_multilib". This is the beginningsJoel Sherrill2000-05-2811-10/+126
* Added casts to avoid warnings.Joel Sherrill2000-05-281-2/+2
* Removed more warnings. In particular added ifdef's on IPV6 forJoel Sherrill2000-05-288-1/+18
* Added prototype of fdopen() since it is not strict ANSI and notJoel Sherrill2000-05-281-0/+5
* Added cast to remove warning.Joel Sherrill2000-05-281-1/+2
* Renamed delay() to avoid conflicts since it is a common name thatJoel Sherrill2000-05-283-29/+32
* Added defaults for PPC_ABI and PPC_ASM so every PowerPC does notJoel Sherrill2000-05-281-0/+16
* Removed warning by adding return NULL.Joel Sherrill2000-05-281-0/+1
* Corrected resource requirements.Joel Sherrill2000-05-251-0/+1
* Removed warning.Joel Sherrill2000-05-253-7/+7
* Increased memory reserved for stack requirements.Joel Sherrill2000-05-251-2/+3
* Increased resources configured.Joel Sherrill2000-05-251-2/+4
* Update from Stephan Wilms <Stephan.Wilms@CWA.de> that adds autodetection.Joel Sherrill2000-05-251-33/+39
* Patch to remove warnings from Eric Norum <eric@cls.usask.ca>.Joel Sherrill2000-05-254-25/+28
* Patch from Nick Simom (Nick.SIMON@syntegra.bt.co.uk) so eth_commJoel Sherrill2000-05-241-1/+3
* Significantly lowered the default memory requirements:Joel Sherrill2000-05-24165-352/+514
* Significantly lowered the default memory requirements:Joel Sherrill2000-05-241-1/+1
* Handle mp variants better.Joel Sherrill2000-05-241-3/+3
* Make sure debug variant output goes into a different log file.Joel Sherrill2000-05-244-17/+13
* Now can bring up an idle initialization task.Joel Sherrill2000-05-241-1/+5
* Added screen contents.Joel Sherrill2000-05-242-1/+469
* This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'.cvs2git2000-05-241-0/+0
* Increased task stack configured.Joel Sherrill2000-05-241-0/+3
* Added malloctest back in to set of tests to run.Joel Sherrill2000-05-241-1/+1
* Fixed bug so debug variant of MP tests could be run.Joel Sherrill2000-05-241-2/+3
* Updated.Joel Sherrill2000-05-241-2/+5
* Initial DEC 21143 support from Stephan Wilms <Stephan.Wilms@CWA.de>.Joel Sherrill2000-05-241-3/+31
* Eliminated printing from switch extension.Joel Sherrill2000-05-244-21/+68
* Significantly lowered the default memory requirements:Joel Sherrill2000-05-249-56/+124
* Added a return to the bottom.Joel Sherrill2000-05-241-0/+1
* Removed some warnings.Joel Sherrill2000-05-241-5/+5
* Remove NO_CPU reference.Joel Sherrill2000-05-231-2/+2
* Patch from Jennifer Averett <jennifer.averett@oarcorp.com> to makeJoel Sherrill2000-05-2313-64/+64
* Added routines addr2ascii.c and ascii2addr.c even though theyJoel Sherrill2000-05-231-8/+9
* This is an update of all Classic API Message Manager tests toJoel Sherrill2000-05-1914-64/+114
* Use minimum stack size.Joel Sherrill2000-05-191-3/+6
* Changed to use minimum stack size.Joel Sherrill2000-05-191-1/+1
* Changed screen to have indeterminate addresses.Joel Sherrill2000-05-191-16/+19
* Made note that Version, CPU, and BSP will vary.Joel Sherrill2000-05-191-2/+4
* Removed duplicated call to unmount filesystem.Joel Sherrill2000-05-191-10/+1
* Corrected direction of comparison in sizeof context overlay.Joel Sherrill2000-05-191-1/+1
* Removed HWAPI reference.Joel Sherrill2000-05-171-1/+1
* Applied patch to wrong place in code.Joel Sherrill2000-05-171-2/+2
* Adding code to test for maximum filesize and skip some tests.Joel Sherrill2000-05-161-3/+8
* Initialize the variable.Joel Sherrill2000-05-161-0/+1
* Use sizeof(unsigned32) not 4.Joel Sherrill2000-05-161-1/+1
* Use CPU_ALIGNMENT not 4.Joel Sherrill2000-05-161-1/+1
* Constant of 4 for size is bad.Joel Sherrill2000-05-161-2/+2
* Modified to avoid copying too much data.Joel Sherrill2000-05-161-4/+13
* Updated to have better comments that can be searched and replaced.Joel Sherrill2000-05-165-9/+290