Timeline



04/30/98:

16:48 Changeset in rtems [d74daf9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed case where wrong variable was used.
16:45 Changeset in rtems [3d4e5906]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed default target architecture name
16:45 Changeset in rtems [5f92a6a3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified objcopy invocation to ignore more sections.
14:14 Changeset in rtems [990f857]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
botched file -- removed from repository and readded
11:43 Changeset in rtems [2e34f4ad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed tripling of workspace API when POSIX API is enabled. confdefs.h is now correct enough where this is not necessary. This was in to cover up the deficiencies in figuring out how much memory a GNAT/RTEMS application required. There is a good stab at this now.
11:41 Changeset in rtems [ba05e31]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added wildcard to switch for monitor and termios.
11:41 Changeset in rtems [b7be9c30]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed redundant "* 1024" which exploded the size of the workspace.
11:40 Changeset in rtems [a524c00]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added sections and redirected some to RAM to avoid warnings.
11:40 Changeset in rtems [1ca488b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added sections to remove warnings
10:46 Changeset in rtems [c719991]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
moved tools to bsp directory

04/29/98:

18:41 Changeset in rtems [2993cd3f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added support for debug variants on tests.

04/27/98:

18:42 Changeset in rtems [96d56b3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Update from Pedro Romano <pmcnr@…>.
18:18 Changeset in rtems [0c508af]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added I386_HAS_BSWAP cpu model feature flag so swap u32 could take advantage of this instruction. Also up conditionals mapping cpu models to feature flags by having a section which defaults all the i386 family feature flags to the most common value.
16:10 Changeset in rtems [b0aba4c4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added swap of unsigned16
15:30 Changeset in rtems [eac9871]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed spelling errors.
15:28 Changeset in rtems [0153d180]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed trace bit manipulation per requests from Eric Norum and Chris Johns. Actual patch was from Eric Norum.
15:14 Changeset in rtems [baa876a4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cosmetic fix from Eric Norum: This makes the headings line up above the columns a little better. Now that it's so easy to include/exclude the stack check code I find myself adding it to all my `debug' targets.
14:39 Changeset in rtems [edbb81d0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed redundant implementation of tcgetattr and tcsetattr.
14:21 Changeset in rtems [0e70f605]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixes from Ralf Corsepius: * Posix BSP configuration: Moved some rules from make/custom/*-posix.cfg files to make/custom/posix.cfg, Removed references to stdc++ from *posix.cfg files (rtems doesn't use/need libstdc++) NOTE: Building Posix-BSPs should now work again for native compilation with gcc, i..e. linux using primary compiler and primary libc. All Posix-BSP configurations that don't use gcc as primary compiler or don't use the primary libc don't work, e.g. solaris, linux w/ egcs as secondary compiler won't be built correctly.
14:21 Changeset in rtems [c1dc8228]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed forced enable of POSIX API. Now follow configuration flag.
14:20 Changeset in rtems [21c1513]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed bad CVS Id string. Removed unnecessary definition of "ED".
14:19 Changeset in rtems [36848ce]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Clean up patch from Ralf Corsepius.
14:19 Changeset in rtems [cf59d56b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fix from Ralf Corsepius: use a wildcard rule instead of explicit listing all include files (I have more libcpu header files than the public version has. This patch removes the need to patch this Makefile for my private bsps)
14:18 Changeset in rtems [008faafd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added shared directory.
14:18 Changeset in rtems [7e2cc64]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed extra (bad) CVS Id string.
14:17 Changeset in rtems [0a3a3ae6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed CVS Id string and removed bogus comment.
14:17 Changeset in rtems [6b52fe5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fix from Ralf Corsepius: + adding #include <rtems/libio.h> to fix implicit declaration warning
14:16 Changeset in rtems [72aa8cf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed CVS Id
13:51 Changeset in rtems [9a993ed5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirements more accurate.
13:51 Changeset in rtems [6ce14e7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed screen to match actual output.
13:49 Changeset in rtems [308aed9b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added numerous entries to make the memory calculation more accurate: + POSIX threads + Ada tasks + POSIX threads API support + POSIX condition variables + POSIX keys (still do not account for data fields) + POSIX mutexes + POSIX queued signals + added macro for extra memory for task stacks + default value for CONFIGURE_MAXIMUM_FAKE_ADA_TASKS + extra memory for Ada task stacks
13:46 Changeset in rtems [20fff72]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved POSIX_signals_Siginfo_node structure definition to headers/psignal.h so confdefs.h could see it.
13:46 Changeset in rtems [9f0dfea]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed POSIX_SIGNALS_h to RTEMS_POSIX_SIGNALS_h to avoid conflict with the system signals.h file. Moved POSIX_signals_Siginfo_node type definition to this file to allow confdefs.h to know the size per queued signal.
13:44 Changeset in rtems [39b3d87]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reset the pthread attributes structure so the proper error would be generated.
13:43 Changeset in rtems [ede7c5f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
regenerated
13:43 Changeset in rtems [9829978]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed bug where posix tests were not being enabled.

04/18/98:

17:26 Changeset in rtems [0903597f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
psim now runs in both debug and non-debug mode.
17:25 Changeset in rtems [4955afc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
rtems_libio_number_iops is now defined in confdefs.h so the maximum file descriptors is user configurable.
17:24 Changeset in rtems [43908825]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed to account for libio's maximum_semaphores as well as its memory requirements. Also added variable to tell libio how many file descriptors to allocate.
17:24 Changeset in rtems [b25d3d03]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed version number so script will work.

04/17/98:

16:55 Changeset in rtems [180d459]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Used http reference for EGCS index.
16:55 Changeset in rtems [5558bd3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Increased size of archive.
Note: See TracTimeline for information about the timeline view.