Timeline
02/22/96:
- 20:14 Changeset in rtems [ba39113]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- The name of the test support routine pause was changed to rtems_test_pause to avoid conflict with the standard POSIX routine pause(2).
02/21/96:
- 22:37 Changeset in rtems [66d9e3ad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Changed io manager initialization routine to not be static and added it here.
- 22:37 Changeset in rtems [10017a72]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Changed io manager initialization routine to not be static.
- 22:37 Changeset in rtems [4ff1920]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed io manager initialization routine to not be static
- 14:47 Changeset in rtems [0e0d88b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Dispersal of internal thread handler resulted in removal of some variables and renaming of others.
- 14:47 Changeset in rtems [8cbbe312]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Dispersal of internal thread handler resulted in the SYSI task being 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.
- 14:44 Changeset in rtems [adf98bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed the internal thread objects and dispersed its contents to 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.
- 14:43 Changeset in rtems [75f09e5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Dispersal of internal thread handler resulted in IDLE thread becoming part of the Thread Handler. This required the name of the optional CPU dependent IDLE thread implementation to change.
- 14:37 Changeset in rtems [c4b8161d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- MPCI Receive became a thread and the prototype changed.
- 14:32 Changeset in rtems [56d34e6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed the internal thread objects and dispersed its contents to 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.
02/14/96:
- 19:00 Changeset in rtems [b2b52cbc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Removed arguments from _Thread_Start_multitasking.
- 18:59 Changeset in rtems [f972294d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- idle thread now created before system initialization thread. Also system initialization thread only created in MP systems.
- 18:48 Changeset in rtems [744d2878]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- removed arguments from _Thread_Start_multitasking
- 17:06 Changeset in rtems [df26b788]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- white space problem
- 17:06 Changeset in rtems [389fa850]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- Moved some initialization from the system initialization thread to 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.
02/13/96:
- 22:16 Changeset in rtems [8bde6ea9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- removed post switch extension
- 22:15 Changeset in rtems [da646dd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- fixed bug when outbyte had argument in wrong order relative to those invoking it
- 22:14 Changeset in rtems [94b3ec59]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed post task extension from user set to api set and added flag in each thread which must be set when the post switch extension is to be run.
- 22:14 Changeset in rtems [6ca1184]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added clear of _ISR_Signals_to_thread_executing
- 15:38 Changeset in rtems [391f6628]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- more comments added and existing ones cleaned up in synchronization paths
- 15:38 Changeset in rtems [b38955b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- comma removed from end of last enumerated element
- 15:37 Changeset in rtems [18269cef]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- comment added to describe synchronization logic in timeout routine
02/12/96:
- 14:36 Changeset in rtems [a31ddf7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- * empty log message *
02/09/96:
- 14:31 Changeset in rtems [8c8a924]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- As part of implementing the new isr synchronization algorithm using a single enumerated set of states the set of event manager variables changed.
- 14:30 Changeset in rtems [107ce47b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- new isr synchronization algorithm using a single enumerated set of states.
- 14:25 Changeset in rtems [6dae1c2d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added rtems_interrupt_is_in_progress
- 14:21 Changeset in rtems [8a38f3b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added clear of _ISR_Signals_to_thread_executing
02/08/96:
- 22:16 Changeset in rtems [f3dabb04]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed synchronization algorithm to be a single list of enumerated states
- 16:18 Changeset in rtems [d57392d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- alignment on workspace changed from CPU_ALIGNMENT to CPU_HEAP_ALIGNMENT
Note: See TracTimeline
for information about the timeline view.