summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-07-261-1/+1
* This is part of a major patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-07-261-29/+26
* Renamed tod.c to coretod.c to remove conflicts with "Time Of Day"Joel Sherrill1999-05-282-240/+2
* Thread Handler split into multiple files. Eventually, as RTEMS isJoel Sherrill1999-05-1726-1305/+1990
* Unlimited objects patch design document. Submitted by Chris JohnsJoel Sherrill1999-04-191-0/+387
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-04-191-1/+1
* Patch from Chris Johns <ccj@acm.org>:Joel Sherrill1999-03-311-5/+13
* Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-03-191-3/+12
* Unlimited objects patch from Chris Johns <ccj@acm.org>. Email follows:Joel Sherrill1999-03-171-81/+483
* Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-02-181-0/+2
* Corrected spacing.Joel Sherrill1998-12-031-1/+1
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-238-6/+53
* 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
* Added __RTEMS_INSIDE__ macro to insure that ".inl" files are ALWAYS includedJoel Sherrill1998-08-241-1/+1
* 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-1719-19/+19
* Big patch form Ralf Corsepius described in this email:Joel Sherrill1998-01-301-4/+2
* Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill1998-01-201-1/+1
* Fixed spacing.Joel Sherrill1998-01-061-2/+2
* Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1997-12-101-1/+4
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-0819-38/+38
* 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-2219-95/+95
* added support for tracking thread cpu usage.Joel Sherrill1997-04-091-0/+2
* enhanced printf statementsJoel Sherrill1997-04-091-4/+4
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-011-0/+41
* 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-062-0/+8
* _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-313-2/+6
* spacingJoel Sherrill1996-05-291-0/+1