summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
1997-01-29added type to macro to eliminate warning for untyped use of a register.Joel Sherrill1-1/+1
1997-01-29Added include of targopts.h.Joel Sherrill13-7/+20
1997-01-15fixed comments on vanilla 68000 SW interrupt stack (or the lack thereof)Joel Sherrill1-1/+2
1997-01-08added some casts to reduce warnings reported by users with Microtec C++Joel Sherrill4-28/+35
1997-01-08added type definitions for all supported task entry formatsJoel Sherrill1-1/+6
1996-12-02Changes to reflect new revision of erc32 per Jiri Gaisler's suggestions.Joel Sherrill3-0/+25
1996-12-02Updates from Derrick Ostertag <ostertag@transition.com> to fix bug inJoel Sherrill1-8/+15
1996-12-02Update from Chris Johns <cjohns@awa.com.au> to add better support forJoel Sherrill1-3/+19
1996-10-15added support for cpu time used field in tcbJoel Sherrill1-0/+16
1996-10-15added cpu time used field to tcbJoel Sherrill1-0/+1
1996-09-30fixed incorrect placement of CPU_STRUCTURE_ALIGNMENT macro.Joel Sherrill1-2/+2
1996-09-18loop to clear workspace memory changed to use sizeof rather thanJoel Sherrill1-1/+1
1996-09-18corrected prototype of _Objects_Get_nextJoel Sherrill1-1/+1
1996-09-18uses address object rather than direct pointer arithmeticJoel Sherrill1-2/+3
1996-09-18OBJECTS_NAME_ALIGNMENT definition changed to use sizeof rather thanJoel Sherrill1-2/+2
1996-09-18MP_PACKET_MINIMUN_HETERO_CONVERSION definition changed to use sizeofJoel Sherrill1-1/+2
1996-09-18modified declaration of CORE_message_queue_Buffer_control to avoid useJoel Sherrill1-11/+4
1996-09-18corrected white space problemsJoel Sherrill1-60/+62
1996-09-18new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill4-0/+1327
1996-09-17Reversed logic in conditional to correctly distinguish betweenJoel Sherrill1-2/+2
1996-09-11added $Id$ to file headersJoel Sherrill15-8/+15
1996-09-06new file for MIPS port by Craig Lebakken (lebakken@minn.net) andJoel Sherrill15-0/+5247
1996-09-06changed _TOD_Is_set from a function to a boolean variableJoel Sherrill4-24/+11
1996-08-15updates from Tony Bennett (tbennett@divnc.com)Joel Sherrill1-2/+4
1996-08-15_Thread_Start_multitasking: added code to initialize the floating pointJoel Sherrill1-1/+25
1996-08-13removed count from Thread_queue_ControlMark Johannes1-1/+0
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