summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-233-2/+16
* 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
* Patches from Eric NorumJoel Sherrill1998-08-201-4/+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
* 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
* Error reported by Duncan Smith <dds@flavors.com>:Joel Sherrill1998-01-151-1/+1
* Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1997-12-101-1/+4
* 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
* Removed include directory at "build" point and the link of this directoryJoel Sherrill1997-10-081-4/+4
* 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
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-091-2/+5
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-011-0/+44
* 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
* Interruptible by signals state was added to the STATES_BLOCKED set. ItJoel Sherrill1996-06-111-2/+3
* added states for "join at exit" and "interruptible by signal"Joel Sherrill1996-06-071-3/+6
* Added Sporadic Server support to posix threads which required changesJoel Sherrill1996-06-062-35/+65
* added cpu_time_budget field to Thread_Control and removed the global variableJoel Sherrill1996-06-051-2/+2
* added boolean to indicate whether or not the stack area was providedJoel Sherrill1996-06-051-0/+1
* renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill1996-05-312-7/+9
* added nanoseconds per second constantJoel Sherrill1996-05-311-1/+2
* Added nanoseconds constantJoel Sherrill1996-05-301-2/+3
* split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill1996-05-2820-61/+88
* added enumerated constant for the POSIX API as an error sourceJoel Sherrill1996-05-281-1/+2
* Modified to correct variables which defined the range of object classesJoel Sherrill1996-05-221-1/+1
* interr.h: added stack allocater error codeJoel Sherrill1996-04-222-1/+15
* changes to compile in macro configuration without warnings.Joel Sherrill1996-04-193-2/+24