summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-133-0/+6
* Patch from Eric Norum <eric@cls.usask.ca> to implement this:Joel Sherrill2000-01-211-2/+3
* POSIX message queues now include complete functionality includingJoel Sherrill2000-01-131-8/+36
* Added support for simple binary semaphores in addition to the highJoel Sherrill2000-01-052-4/+35
* + Added return priority from message seize.Jennifer Averett2000-01-051-10/+11
* Updated copyright notice.Joel Sherrill1999-11-1730-63/+32
* Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill1999-11-161-0/+15
* Added prototype for _Thread_Reset() and numerous comments.Joel Sherrill1999-11-161-4/+28
* Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1999-11-101-1/+47
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-094-23/+57
* This is another pass at making sure that nothing outside the BSPJoel Sherrill1999-11-051-0/+40
* Added maximum count detection logic.Joel Sherrill1999-11-021-1/+3
* Added support for message priority as required by POSIX.Joel Sherrill1999-11-021-4/+10
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-041-3/+3
* Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1999-09-071-0/+10
* Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca> to addJoel Sherrill1999-08-301-1/+6
* This is a large patch from Eric Valette <valette@crf.canon.fr> that wasJoel Sherrill1999-06-142-2/+2
* Added comments.Joel Sherrill1999-06-111-1/+1
* Splitting the Thread Handler forced the inclusion of more prototypes.Joel Sherrill1999-05-171-0/+33
* Unlimited objects patch from Chris Johns <ccj@acm.org>. Email follows:Joel Sherrill1999-03-171-28/+82
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-232-0/+10
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-11-191-0/+7
* IDLE task stack size now specified as a field in the CPU Table for allJoel Sherrill1998-09-231-8/+0
* Added CPU_ISR_PASSES_FRAME_POINTER so some ports could pass just theJoel Sherrill1998-06-031-0/+7
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-151-7/+0
* updated copyright to 1998Joel Sherrill1998-02-1730-31/+31
* Error reported by Duncan Smith <dds@flavors.com>:Joel Sherrill1998-01-151-1/+1
* Moved include of rtems/score/cpu.h to make sure TRUE and FALSE were defined.Joel Sherrill1997-12-061-2/+2
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-0830-60/+60
* Fixed comment.Joel Sherrill1997-10-061-1/+1
* Added post switch extension.Joel Sherrill1997-07-091-0/+5
* Patch from Chris John <cjohns@awa.com.au> to add use of a select statementJoel Sherrill1997-04-221-0/+15
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-2230-152/+152
* corrected spacing.Joel Sherrill1997-04-091-8/+8
* added SYSTEM_STATE_SHUTDOWNJoel Sherrill1997-04-091-0/+1
* Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1997-03-081-1/+2
* Removed definitions which are now in targopts.h. This eliminates theJoel Sherrill1997-01-291-8/+4
* added type to macro to eliminate warning for untyped use of a register.Joel Sherrill1997-01-291-1/+1
* added type definitions for all supported task entry formatsJoel Sherrill1997-01-081-1/+6
* added cpu time used field to tcbJoel Sherrill1996-10-151-0/+1
* OBJECTS_NAME_ALIGNMENT definition changed to use sizeof rather thanJoel Sherrill1996-09-181-2/+2
* MP_PACKET_MINIMUN_HETERO_CONVERSION definition changed to use sizeofJoel Sherrill1996-09-181-1/+2
* modified declaration of CORE_message_queue_Buffer_control to avoid useJoel Sherrill1996-09-181-11/+4
* changed _TOD_Is_set from a function to a boolean variableJoel Sherrill1996-09-061-0/+7
* removed count from Thread_queue_ControlMark Johannes1996-08-131-1/+0
* CORE_mutex_Status: added CORE_MUTEX_STATUS_CEILING_VIOLATED to enumMark Johannes1996-08-081-1/+2
* _MPCI_Register_packet_processor: Changed prototype of fist parameter name to ...Mark Johannes1996-08-081-1/+1
* switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill1996-07-031-5/+3
* Added code so post context switch extensions can be run on every contextJoel Sherrill1996-06-131-0/+7
* added waiting for signal state.Joel Sherrill1996-06-121-19/+21