Timeline



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.

08/18/95:

21:44 Changeset in rtems [2a0b721]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed to reflect adding object class to id Added "0x" to printf of id
21:44 Changeset in rtems [94179e0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed to reflect adding object class to id
21:43 Changeset in rtems [0f592fba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified references to task name.
21:42 Changeset in rtems [9863dbf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
+ Added object type field to object id. + Added name pointer to Object_Control. + Modified Object Open and Close to address name field. + Removed name as separate element from Thread and Proxy Control. + Added parameter "object class" to calls to Initialize Information
21:41 Changeset in rtems [95fbca1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
+ Added object type field to object id. + Added name pointer to Object_Control. + Modified Object Open and Close to address name field. + Removed name as separate element from Thread and Proxy Control.

08/17/95:

19:51 Changeset in rtems [b06e68ef]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Numerous miscellaneous features incorporated from Tony Bennett (tbennett@…) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
19:39 Changeset in rtems [3b438fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
variable length messages
19:36 Changeset in rtems [4b374f36]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
maximum number of messages removed and include statement cleanup
15:56 Changeset in rtems [556fb911]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
added tty driver to simhppa
15:33 Changeset in rtems [a1df0118]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Id reinserted
15:32 Changeset in rtems [199fa36]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
no limit removed

08/16/95:

19:42 Changeset in rtems [45819022]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
bug fixes to make macro implementations work

08/15/95:

19:43 Changeset in rtems [7285a016]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
final 3.2.1 Module file and version updates

08/11/95:

14:35 Changeset in rtems [891e9c3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
added alignment attribute for array used as partition memory.
14:33 Changeset in rtems [8d47a15]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
cleanup
14:33 Changeset in rtems [4cc631db]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added functions to access the errno of the native system when using the newlib C library. Fixed bug where length did not take into account amount added for alignment requirements.
14:31 Changeset in rtems [4e58d80]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added functions to access the errno of the native system when using the newlib C library.
14:30 Changeset in rtems [c1403ef1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added flush of output on exit. On some UNIX's using the native library resulted in no output when the output was redirected until this was done. Redirection is important because runtest redirects test output. Added support for numerous environment variables which make it easier to run a multi-node system using a single executable and to tailor the size of the workspace and heap.
14:27 Changeset in rtems [aa9f194]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Initialization of semaphores was incorrect. It did not force the count to "1" to indicate availability. Interrupt support was added. Problem where newlib's errno "overrides" that set by system calls was addressed. Fixed bug which resulted in all nodes using the same semaphore although an array of semaphores was allocated.
14:24 Changeset in rtems [0e4c603]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
clean up -- interrupt support is in place
14:23 Changeset in rtems [12f86efd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
minor clean up -- switched to memset for zero'ing SHM
14:16 Changeset in rtems [0b8b971]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
cleaned up include statements
14:16 Changeset in rtems [e349411]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
clean up of RunWay? interrupt support
14:13 Changeset in rtems [4d9fa26]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
added constant for number of notepads
Note: See TracTimeline for information about the timeline view.