summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
1996-08-13removed Thread_queue_Get_number_waitingMark Johannes2-25/+0
1996-08-13fixed spacingJoel Sherrill1-2/+2
1996-08-08CORE_mutex_Status: added CORE_MUTEX_STATUS_CEILING_VIOLATED to enumMark Johannes1-1/+2
1996-08-08_MPCI_Register_packet_processor: Changed prototype of fist parameter name to ...Mark Johannes1-1/+1
1996-08-08_MPCI_Register_packet_processor: changes first parameter type to MP_packet_Cl...Mark Johannes1-1/+1
1996-08-07_CORE_Mutex_seize: added checks for priority ceiling violation, also addedMark Johannes1-6/+24
1996-08-06_CORE_mutex_Seize: added change priority case if the mutex was obtained.Mark Johannes1-0/+12
1996-07-03switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill22-179/+177
1996-06-13Added code so post context switch extensions can be run on every contextJoel Sherrill2-2/+12
1996-06-12added waiting for signal state.Joel Sherrill1-19/+21
1996-06-11Interruptible by signals state was added to the STATES_BLOCKED set. ItJoel Sherrill1-2/+3
1996-06-10added code to _Thread_Clear_state to check if the state was not currently set.Joel Sherrill1-13/+19
1996-06-07added states for "join at exit" and "interruptible by signal"Joel Sherrill1-3/+6
1996-06-06Added Sporadic Server support to posix threads which required changesJoel Sherrill2-27/+51
1996-06-06Added Sporadic Server support to posix threads which required changesJoel Sherrill2-35/+65
1996-06-05added cpu_time_budget field to Thread_Control and removed the global variableJoel Sherrill2-6/+5
1996-06-05fixed spacingJoel Sherrill1-1/+1
1996-06-05added support for the api providing the thread stack areaJoel Sherrill1-23/+33
1996-06-05added boolean to indicate whether or not the stack area was providedJoel Sherrill1-0/+1
1996-06-03added priority ceiling supportJoel Sherrill1-32/+61
1996-06-03changed so this file is usable from assembly files.Joel Sherrill2-100/+128
1996-05-31renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill6-10/+17
1996-05-31added nanoseconds per second constantJoel Sherrill1-1/+2
1996-05-30Added nanoseconds constantJoel Sherrill1-2/+3
1996-05-29spacingJoel Sherrill1-0/+1
1996-05-28split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill20-61/+88
1996-05-28added enumerated constant for the POSIX API as an error sourceJoel Sherrill1-1/+2
1996-05-28changed call to _ISR_Enable() to _ISR_Set_level() in _Thread_Handler.Joel Sherrill1-1/+1
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-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-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-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-06Removed prototyes for static inline routines and moved the comments intoJoel Sherrill42-2316/+811
1996-03-06Removed prototyes for static inline rgutines and moved the comments intoJoel Sherrill1-41/+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-14Removed arguments from _Thread_Start_multitasking.Joel Sherrill1-4/+1
1996-02-14removed arguments from _Thread_Start_multitaskingJoel Sherrill1-12/+10
1996-02-14white space problemJoel Sherrill1-1/+0