summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Now use _Thread_Reset().Joel Sherrill1999-11-161-19/+4
* Added threadreset.c.Joel Sherrill1999-11-161-1/+1
* New file.Joel Sherrill1999-11-161-0/+66
* Corrected so now actually indexes into the allocation block.Joel Sherrill1999-11-121-10/+6
* Corrected to account for the way memory is divided up inJoel Sherrill1999-11-101-7/+9
* Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1999-11-106-5/+278
* Split core mutex and semaphore handlers into separate files.Joel Sherrill1999-11-026-0/+561
* Split core message queue and watchdog handler objects into separate files.Joel Sherrill1999-11-0215-993/+875
* Split Heap and Time of Day Handlers.Joel Sherrill1999-11-0213-1537/+809
* Split threadq.c into multiple files.Joel Sherrill1999-11-0217-2/+1280
* Split object.c into multiple files.Joel Sherrill1999-11-0217-983/+1375
* Fixed bug which resulted in misaligned object control structuresJoel Sherrill1999-11-021-3/+5
* Added a comment to indicate that if a task blocked on a priorityJoel Sherrill1999-11-021-0/+5
* Added code to allocate by index. This is the object ID style usedJoel Sherrill1999-11-021-27/+134
* Added maximum count detection logic.Joel Sherrill1999-11-021-3/+13
* Added support for message priority as required by POSIX.Joel Sherrill1999-11-021-1/+33
* Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca> to addJoel Sherrill1999-08-301-13/+24
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-07-301-5/+5
* Fix after this report from Peter Pointner <pr@schenk.isar.de>:Joel Sherrill1999-07-281-0/+12
* 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