Timeline



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

04/29/00:

21:58 Changeset in rtems [2033706] by Joel Sherrill <joel.sherrill@…>
Fixed weird compilation problem. Why was it including FLEEB.
19:53 Changeset in network-demos [5531605]rtems-4-5-branch by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Sprout from master 2000-04-29 19:53:34 UTC Joel Sherrill <joel.sherrill@…> 'New test from Eric Norum <eric@…> to exercise RPC/XDR.' 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:53 Changeset in network-demos [e6f3168]4.11network-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@…>
New test from Eric Norum <eric@…> to exercise RPC/XDR.
19:47 Changeset in rtems [c7b43795] by Joel Sherrill <joel.sherrill@…>
Uncommented line so libxdr is picked up.
19:41 Changeset in rtems [84a90acf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files.
19:39 Changeset in rtems [8e743b7] by Joel Sherrill <joel.sherrill@…>
Significant update of librpc to include XDR and more RPC functionality from FreeBSD. This update is from Eric Norum <eric@…> and he reports that both his RPC netdemo program and an HP Ethernet/GPIB adapter that makes heavy use of RPC/XDR for its communication protocol is working with EPICS.
19:13 Changeset in rtems [be363a2d] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Cherrypick from master 2000-04-29 19:13:19 UTC Joel Sherrill <joel.sherrill@…> 'New files added as part of librpc upgrade.': c/src/librpc/README_RTEMS c/src/librpc/include/rpc/auth_des.h c/src/librpc/include/rpc/auth_unix.h c/src/librpc/include/rpc/des.h c/src/librpc/include/rpc/des_crypt.h c/src/librpc/include/rpc/pmap_clnt.h c/src/librpc/include/rpc/pmap_prot.h c/src/librpc/include/rpc/pmap_rmt.h c/src/librpc/include/rpc/rpc_com.h c/src/librpc/include/rpcsvc/bootparam_prot.x c/src/librpc/include/rpcsvc/crypt.x c/src/librpc/include/rpcsvc/key_prot.x c/src/librpc/include/rpcsvc/klm_prot.x c/src/librpc/include/rpcsvc/mount.x c/src/librpc/include/rpcsvc/nfs_prot.x c/src/librpc/include/rpcsvc/nis.x c/src/librpc/include/rpcsvc/nis_cache.x c/src/librpc/include/rpcsvc/nis_callback.x c/src/librpc/include/rpcsvc/nis_db.h c/src/librpc/include/rpcsvc/nis_object.x c/src/librpc/include/rpcsvc/nis_tags.h c/src/librpc/include/rpcsvc/nislib.h c/src/librpc/include/rpcsvc/nlm_prot.x c/src/librpc/include/rpcsvc/pmap_prot.x c/src/librpc/include/rpcsvc/rex.x c/src/librpc/include/rpcsvc/rnusers.x c/src/librpc/include/rpcsvc/rquota.x c/src/librpc/include/rpcsvc/rstat.x c/src/librpc/include/rpcsvc/rwall.x c/src/librpc/include/rpcsvc/sm_inter.x c/src/librpc/include/rpcsvc/spray.x c/src/librpc/include/rpcsvc/yp.x c/src/librpc/include/rpcsvc/yp_prot.h c/src/librpc/include/rpcsvc/ypclnt.h c/src/librpc/include/rpcsvc/yppasswd.x c/src/librpc/include/rpcsvc/ypupdate_prot.x c/src/librpc/include/rpcsvc/ypxfrd.x c/src/librpc/src/rpc/DISCLAIMER c/src/librpc/src/rpc/Makefile.am c/src/librpc/src/rpc/PSD.doc/nfs.rfc.ms c/src/librpc/src/rpc/PSD.doc/rpc.prog.ms c/src/librpc/src/rpc/PSD.doc/rpc.rfc.ms c/src/librpc/src/rpc/PSD.doc/rpcgen.ms c/src/librpc/src/rpc/PSD.doc/xdr.nts.ms c/src/librpc/src/rpc/PSD.doc/xdr.rfc.ms c/src/librpc/src/rpc/README c/src/librpc/src/rpc/auth_des.c c/src/librpc/src/rpc/auth_none.c c/src/librpc/src/rpc/auth_time.c c/src/librpc/src/rpc/auth_unix.c c/src/librpc/src/rpc/authdes_prot.c c/src/librpc/src/rpc/authunix_prot.c c/src/librpc/src/rpc/bindresvport.3 c/src/librpc/src/rpc/bindresvport.c c/src/librpc/src/rpc/clnt_generic.c c/src/librpc/src/rpc/clnt_perror.c c/src/librpc/src/rpc/clnt_raw.c c/src/librpc/src/rpc/clnt_simple.c c/src/librpc/src/rpc/clnt_tcp.c c/src/librpc/src/rpc/clnt_udp.c c/src/librpc/src/rpc/clnt_unix.c c/src/librpc/src/rpc/crypt_client.c c/src/librpc/src/rpc/des_crypt.3 c/src/librpc/src/rpc/des_crypt.c c/src/librpc/src/rpc/des_soft.c c/src/librpc/src/rpc/get_myaddress.c c/src/librpc/src/rpc/getpublickey.c c/src/librpc/src/rpc/getrpcent.3 c/src/librpc/src/rpc/getrpcent.c c/src/librpc/src/rpc/getrpcport.3 c/src/librpc/src/rpc/getrpcport.c c/src/librpc/src/rpc/key_call.c c/src/librpc/src/rpc/key_prot_xdr.c c/src/librpc/src/rpc/netname.c c/src/librpc/src/rpc/netnamer.c c/src/librpc/src/rpc/pmap_clnt.c c/src/librpc/src/rpc/pmap_getmaps.c c/src/librpc/src/rpc/pmap_getport.c c/src/librpc/src/rpc/pmap_prot.c c/src/librpc/src/rpc/pmap_prot2.c c/src/librpc/src/rpc/pmap_rmt.c c/src/librpc/src/rpc/publickey.3 c/src/librpc/src/rpc/publickey.5 c/src/librpc/src/rpc/rpc.3 c/src/librpc/src/rpc/rpc.5 c/src/librpc/src/rpc/rpc_callmsg.c c/src/librpc/src/rpc/rpc_commondata.c c/src/librpc/src/rpc/rpc_dtablesize.c c/src/librpc/src/rpc/rpc_prot.c c/src/librpc/src/rpc/rpc_secure.3 c/src/librpc/src/rpc/rpcdname.c c/src/librpc/src/rpc/rstat.1 c/src/librpc/src/rpc/rstat_svc.8 c/src/librpc/src/rpc/rtime.3 c/src/librpc/src/rpc/rtime.c c/src/librpc/src/rpc/svc.c c/src/librpc/src/rpc/svc_auth.c c/src/librpc/src/rpc/svc_auth_des.c c/src/librpc/src/rpc/svc_auth_unix.c c/src/librpc/src/rpc/svc_raw.c c/src/librpc/src/rpc/svc_run.c c/src/librpc/src/rpc/svc_simple.c c/src/librpc/src/rpc/svc_tcp.c c/src/librpc/src/rpc/svc_udp.c c/src/librpc/src/rpc/svc_unix.c c/src/librpc/src/xdr/Makefile.am c/src/librpc/src/xdr/xdr.3 c/src/librpc/src/xdr/xdr.c c/src/librpc/src/xdr/xdr_array.c c/src/librpc/src/xdr/xdr_float.c c/src/librpc/src/xdr/xdr_mem.c c/src/librpc/src/xdr/xdr_rec.c c/src/librpc/src/xdr/xdr_reference.c c/src/librpc/src/xdr/xdr_sizeof.c c/src/librpc/src/xdr/xdr_stdio.c
19:13 Changeset in rtems [87ec19a3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files added as part of librpc upgrade.
19:09 Changeset in rtems [b797468] by Joel Sherrill <joel.sherrill@…>
Removed as part of merging RPC/XDR upgrade from Eric Norum.
19:04 Changeset in rtems [5ad350a4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files added as part of librpc upgrade.
18:50 Changeset in rtems [775e786]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New directory added as part of librpc upgrade.
14:59 Changeset in rtems [cd7024d] by Joel Sherrill <joel.sherrill@…>
removed unused variables.

04/28/00:

19:51 Changeset in rtems [d554ca0b] by Joel Sherrill <joel.sherrill@…>
Patch from John M. Mills <jmills@…> to do some cleanup and use -O4 at both debug and optimized levels. There is still a speed setting problem but the sample tests run.
19:45 Changeset in rtems [a06c5f5] by Joel Sherrill <joel.sherrill@…>
Temporarily disable libxdr until the complete patch is in.
19:44 Changeset in rtems [a974d6a] by Joel Sherrill <joel.sherrill@…>
Patch rtems-4.5-rc-18-cvs.diff from Ralf Corsepius <corsepiu@…>: The patch below is a work-around to the "make/gmake" problem. This only works if gmake-only users set MAKE=gmake at configuration time or explicitly set it from the environment at make-time. IIRC, this should be sufficient for ./bit users, because it explicitly exports MAKE.
18:32 Changeset in rtems [42b7ffae] by Joel Sherrill <joel.sherrill@…>
Updated to new versions.
18:31 Changeset in rtems [92bc357] by Joel Sherrill <joel.sherrill@…>
Modifed to properly support aliased that support multiprocessing.
17:44 Changeset in rtems [2f82b35] by Joel Sherrill <joel.sherrill@…>
New files from Eric Norum missed in previous commit.
17:42 Changeset in rtems [6ff83a4] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Cherrypick from master 2000-04-28 17:42:16 UTC Joel Sherrill <joel.sherrill@…> 'New files added on 4.5 branch.': c/src/libnetworking/memory.h c/src/libnetworking/sys/un.h
17:42 Changeset in rtems [a4460152]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files added on 4.5 branch.

04/27/00:

20:11 Changeset in rtems [ccbbfe3] by Joel Sherrill <joel.sherrill@…>
Patch from "Alan Harry" <alan@…> to fix a problem where the wrong variables were being cleared.
18:24 Changeset in rtems [fc1459f] by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to initiate upgrading librpc to a more complete version.
14:44 Changeset in rtems [bb546a22]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated.
14:42 Changeset in rtems [91763c9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files. First attempt.
14:21 Changeset in rtems [948fdbd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated.
14:11 Changeset in rtems [8d8ae2e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed -- temporary files.
14:08 Changeset in rtems [5b150a85]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Files moved around and missed in the previous commit.
14:00 Changeset in rtems [9eae2b53]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified to give rpm removal command instead of install command again.

04/26/00:

18:05 Changeset in rtems [fdbfff18]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patches rtemsdoc-4.5.0-rc.diff from Ralf Corsepius <corsepiu@…> that addresses the following: The patch below should * fix the *pdf cleanup handling * fix dependencies between pdf-documents and texi-files It also contains an attempt to let networking/schedule.t use states.pdf instead of ascii graphics, but though each pdf image looks nice, it comes out weirdly distorted in the main pdf document.
18:02 Changeset in rtems [2ba8875]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtemsdoc-4.5.0-rc-0.diff from Ralf Corsepius <corsepiu@…> which contains the bulk of converting the documentation tree to automake and GNU conventions. Comments follow: This is the automake port of rtemsdoc. To apply: cvs co rtemsdoc cd rtemsdoc sh cvs-rm.sh patch -p0 < rtemsdoc-4.5.0-rc-0.diff sh cvs-add.sh [Attention: cvs-rm.sh and cvs-add.sh directly modify cvs] Known bugs: 1) src2html is not supported (yet? - Is this supposed to work?) 2) all *.pdf images now are generated on-the-fly, but not yet deleted during "make distclean" 3) All supplements, including the templated ones, get build and installed. 4) Building outside of the source tree is completely untested and very likely does not work. 5) Make [ps|pdf] are not (yet) supported, make [dvi|info] are supported by automake's default texinfo rules. Fixing 2, 3 and 5 is almost trivial and needs to be done. 4) is a matter of testing and tool-properties, for now it is simply untested. General issues: * gif vs jpg vs png. I would recommend to replace all images with pngs to avoid potential copyright issues (gif) or lack in quality (jpg, jpg is good for real world photographs, but extremely poor on artificial images, graphs). * pdf images do net get placed correctly in pdf-documents. * texinfo: We now use a local copy of texinfo-4.0's texinfo.tex in texinfo/texinfo.tex for generating infos. However pdftex's system-wide texinfo.tex and pdftexinfo.tex are used for generating *.dvi, *.ps, *.pdf. * .cvsignore files still missing. * I have renamed the supplements filename not to use c_<supplement>, because automake seems to have problems with it. Notes: * Again, I recommend not to put any generated files into CVS. Here, this comprises some *texi, all *.pdf and many *.html pages. Ie. I recommend to run make maintainer-clean before checking in any files. * To get building started, this should be sufficient: ./bootstrap ./configure cd tools; make; cd .. make info * To make a public tarball: [cvs co ; ./bootstrap] ./configure cd tools; make; cd .. make info [make clean] make dist => This generates a rtems-<version>.tar.gz in the toplevel directory. => Building the tools only is required after a "cvs co", but not in a distribution tarball.
Note: See TracTimeline for information about the timeline view.