summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added proper reference now that Embedded Systems Programming's WWW siteJoel Sherrill1998-05-182-2/+14
| | | | is available and has the code available.
* Update from Ralf Corsepius.Joel Sherrill1998-05-181-0/+8
|
* Updates from Pedro Romano.Joel Sherrill1998-05-182-10/+14
|
* New file.Joel Sherrill1998-05-182-1/+26
|
* Cleaned up to remove warnings.Joel Sherrill1998-05-111-2/+1
|
* new file to support execv family support in newlibJoel Sherrill1998-05-112-1/+32
|
* execv*() now comes from newlib.Joel Sherrill1998-05-111-0/+2
|
* Fixed prototype of Fatal_Extension.Joel Sherrill1998-05-042-18/+15
| | | | Fixed interface to cofndefs.h for initial extension set.
* Patch from Eric Norum to switch to termios callback structure, addJoel Sherrill1998-05-045-86/+102
| | | | | support for device driver support on tcsetattr(), and hardware flow control callbacks.
* Switched to termios callback structure.Joel Sherrill1998-05-043-43/+70
|
* Corrected and added sections to link cleanly under powerpc-rtems (ELF).Joel Sherrill1998-05-042-17/+30
|
* Removed warning for unnecessary reference to start as entry point.Joel Sherrill1998-05-041-1/+1
|
* Patch from Eric Norum to switch to termios callback structure andJoel Sherrill1998-05-041-15/+85
| | | | add support for changing the baudrate.
* Corrected and added sections to link cleanly under i386-rtemself.Joel Sherrill1998-05-041-35/+44
|
* fixed swap of unsigned16Joel Sherrill1998-05-041-6/+6
|
* Added default value for CONFIGURE_MAXIMUM_POSIX_THREADS since it isJoel Sherrill1998-05-042-0/+2
| | | | | used to calculate the amount of memory used by tasks whether the POSIX API is enabled or disabled.
* removed warning for implicit declaration of idtsim__exit()Joel Sherrill1998-05-022-0/+4
|
* removed warning for implicit declaration of resolve()Joel Sherrill1998-05-021-0/+1
|
* removed warning for `#ifdef' argument starts with a digitJoel Sherrill1998-05-021-1/+1
|
* removed warning for implicit declaration of boot_card()Joel Sherrill1998-05-024-0/+4
|
* Fixed case where wrong variable was used.Joel Sherrill1998-04-301-1/+1
|
* botched file -- removed from repository and readdedJoel Sherrill1998-04-301-0/+14
|
* Removed tripling of workspace API when POSIX API is enabled. confdefs.hJoel Sherrill1998-04-302-1/+5
| | | | | | is now correct enough where this is not necessary. This was in to cover up the deficiencies in figuring out how much memory a GNAT/RTEMS application required. There is a good stab at this now.
* Added wildcard to switch for monitor and termios.Joel Sherrill1998-04-301-1/+1
|
* Removed redundant "* 1024" which exploded the size of the workspace.Joel Sherrill1998-04-302-4/+4
|
* Added sections and redirected some to RAM to avoid warnings.Joel Sherrill1998-04-301-40/+47
|
* Added sections to remove warningsJoel Sherrill1998-04-301-0/+8
|
* moved tools to bsp directoryJoel Sherrill1998-04-302-2/+2
|
* Added support for debug variants on tests.Joel Sherrill1998-04-291-4/+5
|
* Update from Pedro Romano <pmcnr@camoes.rnl.ist.utl.pt>.Joel Sherrill1998-04-2711-820/+274
|
* Added I386_HAS_BSWAP cpu model feature flag so swap u32 could takeJoel Sherrill1998-04-271-10/+28
| | | | | | | | advantage of this instruction. Also up conditionals mapping cpu models to feature flags by having a section which defaults all the i386 family feature flags to the most common value.
* Added swap of unsigned16Joel Sherrill1998-04-2711-3/+69
|
* Fixed spelling errors.Joel Sherrill1998-04-271-3/+3
|
* Fixed trace bit manipulation per requests from Eric Norum and Chris Johns.Joel Sherrill1998-04-271-11/+3
| | | | Actual patch was from Eric Norum.
* Cosmetic fix from Eric Norum:Joel Sherrill1998-04-272-2/+2
| | | | | | This makes the headings line up above the columns a little better. Now that it's so easy to include/exclude the stack check code I find myself adding it to all my `debug' targets.
* Removed redundant implementation of tcgetattr and tcsetattr.Joel Sherrill1998-04-271-20/+0
|
* Fixed bad CVS Id string.Joel Sherrill1998-04-271-2/+1
| | | | Removed unnecessary definition of "ED".
* Clean up patch from Ralf Corsepius.Joel Sherrill1998-04-271-22/+23
|
* Fix from Ralf Corsepius:Joel Sherrill1998-04-271-6/+1
| | | | | | use a wildcard rule instead of explicit listing all include files (I have more libcpu header files than the public version has. This patch removes the need to patch this Makefile for my private bsps)
* Added shared directory.Joel Sherrill1998-04-271-1/+1
|
* Removed extra (bad) CVS Id string.Joel Sherrill1998-04-271-2/+0
|
* Fixed CVS Id string and removed bogus comment.Joel Sherrill1998-04-271-4/+1
|
* Fix from Ralf Corsepius:Joel Sherrill1998-04-271-0/+1
| | | | + adding #include <rtems/libio.h> to fix implicit declaration warning
* Fixed CVS IdJoel Sherrill1998-04-271-1/+1
|
* Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirementsJoel Sherrill1998-04-2724-3/+49
| | | | more accurate.
* Fixed screen to match actual output.Joel Sherrill1998-04-271-3/+2
|
* Added numerous entries to make the memory calculation more accurate:Joel Sherrill1998-04-272-2/+134
| | | | | | | | | | | | | + POSIX threads + Ada tasks + POSIX threads API support + POSIX condition variables + POSIX keys (still do not account for data fields) + POSIX mutexes + POSIX queued signals + added macro for extra memory for task stacks + default value for CONFIGURE_MAXIMUM_FAKE_ADA_TASKS + extra memory for Ada task stacks
* Moved POSIX_signals_Siginfo_node structure definition to headers/psignal.hJoel Sherrill1998-04-271-5/+1
| | | | so confdefs.h could see it.
* Changed __POSIX_SIGNALS_h to __RTEMS_POSIX_SIGNALS_h to avoid conflict withJoel Sherrill1998-04-272-4/+14
| | | | | | | the system signals.h file. Moved POSIX_signals_Siginfo_node type definition to this file to allow confdefs.h to know the size per queued signal.
* Reset the pthread attributes structure so the proper error would beJoel Sherrill1998-04-271-1/+5
| | | | generated.