summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Cosmetic fix from Eric Norum:Joel Sherrill1998-04-272-2/+2
* Removed redundant implementation of tcgetattr and tcsetattr.Joel Sherrill1998-04-271-20/+0
* Fixed bad CVS Id string.Joel Sherrill1998-04-271-2/+1
* Clean up patch from Ralf Corsepius.Joel Sherrill1998-04-271-22/+23
* Fix from Ralf Corsepius:Joel Sherrill1998-04-271-6/+1
* 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
* Fixed CVS IdJoel Sherrill1998-04-271-1/+1
* Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirementsJoel Sherrill1998-04-2724-3/+49
* 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
* Moved POSIX_signals_Siginfo_node structure definition to headers/psignal.hJoel Sherrill1998-04-271-5/+1
* Changed __POSIX_SIGNALS_h to __RTEMS_POSIX_SIGNALS_h to avoid conflict withJoel Sherrill1998-04-272-4/+14
* Reset the pthread attributes structure so the proper error would beJoel Sherrill1998-04-271-1/+5
* psim now runs in both debug and non-debug mode.Joel Sherrill1998-04-184-9/+17
* rtems_libio_number_iops is now defined in confdefs.h so the maximumJoel Sherrill1998-04-182-2/+2
* Changed to account for libio's maximum_semaphores as well as itsJoel Sherrill1998-04-182-2/+10
* Changed version number so script will work.Joel Sherrill1998-04-182-2/+2
* Fixed so this would compile without warning.Joel Sherrill1998-04-152-0/+4
* Added bh, ch, dh, bl, cl, and dl register macros.Joel Sherrill1998-04-151-0/+7
* Updated.Joel Sherrill1998-04-151-0/+2
* update from Eric NorumJoel Sherrill1998-04-152-16/+15
* New file created by extracting common initialization from every BSP'sJoel Sherrill1998-04-151-0/+38
* Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill1998-04-1556-873/+90
* Transitioned to shared bsp_libc_init() and cleaned up comments.Joel Sherrill1998-04-1563-1435/+604
* Initial sets of user extensions now have memory allocated on the flyJoel Sherrill1998-04-151-2/+1
* Stack check now initialized as part of initial extension set.Joel Sherrill1998-04-156-0/+130
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-1527-351/+13
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-159-28/+83
* changed version to ralf-980414Joel Sherrill1998-04-142-2/+2
* Account for interrupt stack spaceJoel Sherrill1998-04-142-2/+24
* Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-...Joel Sherrill1998-04-143-3/+2
* Stack checker extension now accounted for in confdefs.hJoel Sherrill1998-04-1427-201/+3
* Added stack checker extensionJoel Sherrill1998-04-142-4/+28
* Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill1998-04-1428-408/+32