source: network-demos/ChangeLog @ 9cd3e3a

4.11network-demos-4-10-branchnetwork-demos-4-9-branch
Last change on this file since 9cd3e3a was 9cd3e3a, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/08 at 21:49:36

2008-02-05 Joel Sherrill <joel.sherrill@…>

  • networkconfig-icecube.h, networkconfig-qemu.h, networkconfig.h: Updated to include new fields and expand tabs.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * networkconfig-icecube.h, networkconfig-qemu.h, networkconfig.h:
4        Updated to include new fields and expand tabs.
5
62007-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * Makefile: Added telnetd test.
9
102007-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * networkconfig-icecube.h: Fix MAC address and typo.
13
142007-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * Makefile: Add mcast.
17
182007-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * networkconfig.h: Loopback only network configuration tweaked to have
21        a hostname.
22
232007-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * networkconfig.h: Loopback only network configuration. Use one of the
26        real ones as an example.
27
282007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * networkconfig-qemu.h: Disable DHCP and use static IP.
31        * networkconfig.h: Use only loopback so tests can run OK on any target
32        even if they can't do anything.
33        * networkconfig-icecube.h: New file.
34
352007-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * VERSION: Updated to network-demos-4.7.99.2.
38
392007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * networkconfig-qemu.h: New file.
42
432007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * networkconfig.h: Make the NFS server, remote filesystem, and
46        directory to look at configurable.
47
482007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * Makefile: Remove netlink. It appeared to be a hacked copy of http.
51        * netlink/ChangeLog, netlink/Makefile, netlink/index.html,
52        netlink/init.c, netlink/networkconfig.h, netlink/system.h: Removed.
53
542007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * Makefile: New file.
57
582007-03-13      Joel Sherrill <joel@OARcorp.com>
59
60        * VERSION: Updated to network-demos-4.7.99.1.
61
622005-09-02      Joel Sherrill <joel@OARcorp.com>
63
64        * VERSION: Updated to network-demos-4.6.99.2.
65
662003-09-18      Joel Sherrill <joel@OARcorp.com>
67
68        PR 493/networking
69        * dnstest/init.c, http/Makefile, http/init.c, http/system.h,
70        netdemo/init.c, netlink/init.c, ntp/init.c, select/init.c,
71        select/test.c, tftpTest/init.c, tftpTest/test.c, ttcp/init.c,
72        ttcp/rtems_ttcp.c: Made all the tests compile and eliminated warnings
73        except in the ttcp_orig code.
74        * Makefile: New file.
75        * netlink/system.h: Removed.
76
772003-07-03      Joel Sherrill <joel@OARcorp.com>
78
79        * VERSION: Updated to network-demos-4.6.0pre4.
80
812003-02-11      Joel Sherrill <joel@OARcorp.com>
82
83        * VERSION: Updated to network-demos-4.6.0pre1.
84
852003-09-18      Jay Monkman <jtm@smoothsmoothie.com>
86
87        PR 494/networking
88        * Changed Makefile to not use objcopy to create a linkable
89        object file from the tar file. Instead, ld links it in
90        directly.
91
922003-09-18      Joel Sherrill <joel@OARcorp.com>
93
94        PR 493/networking
95        * dnstest/init.c, http/Makefile, http/init.c, http/system.h,
96        netdemo/init.c, netlink/init.c, ntp/init.c, select/init.c,
97        select/test.c, tftpTest/init.c, tftpTest/test.c, ttcp/init.c,
98        ttcp/rtems_ttcp.c: Made all the tests compile and eliminated warnings
99        except in the ttcp_orig code.
100        * Makefile: New file.
101        * netlink/system.h: Removed.
102
1032003-07-03      Joel Sherrill <joel@OARcorp.com>
104
105        * VERSION: Updated to network-demos-4.6.0pre4.
106
1072003-02-11      Joel Sherrill <joel@OARcorp.com>
108
109        * VERSION: Updated to network-demos-4.6.0pre1.
110
1112003-01-28      Joel Sherrill <joel@OARcorp.com>
112
113        * VERSION: Updated to network-demos-20030128.
114
1152002-10-21      Joel Sherrill <joel@OARcorp.com>
116
117        * VERSION: Updated to network-demos-20021018.
118
1192002-10-18      Joel Sherrill <joel@OARcorp.com>
120
121        * dnstest/init.c, netdemo/init.c, netlink/init.c, ntp/init.c,
122        rpc_demo/init.c, select/init.c, tftpTest/init.c, ttcp/init.c:
123        define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to 20 for enough
124        sockets and CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM even if not
125        absolutely needed for networking.
126
1272001-08-30      Joel Sherrill <joel@OARcorp.com>
128
129        * SUPPORT: New file.
130
1312001-08-30      Joel Sherrill <joel@OARcorp.com>
132
133        * README, networkconfig.h, netdemo/README, tftpTest/test.c: Merged
134        missing stuff from 4.5 branch.
135        * http/Makefile, http/init.c: Minor modifications to improve
136        buildability.
137
1382000-12-14      Eric Norum <eric.norum@usask.ca>
139
140        * networkconfig.h: Default to using bootp host for tftp test.
141
1422000-12-14      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.