source: network-demos/ChangeLog @ 37f3bf5

4.11
Last change on this file since 37f3bf5 was 2da63bc, checked in by Sebastian Huber <sebastian.huber@…>, on 12/08/10 at 10:46:46

2010-12-08 Sebastian Huber <Sebastian.Huber@…>

  • networkconfig.h, networkconfig-qemu.h, networkconfig-icecube.h, networkconfig-mpc8313erdb.h: Loop back interface will be initialized now during normal initialization via rtems_bsdnet_initialize_network().
  • Property mode set to 100644
File size: 5.5 KB
Line 
12010-12-08     Sebastian Huber <Sebastian.Huber@embedded-brains.de>
2
3        * networkconfig.h, networkconfig-qemu.h, networkconfig-icecube.h,
4        networkconfig-mpc8313erdb.h: Loop back interface will be initialized
5        now during normal initialization via rtems_bsdnet_initialize_network().
6
72010-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * ttcp/rtems_ttcp.c: Update timeval usage.
10
112009-11-13      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * VERSION: Updated to network-demos-4.9.3.
14
152009-05-13      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * networkconfig-qemu.h: Now works on qemu with fxp driver in RTEMS, the
18        newer version in libbsdport, and on the real NIC in the Winsystems PC
19        in RTEMS Lab.
20
212009-02-10      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * networkconfig-qemu.h: Add option for qemu to use PCI i82551 NIC.
24
252008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * networkconfig.h: Revert previous patch. Use loopback configuration
28        only.
29
302008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * networkconfig-mpc8313erdb.h, networkconfig.h: Rename STACK_CHECKER_ON
33        to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
34
352008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * networkconfig-mpc8313erdb.h: New file.
38
392008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * networkconfig-qemu.h, networkconfig.h: Add missing initializers.
42
432008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * networkconfig-icecube.h, networkconfig-qemu.h, networkconfig.h:
46        Updated to include new fields and expand tabs.
47
482007-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * Makefile: Added telnetd test.
51
522007-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * networkconfig-icecube.h: Fix MAC address and typo.
55
562007-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * Makefile: Add mcast.
59
602007-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * networkconfig.h: Loopback only network configuration tweaked to have
63        a hostname.
64
652007-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * networkconfig.h: Loopback only network configuration. Use one of the
68        real ones as an example.
69
702007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * networkconfig-qemu.h: Disable DHCP and use static IP.
73        * networkconfig.h: Use only loopback so tests can run OK on any target
74        even if they can't do anything.
75        * networkconfig-icecube.h: New file.
76
772007-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * VERSION: Updated to network-demos-4.7.99.2.
80
812007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * networkconfig-qemu.h: New file.
84
852007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * networkconfig.h: Make the NFS server, remote filesystem, and
88        directory to look at configurable.
89
902007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * Makefile: Remove netlink. It appeared to be a hacked copy of http.
93        * netlink/ChangeLog, netlink/Makefile, netlink/index.html,
94        netlink/init.c, netlink/networkconfig.h, netlink/system.h: Removed.
95
962007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * Makefile: New file.
99
1002007-03-13      Joel Sherrill <joel@OARcorp.com>
101
102        * VERSION: Updated to network-demos-4.7.99.1.
103
1042005-09-02      Joel Sherrill <joel@OARcorp.com>
105
106        * VERSION: Updated to network-demos-4.6.99.2.
107
1082003-09-18      Joel Sherrill <joel@OARcorp.com>
109
110        PR 493/networking
111        * dnstest/init.c, http/Makefile, http/init.c, http/system.h,
112        netdemo/init.c, netlink/init.c, ntp/init.c, select/init.c,
113        select/test.c, tftpTest/init.c, tftpTest/test.c, ttcp/init.c,
114        ttcp/rtems_ttcp.c: Made all the tests compile and eliminated warnings
115        except in the ttcp_orig code.
116        * Makefile: New file.
117        * netlink/system.h: Removed.
118
1192003-07-03      Joel Sherrill <joel@OARcorp.com>
120
121        * VERSION: Updated to network-demos-4.6.0pre4.
122
1232003-02-11      Joel Sherrill <joel@OARcorp.com>
124
125        * VERSION: Updated to network-demos-4.6.0pre1.
126
1272003-09-18      Jay Monkman <jtm@smoothsmoothie.com>
128
129        PR 494/networking
130        * Changed Makefile to not use objcopy to create a linkable
131        object file from the tar file. Instead, ld links it in
132        directly.
133
1342003-09-18      Joel Sherrill <joel@OARcorp.com>
135
136        PR 493/networking
137        * dnstest/init.c, http/Makefile, http/init.c, http/system.h,
138        netdemo/init.c, netlink/init.c, ntp/init.c, select/init.c,
139        select/test.c, tftpTest/init.c, tftpTest/test.c, ttcp/init.c,
140        ttcp/rtems_ttcp.c: Made all the tests compile and eliminated warnings
141        except in the ttcp_orig code.
142        * Makefile: New file.
143        * netlink/system.h: Removed.
144
1452003-07-03      Joel Sherrill <joel@OARcorp.com>
146
147        * VERSION: Updated to network-demos-4.6.0pre4.
148
1492003-02-11      Joel Sherrill <joel@OARcorp.com>
150
151        * VERSION: Updated to network-demos-4.6.0pre1.
152
1532003-01-28      Joel Sherrill <joel@OARcorp.com>
154
155        * VERSION: Updated to network-demos-20030128.
156
1572002-10-21      Joel Sherrill <joel@OARcorp.com>
158
159        * VERSION: Updated to network-demos-20021018.
160
1612002-10-18      Joel Sherrill <joel@OARcorp.com>
162
163        * dnstest/init.c, netdemo/init.c, netlink/init.c, ntp/init.c,
164        rpc_demo/init.c, select/init.c, tftpTest/init.c, ttcp/init.c:
165        define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to 20 for enough
166        sockets and CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM even if not
167        absolutely needed for networking.
168
1692001-08-30      Joel Sherrill <joel@OARcorp.com>
170
171        * SUPPORT: New file.
172
1732001-08-30      Joel Sherrill <joel@OARcorp.com>
174
175        * README, networkconfig.h, netdemo/README, tftpTest/test.c: Merged
176        missing stuff from 4.5 branch.
177        * http/Makefile, http/init.c: Minor modifications to improve
178        buildability.
179
1802000-12-14      Eric Norum <eric.norum@usask.ca>
181
182        * networkconfig.h: Default to using bootp host for tftp test.
183
1842000-12-14      Joel Sherrill <joel@OARcorp.com>
185
186        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.