source: network-demos/ChangeLog @ 7778b77

network-demos-4-10-branch network-demos-4-10-1
Last change on this file since 7778b77 was 7778b77, checked in by Joel Sherrill <joel.sherrill@…>, on 07/21/11 at 17:41:59

2011-07-21 Joel Sherrill <joel.sherrilL@…>

  • VERSION: Updated to network-demos-4.10.1.
  • Property mode set to 100644
File size: 5.6 KB
Line 
12011-07-21      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * VERSION: Updated to network-demos-4.10.1.
4
52011-03-04      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * networkconfig-qemu.h: VirtualBox uses 10.0.x.x for its eth0 so we
8        need to switch to 10.1.x.x for things to work.
9        * networkconfig-loopback.h: New file.
10
112011-02-08      Joel Sherrill <joel.sherrilL@OARcorp.com>
12
13        * VERSION: Updated to network-demos-4.10.0.
14
152010-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * ttcp/rtems_ttcp.c: Update timeval usage.
18
192009-11-13      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * VERSION: Updated to network-demos-4.9.3.
22
232009-05-13      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * networkconfig-qemu.h: Now works on qemu with fxp driver in RTEMS, the
26        newer version in libbsdport, and on the real NIC in the Winsystems PC
27        in RTEMS Lab.
28
292009-02-10      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * networkconfig-qemu.h: Add option for qemu to use PCI i82551 NIC.
32
332008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * networkconfig.h: Revert previous patch. Use loopback configuration
36        only.
37
382008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * networkconfig-mpc8313erdb.h, networkconfig.h: Rename STACK_CHECKER_ON
41        to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
42
432008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * networkconfig-mpc8313erdb.h: New file.
46
472008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * networkconfig-qemu.h, networkconfig.h: Add missing initializers.
50
512008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * networkconfig-icecube.h, networkconfig-qemu.h, networkconfig.h:
54        Updated to include new fields and expand tabs.
55
562007-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * Makefile: Added telnetd test.
59
602007-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * networkconfig-icecube.h: Fix MAC address and typo.
63
642007-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile: Add mcast.
67
682007-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * networkconfig.h: Loopback only network configuration tweaked to have
71        a hostname.
72
732007-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * networkconfig.h: Loopback only network configuration. Use one of the
76        real ones as an example.
77
782007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * networkconfig-qemu.h: Disable DHCP and use static IP.
81        * networkconfig.h: Use only loopback so tests can run OK on any target
82        even if they can't do anything.
83        * networkconfig-icecube.h: New file.
84
852007-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * VERSION: Updated to network-demos-4.7.99.2.
88
892007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * networkconfig-qemu.h: New file.
92
932007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * networkconfig.h: Make the NFS server, remote filesystem, and
96        directory to look at configurable.
97
982007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * Makefile: Remove netlink. It appeared to be a hacked copy of http.
101        * netlink/ChangeLog, netlink/Makefile, netlink/index.html,
102        netlink/init.c, netlink/networkconfig.h, netlink/system.h: Removed.
103
1042007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * Makefile: New file.
107
1082007-03-13      Joel Sherrill <joel@OARcorp.com>
109
110        * VERSION: Updated to network-demos-4.7.99.1.
111
1122005-09-02      Joel Sherrill <joel@OARcorp.com>
113
114        * VERSION: Updated to network-demos-4.6.99.2.
115
1162003-09-18      Joel Sherrill <joel@OARcorp.com>
117
118        PR 493/networking
119        * dnstest/init.c, http/Makefile, http/init.c, http/system.h,
120        netdemo/init.c, netlink/init.c, ntp/init.c, select/init.c,
121        select/test.c, tftpTest/init.c, tftpTest/test.c, ttcp/init.c,
122        ttcp/rtems_ttcp.c: Made all the tests compile and eliminated warnings
123        except in the ttcp_orig code.
124        * Makefile: New file.
125        * netlink/system.h: Removed.
126
1272003-07-03      Joel Sherrill <joel@OARcorp.com>
128
129        * VERSION: Updated to network-demos-4.6.0pre4.
130
1312003-02-11      Joel Sherrill <joel@OARcorp.com>
132
133        * VERSION: Updated to network-demos-4.6.0pre1.
134
1352003-09-18      Jay Monkman <jtm@smoothsmoothie.com>
136
137        PR 494/networking
138        * Changed Makefile to not use objcopy to create a linkable
139        object file from the tar file. Instead, ld links it in
140        directly.
141
1422003-09-18      Joel Sherrill <joel@OARcorp.com>
143
144        PR 493/networking
145        * dnstest/init.c, http/Makefile, http/init.c, http/system.h,
146        netdemo/init.c, netlink/init.c, ntp/init.c, select/init.c,
147        select/test.c, tftpTest/init.c, tftpTest/test.c, ttcp/init.c,
148        ttcp/rtems_ttcp.c: Made all the tests compile and eliminated warnings
149        except in the ttcp_orig code.
150        * Makefile: New file.
151        * netlink/system.h: Removed.
152
1532003-07-03      Joel Sherrill <joel@OARcorp.com>
154
155        * VERSION: Updated to network-demos-4.6.0pre4.
156
1572003-02-11      Joel Sherrill <joel@OARcorp.com>
158
159        * VERSION: Updated to network-demos-4.6.0pre1.
160
1612003-01-28      Joel Sherrill <joel@OARcorp.com>
162
163        * VERSION: Updated to network-demos-20030128.
164
1652002-10-21      Joel Sherrill <joel@OARcorp.com>
166
167        * VERSION: Updated to network-demos-20021018.
168
1692002-10-18      Joel Sherrill <joel@OARcorp.com>
170
171        * dnstest/init.c, netdemo/init.c, netlink/init.c, ntp/init.c,
172        rpc_demo/init.c, select/init.c, tftpTest/init.c, ttcp/init.c:
173        define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to 20 for enough
174        sockets and CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM even if not
175        absolutely needed for networking.
176
1772001-08-30      Joel Sherrill <joel@OARcorp.com>
178
179        * SUPPORT: New file.
180
1812001-08-30      Joel Sherrill <joel@OARcorp.com>
182
183        * README, networkconfig.h, netdemo/README, tftpTest/test.c: Merged
184        missing stuff from 4.5 branch.
185        * http/Makefile, http/init.c: Minor modifications to improve
186        buildability.
187
1882000-12-14      Eric Norum <eric.norum@usask.ca>
189
190        * networkconfig.h: Default to using bootp host for tftp test.
191
1922000-12-14      Joel Sherrill <joel@OARcorp.com>
193
194        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.