summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi (unfollow)
Commit message (Expand)AuthorFilesLines
1998-05-04Added default value for CONFIGURE_MAXIMUM_POSIX_THREADS since it isJoel Sherrill1-0/+1
1998-04-30Removed redundant "* 1024" which exploded the size of the workspace.Joel Sherrill1-2/+2
1998-04-27Added numerous entries to make the memory calculation more accurate:Joel Sherrill1-1/+67
1998-04-18Changed to account for libio's maximum_semaphores as well as itsJoel Sherrill1-1/+5
1998-04-15Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill1-1/+9
1998-04-15Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill3-7/+31
1998-04-14Account for interrupt stack spaceJoel Sherrill1-1/+12
1998-04-14Added stack checker extensionJoel Sherrill1-2/+14
1998-04-14Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill1-4/+16
1998-02-20Added misisng line continuation.Joel Sherrill1-1/+1
1998-02-19Accounted for fixed system overhead.Joel Sherrill1-2/+10
1998-02-17updated copyright to 1998Joel Sherrill16-16/+16
1998-02-04Patch from Ralf Corsepius to reduce the amount of memory consumed byJoel Sherrill1-2/+6
1997-12-23Added CONFIGURE_GNAT_KEYS to correct the number of keys configuredJoel Sherrill1-12/+11
1997-11-18Added CONFIGURE_MEMORY_USER_OVERHEAD constant per Chris Johns request.Joel Sherrill1-1/+6
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill16-32/+32
1997-08-04Added GNAT configuration parameters.Joel Sherrill1-4/+19
1997-07-09Added postswitch extension.Joel Sherrill1-0/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill16-80/+80
1997-04-09enhanced rtems_shutdown_executive to insure that no attempt willJoel Sherrill1-1/+4
1997-04-02was checking for null cpu_table -- short have been checking configurationJoel Sherrill1-1/+1
1997-04-01This set of changes is the build of what was required to convert toJoel Sherrill1-0/+135
1997-01-28With the transition from command line macro definitions to targopts.h,Joel Sherrill1-3/+2
1996-07-03switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill1-4/+4
1996-06-14fields for init threads stuff said tasks.Joel Sherrill1-4/+4
1996-06-13added maximum_queued_signals to _POSIX_Default_configurationMark Johannes1-0/+1
1996-06-13added posix configuration parameter maximum_queued_signals.Joel Sherrill1-0/+5
1996-06-13now passing maximum_queued_signals to posix signals manager initializationJoel Sherrill1-1/+3
1996-06-13Added include so _POSIX_signals_Manager_initialization is prototyped.Joel Sherrill1-0/+1
1996-06-12added initialization of posix signal manager.Joel Sherrill1-0/+2
1996-06-03added an assert if a pthread_t is not the same size as an Objects_IdJoel Sherrill1-2/+5
1996-05-29tests now specify whether using posix initialization threads tableJoel Sherrill1-13/+45
1996-05-29fixed support for posix initialization threads tableJoel Sherrill1-2/+22
1996-05-29Addressed RTEMS API initialization tasks table in a system withoutJoel Sherrill1-3/+7
1996-05-29Added default POSIX API configuration table.Joel Sherrill1-1/+13
1996-05-28split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill6-24/+38
1996-05-28added maximum keysJoel Sherrill1-1/+1
1996-05-28new fileJoel Sherrill1-0/+72
1996-05-28added ifndef's for the POSIX maximum field in the POSIX api configuration tableJoel Sherrill1-1/+6
1996-05-28added posix api initialization call to init.cJoel Sherrill2-1/+5
1996-05-28made posix configuration information conditional so configurations wantingJoel Sherrill2-1/+49
1996-05-28added initial posix configuration supportJoel Sherrill3-41/+40
1996-03-06Removed prototyes for static inline routines and moved the comments intoJoel Sherrill2-53/+20
1996-02-21Changed io manager initialization routine to not be static and added it here.Joel Sherrill1-0/+37
1996-02-21changed io manager initialization routine to not be staticJoel Sherrill1-3/+1
1996-02-21Removed the internal thread objects and dispersed its contents toJoel Sherrill1-12/+14
1996-02-14idle thread now created before system initialization thread.Joel Sherrill1-4/+1
1996-02-14Moved some initialization from the system initialization thread toJoel Sherrill1-2/+42
1996-02-13changed post task extension from user set to api set and added flagJoel Sherrill1-2/+0
1996-02-12*** empty log message ***Joel Sherrill1-4/+0