summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
1997-04-16Added FPSP support for MC68040Joel Sherrill1-2/+19
1997-04-09added support for tracking thread cpu usage.Joel Sherrill1-0/+2
1997-04-09enhanced printf statementsJoel Sherrill1-4/+4
1997-04-09corrected spacing.Joel Sherrill1-8/+8
1997-04-09added SYSTEM_STATE_SHUTDOWNJoel Sherrill1-0/+1
1997-04-07added initialization of variable to eliminate warning.Joel Sherrill1-1/+1
1997-04-07added "ifndef" to avoid redefinition warning.Joel Sherrill4-0/+8
1997-04-07added "return" to eliminate warning.Joel Sherrill1-0/+2
1997-04-07added "ifndef" to avoid redefinition warningJoel Sherrill8-0/+16
1997-04-07commented out sccs_id to eliminate warning.Joel Sherrill2-6/+12
1997-04-07Replaced warning message for cpus which do not have hardware supportJoel Sherrill1-2/+3
1997-04-07changed signed int to unsigned to eliminate warningJoel Sherrill1-1/+1
1997-04-07added "ifndef" for ASM to avoid redefinition warnings.Joel Sherrill1-0/+2
1997-04-01This set of changes is the build of what was required to convert toJoel Sherrill1-2/+2
1997-03-11modified _Chain_Insert_unprotected to have the form required to be usedJoel Sherrill1-2/+2
1997-03-10initialized a stack variable to avoid a warning.Joel Sherrill1-1/+1
1997-03-08Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill3-11/+41
1997-01-29Removed definitions which are now in targopts.h. This eliminates theJoel Sherrill1-8/+4
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