Timeline



08/29/95:

17:49 Changeset in rtems [5072b07]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
new file -- split from inlines

08/28/95:

15:30 Changeset in rtems [7f6a24ab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added unused priority ceiling parameter to rtems_semaphore_create. Rearranged code to created thread handler routines to initialize, start, restart, and "close/delete" a thread. Made internal threads their own object class. This now uses the thread support routines for starting and initializing a thread. Insured deleted tasks are freed to the Inactive pool associated with the correct Information block. Added an RTEMS API specific data area to the thread control block. Beginnings of removing the word "rtems" from the core.

08/23/95:

21:06 Changeset in rtems [5250ff39]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved _Thread_Information -> _RTEMS_tasks_Information. Added a table of object information control blocks. Modified _Thread_Get so it looks up a thread regardless of which thread management "entity" (manager, internal, etc) actually "owns" it.
19:30 Changeset in rtems [3235ad9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Support for variable length names added to Object Handler. This supports both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.

08/22/95:

17:11 Changeset in rtems [80e2c29e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added file .. fixed RCS Id
17:11 Changeset in rtems [0cf5bd6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
fixed RCS Id
16:57 Changeset in rtems [63edbb3f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed missing RCS Ids
16:44 Changeset in rtems [6b45e470]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Merged PowerPC port as submitted by Andy Bray of I-CUBED, Ltd (andy@…). This initial submission is known to work on the IBM 403. It is thought to work on the Motorola 601, 603, and 604 although this remains to be tested. Another user -- Doug Currie (e@…) -- is interested in this work and will be testing it on the 604 using the Metrowerks C compiler and a different format assembly language.
16:03 Changeset in rtems [da6375b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
fix broken RCS Ids -- $ accidentally lost merging changes earlier
15:37 Changeset in rtems [bb322a0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
make inline and macro implementations match
14:52 Changeset in rtems [b2c491a0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
make inline and macro implementations match
13:56 Changeset in rtems [61361688]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified object name to id translation loop to make it easier to incorporate variable length object names. Previously the algorithm scanned an array of 4-byte names for a match. Now it scans the object table, grabs a pointer to the name, and then compares it if the object is active and has a name.
Note: See TracTimeline for information about the timeline view.