Timeline



04/15/99:

19:02 Changeset in rtems [4bfb139]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated
19:01 Changeset in rtems [d006519b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added reentrant versions.
18:58 Changeset in rtems [a68e6b9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated version string.
18:58 Changeset in rtems [2df1974]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added include of rtems/posix/cancel.h.
18:58 Changeset in rtems [da41ecbc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed alarm(), killinfo() and pause() because they are now in their own file.
18:57 Changeset in rtems [93994fdb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now compiles and is included in normal build even though it is untested. Added multiprocessing conditional.
18:57 Changeset in rtems [0f4e074]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleaned up.
18:56 Changeset in rtems [3afecf8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now compiles and is included in normal build even though it is untested.
18:55 Changeset in rtems [3090760]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now compile files that previously existed but were not built because they had not yet been debugged.
18:55 Changeset in rtems [24a9af6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now install header files that existed but were not previously installed.
18:54 Changeset in rtems [8a2943aa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now install some header files that existed but were not previously installed.
18:54 Changeset in rtems [053acd70]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now install utsname.h.
18:54 Changeset in rtems [d0f53fe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Enabled cancellation information in POSIX API thread extension structure.
18:53 Changeset in rtems [02d46fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added set_errno_and_return_minus_one_cast.
18:53 Changeset in rtems [39daf58]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added in some header files that existed but were not previously installed.
18:52 Changeset in rtems [fcead0f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated
18:51 Changeset in rtems [df6d290f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated.

04/14/99:

22:33 Changeset in rtems [3c87bb9c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Minor corrections from Jay Kulpinski <jskulpin@…>. This first one below looked like it only belonged in a virtual memory environment. The second one was causing problems without the PROVIDE() - I don't know why.
18:18 Changeset in rtems [2b28307]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Bug report from Ralf on UNIX port where the S_IR* constants were not defined.

04/13/99:

22:50 Changeset in rtems [76e5fe8a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Bug fix from Brendan Simon <brendan@…> with fix confirmed by Andrew Bray <andy@…>.

04/12/99:

20:27 Changeset in rtems [6e27f588]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: Installing of bsp_specs for aliased bsps is broken. Instead of installing RTEMS_BSP_FAMILY/bsp_specs, RTEMS_BSP/bsp_specs was tried to be installed. The patch below should fix this problem (tested with mips64orion p4600 and p4650).
20:24 Changeset in rtems [82f490f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to correct the --enable-tests problem a better way.
15:41 Changeset in rtems [8cdb582]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: This patch addresses a few minor issues and contains a few (minor) preparations for automake. * configure.in: Fix for handing c/src/tests subdirectory handling (FIX) * aclocal/rtems-top.m4: + Add TARGET_SUBDIR and --with-target-subdir (preparation of future enhancements for cross-compiling) + Activate RTEMS_ROOT handling (automake preparation) * automake/*.am: replace comments "#" with "##" so that comments won't get included into Makefile.in's anymore * c/update-tools/* automake support (NEW) * ./autogen update/enhancement (cf. ./autogen for details) After applying this patch please run: ./autogen cvs add c/update-tools/configure.in cvs add c/update-tools/Makefile.am cvs add c/update-tools/aclocal.m4
15:36 Changeset in rtems [d115315]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added line to initialize timer_max.
15:35 Changeset in rtems [ee3f8b8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added statement to include build-tools/src directory in preinstall.
15:21 Changeset in rtems [63b96b9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Addressed this bug report: Date: Mon, 12 Apr 1999 00:38:04 +0000 From: Brendan Simon <brendan@…> To: Jay Monkman <jmonkman@…>, "joel@…" <joel@…> Subject: [Fwd: Goof in SMC initialize for mpc860] Nick Simon reported this bug in the eth_comm BSP sources. I see that it is still there in the latest snapshot that Joel sent me (thanks). I thought I better forward this on to you guys. Brendan. Nick.SIMON@… wrote: > Sice I believe you're using the same base BSP as I am (you sent it to me) I > thought I'd mention.. > > In console-generic.c, in m860_smc_initialize, the receive buffer is malloced > and assigned to RxBd?[port+3]-> buffer - it should be [port-1]. > > TTFN B

04/08/99:

16:19 Changeset in rtems [936ae5d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added DEC21140 document from Emmanuel Raguet <raguet@…>.
16:09 Changeset in rtems [5dbc2e2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
First attempt to build.
16:05 Changeset in rtems [920e47f6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files.
15:51 Changeset in rtems [56d4e48]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file

04/07/99:

21:33 Changeset in network-demos [14b63a0]netdemos-19990407 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'netdemos-19990407'. Sprout from master 1999-04-07 21:33:21 UTC Joel Sherrill <joel.sherrill@…> 'Changed to bogus information.' 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
21:33 Changeset in network-demos [83c159d]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 to bogus information.
20:56 Changeset in rtems [5907192]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990407
15:57 Changeset in rtems [3084de2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
MPC821 support and PPC patches from Andrew Bray <andy@…>: In c/src/exec/score/cpu/powerpc/rtems/score/ppc.h: A lot of hardware interrupts were omitted. Patch enclosed. I have also added the 821. In c/src/exec/score/cpu/powerpc/rtems/score/cpu.h: My patch adds the 821. In c/src/exec/score/cpu/powerpc/cpu.c: I have added the MPC821, and also fixed up for the missing hardware interrupts. It is also inconsistent with c/src/lib/libcpu/powerpc/mpc860/vectors/vectors.S. This has been fixed. In c/src/lib/libcpu/powerpc/mpc860/vectors/vectors.S: Fixed an inconsistency with cpu.c. I also include some new files to go with the above patches. These are the cpu library rtems-19990331/c/src/lib/libcpu/powerpc/mpc821/* and c/src/exec/score/cpu/powerpc/mpc821.h which are minor modifications of the 860 equivalents. Other comments: The various accesses to the DPRAM on the 860 are done with a linktime symbol. This could be done dynamically at run time by reading the immr register, and masking off the lower 16 bits. This takes the same amount of time as loading an address constant, and the same number of instructions as well (2). In c/src/lib/libcpu/powerpc/mpc860/console-generic/console-generic.c: This will silently fail if you attempt to use SCC1. This is only relevant if you are not using SCC1 for ethernet. This file also sets one of port B output pins for each port. This is NOT generic, it should be in the BSP specific console driver.

04/06/99:

22:22 Changeset in rtems [055c18b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990406
22:20 Changeset in rtems [b0acdf0b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
oNew file.
22:16 Changeset in rtems [98a929c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Sanitized.
22:15 Changeset in rtems [7504be6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed.
22:07 Changeset in rtems [3c0e80c3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to preinstall all bsp_specs.
22:04 Changeset in rtems [5cf555e1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrections by Jennifer.
21:45 Changeset in rtems [b08d3ed9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Untar support submitted by Jake Janovetz <janovetz@…>.
20:39 Changeset in rtems [01a9d941]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Andrew Bray <andy@…>: In your various bsp_specs files, even when ecrti.o is defined as a startfile, ecrtn.o is not defined as an endfile. Instead it seems to be in the library list - untidy.
20:27 Changeset in rtems [676b504]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…>: I'd like to make the following change which adds the m360 structure information to the debugging symbols in the final executable. This makes it much easier to use the debugger to look at the elements of the m360 structure.
20:25 Changeset in rtems [a37be5c4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Eric Norum <eric@…> noticed that the documentation and configure scripts did not match on the default value of --enable-tests.
16:54 Changeset in rtems [6a6d860]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated.
15:45 Changeset in rtems [e53c4a3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleaning up unused files.

04/02/99:

18:00 Changeset in rtems [9927f206]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed dates.
17:59 Changeset in rtems [c7b1cb5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added RTEMS Remote Debugger Server Specifications links.
17:59 Changeset in rtems [fa8f29d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed target name.
17:58 Changeset in rtems [02b7a13]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added Network Servers Chapter including Jake Janovetz's ftpd server.
17:41 Changeset in rtems [65beca61]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now at least a version of the figures shows up in the html although there are no captions.
17:23 Changeset in rtems [64e0f6c4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Can now produce html, info, and PostScript? without errors. Links between chapters are correct.
17:07 Changeset in rtems [5a8e90c5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Accidentally added the .tex file not the .texi root document. Also the Makefile had "@include" lines in it.
17:04 Changeset in rtems [bea606a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files. This manual was ritten by Eric Valette <valette@…> and Emmanuel Raguet <raguet@…>. It was submitted in LaTeX and converted to Texinfo by Joel. At this point, the figures are largely ignored except to put in an example block to show they are missing. The Makefile should be just enough to produce output with no links between chapters.
14:39 Changeset in rtems [85e24a3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Emmanuel Rauget (raguet@…) to add a htons on the sin_port.

04/01/99:

21:43 Changeset in rtems [5345873]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file. Text from Jake Janovetz.
18:19 Changeset in network-demos [ba9c45c]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@…> to take advantage of new routines in RTEMS.
16:58 Changeset in rtems [f72dd2a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to address problems on BSPs that install there own tools.
16:36 Changeset in rtems [517660f1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved sparc specific version of in_cksum_hdr to an inline routine like the reset of the CPU specific implementations after comment from Eric Norum.
16:20 Changeset in rtems [5eb7da97]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Disable IXON by default based on comment from Eric Norum <e.norum@…> and concerns from Thomas Doerfler <td@…> when he submitted the patch: Since enabling XON/XOFF has such a major performance hit on `smart' output devices I think it should be *off* by default. I think some thought should be given to adding hooks for hardware that can support XON/XOFF without software intervention, or for hardware like the 68360 SCC's that can use large buffers, but still handle special characters immediately. The patch you sent is a very good start, though. I just think that the software flow control should be off -- to match the way the serial I/O support has worked up until now.
15:51 Changeset in rtems [656dabf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed warning.
Note: See TracTimeline for information about the timeline view.