source: rtems/cpukit/libnetworking/ChangeLog @ 36799d4

4.104.114.84.95
Last change on this file since 36799d4 was 36799d4, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/03 at 18:09:57

2002-11-26 Chris Johns <cjohns@…>

  • Makefile.am: Added sys/linker_set.h
  • kern/Makefile.am: Added kern_mib.c and kern_sysctl.c.
  • kern/uipc_socket.c: OID changed from KERN_SOMAXCONN to KIPC_SOMAXCONN.
  • kern/uipc_socket2.c: OID changed from KERN_MAXSOCKBUF to KIPC_MAXSOCKBUF.
  • net/if_ethersubr.c: FreeBSD 2.2.2 does not have a _net_link node while 5.0 does.
  • net/if_ppp.c: Removed the TEXT_SET define as these macros are now implemented.
  • net/rtsock.c: Enable sysctl support plus fix the bug with the lastest FreeBSD sysctl header file.
  • netinet/icmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_icmp node while 5.0 does.
  • netinet/if_ether.c: FreeBSD 2.2.2 does not have a _net_link_ether node while 5.0 does.
  • netinet/igmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_igmp node while 5.0 does.
  • netinet/in_pcb.c: Fixed the arguments to the sysctl call. Add inp_gencnt and ipi_count. These are used when listing connections.
  • netinet/in_pcb.h: Added counters to aid the listing of connections.
  • netinet/in_var.h: Provide the _net_inet_ip and _net_inet_raw nodes.
  • netinet/ip_fw.c: Disable the firewall sysctl calls.
  • netinet/tcp_subr.c: Merge tcp_pcblist from the lastest FreeBSD source.
  • netinet/tcp_var.h: Add structures needed by net-snmp to list connections.
  • netinet/udp_usrreq.c: Merged udp_pcblist from the lastest FreeBSD source.
  • netinet/udp_var.h: Added the sysctl id UDPCTL_PCBLIST. Used by net-snmp.
  • rtems_glue.c: Call sysctl_register_all when initialising the network stack to register all the sysctl calls. These are in the special sections and required an updated linker script.
  • rtems/rtems_syscall.c: Add the sysctl call.
  • sys/kernel.h: Use the lastest FreeBSD method of handling sysctl structures. This now held in the sys/linker_set.h file.
  • sys/queue.h: This is from the lastest FreeBSD code with the circular code merged back in as it is not used in the lastest FreeBSD kernel.
  • sys/sysctl.h: The lastest sysctl. This was needed to use with the new linker set method. The FreeBSD 2.2.2 version has asm hacks. The lastest version of the FreeBSD does not have these hacks. It uses gcc attribute directives.
  • Property mode set to 100644
File size: 34.6 KB
Line 
12002-11-26      Chris Johns <cjohns@cybertec.com.au>
2
3        * Makefile.am: Added sys/linker_set.h
4        * kern/Makefile.am: Added kern_mib.c and kern_sysctl.c.
5        * kern/uipc_socket.c: OID changed from KERN_SOMAXCONN to KIPC_SOMAXCONN.
6        * kern/uipc_socket2.c: OID changed from KERN_MAXSOCKBUF to
7        KIPC_MAXSOCKBUF.
8        * net/if_ethersubr.c: FreeBSD 2.2.2 does not have a _net_link node
9        while 5.0 does.
10        * net/if_ppp.c: Removed the TEXT_SET define as these macros are
11        now implemented.
12        * net/rtsock.c: Enable sysctl support plus fix the bug with the
13        lastest FreeBSD sysctl header file.
14        * netinet/icmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_icmp
15        node while 5.0 does.
16        * netinet/if_ether.c: FreeBSD 2.2.2 does not have a _net_link_ether
17        node while 5.0 does.
18        * netinet/igmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_igmp
19        node while 5.0 does.
20        * netinet/in_pcb.c: Fixed the arguments to the sysctl call. Add
21        inp_gencnt and ipi_count. These are used when listing connections.
22        * netinet/in_pcb.h: Added counters to aid the listing of connections.
23        * netinet/in_var.h: Provide the _net_inet_ip and _net_inet_raw nodes.
24        * netinet/ip_fw.c: Disable the firewall sysctl calls.
25        * netinet/tcp_subr.c: Merge tcp_pcblist from the lastest FreeBSD source.
26        * netinet/tcp_var.h: Add structures needed by net-snmp to list
27        connections.
28        * netinet/udp_usrreq.c: Merged udp_pcblist from the lastest FreeBSD
29        source.
30        * netinet/udp_var.h: Added the sysctl id UDPCTL_PCBLIST. Used by
31        net-snmp.
32        * rtems_glue.c: Call sysctl_register_all when initialising the
33        network stack to register all the sysctl calls. These are in the
34        special sections and required an updated linker script.
35        * rtems/rtems_syscall.c: Add the sysctl call.
36        * sys/kernel.h: Use the lastest FreeBSD method of handling sysctl
37        structures.  This now held in the sys/linker_set.h file.
38        * sys/queue.h: This is from the lastest FreeBSD code with the circular
39        code merged back in as it is not used in the lastest FreeBSD kernel.
40        * sys/sysctl.h: The lastest sysctl. This was needed to use with the new
41        linker set method. The FreeBSD 2.2.2 version has asm hacks. The lastest
42        version of the FreeBSD does not have these hacks. It uses gcc attribute
43        directives.
44
452002-12-18      Eric Norum <eric.norum@usask.ca>
46        * Makefile.am: Include netinet sources.
47
482002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Merge-in kern/Makefile.am, net/Makefile.am,
51        netinet/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
52        rtems/Makefile.am.
53        * kern/Makefile.am: Remove.
54        * net/Makefile.am: Remove.
55        * netinet/Makefile.am: Remove.
56        * nfs/Makefile.am: Remove.
57        * rtems/Makefile.am: Remove.
58        * wrapup/Makefile.am: Reflect changes above.
59        * configure.ac: Ditto.
60
612002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * kern/Makefile.am: Remove C_O_FILES;
64        Don't let all-local depend on $OBJS)
65        * lib/Makefile.am: Ditto.
66        * libc/Makefile.am: Ditto.
67        * net/Makefile.am: Ditto.
68        * netinet/Makefile.am: Ditto.
69        * nfs/Makefile.am: Ditto.
70        * rtems/Makefile.am: Ditto.
71
722002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Fix package name.
75
762002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Merge-in HEADER-handling from
79        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am.
80        * net/Makefile.am: Remove *_HEADERS.
81        * netinet/Makefile.am: Remove *_HEADERS.
82        * nfs/Makefile.am: Remove *_HEADERS.
83
842002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Merge-in arpa/Makefile.am, machine/Makefile.am,
87        sys/Makefile.am, vm/Makefile.am.
88        Add . to SUBDIRS.
89        * arpa/Makefile.am: Remove.
90        * machine/Makefile.am: Remove.
91        * sys/Makefile.am: Remove.
92        * vm/Makefile.am: Remove.
93        * configure.ac: Reflect changes above.
94
952002-11-06      Chris Johns <ccj@acm.org>
96
97        * sys/select.h: Add C++ to C external.
98
992002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress
102        warning.
103
1042002-11-01      Joel Sherrill <joel@OARcorp.com>
105
106        * ChangeLog: Corrected.
107
1082002-11-01      Eric Norum <eric.norum@usask.ca>
109
110        * nfs/bootp_subr.c, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
111        Till Straumann's patch (PR295) to use bootp option 129 to get
112        command line string.  Till Straumann's patch to change
113        inet_ntoa->inet_ntop.
114
1152002-10-31      Joel Sherrill <joel@OARcorp.com>
116
117        * libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings.
118
1192002-10-28      Joel Sherrill <joel@OARcorp.com>
120
121        * Pass to eliminate warnings.
122        * kern/uipc_mbuf.c: Conditional SYSINIT() usage on __rtems__.
123        Fix return statement without a value.
124        * lib/ftpfs.c: read and write filesystem routines return ssize_t.
125        * lib/syslog.c: Add include of <string.h> to eliminate warning.
126        * lib/tftpDriver.c: read and write filesystem routines return ssize_t.
127        * libc/gethostbydns.c: Prototype abort().
128        * libc/inet_ntoa.c: Prototype strcpy().
129        * libc/rcmd.c: Add include of <sys/select.h>
130        * net/if_loop.c: Turn token at end of endif to comment.
131        * net/rtsock.c, nfs/bootp_subr.c:  Conditional SYSINIT() usage
132        on __rtems__.
133        * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>.
134        * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and
135        memset() since the BSD code tries to avoid using libc .h files
136        since it is used to being in the kernel.
137        * rtems/rtems_syscall.c: read and write filesystem routines
138        return ssize_t.
139
1402002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
143
1442002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Remove bogus reference to CHANGELOG.
147
1482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * .cvsignore: Reformat.
151        Add autom4te*cache.
152        Remove autom4te.cache.
153
1542002-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * net/if_ethersubr.c: Add comments to #endif NETATALK to stop
157        gcc from complaining.
158
1592002-10-07      Eric Norum <eric.norum@usask.ca>
160
161        * netinet/tcp_var.h: Corrected typo in ARM alignment patch which
162        broke all other ports.
163
1642002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
165
166        * netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c,
167        netinet/tcp_input.c, netinet/tcp_subr.c, netinet/tcp_var.h,
168        sys/queue.h: Address alignment requirements for the ARM.
169
1702002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
171
172        * rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and
173        SIOCDIFADDR.
174
1752002-10-02      Joel Sherrill <joel@OARcorp.com>
176
177        * kern/uipc_socket.c: Make sure that small non-zero delays work.
178        Suggested cleanup from Eric Norum.
179
1802002-10-02      Eric Norum <eric.norum@usask.ca>
181
182        * rtems/mkrootfs.c: As part of PR283, remove redundant code that
183        creates /etc/passwd and /etc/group.
184
1852002-09-16      Joel Sherrill <joel@OARcorp.com>
186
187        * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of
188        the IP_FORWARD patch as it appears to not compile in the
189        current tree.
190
1912002-09-14      Joel Sherrill <joel@OARcorp.com>
192
193        * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where
194        conversion into ticks can result in a 0 ticks timeout which is
195        the same as requesting no timeout.  Reported by Sergei Organov
196        <osv@javad.ru>.
197
1982002-09-14      Vyacheslav V. Burdjanadze <wr@zelax.ru>
199
200        * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
201        optional UDP broadcast forwarding support.
202        * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
203        broadcast forwarding.
204
2052002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * netinet/in_cksum.c: #include <string.h> for puts in generic
208        routines.
209
2102002-08-20      Eric Norum <eric.norum@usask.ca>
211
212        * rtems/rtems_glue.c: Per PR270, the BSD network code expects that
213        the value of the number of seconds since boot is non-zero.  The
214        RTEMS network initialization code assures this by waiting for a
215        second.  A more efficient technique is to simply wait until the
216        number of seconds since boot is non-zero.
217
2182002-08-09      Joel Sherrill <joel@OARcorp.com>
219
220        * libc/getservent.c: Per PR265, add  #include <netinet/in.h> for
221        ntohl() function.
222
2232002-08-07      Joel Sherrill <joel@OARcorp.com>
224
225        * netinet/in.h: Per PR263, added include of <machine/endian.h>
226        to <netinet/in.h> so it includes prototypes of ntohl() family
227        of routines.
228
2292002-08-01      Joel Sherrill <joel@OARcorp.com>
230
231        * machine/param.h, sys/syslimits.h: In the continued effort to
232        eliminate .h conflicts between newlib and RTEMS, these were moved to
233        newlib.
234        * machine/Makefile.am, sys/Makefile.am: Reflect above.
235
2362002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * wrapup/Makefile.am: Don't install.
239
2402002-07-30      Joel Sherrill <joel@OARcorp.com>
241
242        * sys/param.h: Removed as a simpler version of this file is
243        now part of the RTEMS newlib support.
244        * sys/Makefile.am: Modified to reflect above. 
245
2462002-07-30      Joel Sherrill <joel@OARcorp.com>
247
248        * machine/types.h: Removed as a simpler version of this file is
249        now part of the RTEMS newlib support.
250        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
251        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
252        Minor modifications to use the simpler machine/types.h.  Mostly
253        more complete sets of #include's to account for machine/types.h
254        no longer doing this.
255
2562002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
257
258        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
259        support.
260
2612002-07-24      Joel Sherrill <joel@OARcorp.com>
262
263        * sys/select.h: Add a prototype of select() to avoid warnings.
264        In particular a C++ application using select() required a prototype.
265
2662002-07-24      Joel Sherrill <joel@OARcorp.com>
267
268        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
269        since RTEMS does not support it.
270
2712002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * lib/Makefile.am: Ditto.
275        * libc/Makefile.am: Ditto.
276        * net/Makefile.am: Ditto.
277        * netinet/Makefile.am: Ditto.
278        * nfs/Makefile.am: Ditto.
279        * rtems/Makefile.am: Ditto.
280        * wrapup/Makefile.am: Ditto.
281
2822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * kern/Makefile.am: Eliminate LIBNAME.
285        * lib/Makefile.am: Ditto.
286        * libc/Makefile.am: Ditto.
287        * net/Makefile.am: Ditto.
288        * netinet/Makefile.am: Ditto.
289        * nfs/Makefile.am: Ditto.
290        * rtems/Makefile.am: Ditto.
291        * wrapup/Makefile.am: Use project_libdir instead of
292        $(PROJECT_RELEASE)/lib.
293
2942002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
295
296        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
297        Modified to added packed attribute.o
298
2992002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: RTEMS_TOP(../..).
302
3032002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Remove RTEMS_PROJECT_ROOT.
306
3072002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
308
309        * Addition of a ftp client filesystem, comparable to the tftp one.
310        * lib/ftpfs.c, rtems/ftpfs.h: New files.
311        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
312
3132002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
316        Add AC_PROG_RANLIB.
317
3182002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
321
3222002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Remove commented out net-apps.
325
3262002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
329        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
330        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
331        Use ../aclocal.
332        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
333        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
334        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
335        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
336        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
337        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
338        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
339        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
340        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
341        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
342
3432002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
346
3472002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
350          Remove RTEMS_ENABLE_POSIX.
351          Remove RTEMS_CHECK_CUSTOM_BSP.
352          Remove RTEMS_ENABLE_POSIX.
353
3542002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        Relocate c/src/libnetworking.
357        * Makefile.am: Reflect moval.
358        * machine/Makefile.am: Ditto.
359        * net/Makefile.am: Ditto.
360        * lib/Makefile.am: Ditto.
361        * netinet/Makefile.am: Ditto.
362        * vm/Makefile.am: Ditto.
363        * libc/Makefile.am: Ditto.
364        * sys/Makefile.am: Ditto.
365        * arpa/Makefile.am: Ditto.
366        * nfs/Makefile.am: Ditto.
367        * kern/Makefile.am: Ditto.
368        * rtems/Makefile.am: Ditto.
369        * configure.ac: Dittp.
370        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
371
3722002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
375
3762002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
379        * rtems/mkrootfs.h: Ditto.
380        * rtems/Makefile.am: Reflect changes above.
381
3822002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * sys/ioctl.h: Remove.
385        * sys/sockio.h: Remove.
386        * sys/filio.h: Remove.
387        * sys/Makefile.am: Reflect changes above.
388
3892001-05-14      Joel Sherrill <joel@OARcorp.com>
390
391        * ChangeLog: Corrected -- entry should have been in libchip.
392 
3932002-05-01      Eric Norum <eric.norum@usask.ca>
394
395        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
396        to satisfy gcc 3.1 and newer.
397
3982002-04-26      Eric Norum <eric.norum@usask.ca>
399
400        * netinet/in_cksum_i386.c: Add volatile so the more agressive
401        optimization in gcc 3.1 does not reorder things.
402
4032002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * pppd/utils.c: Adapt to gcc-3.x.
406
4072002-04-11      Chris Johns <ccj@acm.org>
408
409        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
410        the drv_ctrl driver control block field to the ifconfig network driver
411        structure. This field is needed by the i82586 driver which was ported
412        from NetBSD as it had better hardware abstraction.
413
4142002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * ChangeLog: Fix dates.
417
4182002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * libc/rcmd.c: Replace __rtems w/ __rtems__.
421
4222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac:
425        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
426        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
427        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
428        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
429        * Makefile.am: Remove AUTOMAKE_OPTIONS.
430        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
431        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
432        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
433        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
434        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
435        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
444
4452002-03-27      Thomas.Doerfler@imd-systems.de
446
447        * PR144
448        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
449        0 when called for the first time. This is done when trying to clear
450        the variable "dhcp_hostname".
451
4522002-03-27      Ilya Alexeev <ilya@continuum.ru>
453
454        * PR162
455        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
456        variables must not be used in a device write routines.  Now
457        ppp_softc structure have own character for writing to device
458        (sc_outchar).  I think that converting local variables to static
459        is not a right solution, because problems will occur in the case
460        of two or more ppp instances.
461        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
462        u_long, otherwise in the case of the big output packet endless
463        loop may occur.
464
4652002-03-21      Ilya Alexeev <ilya@continuum.ru>
466
467        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
468        PPPD connections.
469
4702001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
471
472        * PR158
473        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
474        commenting out the parts that deal with signals.  This enables
475        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
476        The 'server-side' parts of this file which deal with authentication
477        are disabled since they are not needed.
478
4792002-02-27      Ilya Alexeev <ilya@continuum.ru>
480
481        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
482        pppd/sys-rtems.c: Add server with pap-authorization
483        capabilities as well as eliminate some warnings.
484
4852002-02-27      Eric Norum <eric.norum@usask.ca>
486
487        * net/radix.c: Properly handle fetching the default route when there
488        is no route.  This was a bug in the original FreeBSD code and this
489        fix is from an updated version of their code.
490
4912002-02-01      Mike Siers <mikes@poliac.com>
492
493        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
494        the link down too fast.
495        NOTE: Mike reports successfully running at 56K baud on a direct link.
496
4972002-01-31      Mike Siers <mikes@poliac.com>
498
499        * pppd/rtemsdialer.h: New file missed in previous commit.
500
5012002-01-31      Mike Siers <mikes@poliac.com>
502
503        * Nice Update of PPPD support which eliminates the
504        requiremetn that drivers be in the termios TASK_DRIVEN mode.
505        Mike did significant testing and reports that it seems to be
506        more stable and handle larger packets better.  This patch
507        replaces the termios tasks with more general pppd network
508        driver tasks.  The functions pppinput() and pppstart() get
509        called from the interrupt service routine.
510        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
511        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
512        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
513        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
514        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
515        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
516        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
517        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
518        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
519        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
520        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
521        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
522        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
523        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
524        pppd/upap.h, pppd/utils.c, pppd/example/README,
525        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
526        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
527        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
528        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
529        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
530
5312002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * rtems_telnetd/pty.c: Move config.h to were it belongs.
534        Remove printf (Reported by Till Straumann
535        <strauman@SLAC.Stanford.EDU>).
536
5372002-02-16      Eric Norum <eric.norum@usask.ca>
538
539        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
540
5412002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * pppd/sys-rtems.c: Remove unused variable status from
544        dodefaultroute.
545
5462002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
549        <rtems/seterr.h>.
550
551
5522001-12-18      Eric Norum <eric.norum@usask.ca>
553
554        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
555        (path names with a / at the end) while disallowing open() operations
556        on TFTP `directories'.
557
5582001-12-07      Eric Norum <eric.norum@usask.ca>
559
560        * lib/tftpDriver.c: Restore write capability.
561
5622001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * arpa/Makefile.am: Remove stray lines.
565
5662001-10-18      Eric Norum <eric.norum@usask.ca>
567
568        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
569        open() operations within the TFTP file system.
570
5712001-10-12      Mike Siers <mikes@poliac.com>
572
573        * Update to stable working state.  Congratulations Mike! :)
574        * modem_example: Directory removed.
575        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
576        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
577        modem_example/pppcompress.c: Files removed.
578        * pppd/example/pppd.options: New file.
579        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
580        pppd/pppd.h, pppd/rtemsmain.c: Updated.
581
5822001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
585        * configure.in: Remove.
586        * configure.ac: New file, generated from configure.in by autoupdate.
587
5882001-09-27      Eric Norum <eric.norum@usask.ca>
589
590        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
591        filesystem.
592
5932001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
596        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
597        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
598        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
599        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
600        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
601        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
602        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
603        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
604        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
605        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
606        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
607
6082001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
611
6122001-09-19      Eric Norum <eric.norum@usask.ca>
613
614        * lib/tftpDriver.c: Add some debugging capability.
615
6162001-09-19      Chris Johns <ccj@acm.org>
617
618        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
619        rtems/rtems_bsdnet_internal.h Added support for populating the
620        initial "root" filesystem with information obtained via the DHCP
621        response.
622
6232001-08-16      Mike Siers <mikes@poliac.com>
624
625        * pppd/STATUS: Updated by Joel based upon email from Mike.
626        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
627        functionality that has not even been compiled under RTEMS yet.
628
6292001-08-16      Joel Sherrill <joel@OARcorp.com>
630
631        * pppd/example/Makefile: Removed.
632        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
633        avoid bootstrap -c clobbering it.
634
6352001-08-16      Mike Siers <mikes@poliac.com>
636
637        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
638        application.  Mike's notes on the modifications:
639           - renamed error() function because of namespace problems
640           - removed calls to the exit() funciton
641           - removed extra files from the pppd source directory
642           - defined pppd task constant values in rtemspppd.h
643           - modifyied example code to get actual tick per second value
644           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
645           directory
646        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
647        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
648        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
649        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
650        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
651        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
652        New files.
653        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
654        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
655        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
656        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
657        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
658        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
659        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
660
6612001-08-16      Joel Sherrill <joel@OARcorp.com>
662
663        * rtems_telnetd/.cvsignore: New file.
664
6652001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
666
667        * Makefile.am, configure.in, rtems_servers/Makefile.am,
668        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
669        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
670        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
671        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
672          - pty and telnetd have a new subdir rtems_telnetd to avoid
673            the side effect when ftpd change.
674          - the tcp/ip stats have been implemented into icmds.c and
675            started when telnetd daemon is started.
676        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
677        * rtems_telnetd: New directory.
678        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
679        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
680        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
681
6822001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * rtems_servers/Makefile.am: Deleted blank lines.
685
6862001-06-14      Joel Sherrill <joel@OARcorp.com>
687
688        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
689        so the network stack to address network depenendency.
690        * rtems_servers/Makefile.am: Modified to reflect above.
691
6922001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
695
6962001-04-24      Eric Norum <eric.norum@usask.ca>
697
698        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
699        synchronization a little more robust -- no NTP daemon yet, but
700        at least it trys a little harder when the primary NTP server is down.
701
7022001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
703
704        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
705        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
706        Polish comments and other strings into English
707        * pppd/STATUS: updated to reflect the changes
708
7092001-04-20      Jake Janovetz <janovetz@uiuc.edu>
710
711        * rtems_servers/ftpd.c: Correct argument so hooks work again.
712
7132001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
714
715        * include/.cvsignore: Remove dangling file.
716
7172001-01-31        Sergei Organov <osv@javad.ru>
718
719        * rtems_servers/ftp.d: Following changes:
720          - Hacks with current dir and root dir removed in favor of new libio
721            support for task-local current and root directories.
722          - Bug in `close_data_socket()' introduced by previous change fixed.
723          - `command_pasv()' changed to set timeout on socket we are listening
724            on and code fixed to don't close socket twice on error.
725          - `serr()' changed to clear `errno'.
726          - `data_socket()' changed to clear `errno' before `bind()'.
727          - `session()' changed to clear `errno' before processing session.
728          - `close_data_socket()' fixed to close both active and passive sockets
729          - Initialize info->data_socket to -1 in `daemon()'
730          - Initialize `fname' to empty string  in `exec_command()'
731
7322001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
735        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
736        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
737        sys/Makefile.am, vm/Makefile.am:
738        Apply include_*HEADERS instead of H_FILES.
739        * include/Makefile.am: Remove.
740        * Makefile.am: Add handling of *.h files.
741        * configure.in: Remove include/Makefile.
742
7432001-01-25      Eric Norum <eric.norum@usask.ca>
744
745        * lib/tftpDriver.c: Reduce first timeout interval.  This
746        improves throughput on systems which are dropping packets. 
747        Only the first timeout is reduced.  This keeps the number
748        of extra packets down on networks that are very busy and
749        dropping lots of packets.
750
7512001-01-24      Sergei Organov <osv@javad.ru>
752
753        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
754        as listed below:
755          - Timeouts on sockets implemented. 'idle' field added to
756            configuration. No timeout by default to keep backward compatibility.
757            Note: SITE IDLE command not implemented yet.
758          - Basic global access control implemented. 'access' field added to
759            configuration. No access limitations by default to keep backward
760            compatibility.
761          - Anchor data socket for active mode (using self IP and port 20.)
762          - Fixed default data port support (still not tested).
763          - Don't allow IP address different from originating host in
764            PORT command to improve security.
765          - Fixed bug in MDTM command.
766          - Check for correctness of parsing of argument in command_port().
767          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
768            'NAME' is not a directory.
769          - Command parsing a little bit improved: command names are now
770            converted to upper-case to be more compatible with RFC (command
771            names are not case-sensitive.)
772          - Reformat comments so that they have RTEMS look-and-feel.
773          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
774          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
775          - Passive mode implemented, PASV command added.
776          - Default port for data connection could be used (untested, can't find
777            ftp client that doesn't send PORT command)
778          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
779          - Reply codes reviewed and fixed.
780
7812001-01-12      Sergei Organov <osv@javad.ru>
782
783        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
784        as listed below:
785            - use pool of pre-created threads to handle sessions instead of
786              creating/deleting threads on the fly
787            - LIST output is now similar to what "/bin/ls -al" would output,
788              thus FTP clients such Netscape are happy with it.
789            - LIST NAME now works (both for files and directories)
790            - added support for NLST, CDUP, and MDTM FTP commands to make
791              more FTP clients happy
792            - keep track of CWD for every session separately
793            - ability to specify root directory name for FTPD in configuration
794              table. FTPD will then create illusion for FTP clients that this
795              is actually root directory.
796            - ignore options sent in commands, thus LIST -al FILE works and
797              doesn't try to list "-al" directory.
798            - buffers are allocated on stack instead of heap where possible to
799              eliminate malloc/free calls (avoid possible heap fragmentation
800              troubles).
801            - drop using of task notepad to pass parameters - use function
802              arguments instead
803            - use snprintf() instead of sprintf() as the latter is unsafe
804            - use of PF_INET in socket() instead of AF_INET
805
806            Here are ftp clients I've tried new FTPD with (all of them
807            running on Debian GNU/Linux 2.2):
808
809                 Lftp 2.1.10
810                 NcFTP 2.4.3
811                 Netscape 4.75
812                 ftp
813                 mc 4.5.49
814
8152001-01-02      Joel Sherrill <joel@OARcorp.com>
816
817        * CHANGELOG: Removed.
818        * README: Merged CHANGELOG contents as initial changes.
819
8202000-12-14      Eric Norum <eric.norum@usask.ca>
821
822        * lib/tftpDriver.c: Added write capability.
823
8242000-12-08      Joel Sherrill <joel@OARcorp.com>
825
826        * libc/linkaddr.c: Initialized variable to remove warning.
827        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
828        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
829        that were not used because the code using them was commented out.
830        Removed totally unused variables.
831        * modem/pppcompress.c: Added parentheses to avoid warnings.
832        * pppd/pppmain.c: Removed numerous warnings.
833
8342000-11-30      Joel Sherrill <joel@OARcorp.com>
835
836        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
837        that is an RTEMS specific header file.
838
8392000-11-30      Joel Sherrill <joel@OARcorp.com>
840
841        * sys/ttycom.h: Moved to lib/include/sys.
842        * Makefile.am: Modified to reflect above.
843
8442000-11-27      Joel Sherrill <joel@OARcorp.com>
845
846        * libc/res_init.c: Fix typo - adding missing # on include.
847
8482000-11-25      Eric Norum <eric.norum@usask.ca>
849
850        * libc/res_init.c: Move include to avoid compiler dumping core.
851
8522000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
853
854        * wrapup/Makefile.am: Added modem subdir.
855        * configure.in, Makefile.am: Added modem subdir.
856        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
857        * pppd/Makefile.am: Added pppmain.c (which needs work).
858        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
859        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
860        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
861        Actually main.c and ppp_tty.c should be scratched. The modem
862        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
863
8642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
867
8682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
871
8722000-10-30      Joel Sherrill <joel@OARcorp.com>
873
874        * POSIX include files merged into newlib.  This resulted in
875        some definitions moving to other files and thus some secondary
876        effects in RTEMS source code.
877        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
878        with newlib's <machine/types.h>.
879        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
880        of struct itimerval in <sys/time.h>.
881
8822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
885        Switch to GNU canonicalization.
886
8872000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
888
889        * lib/tftpDriver.c: add comments to handlers struct function pointers.
890        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
891        pointer has been checked against NULL.
892
8932000-10-18       Chris Johns <ccj@acm.org>
894
895        * pppd/ipxcp.c: Fixed a typo.
896
8972000-09-28      Joel Sherrill <joel@OARcorp.com>
898
899        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
900        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
901        * rtems_webserver/sock.c: Added file missed in merger.
902
9032000-09-22      Joel Sherrill <joel@OARcorp.com>
904
905        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
906        rtems_webserver/webmain.c: machine/types.h  should not have
907        included rtems.h.  It is now including precisely the
908        least amount of low level, yet portable .h files to get
909        the basic RTEMS types defined.  This rippled into other
910        files since rtems_bsdnet_internal.h used machine/types.h to include
911        rtems.h.
912
9132000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
914
915        * ChangeLog: Cleanup.
916
9172000-09-05      Joel Sherrill <joel@OARcorp.com>
918
919        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
920        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
921        and to work with the converted flags.
922
9232000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
926        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
927        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
928        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
929
9302000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
931
932        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
933        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
934
9352000-08-31      Joel Sherrill <joel@OARcorp.com>
936
937        * Merged version 2.1 of GoAhead webserver.  This update
938        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
939        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
940        um.c, um.h: New files.
941        * wbase64.c: Removed.
942        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
943        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
944        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
945        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
946
9472000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * netinet/tcp_input.c: Spelling corrections.
950
9512000-08-30      Joel Sherrill <joel@OARcorp.com>
952
953        * rtems_webserver/license.txt: New file.
954
9552000-08-10      Joel Sherrill <joel@OARcorp.com>
956
957        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.