source: network-demos/ChangeLog @ 40e0215

network-demos-4-10-branch network-demos-4-10-0
Last change on this file since 40e0215 was 40e0215, checked in by Joel Sherrill <joel.sherrill@…>, on 02/08/11 at 16:48:35

2011-02-08 Joel Sherrill <joel.sherrilL@…>

  • VERSION: Updated to network-demos-4.10.0.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12011-02-08      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * VERSION: Updated to network-demos-4.10.0.
4
52010-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * ttcp/rtems_ttcp.c: Update timeval usage.
8
92009-11-13      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * VERSION: Updated to network-demos-4.9.3.
12
132009-05-13      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * networkconfig-qemu.h: Now works on qemu with fxp driver in RTEMS, the
16        newer version in libbsdport, and on the real NIC in the Winsystems PC
17        in RTEMS Lab.
18
192009-02-10      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * networkconfig-qemu.h: Add option for qemu to use PCI i82551 NIC.
22
232008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * networkconfig.h: Revert previous patch. Use loopback configuration
26        only.
27
282008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * networkconfig-mpc8313erdb.h, networkconfig.h: Rename STACK_CHECKER_ON
31        to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
32
332008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * networkconfig-mpc8313erdb.h: New file.
36
372008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * networkconfig-qemu.h, networkconfig.h: Add missing initializers.
40
412008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * networkconfig-icecube.h, networkconfig-qemu.h, networkconfig.h:
44        Updated to include new fields and expand tabs.
45
462007-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * Makefile: Added telnetd test.
49
502007-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * networkconfig-icecube.h: Fix MAC address and typo.
53
542007-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile: Add mcast.
57
582007-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * networkconfig.h: Loopback only network configuration tweaked to have
61        a hostname.
62
632007-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * networkconfig.h: Loopback only network configuration. Use one of the
66        real ones as an example.
67
682007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * networkconfig-qemu.h: Disable DHCP and use static IP.
71        * networkconfig.h: Use only loopback so tests can run OK on any target
72        even if they can't do anything.
73        * networkconfig-icecube.h: New file.
74
752007-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * VERSION: Updated to network-demos-4.7.99.2.
78
792007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * networkconfig-qemu.h: New file.
82
832007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * networkconfig.h: Make the NFS server, remote filesystem, and
86        directory to look at configurable.
87
882007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * Makefile: Remove netlink. It appeared to be a hacked copy of http.
91        * netlink/ChangeLog, netlink/Makefile, netlink/index.html,
92        netlink/init.c, netlink/networkconfig.h, netlink/system.h: Removed.
93
942007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * Makefile: New file.
97
982007-03-13      Joel Sherrill <joel@OARcorp.com>
99
100        * VERSION: Updated to network-demos-4.7.99.1.
101
1022005-09-02      Joel Sherrill <joel@OARcorp.com>
103
104        * VERSION: Updated to network-demos-4.6.99.2.
105
1062003-09-18      Joel Sherrill <joel@OARcorp.com>
107
108        PR 493/networking
109        * dnstest/init.c, http/Makefile, http/init.c, http/system.h,
110        netdemo/init.c, netlink/init.c, ntp/init.c, select/init.c,
111        select/test.c, tftpTest/init.c, tftpTest/test.c, ttcp/init.c,
112        ttcp/rtems_ttcp.c: Made all the tests compile and eliminated warnings
113        except in the ttcp_orig code.
114        * Makefile: New file.
115        * netlink/system.h: Removed.
116
1172003-07-03      Joel Sherrill <joel@OARcorp.com>
118
119        * VERSION: Updated to network-demos-4.6.0pre4.
120
1212003-02-11      Joel Sherrill <joel@OARcorp.com>
122
123        * VERSION: Updated to network-demos-4.6.0pre1.
124
1252003-09-18      Jay Monkman <jtm@smoothsmoothie.com>
126
127        PR 494/networking
128        * Changed Makefile to not use objcopy to create a linkable
129        object file from the tar file. Instead, ld links it in
130        directly.
131
1322003-09-18      Joel Sherrill <joel@OARcorp.com>
133
134        PR 493/networking
135        * dnstest/init.c, http/Makefile, http/init.c, http/system.h,
136        netdemo/init.c, netlink/init.c, ntp/init.c, select/init.c,
137        select/test.c, tftpTest/init.c, tftpTest/test.c, ttcp/init.c,
138        ttcp/rtems_ttcp.c: Made all the tests compile and eliminated warnings
139        except in the ttcp_orig code.
140        * Makefile: New file.
141        * netlink/system.h: Removed.
142
1432003-07-03      Joel Sherrill <joel@OARcorp.com>
144
145        * VERSION: Updated to network-demos-4.6.0pre4.
146
1472003-02-11      Joel Sherrill <joel@OARcorp.com>
148
149        * VERSION: Updated to network-demos-4.6.0pre1.
150
1512003-01-28      Joel Sherrill <joel@OARcorp.com>
152
153        * VERSION: Updated to network-demos-20030128.
154
1552002-10-21      Joel Sherrill <joel@OARcorp.com>
156
157        * VERSION: Updated to network-demos-20021018.
158
1592002-10-18      Joel Sherrill <joel@OARcorp.com>
160
161        * dnstest/init.c, netdemo/init.c, netlink/init.c, ntp/init.c,
162        rpc_demo/init.c, select/init.c, tftpTest/init.c, ttcp/init.c:
163        define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to 20 for enough
164        sockets and CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM even if not
165        absolutely needed for networking.
166
1672001-08-30      Joel Sherrill <joel@OARcorp.com>
168
169        * SUPPORT: New file.
170
1712001-08-30      Joel Sherrill <joel@OARcorp.com>
172
173        * README, networkconfig.h, netdemo/README, tftpTest/test.c: Merged
174        missing stuff from 4.5 branch.
175        * http/Makefile, http/init.c: Minor modifications to improve
176        buildability.
177
1782000-12-14      Eric Norum <eric.norum@usask.ca>
179
180        * networkconfig.h: Default to using bootp host for tftp test.
181
1822000-12-14      Joel Sherrill <joel@OARcorp.com>
183
184        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.