summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score (unfollow)
Commit message (Collapse)AuthorFilesLines
1996-04-19changes to compile in macro configuration without warnings.Joel Sherrill6-4/+48
1996-03-21*** empty log message ***Joel Sherrill3-8/+4
1996-03-21updated for 68302 and so gen68360 bsp would compileJoel Sherrill2-1/+13
1996-03-06Added 68360 support submitted by W. Eric Norum (eric@skatter.usask.ca).Joel Sherrill2-2/+12
Also increased minimum stack size from 1K to 2K.
1996-03-06Removed prototyes for static inline routines and moved the comments intoJoel Sherrill85-4673/+1624
the inline implementation. The impetus for this was twofold. First, it is incorrect to have static inline prototypes when using the macro implementation. Second, this reduced the number of lines in the include files seen by rtems.h by about 2000 lines. Next we restricted visibility for the inline routines to inside the executive itself EXCEPT for a handful of objects. This reduced the number of include files included by rtems.h by 40 files and reduced the lines in the include files seen by rtems.h by about 6000 lines. In total, these reduced the compile time of the entire RTEMS tree by 20%. This results in about 8 minutes savings on the SparcStation 10 morgana.
1996-03-06Removed prototyes for static inline rgutines and moved the comments intoJoel Sherrill1-41/+2
the inline implementation. The impetus for this was twofold. First, it is incorrect to have static inline prototypes when using the macro implementation. Second, this reduced the number of lines in the include files seen by rtems.h by about 2000 lines. Next we restricted visibility for the inline routines to inside the executive itself EXCEPT for a handful of objects. This reduced the number of include files included by rtems.h by 40 files and reduced the lines in the include files seen by rtems.h by about 6000 lines. In total, these reduced the compile time of the entire RTEMS tree by 20%. This results in about 8 minutes savings on the SparcStation 10 morgana.
1996-02-21Removed the internal thread objects and dispersed its contents toJoel Sherrill16-17/+778
the thread handler (IDLE), MPCI object (SYSI now MP Receive) and initialize_executive_early (IO initialization). The SYSI task no longer exists in a single processor configuration. This reduces single processor Workspace requirements by a TCB and a stack which is often larger than the minimum stack size. Moving the IO initialization plus accompanying BSP hooks eliminated an initialization ordering problem in which a global task could be created before the MPCI was initialized.
1996-02-21Dispersal of internal thread handler resulted in IDLE thread becomingJoel Sherrill11-52/+49
part of the Thread Handler. This required the name of the optional CPU dependent IDLE thread implementation to change.
1996-02-14Removed arguments from _Thread_Start_multitasking.Joel Sherrill2-8/+2
1996-02-14removed arguments from _Thread_Start_multitaskingJoel Sherrill1-12/+10
1996-02-14white space problemJoel Sherrill1-1/+0
1996-02-13changed post task extension from user set to api set and added flagJoel Sherrill12-113/+67
in each thread which must be set when the post switch extension is to be run.
1996-02-13added clear of _ISR_Signals_to_thread_executingJoel Sherrill1-1/+4
1996-02-13more comments added and existing ones cleaned up in synchronization pathsJoel Sherrill1-1/+13
1996-02-13comma removed from end of last enumerated elementJoel Sherrill2-2/+2
1996-02-09new isr synchronization algorithm using a single enumerated set of states.Joel Sherrill7-52/+79
1996-02-09added clear of _ISR_Signals_to_thread_executingJoel Sherrill2-0/+2
1996-02-08alignment on workspace changed from CPU_ALIGNMENT to CPU_HEAP_ALIGNMENTJoel Sherrill2-2/+2
1996-02-01Swapped order of nested acquisition check and check for returning unsatisfied.Joel Sherrill1-6/+6
1996-02-01synchronization state bugs addressJoel Sherrill1-7/+12
1996-02-01invalid use of tcb field resource countJoel Sherrill1-1/+0
1996-01-17added class to initial id macroJoel Sherrill2-8/+6
1996-01-17increased stack sizeJoel Sherrill1-1/+1
1996-01-15Made real body of _Heap_Walk conditional on RTEMS_DEBUG. This is necessaryJoel Sherrill1-0/+13
to be able to build a system without requiring printf.
1996-01-15updates from Tony Bennett for PA and UNIX portsJoel Sherrill15-174/+258
1995-12-20changes remerged after lost in disk crash -- recovered from snapshot, ↵Joel Sherrill14-105/+160
partially recovered working tree, etc
1995-12-19changes remerged after disk crash -- history lostJoel Sherrill2-2/+2
1995-12-08added correct use of _Thread_queue_Enter_critical_sectionJoel Sherrill4-4/+4
1995-12-05Added comments for addition of is_fp flag to _CPU_Context_Initialize.Joel Sherrill1-0/+5
1995-12-05minor changes so it would compile in a cross environmentJoel Sherrill1-0/+2
1995-12-05minor changes so it would compileJoel Sherrill4-14/+12
1995-12-01Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill10-84/+26
are automatically activated upon insertion.
1995-12-01Added new synchronization algorithm.Joel Sherrill1-58/+92
1995-12-01Added support for new synchronization algorithm. Specifically, the routineJoel Sherrill2-0/+28
_Thread_queue_Enter_critical_section was added.
1995-12-01Added support for new synchronization algorithm.Joel Sherrill2-0/+50
1995-12-01Corrected use of the state WATCHDOG_REINSERT and renamed itJoel Sherrill3-14/+27
WATCHDOG_BEING_INSERTED.
1995-10-31typos fixedJoel Sherrill8-8/+105
1995-10-30SPARC port passes all testsJoel Sherrill35-877/+2451
1995-10-06fixed null pointer dereferenceJoel Sherrill1-2/+2
1995-10-06fixed missing CVS IDsJoel Sherrill15-6/+28
1995-10-06SPARC merged and successfully tested w/o interrupt supportJoel Sherrill8-1/+1866
1995-10-06moved to new development machine and went to gcc 2.7.0Joel Sherrill1-0/+3
1995-09-29all targets compile .. tony's patches in placeJoel Sherrill14-48/+113
1995-09-27Modified UNIX simulator port so all references to native unixJoel Sherrill3-19/+455
stuff is in the executive source proper in the file cpu.c. This should help avoid conflicts between RTEMS POSIX files and UNIX files.
1995-09-27Fixed typoJoel Sherrill2-4/+4
1995-09-26posix support initially addedJoel Sherrill119-415/+688
1995-09-22Removed unnecessary include files.Joel Sherrill1-1/+1
1995-09-22Removed unneeded referenced to rtems/fatal.hJoel Sherrill6-6/+0
1995-09-21More file movement required api extension to be added to scoreJoel Sherrill3-0/+256
1995-09-21More file movementJoel Sherrill5-9/+7