summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changes to compile in macro configuration without warnings.Joel Sherrill1996-04-196-4/+48
|
* *** empty log message ***Joel Sherrill1996-03-213-8/+4
|
* updated for 68302 and so gen68360 bsp would compileJoel Sherrill1996-03-212-1/+13
|
* Added 68360 support submitted by W. Eric Norum (eric@skatter.usask.ca).Joel Sherrill1996-03-062-2/+12
| | | | Also increased minimum stack size from 1K to 2K.
* Removed prototyes for static inline routines and moved the comments intoJoel Sherrill1996-03-0685-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.
* Removed prototyes for static inline rgutines and moved the comments intoJoel Sherrill1996-03-061-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.
* Removed the internal thread objects and dispersed its contents toJoel Sherrill1996-02-2116-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.
* Dispersal of internal thread handler resulted in IDLE thread becomingJoel Sherrill1996-02-2111-52/+49
| | | | | part of the Thread Handler. This required the name of the optional CPU dependent IDLE thread implementation to change.
* Removed arguments from _Thread_Start_multitasking.Joel Sherrill1996-02-142-8/+2
|
* removed arguments from _Thread_Start_multitaskingJoel Sherrill1996-02-141-12/+10
|
* white space problemJoel Sherrill1996-02-141-1/+0
|
* changed post task extension from user set to api set and added flagJoel Sherrill1996-02-1312-113/+67
| | | | in each thread which must be set when the post switch extension is to be run.
* added clear of _ISR_Signals_to_thread_executingJoel Sherrill1996-02-131-1/+4
|
* more comments added and existing ones cleaned up in synchronization pathsJoel Sherrill1996-02-131-1/+13
|
* comma removed from end of last enumerated elementJoel Sherrill1996-02-132-2/+2
|
* new isr synchronization algorithm using a single enumerated set of states.Joel Sherrill1996-02-097-52/+79
|
* added clear of _ISR_Signals_to_thread_executingJoel Sherrill1996-02-092-0/+2
|
* alignment on workspace changed from CPU_ALIGNMENT to CPU_HEAP_ALIGNMENTJoel Sherrill1996-02-082-2/+2
|
* Swapped order of nested acquisition check and check for returning unsatisfied.Joel Sherrill1996-02-011-6/+6
|
* synchronization state bugs addressJoel Sherrill1996-02-011-7/+12
|
* invalid use of tcb field resource countJoel Sherrill1996-02-011-1/+0
|
* added class to initial id macroJoel Sherrill1996-01-172-8/+6
|
* increased stack sizeJoel Sherrill1996-01-171-1/+1
|
* Made real body of _Heap_Walk conditional on RTEMS_DEBUG. This is necessaryJoel Sherrill1996-01-151-0/+13
| | | | to be able to build a system without requiring printf.
* updates from Tony Bennett for PA and UNIX portsJoel Sherrill1996-01-1515-174/+258
|
* changes remerged after lost in disk crash -- recovered from snapshot, ↵Joel Sherrill1995-12-2014-105/+160
| | | | partially recovered working tree, etc
* changes remerged after disk crash -- history lostJoel Sherrill1995-12-192-2/+2
|
* added correct use of _Thread_queue_Enter_critical_sectionJoel Sherrill1995-12-084-4/+4
|
* Added comments for addition of is_fp flag to _CPU_Context_Initialize.Joel Sherrill1995-12-051-0/+5
|
* minor changes so it would compile in a cross environmentJoel Sherrill1995-12-051-0/+2
|
* minor changes so it would compileJoel Sherrill1995-12-054-14/+12
|
* Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill1995-12-0110-84/+26
| | | | are automatically activated upon insertion.
* Added new synchronization algorithm.Joel Sherrill1995-12-011-58/+92
|
* Added support for new synchronization algorithm. Specifically, the routineJoel Sherrill1995-12-012-0/+28
| | | | _Thread_queue_Enter_critical_section was added.
* Added support for new synchronization algorithm.Joel Sherrill1995-12-012-0/+50
|
* Corrected use of the state WATCHDOG_REINSERT and renamed itJoel Sherrill1995-12-013-14/+27
| | | | WATCHDOG_BEING_INSERTED.
* typos fixedJoel Sherrill1995-10-318-8/+105
|
* SPARC port passes all testsJoel Sherrill1995-10-3035-877/+2451
|
* fixed null pointer dereferenceJoel Sherrill1995-10-061-2/+2
|
* fixed missing CVS IDsJoel Sherrill1995-10-0615-6/+28
|
* SPARC merged and successfully tested w/o interrupt supportJoel Sherrill1995-10-068-1/+1866
|
* moved to new development machine and went to gcc 2.7.0Joel Sherrill1995-10-061-0/+3
|
* all targets compile .. tony's patches in placeJoel Sherrill1995-09-2914-48/+113
|
* Modified UNIX simulator port so all references to native unixJoel Sherrill1995-09-273-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.
* Fixed typoJoel Sherrill1995-09-272-4/+4
|
* posix support initially addedJoel Sherrill1995-09-26119-415/+688
|
* Removed unnecessary include files.Joel Sherrill1995-09-221-1/+1
|
* Removed unneeded referenced to rtems/fatal.hJoel Sherrill1995-09-226-6/+0
|
* More file movement required api extension to be added to scoreJoel Sherrill1995-09-213-0/+256
|
* More file movementJoel Sherrill1995-09-215-9/+7
|