summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Corrected spacing.Joel Sherrill1998-12-031-1/+1
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-237-4/+47
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-11-191-0/+8
* IDLE task stack size now specified as a field in the CPU Table for allJoel Sherrill1998-09-231-2/+7
* Modified to make it possible for an ISR to return a mutex which didJoel Sherrill1998-02-201-2/+20
* Ralf Corsepius noted that there was a dead path in _Thread_Initialize.Joel Sherrill1998-02-181-6/+2
* updated copyright to 1998Joel Sherrill1998-02-1718-18/+18
* Fixed spacing.Joel Sherrill1998-01-061-2/+2
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-0818-36/+36
* Added support for context switching the data used by the gcc m68kJoel Sherrill1997-05-281-1/+1
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-2218-90/+90
* added support for tracking thread cpu usage.Joel Sherrill1997-04-091-0/+2
* enhanced printf statementsJoel Sherrill1997-04-091-4/+4
* Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1997-03-082-10/+39
* added some casts to reduce warnings reported by users with Microtec C++Joel Sherrill1997-01-084-28/+35
* added support for cpu time used field in tcbJoel Sherrill1996-10-151-0/+16
* loop to clear workspace memory changed to use sizeof rather thanJoel Sherrill1996-09-181-1/+1
* corrected prototype of _Objects_Get_nextJoel Sherrill1996-09-181-1/+1
* uses address object rather than direct pointer arithmeticJoel Sherrill1996-09-181-2/+3
* Reversed logic in conditional to correctly distinguish betweenJoel Sherrill1996-09-171-2/+2
* changed _TOD_Is_set from a function to a boolean variableJoel Sherrill1996-09-061-0/+4
* _Thread_Start_multitasking: added code to initialize the floating pointJoel Sherrill1996-08-151-1/+25
* fixed spacingJoel Sherrill1996-08-131-2/+2
* _MPCI_Register_packet_processor: changes first parameter type to MP_packet_Cl...Mark Johannes1996-08-081-1/+1
* _CORE_Mutex_seize: added checks for priority ceiling violation, also addedMark Johannes1996-08-071-6/+24
* _CORE_mutex_Seize: added change priority case if the mutex was obtained.Mark Johannes1996-08-061-0/+12
* Added code so post context switch extensions can be run on every contextJoel Sherrill1996-06-131-2/+5
* added code to _Thread_Clear_state to check if the state was not currently set.Joel Sherrill1996-06-101-13/+19
* Added Sporadic Server support to posix threads which required changesJoel Sherrill1996-06-062-27/+51
* added cpu_time_budget field to Thread_Control and removed the global variableJoel Sherrill1996-06-051-4/+3
* fixed spacingJoel Sherrill1996-06-051-1/+1
* added support for the api providing the thread stack areaJoel Sherrill1996-06-051-23/+33
* added priority ceiling supportJoel Sherrill1996-06-031-32/+61
* renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill1996-05-312-1/+6
* spacingJoel Sherrill1996-05-291-0/+1
* changed call to _ISR_Enable() to _ISR_Set_level() in _Thread_Handler.Joel Sherrill1996-05-281-1/+1
* invoke thread stack free routine instead of Workspace free.Joel Sherrill1996-05-231-2/+26
* added comment regarding stack alignment issues to thread stack allocationJoel Sherrill1996-04-241-0/+14
* thread.c: added support for optional user provided stack allocatorJoel Sherrill1996-04-222-8/+123
* *** empty log message ***Joel Sherrill1996-03-211-4/+4
* Removed the internal thread objects and dispersed its contents toJoel Sherrill1996-02-212-7/+286
* removed arguments from _Thread_Start_multitaskingJoel Sherrill1996-02-141-12/+10
* white space problemJoel Sherrill1996-02-141-1/+0
* changed post task extension from user set to api set and added flagJoel Sherrill1996-02-132-1/+27
* more comments added and existing ones cleaned up in synchronization pathsJoel Sherrill1996-02-131-1/+13
* new isr synchronization algorithm using a single enumerated set of states.Joel Sherrill1996-02-091-42/+73
* Swapped order of nested acquisition check and check for returning unsatisfied.Joel Sherrill1996-02-011-6/+6
* synchronization state bugs addressJoel Sherrill1996-02-011-7/+12
* invalid use of tcb field resource countJoel Sherrill1996-02-011-1/+0
* Made real body of _Heap_Walk conditional on RTEMS_DEBUG. This is necessaryJoel Sherrill1996-01-151-0/+13