summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed typo in merge of Eric Norum's patchJoel Sherrill1996-05-311-2/+1
|
* added nanoseconds per second constantJoel Sherrill1996-05-312-2/+4
|
* corrected minor problem in Eric Norum's changes in the bfffo macro.Joel Sherrill1996-05-311-1/+1
|
* Added nanoseconds constantJoel Sherrill1996-05-302-4/+6
|
* Eric Norum sent in new versions of the inline assembly macros whichJoel Sherrill1996-05-302-82/+17
| | | | do not generate warnings for unitialized variables.
* spacingJoel Sherrill1996-05-291-0/+1
|
* split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill1996-05-2848-150/+204
| | | | score, rtems api, or posix api related.
* added enumerated constant for the POSIX API as an error sourceJoel Sherrill1996-05-282-2/+4
|
* changed call to _ISR_Enable() to _ISR_Set_level() in _Thread_Handler.Joel Sherrill1996-05-281-1/+1
| | | | | _ISR_Enable() takes the magic cookie expected by the cpu's status register instead of a simple isr level.
* updates from Tony BennettJoel Sherrill1996-05-233-95/+110
|
* *** empty log message ***Joel Sherrill1996-05-231-2/+2
|
* invoke thread stack free routine instead of Workspace free.Joel Sherrill1996-05-231-2/+26
|
* updates from Tony Bennett.Joel Sherrill1996-05-232-60/+78
| | | | | Broke the setjmp/longjmp pair in the context switch into a separate routine so no code depended on local variables surviving the jump.
* Modified to correct variables which defined the range of object classesJoel Sherrill1996-05-222-2/+2
| | | | which are tasks.
* *** empty log message ***Joel Sherrill1996-05-081-1/+2
|
* Updates from Eric Norum to use the mcpu32 flags and fix comments.Joel Sherrill1996-05-012-30/+17
|
* added comment regarding stack alignment issues to thread stack allocationJoel Sherrill1996-04-241-0/+14
| | | | routine.
* updates from Tony BennettJoel Sherrill1996-04-221-6/+35
|
* thread.c: added support for optional user provided stack allocatorJoel Sherrill1996-04-222-8/+123
| | | | wkspace.c: made initialization routine a regular subroutine
* made initialization routine a regular subroutineJoel Sherrill1996-04-224-176/+0
|
* interr.h: added stack allocater error codeJoel Sherrill1996-04-224-2/+30
| | | | wkspace.h: made initialization routine a regular subroutine
* added stack allocation fields to the cpu tableJoel Sherrill1996-04-222-31/+71
| | | | | updates from Tony Bennett. Most were to insure all variables were properly initialized and to correct the stray signal number reporting.
* added stack allocation fields to the cpu tableJoel Sherrill1996-04-224-18/+16
|
* added stack allocation fields to the cpu tableJoel Sherrill1996-04-223-3/+919
| | | | added CPU_M68K_EXTB_L model flag
* added stack allocation fields to the cpu tableJoel Sherrill1996-04-221-0/+3
|
* updartes from Tony BennettJoel Sherrill1996-04-224-420/+129
|
* 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.