source: network-demos/ChangeLog @ 8159d79

Last change on this file since 8159d79 was 9313a63, checked in by Joel Sherrill <joel.sherrill@…>, on 08/02/11 at 17:48:25

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

  • Makefile: Use new path.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12011-08-02      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * Makefile: Use new path.
4
52011-03-29     Sebastian Huber <Sebastian.Huber@embedded-brains.de>
6
7        * mcast/listener.c: Output only received characters.
8
92011-03-03      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * networkconfig-qemu.h: VirtualBox uses 10.0.x.x for its eth0 so we
12        need to switch to 10.1.x.x for things to work smoothly.
13        * networkconfig-loopback.h: New file.
14
152011-03-03      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * networkconfig-qemu.h: Add missing endif.
18
192010-12-08     Sebastian Huber <Sebastian.Huber@embedded-brains.de>
20
21        * networkconfig.h, networkconfig-qemu.h, networkconfig-icecube.h,
22        networkconfig-mpc8313erdb.h: Loop back interface will be initialized
23        now during normal initialization via rtems_bsdnet_initialize_network().
24
252010-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * ttcp/rtems_ttcp.c: Update timeval usage.
28
292009-11-13      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * VERSION: Updated to network-demos-4.9.3.
32
332009-05-13      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * networkconfig-qemu.h: Now works on qemu with fxp driver in RTEMS, the
36        newer version in libbsdport, and on the real NIC in the Winsystems PC
37        in RTEMS Lab.
38
392009-02-10      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * networkconfig-qemu.h: Add option for qemu to use PCI i82551 NIC.
42
432008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * networkconfig.h: Revert previous patch. Use loopback configuration
46        only.
47
482008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * networkconfig-mpc8313erdb.h, networkconfig.h: Rename STACK_CHECKER_ON
51        to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
52
532008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * networkconfig-mpc8313erdb.h: New file.
56
572008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * networkconfig-qemu.h, networkconfig.h: Add missing initializers.
60
612008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * networkconfig-icecube.h, networkconfig-qemu.h, networkconfig.h:
64        Updated to include new fields and expand tabs.
65
662007-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * Makefile: Added telnetd test.
69
702007-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * networkconfig-icecube.h: Fix MAC address and typo.
73
742007-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile: Add mcast.
77
782007-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * networkconfig.h: Loopback only network configuration tweaked to have
81        a hostname.
82
832007-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * networkconfig.h: Loopback only network configuration. Use one of the
86        real ones as an example.
87
882007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * networkconfig-qemu.h: Disable DHCP and use static IP.
91        * networkconfig.h: Use only loopback so tests can run OK on any target
92        even if they can't do anything.
93        * networkconfig-icecube.h: New file.
94
952007-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * VERSION: Updated to network-demos-4.7.99.2.
98
992007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * networkconfig-qemu.h: New file.
102
1032007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * networkconfig.h: Make the NFS server, remote filesystem, and
106        directory to look at configurable.
107
1082007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * Makefile: Remove netlink. It appeared to be a hacked copy of http.
111        * netlink/ChangeLog, netlink/Makefile, netlink/index.html,
112        netlink/init.c, netlink/networkconfig.h, netlink/system.h: Removed.
113
1142007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * Makefile: New file.
117
1182007-03-13      Joel Sherrill <joel@OARcorp.com>
119
120        * VERSION: Updated to network-demos-4.7.99.1.
121
1222005-09-02      Joel Sherrill <joel@OARcorp.com>
123
124        * VERSION: Updated to network-demos-4.6.99.2.
125
1262003-09-18      Joel Sherrill <joel@OARcorp.com>
127
128        PR 493/networking
129        * dnstest/init.c, http/Makefile, http/init.c, http/system.h,
130        netdemo/init.c, netlink/init.c, ntp/init.c, select/init.c,
131        select/test.c, tftpTest/init.c, tftpTest/test.c, ttcp/init.c,
132        ttcp/rtems_ttcp.c: Made all the tests compile and eliminated warnings
133        except in the ttcp_orig code.
134        * Makefile: New file.
135        * netlink/system.h: Removed.
136
1372003-07-03      Joel Sherrill <joel@OARcorp.com>
138
139        * VERSION: Updated to network-demos-4.6.0pre4.
140
1412003-02-11      Joel Sherrill <joel@OARcorp.com>
142
143        * VERSION: Updated to network-demos-4.6.0pre1.
144
1452003-09-18      Jay Monkman <jtm@smoothsmoothie.com>
146
147        PR 494/networking
148        * Changed Makefile to not use objcopy to create a linkable
149        object file from the tar file. Instead, ld links it in
150        directly.
151
1522003-09-18      Joel Sherrill <joel@OARcorp.com>
153
154        PR 493/networking
155        * dnstest/init.c, http/Makefile, http/init.c, http/system.h,
156        netdemo/init.c, netlink/init.c, ntp/init.c, select/init.c,
157        select/test.c, tftpTest/init.c, tftpTest/test.c, ttcp/init.c,
158        ttcp/rtems_ttcp.c: Made all the tests compile and eliminated warnings
159        except in the ttcp_orig code.
160        * Makefile: New file.
161        * netlink/system.h: Removed.
162
1632003-07-03      Joel Sherrill <joel@OARcorp.com>
164
165        * VERSION: Updated to network-demos-4.6.0pre4.
166
1672003-02-11      Joel Sherrill <joel@OARcorp.com>
168
169        * VERSION: Updated to network-demos-4.6.0pre1.
170
1712003-01-28      Joel Sherrill <joel@OARcorp.com>
172
173        * VERSION: Updated to network-demos-20030128.
174
1752002-10-21      Joel Sherrill <joel@OARcorp.com>
176
177        * VERSION: Updated to network-demos-20021018.
178
1792002-10-18      Joel Sherrill <joel@OARcorp.com>
180
181        * dnstest/init.c, netdemo/init.c, netlink/init.c, ntp/init.c,
182        rpc_demo/init.c, select/init.c, tftpTest/init.c, ttcp/init.c:
183        define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to 20 for enough
184        sockets and CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM even if not
185        absolutely needed for networking.
186
1872001-08-30      Joel Sherrill <joel@OARcorp.com>
188
189        * SUPPORT: New file.
190
1912001-08-30      Joel Sherrill <joel@OARcorp.com>
192
193        * README, networkconfig.h, netdemo/README, tftpTest/test.c: Merged
194        missing stuff from 4.5 branch.
195        * http/Makefile, http/init.c: Minor modifications to improve
196        buildability.
197
1982000-12-14      Eric Norum <eric.norum@usask.ca>
199
200        * networkconfig.h: Default to using bootp host for tftp test.
201
2022000-12-14      Joel Sherrill <joel@OARcorp.com>
203
204        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.