summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed version to 19990210Joel Sherrill1999-02-101-1/+1
|
* POSIX Timers submitted by Juan Zamorano FloresJoel Sherrill1999-02-031-0/+9
| | | | <jzamora@avellano.datsi.fi.upm.es>.
* changed version to 19981217Joel Sherrill1998-12-171-1/+1
|
* changed version to 19981215Joel Sherrill1998-12-161-1/+1
|
* More automake preparation changes from Ralf CorsepiusJoel Sherrill1998-12-153-6/+45
| | | | <corsepiu@faw.uni-ulm.de>.
* changed version to 19981203Joel Sherrill1998-12-041-1/+1
|
* Moved stackchk.h to rtems subdirectory.Joel Sherrill1998-12-031-1/+1
|
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-232-0/+12
| | | | it work.
* changed version to 4.0.0-AFCCJoel Sherrill1998-10-291-1/+1
|
* changed version to 4.0.0Joel Sherrill1998-10-271-1/+1
|
* changed version to 4.0.0-beta4bJoel Sherrill1998-10-261-1/+1
|
* changed version to 4.0.0-beta4aJoel Sherrill1998-10-151-1/+1
|
* changed version to 4.0.0-beta4Joel Sherrill1998-10-121-1/+1
|
* changed version to 981006Joel Sherrill1998-10-061-1/+1
|
* changed version to 981001Joel Sherrill1998-10-011-1/+1
|
* changed version to 980923Joel Sherrill1998-09-231-1/+1
|
* changed version to 980921Joel Sherrill1998-09-211-1/+1
|
* changed version to 980911Joel Sherrill1998-09-111-1/+1
|
* changed version to 980824Joel Sherrill1998-08-241-1/+1
|
* changed version to 980821Joel Sherrill1998-08-211-1/+1
|
* Modified version number to recut snapshot.Joel Sherrill1998-08-211-1/+1
|
* changed version to 980821Joel Sherrill1998-08-211-1/+1
|
* changed version to 980820pm-BSDJoel Sherrill1998-08-201-1/+1
|
* changed version to 980820-BSDJoel Sherrill1998-08-201-1/+1
|
* changed version to 980819Joel Sherrill1998-08-191-1/+1
|
* changed version to 980808Joel Sherrill1998-08-081-1/+1
|
* changed version to 9800808Joel Sherrill1998-08-081-1/+1
|
* changed version to 980724Joel Sherrill1998-07-241-1/+1
|
* changed version to 980723Joel Sherrill1998-07-231-1/+1
|
* changed version to 980710Joel Sherrill1998-07-101-1/+1
|
* changed version to 980707Joel Sherrill1998-07-071-1/+1
|
* changed version to 9800707Joel Sherrill1998-07-071-1/+1
|
* changed version to 980618Joel Sherrill1998-06-181-1/+1
|
* changed version to 980604Joel Sherrill1998-06-041-1/+1
|
* changed version to 980527Joel Sherrill1998-05-271-1/+1
|
* Corrected interrupt stack allocation.Joel Sherrill1998-05-271-3/+7
|
* changed version to 980521Joel Sherrill1998-05-211-1/+1
|
* changed version to 980518Joel Sherrill1998-05-181-1/+1
|
* Include memory for Ada task stacks.Joel Sherrill1998-05-181-2/+2
|
* Added default value for CONFIGURE_MAXIMUM_POSIX_THREADS since it isJoel Sherrill1998-05-041-0/+1
| | | | | used to calculate the amount of memory used by tasks whether the POSIX API is enabled or disabled.
* Removed redundant "* 1024" which exploded the size of the workspace.Joel Sherrill1998-04-301-2/+2
|
* Added numerous entries to make the memory calculation more accurate:Joel Sherrill1998-04-271-1/+67
| | | | | | | | | | | | | + 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
* Changed to account for libio's maximum_semaphores as well as itsJoel Sherrill1998-04-181-1/+5
| | | | | | memory requirements. Also added variable to tell libio how many file descriptors to allocate.
* Changed version number so script will work.Joel Sherrill1998-04-181-1/+1
|
* Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill1998-04-151-1/+9
| | | | | | | | | | | | 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.
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-152-3/+26
| | | | | | 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-141-1/+1
|
* Account for interrupt stack spaceJoel Sherrill1998-04-141-1/+12
|
* Added stack checker extensionJoel Sherrill1998-04-141-2/+14
|
* Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill1998-04-141-4/+16
| | | | by newlib.