summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
1996-05-28changed call to _ISR_Enable() to _ISR_Set_level() in _Thread_Handler.Joel Sherrill1-1/+1
1996-05-28added initial posix configuration supportJoel Sherrill9-54/+161
1996-05-24updates to fix typosJoel Sherrill1-13/+7
1996-05-23updates from Tony BennettJoel Sherrill3-3/+6
1996-05-23invoke thread stack free routine instead of Workspace free.Joel Sherrill1-2/+26
1996-05-23updates from Tony Bennett.Joel Sherrill1-58/+76
1996-05-22Modified to correct variables which defined the range of object classesJoel Sherrill1-1/+1
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill14-7/+24
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill1-1/+1
1996-05-10fixed typoJoel Sherrill1-1/+1
1996-05-08*** empty log message ***Joel Sherrill1-1/+2
1996-05-01Updates from Eric Norum to use the mcpu32 flags and fix comments.Joel Sherrill2-54/+28
1996-04-24added comment regarding stack alignment issues to thread stack allocationJoel Sherrill1-0/+14
1996-04-22updates from Tony BennettJoel Sherrill22-181/+130
1996-04-22Updates from Tony Bennett.Joel Sherrill4-25/+34
1996-04-22thread.c: added support for optional user provided stack allocatorJoel Sherrill2-8/+123
1996-04-22made initialization routine a regular subroutineJoel Sherrill2-88/+0
1996-04-22interr.h: added stack allocater error codeJoel Sherrill2-1/+15
1996-04-22added stack allocation fields to the cpu tableJoel Sherrill1-23/+53
1996-04-22added stack allocation fields to the cpu tableJoel Sherrill2-0/+1786
1996-04-22updartes from Tony BennettJoel Sherrill1-256/+80
1996-04-19event.c: _Event_Manager_initialization no longer a static inlineJoel Sherrill2-0/+29
1996-04-19_Event_Manager_initialization no longer a static inlineJoel Sherrill1-19/+0
1996-04-19event.h: _Event_Manager_initialization no longer a static inlineJoel Sherrill1-19/+0
1996-04-19event.h: _Event_Manager_initialization no longer a static inlineJoel Sherrill2-0/+12
1996-04-19changes to compile in macro configuration without warnings.Joel Sherrill3-2/+24
1996-03-21*** empty log message ***Joel Sherrill2-6/+4
1996-03-21updated for 68302 and so gen68360 bsp would compileJoel Sherrill2-2/+6
1996-03-06As part of reducing visibility into rtems and hiding the .inl filesJoel Sherrill8-0/+8
1996-03-06Removed prototyes for static inline routines and moved the comments intoJoel Sherrill79-3420/+1212
1996-03-06Removed prototyes for static inline rgutines and moved the comments intoJoel Sherrill1-41/+2
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-21Dispersal of internal thread handler resulted in the SYSI task beingJoel Sherrill1-2/+2
1996-02-21Removed the internal thread objects and dispersed its contents toJoel Sherrill9-12/+532
1996-02-21Dispersal of internal thread handler resulted in IDLE thread becomingJoel Sherrill3-6/+6
1996-02-21Removed the internal thread objects and dispersed its contents toJoel Sherrill1-12/+14
1996-02-14Removed arguments from _Thread_Start_multitasking.Joel Sherrill1-4/+1
1996-02-14idle thread now created before system initialization thread.Joel Sherrill1-4/+1
1996-02-14removed arguments from _Thread_Start_multitaskingJoel Sherrill1-12/+10
1996-02-14white space problemJoel Sherrill1-1/+0
1996-02-14Moved some initialization from the system initialization thread toJoel Sherrill1-2/+42
1996-02-13removed post switch extensionJoel Sherrill1-1/+0
1996-02-13changed post task extension from user set to api set and added flagJoel Sherrill10-63/+56
1996-02-13more comments added and existing ones cleaned up in synchronization pathsJoel Sherrill1-1/+13
1996-02-13comma removed from end of last enumerated elementJoel Sherrill1-1/+1
1996-02-13comment added to describe synchronization logic in timeout routineJoel Sherrill1-0/+21
1996-02-12*** empty log message ***Joel Sherrill1-4/+0
1996-02-09new isr synchronization algorithm using a single enumerated set of states.Joel Sherrill7-59/+105
1996-02-09added rtems_interrupt_is_in_progressJoel Sherrill1-0/+14