Timeline



05/11/00:

20:37 Changeset in rtems [a4cb8f0] by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to fix bug from Alexey S. Fadeyev <alexey@…>. Discussion follows: "Alexey S. Fadeyev" wrote: > So if I run this application it tell me : > > connect_task: Connection established > > accept somthing > > But if I try to connect to invalid port (3001 for example) it also tell me > that connection > established but bind_task did't accept it. So how I can find out in > connect_task does my connection realy > exist ? What type of socket is here? Blocking or non-blocking? I try used > select but it did't help - it > always tell me from connect_task that connection is valid. > Yep -- there was a problem alright. The connect() routine wasn't returning an error indication when it should have. Note that this problem was not limited to the loopback driver -- a refused connection from any server would return `success'.
19:05 Changeset in rtems [d0a4cad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added information on the location where the tools are installed.

05/10/00:

17:49 Changeset in ada-examples [aae3224]rtems-4-5-branchada-examples-4-5-0-beta3 by Joel Sherrill <joel.sherrill@…>
Changed version to 4.5.0-beta3.
15:03 Changeset in rtems [e3ec4cc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added "@" in front of "{" and "}" to make texinfo happy.
14:48 Changeset in rtems [6c30cc6] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.0-beta3
14:02 Changeset in network-demos [7c71552]rtems-4-5-branchnetdemos-4-5-0-beta3 by Joel Sherrill <joel.sherrill@…>
Changed version to 4.5.0-beta3.
13:41 Changeset in rtems [3bee7f4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Made examples include checking of return status.
13:41 Changeset in rtems [3ec0a3ce]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed duplicate NEEDS_CONSOLE_DRIVER.
13:35 Changeset in rtems [3673fbd8] by Joel Sherrill <joel.sherrill@…>
Updated.
13:34 Changeset in rtems [405543d6] by Joel Sherrill <joel.sherrill@…>
Corrected to flag that this test is not implemented.

05/09/00:

22:34 Changeset in rtems [6648b22]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Typo resulting in bad link fixed.
22:33 Changeset in network-demos [6bdadef]rtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Typo fixed.
21:46 Changeset in network-demos [6e3f1e6]rtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Updates to reflect that they are multiple tests using networkconfig.h.
21:40 Changeset in network-demos [1d98d17]rtems-4-5-branch by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Cherrypick from master 2000-05-09 21:40:24 UTC Joel Sherrill <joel.sherrill@…> 'new file added on 4.5 branch': README
21:40 Changeset in network-demos [3175525]4.11network-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
new file added on 4.5 branch
21:38 Changeset in network-demos [1a1b6704]rtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Updated significantly.
21:34 Changeset in rtems [dd960070]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comment on RTEMS_DEFAULT_MODE.
17:59 Changeset in rtems [14bf83e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated NT editor information to update status on PFE and add pointers to emacs and vim.
17:54 Changeset in rtems [4684c7c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated in order to generate a current tool chain documentation set.

05/08/00:

21:50 Changeset in rtems [a2a0c9e] by Joel Sherrill <joel.sherrill@…>
Updated to indicate that it has been tested and that the ulClock parameter now supports overrides.
21:21 Changeset in rtems [b12d10b] by Joel Sherrill <joel.sherrill@…>
RTEMS specific thread support for G++. This implementation includes RTEMS wrappers invoked by gcc. The beauty of this is that it puts the implementation in our hands. :) It uses a mutex ( semaphore ), and task variables simulating the "keys" for each task. Thanks to Rosimildo da Silva <rdasilva@…> for submitting this.
21:17 Changeset in rtems [b76a825] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Cherrypick from master 2000-05-08 21:17:50 UTC Joel Sherrill <joel.sherrill@…> 'New file added on 4.5 branch': c/src/lib/libc/gxx_wrappers.c
21:17 Changeset in rtems [b27c15f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file added on 4.5 branch
20:56 Changeset in rtems [e612d75] by Joel Sherrill <joel.sherrill@…>
Modified license and copyright terms to be correct.
20:38 Changeset in rtems [0921e691] by Joel Sherrill <joel.sherrill@…>
New file on branch.
20:37 Changeset in rtems [66d9d036] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Cherrypick from master 2000-05-08 20:36:59 UTC Joel Sherrill <joel.sherrill@…> 'New file added on 4.5 branch': c/src/lib/libbsp/m68k/mvme167/console/console-recording.c
20:36 Changeset in rtems [3f2f553]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file added on 4.5 branch
19:44 Changeset in rtems [0f90482]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated.
19:18 Changeset in rtems [d9a4597]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated versions.
18:59 Changeset in rtems [9d216de] by Joel Sherrill <joel.sherrill@…>
Removed uses of RTEMS_ENABLE_HWAPI but left macro in aclocal.
18:08 Changeset in rtems [9d18370]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added some more.
17:27 Changeset in rtems [120adc20] by Joel Sherrill <joel.sherrill@…>
Patch cd2401fix.diff from Charles-Antoine Gauthier <charles.gauthier@…> to address problems triggered when switching modes. His ChangeLog?: * c/src/lib/libbsp/m68k/mvme167/console/console-recording: New file. Console debug info recording functions. * c/src/lib/libbsp/m68k/mvme167/console/console.c: Try to eliminate garbled characters when the line characteristics are changed. Added debug info logging calls * c/src/tests/libtests/termios/init.c: Remove sleep calls. His longer description :) This one was hard. I tried a number of approaches, and eventually came to the conclusion that one cannot tell when the output FIFO have drained completely. Consequently, the driver now includes delay loops that get executed when the line discipline is changed. Yuk. I had a look at the Linux and FreeBSD drivers; the FreeBSD driver uses delay loops while the Linux driver contain warnings about characters getting garbled when the line discipline is changed. The new driver only re-initializes the cd2401 if some registers need to change, otherwise, the chip is left alone. This is equivalent to caching the previous setting and only changing things if they need to be. The code is kind of ugly, but what can you do. The delay loops are only used if the chip must be re-initialized. Optional instrumentation that records what the driver is doing is provided. It should be obvious how to enable it and how to use it. It's not the best, but it got the job done. I ran the termios test. The delay loops I had introduced are no longer necessary, so I took them out. The patch includes that change. The test re-initializes the chip whenever the canonical input test (test 4) is run THE FIRST TIME OR AFTER THE LINE WAS RESET (test 1). The test did not garble any characters when the chip was re-initialized (or when it was not) while running at 9600 bsp. I therefore think that I have a solution.
17:22 Changeset in rtems [3a0218e] by Joel Sherrill <joel.sherrill@…>
Update from John Cotton <john.cotton@…> which includes a number of short fixes pointed out by Eric Norum.
16:53 Changeset in rtems [12cc4c6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added more information to the "next step" chapter. The new information tries to give a pointer about how to approach writing an application.
16:29 Changeset in rtems [92d528b7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepies <corsepiu@…> that fixes handling of word-replace and removes tool/update.
16:21 Changeset in rtems [08d86934]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Made comment a little more detailed.
16:20 Changeset in rtems [ed2476f2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated.
16:19 Changeset in rtems [7d0ee4b0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added Data Types chapter.
16:16 Changeset in rtems [80d0cbaa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file datatypes.texi added.
16:16 Changeset in rtems [920e3537]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added Data Types Chapter.
16:16 Changeset in rtems [5003e1a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed typo so constand would have "RTEMS_".
16:15 Changeset in rtems [7bb1884]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added function index entries for all data types and enhanced introductory structure.
16:15 Changeset in rtems [d5f2eec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed type so constant would have "RTEMS_" in front of it.
16:14 Changeset in rtems [0fcd2cec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now sharing the "buildrt.t" or Building RTEMS chapter with the C version of Getting Started.

05/05/00:

21:52 Changeset in rtems [de8e187]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
21:23 Changeset in rtems [57ca6d09] by Joel Sherrill <joel.sherrill@…>
Changed XXX into comment.
16:30 Changeset in rtems [d1b7579]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated example.
16:22 Changeset in rtems [794d745]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added function indexes for CONFIGURE_ constants.
15:22 Changeset in rtems [e95cfafb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
More updates.
12:58 Changeset in rtems [6e58367]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added much information on confdefs.h parameters.
12:58 Changeset in rtems [11a46a0d] by Joel Sherrill <joel.sherrill@…>
These tests should have been fairly clean examples. Instead they showed their roots as tests and included numerous references to test support routines.
12:57 Changeset in rtems [a1a19f6] by Joel Sherrill <joel.sherrill@…>
Corrected typo (ifdef/define). Also spotted overnight by Ralf. :)
01:30 Changeset in rtems [c6883bd] by Joel Sherrill <joel.sherrill@…>
Added inet_netof.c per patch from Eric Norum <eric@…>

05/04/00:

20:49 Changeset in rtems [af9b39e] by Joel Sherrill <joel.sherrill@…>
Renamed the CONFIGURE_TEST_NEEDS configuration constants to CONFIGURE_APPLICATION_NEEDS.
20:38 Changeset in rtems [2898d39b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modifed to avoid using @uref directive since that does not seem to work with pdf generation.
20:25 Changeset in rtems [4996342]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
More information on what symbolic information is for and how to get it from a file other thatn the executable.
20:14 Changeset in rtems [104a48d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added nextstep.texi
19:45 Changeset in rtems [adee5979]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Numerous changes based on comments from Stephan Wilms <Stephan.Wilms@…> including a new section in the Getting Started called "Where to Go From Here", lots of index entries added, and more configuration table information.
19:30 Changeset in rtems [223b64f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
14:57 Changeset in rtems [f74de9c0] by Joel Sherrill <joel.sherrill@…>
Removed references to CONFIGURE_SPTEST and CONFIGURE_TMTEST. Renamed CONFIGURE_MPTEST to CONFIGURE_MP_APPLICATION to properly reflect its usage.
14:17 Changeset in rtems [f747eca] by Joel Sherrill <joel.sherrill@…>
Added setup.cache.
14:16 Changeset in rtems [5a6d98e4] by Joel Sherrill <joel.sherrill@…>
Made better package names.
14:16 Changeset in rtems [d123a04b] by Joel Sherrill <joel.sherrill@…>
Updated versions.
14:15 Changeset in rtems [de01ce7] by Joel Sherrill <joel.sherrill@…>
binutils subdirectory is currently ignored. binutils is built as a subpackage of gnatnewlib.
14:15 Changeset in rtems [a4b7b82e] by Joel Sherrill <joel.sherrill@…>
Updated to new versions.
14:15 Changeset in rtems [45e8d6c1] by Joel Sherrill <joel.sherrill@…>
Better way to check which RTEMS RPMs are installed.
14:09 Changeset in rtems [4d42c43] by Joel Sherrill <joel.sherrill@…>
Significantly enhanced checks for CPU type and floating point format supported.
14:08 Changeset in rtems [9c8d1edf] by Joel Sherrill <joel.sherrill@…>
Fixed typo.
14:08 Changeset in rtems [57b6590] by Joel Sherrill <joel.sherrill@…>
Does not really support multiprocessing so do not even try to build it.

05/03/00:

14:12 Changeset in rtems [9fb78b8] by Joel Sherrill <joel.sherrill@…>
Update from Eric Norum <eric@…>.
14:12 Changeset in network-demos [e6e9e63]rtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Update from Eric Norum <eric@…>.
13:55 Changeset in rtems [45e4cc77] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Cherrypick from master 2000-05-03 13:55:42 UTC Joel Sherrill <joel.sherrill@…> 'Added on 4.5 branch.': c/src/librpc/src/rpc/rtems_portmapper.c c/src/librpc/src/rpc/rtems_rpc.c
13:55 Changeset in rtems [31aa66a8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added on 4.5 branch.

05/02/00:

14:27 Changeset in rtems [2b01175]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtemsdoc-4.5.0-rc-4-cvs.diff from Ralf Corsepius <corsepiu@…> to correct some typos and improve the information for DDD and the Hitachi SH.
13:16 Changeset in rtems [0689ac5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified to correct references to gmake per comment from Stephan Wilms <Stephan.Wilms@…>.
13:12 Changeset in rtems [9230e9c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
RTEMS_MAKEFILE_PATH instructions incorrectly included rtems subdirectory. This directory was removed post-4.0 to be more in compliance with GNU standards. Reported by Stephan Wilms <Stephan.Wilms@…>.

05/01/00:

20:08 Changeset in rtems [da874de]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
A bit more explanation for task variables per Eric Norum <eric@…>.
17:31 Changeset in rtems [305f033] by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to make task variables maintain a global and private version of each task variable.
16:59 Changeset in rtems [26212d3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
File rendered obsolete by rtemsdoc-4.5.0-rc-3.diff from Ralf Corsepius <corsepiu@…>.
16:59 Changeset in rtems [a65194b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed file rendered obsolete by rtemsdoc-4.5.0-rc-3.diff from Ralf Corsepius <corsepiu@…>.
16:53 Changeset in rtems [0871fa7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file added by rtemsdoc-4.5.0-rc-3.diff from Ralf Corsepius <corsepiu@…>.
16:53 Changeset in rtems [a4ad9487]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtemsdoc-4.5.0-rc-3.diff from Ralf Corsepius <corsepiu@…>: It addresses: * .cvsignore (only minor changes to yours, as they were pretty clean, most changes result from my mkcvsignore script being overly pedantic sorting entries alphabetically.) * timing.t handling and time<BSP>_.texi handling in supplements * network.t handling in bsp_howto * RTEMS_DATE and RTEMS_UPDATE handling in configure.in. [It actually is a hack, as we could apply automake's version.texi handling instead - I know think to understand what automake does with it.] * avoid using temporary files; Therefore a new tool called bmenu2, derived from bemenu, is introduced, which reads a single file from stdin and writes to stdio. To apply: cd rtemsdoc patch -p1 < rtemsdoc-4.5.0-rc-3.diff cvs rm -f bsp_howto/network.t cvs add tools/bmenu/bmenu2.c ./bootstrap BTW: word-replace now is unused. It could be removed if you like to.
15:00 Changeset in rtems [fee06c86] by Joel Sherrill <joel.sherrill@…>
Patch rtems-4.5.0-rc-19.diff from Ralf Corsepius <corsepiu@…> that: This is the patch I had announced earlier today: It addresses: * make dist - support (In a configured build tree, cd .../librpc; make dist now packages a complete tarball) * man-pages - support * missing .cvsignores * missing Makefile.ams It does not address the portability issue I mentioned earlier. To apply the patch: cd rtems patch -p1 < rtems-4.5.0-rc-19.diff cvs add c/src/librpc/include/rpcsvc/Makefile.am cvs add c/src/librpc/include/rpcsvc/.cvsignore cvs add c/src/librpc/src/rpc/PSD.doc/Makefile.am cvs add c/src/librpc/src/rpc/PSD.doc/.cvsignore cd c/src/librpc ../../../bootstrap
14:57 Changeset in rtems [180126d2] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Cherrypick from master 2000-05-01 14:57:46 UTC Joel Sherrill <joel.sherrill@…> 'Added on 4.5-branch': c/src/librpc/include/rpcsvc/.cvsignore c/src/librpc/include/rpcsvc/Makefile.am c/src/librpc/src/rpc/.cvsignore c/src/librpc/src/rpc/PSD.doc/.cvsignore c/src/librpc/src/rpc/PSD.doc/Makefile.am c/src/librpc/src/xdr/.cvsignore
14:57 Changeset in rtems [f3c096a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added on 4.5-branch
Note: See TracTimeline for information about the timeline view.