summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirementsJoel Sherrill1998-04-2748-6/+98
| | | | more accurate.
* Fixed screen to match actual output.Joel Sherrill1998-04-272-6/+4
|
* Added numerous entries to make the memory calculation more accurate:Joel Sherrill1998-04-273-3/+201
| | | | | | | | | | | | | + 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-272-10/+2
| | | | so confdefs.h could see it.
* Changed __POSIX_SIGNALS_h to __RTEMS_POSIX_SIGNALS_h to avoid conflict withJoel Sherrill1998-04-273-6/+21
| | | | | | | 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-272-2/+10
| | | | generated.
* regeneratedJoel Sherrill1998-04-270-0/+0
|
* Fixed bug where posix tests were not being enabled.Joel Sherrill1998-04-272-2/+2
|
* 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-183-3/+3
| | | | file descriptors is user configurable.
* Changed to account for libio's maximum_semaphores as well as itsJoel Sherrill1998-04-183-3/+15
| | | | | | memory requirements. Also added variable to tell libio how many file descriptors to allocate.
* Changed version number so script will work.Joel Sherrill1998-04-182-2/+2
|
* Used http reference for EGCS index.Joel Sherrill1998-04-171-4/+4
|
* Increased size of archive.Joel Sherrill1998-04-171-1/+1
|
* Fixed so this would compile without warning.Joel Sherrill1998-04-153-0/+6
|
* Added bh, ch, dh, bl, cl, and dl register macros.Joel Sherrill1998-04-153-0/+21
|
* 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
| | | | bspstart.c file.
* Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill1998-04-1558-892/+99
| | | | | | | | | | | | code in each BSP's bspstart.c. These changes were: + confdefs.h now knows libio's semaphore requirements + shared/main.c now copies Configuration to BSP_Configuration + shared/main.c fills in the Cpu_table with default values This removed the need for rtems_libio_config() and the constant BSP_LIBIO_MAX_FDS in every BSP. Plus now the maximum number of open files can now be set on the gcc command line.
* Transitioned to shared bsp_libc_init() and cleaned up comments.Joel Sherrill1998-04-1563-1435/+604
|
* Stack checker now enabled via initial set of user extensions. ThisJoel Sherrill1998-04-1526-124/+0
| | | | | eliminates the need to build the entire application with the STACK_CHECKER_ON macro defined.
* Initial sets of user extensions now have memory allocated on the flyJoel Sherrill1998-04-152-4/+2
| | | | for them.
* Stack check now initialized as part of initial extension set.Joel Sherrill1998-04-159-0/+195
|
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-1529-375/+45
| | | | | | to multiple. This lets the stack check extension be installed at system initialization time and avoids the BSP having to even know about its existence.
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-1514-44/+127
| | | | | | to multiple. This lets the stack check extension be installed at system initialization time and avoids the BSP having to even know about its existence.
* changed version to ralf-980414Joel Sherrill1998-04-142-2/+2
|
* Account for interrupt stack spaceJoel Sherrill1998-04-143-3/+36
|
* Ralf Corsepius suggested a way to get rid of UNIX compiler files and use ↵Joel Sherrill1998-04-145-5/+4
| | | | gcc-target-default.cfg
* RegeneratedJoel Sherrill1998-04-140-0/+0
|
* Ralf Corsepius suggested a way to get rid of UNIX compiler files and use ↵Joel Sherrill1998-04-145-141/+317
| | | | gcc-target-default.cfg
* Stack checker onJoel Sherrill1998-04-141-6/+1
|
* Updates from PPC refreshJoel Sherrill1998-04-141-3/+33
|
* Stack checker extension now accounted for in confdefs.hJoel Sherrill1998-04-1427-201/+3
|
* Added stack checker extensionJoel Sherrill1998-04-143-6/+42
|
* Added src2html directory.Joel Sherrill1998-04-141-0/+1
|
* added browseable RTEMSJoel Sherrill1998-04-141-0/+2
|
* Added browseable_rtemsJoel Sherrill1998-04-141-1/+2
|
* RTEMS stuff now browseable for 1st time. Not completed.Joel Sherrill1998-04-142-3/+8
|
* first cut at browseable RTEMSJoel Sherrill1998-04-142-2/+2
|
* "arc" renamed to "archive".Joel Sherrill1998-04-141-31/+43
| | | | Pictures now in ASCII for maintenance purposes.
* "arc" changed to "archive"Joel Sherrill1998-04-145-75/+66
| | | | Pictures now in ASCII.
* Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill1998-04-1429-412/+48
| | | | by newlib.
* Removed recursive call to exitJoel Sherrill1998-04-141-2/+0
|
* Moved bspclean from assembly to C and made exit act properly.Joel Sherrill1998-04-142-2/+19
|
* new fileJoel Sherrill1998-04-143-6/+54
|
* Removed delay macroJoel Sherrill1998-04-141-16/+0
|
* new fileJoel Sherrill1998-04-141-0/+122
|
* Refreshing effort from Avenger.Joel Sherrill1998-04-148-322/+1046
|
* removed shmsuppJoel Sherrill1998-04-141-1/+1
|