summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Collapse)AuthorFilesLines
1996-04-19_Event_Manager_initialization no longer a static inlineJoel Sherrill1-19/+0
1996-04-19event.h: _Event_Manager_initialization no longer a static inlineJoel Sherrill1-19/+0
1996-04-19event.h: _Event_Manager_initialization no longer a static inlineJoel Sherrill2-0/+12
support.h: updated to use RTEMS_APPLICATION macro
1996-04-19changes to compile in macro configuration without warnings.Joel Sherrill3-2/+24
1996-03-21*** empty log message ***Joel Sherrill2-6/+4
1996-03-21updated for 68302 and so gen68360 bsp would compileJoel Sherrill2-2/+6
1996-03-06As part of reducing visibility into rtems and hiding the .inl filesJoel Sherrill8-0/+8
from the application code, this file required more visibility than is given by default to application code.
1996-03-06Removed prototyes for static inline routines and moved the comments intoJoel Sherrill79-3420/+1212
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-21Changed io manager initialization routine to not be static and added it here.Joel Sherrill1-0/+37
1996-02-21changed io manager initialization routine to not be staticJoel Sherrill1-3/+1
1996-02-21Dispersal of internal thread handler resulted in the SYSI task beingJoel Sherrill1-2/+2
only required in a multiprocessor system. It was replace by the MPCI Receive Server. As a result, the CPU Table field for extra stack for the SYSI task was changed to be extra stack for the MPCI Receive Server.
1996-02-21Removed the internal thread objects and dispersed its contents toJoel Sherrill9-12/+532
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 Sherrill3-6/+6
part of the Thread Handler. This required the name of the optional CPU dependent IDLE thread implementation to change.
1996-02-21Removed the internal thread objects and dispersed its contents toJoel Sherrill1-12/+14
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-14Removed arguments from _Thread_Start_multitasking.Joel Sherrill1-4/+1
1996-02-14idle thread now created before system initialization thread.Joel Sherrill1-4/+1
Also system initialization thread only created in MP systems.
1996-02-14removed arguments from _Thread_Start_multitaskingJoel Sherrill1-12/+10
1996-02-14white space problemJoel Sherrill1-1/+0
1996-02-14Moved some initialization from the system initialization thread toJoel Sherrill1-2/+42
initialize_executive_early. This was done to clear up an ordering problem in which global tasks could be created before the MPCI layer was initialized.
1996-02-13removed post switch extensionJoel Sherrill1-1/+0
1996-02-13changed post task extension from user set to api set and added flagJoel Sherrill10-63/+56
in each thread which must be set when the post switch extension is to be run.
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 Sherrill1-1/+1
1996-02-13comment added to describe synchronization logic in timeout routineJoel Sherrill1-0/+21
1996-02-12*** empty log message ***Joel Sherrill1-4/+0
1996-02-09new isr synchronization algorithm using a single enumerated set of states.Joel Sherrill7-59/+105
1996-02-09added rtems_interrupt_is_in_progressJoel Sherrill1-0/+14
1996-02-09added clear of _ISR_Signals_to_thread_executingJoel Sherrill2-0/+2
1996-02-08changed synchronization algorithm to be a single list of enumerated statesJoel Sherrill1-2/+2
1996-02-08alignment on workspace changed from CPU_ALIGNMENT to CPU_HEAP_ALIGNMENTJoel Sherrill1-1/+1
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-19Added condition compile flag for dump of stack usage information onJoel Sherrill1-0/+10
system exit.
1996-01-19added a task begin extension for unix simulator configurations. This extensionJoel Sherrill1-0/+25
insures that stdout is line buffered (see setvbuf).
1996-01-17Update from Tony Bennett (tbennett@divnc.com)Joel Sherrill7-76/+75
1996-01-17added class to initial id macroJoel Sherrill2-8/+7
1996-01-15Split error handler into its own directory.Joel 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 Sherrill17-159/+233
1995-12-20changes remerged after lost in disk crash -- recovered from snapshot, ↵Joel Sherrill3-15/+23
partially recovered working tree, etc
1995-12-19changes remerged after disk crash -- history lostJoel Sherrill1-1/+1
1995-12-08added correct use of _Thread_queue_Enter_critical_sectionJoel Sherrill6-5/+6
1995-12-05bug fix in statistics from Tony Bennett (tbennett@divnc.com)Joel Sherrill1-1/+3
1995-12-05minor changes so it would compileJoel Sherrill1-3/+1
1995-12-05new states added and _Rate_monotonic_Set_State removed.Joel Sherrill2-94/+60
1995-12-01Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill11-70/+30
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 Sherrill1-0/+14
_Thread_queue_Enter_critical_section was added.