Timeline



07/23/99:

20:01 Changeset in rtems [b0ac03f4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved to top level directory per patch rtems-rc-19990709-0.diff.gz from Ralf Corsepius <corsepiu@…>.
19:59 Changeset in rtems [e5dafccb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Tools moved to top-level directory per patch from Ralf Corsepius <corsepiu@…>.
19:33 Changeset in rtems [1f42090]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch to ease building MCP750 BSP.

07/15/99:

15:58 Changeset in rtems [00d11bb7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added shell of information on resources for embedded information.
15:57 Changeset in rtems [b44cfb98]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrections from Chris Johns <ccj@…>.
15:52 Changeset in rtems [70b8f3ed]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added information on hardware to aid in debugging. Primarily this is information on gdb and bdm for the MPC8xx, MC683xx, and ColdFire?.

07/14/99:

20:59 Changeset in rtems [28e470a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.

07/13/99:

18:05 Changeset in rtems [75c45f2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comment on where this manager came from.
18:05 Changeset in rtems [56634c5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Update from Jeff Mayes, Jennifer Averett, and Suzie Provitt.
18:04 Changeset in rtems [d2633470]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Update including fixes for my comments from Xiangyang Wu <wux@…> and xing@….
17:16 Changeset in rtems [49a90508]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added section on Free Software that Supports RTEMS.
14:54 Changeset in rtems [38e4a916]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Rosimildo DaSilva? <rdasilva@…> to readd calls to init() and fini() routines.

07/12/99:

15:52 Changeset in rtems [09ea257c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…>: I get the following warning when compiling the latest snapshot. I had a quick look at the source -- it certainly looks to me like this is a real bug. ../../../../src/rtems-19990709/c/src/lib/libc/mount.c:97: warning: `options' might be used uninitialized in this function Also, I changed the TFTP test program and TFTP driver to reflect the changes in the way paths are passed to the TFTP driver. The TFTP driver now needs a proper `dotted-decimal' hostname as the second component of the path name.
15:49 Changeset in network-demos [bd4cda0]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…>: I changed the TFTP test program and TFTP driver to reflect the changes in the way paths are passed to the TFTP driver. The TFTP driver now needs a proper `dotted-decimal' hostname as the second component of the path name.

07/09/99:

19:58 Changeset in rtems [8e4b4bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990709
19:52 Changeset in rtems [3de63d9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated version
19:36 Changeset in rtems [4b57d272]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added information on the workspace versus heap.
19:27 Changeset in rtems [1377bb1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990709
19:06 Changeset in network-demos [078c46f]netdemos-199900709 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'netdemos-199900709'. Sprout from master 1999-07-09 19:06:18 UTC Joel Sherrill <joel.sherrill@…> 'Changed version to 199900709.' Cherrypick from ERIC-NORUM 1998-07-30 14:42:29 UTC Joel Sherrill <joel.sherrill@…> 'base from Eric Norum -- Demos.30May1998.tar.gz': ttcp/ttcp_orig/ttcp.1
19:06 Changeset in network-demos [45c129b]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Changed version to 199900709.
18:23 Changeset in rtems [f421132]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files from Jiri Gaisler <jgais@…>.
17:23 Changeset in rtems [2728b074]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file from Jake Janovetz <janovetz@…>.
17:16 Changeset in rtems [93180ea2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…>: - The same bug fix that was done on pc386 to prevent interrupt from occuring (never experienced it but who knows as I have 8259 emulation :() - Removed every compiler warning (except wrong ones and ones I can't do anything). - Removed any libc available code in code linked with mcp750 rtems executbale. Unfortunately using newlib functions for linking the bootloader does not work as the compilation options in bootloader (-mrelocatable -fixed-r13) are not compatible with newlib options. => I have put any libc external reference in one single new file (lib.c) that is linked only with the boot loader. Removing the file from ${OBJ} and using -lc crash the bootloader. Added big warning…
17:08 Changeset in rtems [b73e57b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Jiri Gaisler <jgais@…>: + interrupt masking correction + FPU rev.B workaround + minor erc32 related fixes
16:56 Changeset in rtems [cc17eba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Make sure pthread init stack size is always set.
Note: See TracTimeline for information about the timeline view.