summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
1998-05-22Added main() which did not require C++ support. A different mainJoel Sherrill2-2/+66
1998-05-21changed version to 980521Joel Sherrill2-2/+2
1998-05-21Added bare bsp from Chris Johns <cjohns@plessey.com.au>.Joel Sherrill7-3/+316
1998-05-21Corrected license notices per Eric's permissionJoel Sherrill2-34/+12
1998-05-21New file from Eric ValetteJoel Sherrill2-0/+152
1998-05-21Per suggestion from Ralf Corsepius made all macros solaris2 -- not solarisJoel Sherrill1-1/+1
1998-05-21Remove --start-group/--end-group pair to support non-GNU ld's.Joel Sherrill1-2/+2
1998-05-20Patch to add return status to rtems_termios_enqueue_raw_characters fromJoel Sherrill5-5/+9
1998-05-20Patch from Ralf Corseipus to fix latent configure problems suddenly triggered:Joel Sherrill6-273/+209
1998-05-20Changed CPP rule per patch from Ralf Corsepius.Joel Sherrill1-1/+1
1998-05-20Added tcdrain() from Eric NorumJoel Sherrill3-0/+3
1998-05-19Addition of tcdrain() from Eric Norum.Joel Sherrill3-0/+30
1998-05-19Removed prototype of rtems_libio_config() per Chris Johns' eagle eye.Joel Sherrill3-3/+0
1998-05-18changed version to 980518Joel Sherrill2-2/+2
1998-05-18New file from Pedro RomanoJoel Sherrill1-0/+178
1998-05-18Added C++ rule.Joel Sherrill1-1/+22
1998-05-18Added bsp_specs.Joel Sherrill1-3/+4
1998-05-18Include memory for Ada task stacks.Joel Sherrill2-4/+4
1998-05-18Added proper reference now that Embedded Systems Programming's WWW siteJoel Sherrill2-2/+14
1998-05-18Update from Ralf Corsepius.Joel Sherrill1-0/+8
1998-05-18Updates from Pedro Romano.Joel Sherrill2-10/+14
1998-05-18New file.Joel Sherrill2-1/+26
1998-05-11Cleaned up to remove warnings.Joel Sherrill1-2/+1
1998-05-11new file to support execv family support in newlibJoel Sherrill2-1/+32
1998-05-11execv*() now comes from newlib.Joel Sherrill1-0/+2
1998-05-04Fixed prototype of Fatal_Extension.Joel Sherrill2-18/+15
1998-05-04Patch from Eric Norum to switch to termios callback structure, addJoel Sherrill5-86/+102
1998-05-04Switched to termios callback structure.Joel Sherrill3-43/+70
1998-05-04Corrected and added sections to link cleanly under powerpc-rtems (ELF).Joel Sherrill2-17/+30
1998-05-04Removed warning for unnecessary reference to start as entry point.Joel Sherrill1-1/+1
1998-05-04Patch from Eric Norum to switch to termios callback structure andJoel Sherrill1-15/+85
1998-05-04Corrected and added sections to link cleanly under i386-rtemself.Joel Sherrill1-35/+44
1998-05-04fixed swap of unsigned16Joel Sherrill1-6/+6
1998-05-04Added default value for CONFIGURE_MAXIMUM_POSIX_THREADS since it isJoel Sherrill2-0/+2
1998-05-02removed warning for implicit declaration of idtsim__exit()Joel Sherrill2-0/+4
1998-05-02removed warning for implicit declaration of resolve()Joel Sherrill1-0/+1
1998-05-02removed warning for `#ifdef' argument starts with a digitJoel Sherrill1-1/+1
1998-05-02removed warning for implicit declaration of boot_card()Joel Sherrill4-0/+4
1998-04-30Fixed case where wrong variable was used.Joel Sherrill1-1/+1
1998-04-30botched file -- removed from repository and readdedJoel Sherrill1-0/+14
1998-04-30Removed tripling of workspace API when POSIX API is enabled. confdefs.hJoel Sherrill2-1/+5
1998-04-30Added wildcard to switch for monitor and termios.Joel Sherrill1-1/+1
1998-04-30Removed redundant "* 1024" which exploded the size of the workspace.Joel Sherrill2-4/+4
1998-04-30Added sections and redirected some to RAM to avoid warnings.Joel Sherrill1-40/+47
1998-04-30Added sections to remove warningsJoel Sherrill1-0/+8
1998-04-30moved tools to bsp directoryJoel Sherrill2-2/+2
1998-04-29Added support for debug variants on tests.Joel Sherrill1-4/+5
1998-04-27Update from Pedro Romano <pmcnr@camoes.rnl.ist.utl.pt>.Joel Sherrill11-820/+274
1998-04-27Added I386_HAS_BSWAP cpu model feature flag so swap u32 could takeJoel Sherrill1-10/+28
1998-04-27Added swap of unsigned16Joel Sherrill11-3/+69