source: rtems/cpukit/libnetworking/ChangeLog @ c230bc3

Last change on this file since c230bc3 was c230bc3, checked in by Joel Sherrill <joel.sherrill@…>, on 05/20/05 at 19:19:17

2005-05-20 Sergei Organov <osv@…>

PR 749/networking

  • rtems/rtems_showroute.c: Avoid NULL dereference.
  • Property mode set to 100644
File size: 39.9 KB
RevLine 
[c230bc3]12005-05-20      Sergei Organov  <osv@topconrd.ru>
2
3        PR 749/networking
4        * rtems/rtems_showroute.c: Avoid NULL dereference.
5
[b92e6124]62004-09-17      Till Strauman <strauman@slac.stanford.edu>
7
8        PR 676/networking
9        * nfs/bootp_subr.c: /etc/resolv.conf contains NTP instead of DNS
10        servers.
11
[e2f50f9d]122004-05-21      Till Strauman <strauman@slac.stanford.edu>
13
14        PR 626/networking
15        * rtems/rtems_showifstat.c: Use unsigned char to avoid printing leading
16        FFFFFF for byte values > 127.
17
[7e23f208]182004-01-30      Wilfried Busalski <w.busalski@lancier-monitoring.de>
19
20        PR pppd/564
21        * net/if_ppp.c, net/if_pppvar.h, net/ppp_tty.c: ppp0 Interface lose
22        packets if the system use a slow baudrate for the modem or the
23        tcp/ip-packet is fragmented.
24
[daa8db7]252003-09-15      Jay Monkman <jtm@smothsmothie.com>
26
27        PR 481/networking
28        * net/ethernet.h, net/if_arp.h, netinet/if_ether.h: Network structs
29        should be packed
30
[cf9ebac]312003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
32
33        PR 482/networking
34        * rtems/rtems_glue.c: Network interfaces cant be taken down
35
[eacd092c]362003-09-04      Joel Sherrill <joel@OARcorp.com>
37
38        * rtems/mkrootfs.c, rtems/mkrootfs.h: URL for license changed.
39
[47f56369]402003-09-02      Jiri Gaisler <jiri@gaisler.com>
41
42        PR 476/networking
43        * machine/in_cksum.h: Fix in_cksum calculation on SPARC.
44
[74e2998]452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
48
[e8f49680]492003-08-06      Till Strauman <strauman@slac.stanford.edu>
50
51        PR 435/networking
52        * rtems/rtems_showifstat.c: rtems_showifstat misses printing
53        the netmask
54
[a07f5b10]552003-05-29      Joel Sherrill <joel@OARcorp.com>
56
57        * rtems/rtems_syscall.c: Removed warnings.
58
[7bc0c85c]592003-05-15  cjohns@cybertec.com.au  <cjohns@cybertec.com.au>
60
[32e44f36]61        PR 406/networking
62        * netinet/in.h: Added INET_ADDRSTRLEN per the SUSv3 standard.
[7bc0c85c]63
[4426855]642003-04-15      Joel Sherrill <joel@OARcorp.com>
65
66        PR 388/networking
67        * kern/kern_sysctl.c: Revert previous patch and use strlcpy() now that
68        it is available. Also fixed some warnings.
69
[c2034a9]702003-03-27      Joel Sherrill <joel@OARcorp.com>
71
72        * kern/kern_sysctl.c: Converted from BSP strlcpy() to strncpy().
73
[8db5e226]742003-03-25      Joel Sherrill <joel@OARcorp.com>
75
76        * rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
77
[593616a8]782002-03-25      Eric Norum <norume@aps.anl.gov>
79
80
81        PR 374/networking
82        * Makefile.am, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
83        The patch sent as part of PR270 got applied to the wrong place. 
84        The effect was that (1) startup was no faster than before and
85        (2) malloc starvation messages came way too quickly.  The attached
86        patch fixes both these problems and also provides a mechanism for
87        applications to handle malloc starvation conditions as they see fit.
88        * rtems/rtems_bsdnet_malloc_starvation.c: New file.
89
[49f02ff]902003-03-18      Till Straumann <strauman@slac.stanford.edu>
91
92        PR 356/bsps
93        * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant.
94        Declare all linker-script defined addresses as
95        variables of unknown size and not as short objects
96        like 'int', 'void*' etc.  Since only addresses are used and never those
97        variable's values, the type used in a declaration is not important.
98
[17569bf4]992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove AC_CONFIG_AUX_DIR.
102
[6a02d055]1032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * netinet/in_chksum.c: Remove duplicate case to include
106        in_chksum_arm.c.
107
[64db6d3]1082003-02-20      Till Straumann <strauman@slac.stanford.edu>
109
110        PR 351/networking
111        * nfs/bootp_subr.c: Fix ridiculous leak in bootp and use
112        strdup_bootp_realloc() everywhere for sake of consistency.
113
[83e36d6b]1142003-02-11      Mike Siers <mikes@poliac.com>
115
116        * rtems/rtems_glue.c: A small patch to the network daemon task
117        code.  I just added code to check the return value of
118        the rtems_bsdnet_event_receive function.  Only when
119        this function returns a SUCCESSFUL status, will the
120        event flags be checked.  This is more of a code cleanup issue
121        than a bug.  The patch will just ensure the ipintr() and
122        arpintr() functions are only called when a event is signaled.
123
[ccd81b60]1242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
127
[9b5c258]1282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: AC_PREREQ(2.57).
131
[8d3e9254]1322003-02-06      Mike Siers <mikes@poliac.com>
133
134        PR 342/networking
135        * kern/uipc_mbuf.c: The RTEMS version of the m_copyback is changing
136        the m_len value of the mbuf.  I looked into the source from another
137        BSD system and the mbuf length is not changed inside this function.
138        The m_copyback function is only being used in the net/rtsock.c file.
139        So I think this problem is only visable under certain routing table
140        conditions. 
141
[9da12bd]1422003-02-05      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
143
144        PR 341/networking
145        * lib/ftpfs.c: Account for NULL at end of strings when malloc()'ing
146        memory.
147
[450a06c]1482003-01-28      Joel Sherrill <joel@OARcorp.com>
149
150        * Makefile.am: Add kern/kern_sysctl.c to Makefile.am so networking
151        tests build. This was subsequently reported as PR337 before I
152        committed the fix.
153
[9d647dfc]1542003-01-27      Till Straumann <strauman@SLAC.Stanford.edu>
155
156        * libc/getproto.c, libc/getprotoname.c: modification to call
157        getprotoent_static() if fopen() on /etc/protocols fails.
158
[d6c3d56]1592003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * netinet/tcp_subr.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
162        INP_LOCK, INP_UNLOCK macros.
163        * netinet/udp_usrreq.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
164        INP_LOCK, INP_UNLOCK macros.
165
[6bd96fc7]1662003-01-03      Jitendra Vegiraju <jvegiraju@netscape.net>
167
168        * sys/queue.h: Fix alignment problem on ARM.
169
[d6c3d56]1702003-01-03      Chris Johns <cjohns@cybertec.com.au>
[36799d4]171
172        * Makefile.am: Added sys/linker_set.h
173        * kern/Makefile.am: Added kern_mib.c and kern_sysctl.c.
174        * kern/uipc_socket.c: OID changed from KERN_SOMAXCONN to KIPC_SOMAXCONN.
175        * kern/uipc_socket2.c: OID changed from KERN_MAXSOCKBUF to
176        KIPC_MAXSOCKBUF.
177        * net/if_ethersubr.c: FreeBSD 2.2.2 does not have a _net_link node
178        while 5.0 does.
179        * net/if_ppp.c: Removed the TEXT_SET define as these macros are
180        now implemented.
181        * net/rtsock.c: Enable sysctl support plus fix the bug with the
182        lastest FreeBSD sysctl header file.
183        * netinet/icmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_icmp
184        node while 5.0 does.
185        * netinet/if_ether.c: FreeBSD 2.2.2 does not have a _net_link_ether
186        node while 5.0 does.
187        * netinet/igmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_igmp
188        node while 5.0 does.
189        * netinet/in_pcb.c: Fixed the arguments to the sysctl call. Add
190        inp_gencnt and ipi_count. These are used when listing connections.
191        * netinet/in_pcb.h: Added counters to aid the listing of connections.
192        * netinet/in_var.h: Provide the _net_inet_ip and _net_inet_raw nodes.
193        * netinet/ip_fw.c: Disable the firewall sysctl calls.
194        * netinet/tcp_subr.c: Merge tcp_pcblist from the lastest FreeBSD source.
195        * netinet/tcp_var.h: Add structures needed by net-snmp to list
196        connections.
197        * netinet/udp_usrreq.c: Merged udp_pcblist from the lastest FreeBSD
198        source.
199        * netinet/udp_var.h: Added the sysctl id UDPCTL_PCBLIST. Used by
200        net-snmp.
201        * rtems_glue.c: Call sysctl_register_all when initialising the
202        network stack to register all the sysctl calls. These are in the
203        special sections and required an updated linker script.
204        * rtems/rtems_syscall.c: Add the sysctl call.
205        * sys/kernel.h: Use the lastest FreeBSD method of handling sysctl
206        structures.  This now held in the sys/linker_set.h file.
207        * sys/queue.h: This is from the lastest FreeBSD code with the circular
208        code merged back in as it is not used in the lastest FreeBSD kernel.
209        * sys/sysctl.h: The lastest sysctl. This was needed to use with the new
210        linker set method. The FreeBSD 2.2.2 version has asm hacks. The lastest
211        version of the FreeBSD does not have these hacks. It uses gcc attribute
212        directives.
213
[b6e283de]2142002-12-18      Eric Norum <eric.norum@usask.ca>
[593616a8]215
[b6e283de]216        * Makefile.am: Include netinet sources.
217
[dd695d81]2182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Merge-in kern/Makefile.am, net/Makefile.am,
221        netinet/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
222        rtems/Makefile.am.
223        * kern/Makefile.am: Remove.
224        * net/Makefile.am: Remove.
225        * netinet/Makefile.am: Remove.
226        * nfs/Makefile.am: Remove.
227        * rtems/Makefile.am: Remove.
228        * wrapup/Makefile.am: Reflect changes above.
229        * configure.ac: Ditto.
230
[a3dfa39]2312002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * kern/Makefile.am: Remove C_O_FILES;
234        Don't let all-local depend on $OBJS)
235        * lib/Makefile.am: Ditto.
236        * libc/Makefile.am: Ditto.
237        * net/Makefile.am: Ditto.
238        * netinet/Makefile.am: Ditto.
239        * nfs/Makefile.am: Ditto.
240        * rtems/Makefile.am: Ditto.
241
[47c0220]2422002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Fix package name.
245
[9eadce0]2462002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Merge-in HEADER-handling from
249        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am.
250        * net/Makefile.am: Remove *_HEADERS.
251        * netinet/Makefile.am: Remove *_HEADERS.
252        * nfs/Makefile.am: Remove *_HEADERS.
253
[471bcf0]2542002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Merge-in arpa/Makefile.am, machine/Makefile.am,
257        sys/Makefile.am, vm/Makefile.am.
258        Add . to SUBDIRS.
259        * arpa/Makefile.am: Remove.
260        * machine/Makefile.am: Remove.
261        * sys/Makefile.am: Remove.
262        * vm/Makefile.am: Remove.
263        * configure.ac: Reflect changes above.
264
[658ad56f]2652002-11-06      Chris Johns <ccj@acm.org>
266
267        * sys/select.h: Add C++ to C external.
268
[76b6085f]2692002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress
272        warning.
273
[b31106f6]2742002-11-01      Joel Sherrill <joel@OARcorp.com>
275
276        * ChangeLog: Corrected.
277
2782002-11-01      Eric Norum <eric.norum@usask.ca>
279
280        * nfs/bootp_subr.c, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
281        Till Straumann's patch (PR295) to use bootp option 129 to get
282        command line string.  Till Straumann's patch to change
283        inet_ntoa->inet_ntop.
284
[0647cc7]2852002-10-31      Joel Sherrill <joel@OARcorp.com>
286
287        * libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings.
288
[abef0f6]2892002-10-28      Joel Sherrill <joel@OARcorp.com>
290
291        * Pass to eliminate warnings.
292        * kern/uipc_mbuf.c: Conditional SYSINIT() usage on __rtems__.
293        Fix return statement without a value.
294        * lib/ftpfs.c: read and write filesystem routines return ssize_t.
295        * lib/syslog.c: Add include of <string.h> to eliminate warning.
296        * lib/tftpDriver.c: read and write filesystem routines return ssize_t.
297        * libc/gethostbydns.c: Prototype abort().
298        * libc/inet_ntoa.c: Prototype strcpy().
299        * libc/rcmd.c: Add include of <sys/select.h>
300        * net/if_loop.c: Turn token at end of endif to comment.
301        * net/rtsock.c, nfs/bootp_subr.c:  Conditional SYSINIT() usage
302        on __rtems__.
303        * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>.
304        * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and
305        memset() since the BSD code tries to avoid using libc .h files
306        since it is used to being in the kernel.
307        * rtems/rtems_syscall.c: read and write filesystem routines
308        return ssize_t.
309
[56a1ae36]3102002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
313
[fa87598]3142002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Remove bogus reference to CHANGELOG.
317
[f8cb04a5]3182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * .cvsignore: Reformat.
321        Add autom4te*cache.
322        Remove autom4te.cache.
323
[7b93cedc]3242002-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * net/if_ethersubr.c: Add comments to #endif NETATALK to stop
327        gcc from complaining.
328
[a63efae]3292002-10-07      Eric Norum <eric.norum@usask.ca>
330
331        * netinet/tcp_var.h: Corrected typo in ARM alignment patch which
332        broke all other ports.
333
[3fb76805]3342002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
335
336        * netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c,
337        netinet/tcp_input.c, netinet/tcp_subr.c, netinet/tcp_var.h,
338        sys/queue.h: Address alignment requirements for the ARM.
339
[ed15301c]3402002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
341
342        * rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and
343        SIOCDIFADDR.
344
[6ca248c]3452002-10-02      Joel Sherrill <joel@OARcorp.com>
346
347        * kern/uipc_socket.c: Make sure that small non-zero delays work.
348        Suggested cleanup from Eric Norum.
349
[bcac0cb]3502002-10-02      Eric Norum <eric.norum@usask.ca>
351
352        * rtems/mkrootfs.c: As part of PR283, remove redundant code that
353        creates /etc/passwd and /etc/group.
354
[f4ceef3e]3552002-09-16      Joel Sherrill <joel@OARcorp.com>
356
357        * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of
358        the IP_FORWARD patch as it appears to not compile in the
359        current tree.
360
[144b94f]3612002-09-14      Joel Sherrill <joel@OARcorp.com>
362
363        * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where
364        conversion into ticks can result in a 0 ticks timeout which is
365        the same as requesting no timeout.  Reported by Sergei Organov
366        <osv@javad.ru>.
367
[ce2c216]3682002-09-14      Vyacheslav V. Burdjanadze <wr@zelax.ru>
369
370        * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
371        optional UDP broadcast forwarding support.
372        * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
373        broadcast forwarding.
374
[6a2d7ee]3752002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * netinet/in_cksum.c: #include <string.h> for puts in generic
378        routines.
379
[845f170a]3802002-08-20      Eric Norum <eric.norum@usask.ca>
381
382        * rtems/rtems_glue.c: Per PR270, the BSD network code expects that
383        the value of the number of seconds since boot is non-zero.  The
384        RTEMS network initialization code assures this by waiting for a
385        second.  A more efficient technique is to simply wait until the
386        number of seconds since boot is non-zero.
387
[68a368fc]3882002-08-09      Joel Sherrill <joel@OARcorp.com>
389
390        * libc/getservent.c: Per PR265, add  #include <netinet/in.h> for
391        ntohl() function.
392
[7a47bb5]3932002-08-07      Joel Sherrill <joel@OARcorp.com>
394
395        * netinet/in.h: Per PR263, added include of <machine/endian.h>
396        to <netinet/in.h> so it includes prototypes of ntohl() family
397        of routines.
398
[d9ab6d3]3992002-08-01      Joel Sherrill <joel@OARcorp.com>
400
401        * machine/param.h, sys/syslimits.h: In the continued effort to
402        eliminate .h conflicts between newlib and RTEMS, these were moved to
403        newlib.
404        * machine/Makefile.am, sys/Makefile.am: Reflect above.
405
[18dce91]4062002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * wrapup/Makefile.am: Don't install.
409
[08943ebf]4102002-07-30      Joel Sherrill <joel@OARcorp.com>
411
412        * sys/param.h: Removed as a simpler version of this file is
413        now part of the RTEMS newlib support.
414        * sys/Makefile.am: Modified to reflect above. 
415
[9fcd1a1c]4162002-07-30      Joel Sherrill <joel@OARcorp.com>
417
418        * machine/types.h: Removed as a simpler version of this file is
419        now part of the RTEMS newlib support.
420        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
421        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
422        Minor modifications to use the simpler machine/types.h.  Mostly
423        more complete sets of #include's to account for machine/types.h
424        no longer doing this.
425
[6fd2516]4262002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
427
428        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
429        support.
430
[7b43151]4312002-07-24      Joel Sherrill <joel@OARcorp.com>
432
433        * sys/select.h: Add a prototype of select() to avoid warnings.
434        In particular a C++ application using select() required a prototype.
435
[ce75da6]4362002-07-24      Joel Sherrill <joel@OARcorp.com>
437
438        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
439        since RTEMS does not support it.
[6fd2516]440
[0e1dd41f]4412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
444        * lib/Makefile.am: Ditto.
445        * libc/Makefile.am: Ditto.
446        * net/Makefile.am: Ditto.
447        * netinet/Makefile.am: Ditto.
448        * nfs/Makefile.am: Ditto.
449        * rtems/Makefile.am: Ditto.
450        * wrapup/Makefile.am: Ditto.
451
[eb4b28d]4522002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * kern/Makefile.am: Eliminate LIBNAME.
455        * lib/Makefile.am: Ditto.
456        * libc/Makefile.am: Ditto.
457        * net/Makefile.am: Ditto.
458        * netinet/Makefile.am: Ditto.
459        * nfs/Makefile.am: Ditto.
460        * rtems/Makefile.am: Ditto.
461        * wrapup/Makefile.am: Use project_libdir instead of
462        $(PROJECT_RELEASE)/lib.
463
[74c402a2]4642002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
465
466        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
467        Modified to added packed attribute.o
[eb4b28d]468
[705a0701]4692002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: RTEMS_TOP(../..).
472
[8c746fe]4732002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: Remove RTEMS_PROJECT_ROOT.
476
[dda0bffc]4772002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
478
479        * Addition of a ftp client filesystem, comparable to the tftp one.
480        * lib/ftpfs.c, rtems/ftpfs.h: New files.
481        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
482
[da8f88a]4832002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
486        Add AC_PROG_RANLIB.
487
[89e6498]4882002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
491
[75fb648b]4922002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * Makefile.am: Remove commented out net-apps.
495
[f22ebf0]4962002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
499        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
500        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
501        Use ../aclocal.
502        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
503        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
504        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
505        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
506        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
507        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
508        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
509        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
510        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
511        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
512
[bfd1a53a]5132002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
516
[158e2d7]5172002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
520          Remove RTEMS_ENABLE_POSIX.
521          Remove RTEMS_CHECK_CUSTOM_BSP.
522          Remove RTEMS_ENABLE_POSIX.
523
[8a79786]5242002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        Relocate c/src/libnetworking.
527        * Makefile.am: Reflect moval.
528        * machine/Makefile.am: Ditto.
529        * net/Makefile.am: Ditto.
530        * lib/Makefile.am: Ditto.
531        * netinet/Makefile.am: Ditto.
532        * vm/Makefile.am: Ditto.
533        * libc/Makefile.am: Ditto.
534        * sys/Makefile.am: Ditto.
535        * arpa/Makefile.am: Ditto.
536        * nfs/Makefile.am: Ditto.
537        * kern/Makefile.am: Ditto.
538        * rtems/Makefile.am: Ditto.
539        * configure.ac: Dittp.
540        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
541
[e3eab02]5422002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
545
[c1f3fc04]5462002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
549        * rtems/mkrootfs.h: Ditto.
550        * rtems/Makefile.am: Reflect changes above.
551
[c7286d94]5522002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * sys/ioctl.h: Remove.
555        * sys/sockio.h: Remove.
556        * sys/filio.h: Remove.
557        * sys/Makefile.am: Reflect changes above.
558
[06549dcf]5592001-05-14      Joel Sherrill <joel@OARcorp.com>
[3ce2907]560
[06549dcf]561        * ChangeLog: Corrected -- entry should have been in libchip.
562 
[51b39864]5632002-05-01      Eric Norum <eric.norum@usask.ca>
564
565        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
566        to satisfy gcc 3.1 and newer.
567
[d50c0d2]5682002-04-26      Eric Norum <eric.norum@usask.ca>
569
570        * netinet/in_cksum_i386.c: Add volatile so the more agressive
571        optimization in gcc 3.1 does not reorder things.
572
[a81a8f8]5732002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * pppd/utils.c: Adapt to gcc-3.x.
576
[5bfc8912]5772002-04-11      Chris Johns <ccj@acm.org>
578
579        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
580        the drv_ctrl driver control block field to the ifconfig network driver
581        structure. This field is needed by the i82586 driver which was ported
582        from NetBSD as it had better hardware abstraction.
583
[25b4446]5842002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * ChangeLog: Fix dates.
587
[51301198]5882002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * libc/rcmd.c: Replace __rtems w/ __rtems__.
591
[01d48bf8]5922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.ac:
595        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
596        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
597        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
598        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
599        * Makefile.am: Remove AUTOMAKE_OPTIONS.
600        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
603        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
604        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
607        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
608        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
609        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
610        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
611        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
612        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
613        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
614
[9b02fa65]6152002-03-27      Thomas.Doerfler@imd-systems.de
616
617        * PR144
618        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
619        0 when called for the first time. This is done when trying to clear
620        the variable "dhcp_hostname".
621
[f4c118d]6222002-03-27      Ilya Alexeev <ilya@continuum.ru>
623
624        * PR162
625        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
626        variables must not be used in a device write routines.  Now
627        ppp_softc structure have own character for writing to device
628        (sc_outchar).  I think that converting local variables to static
629        is not a right solution, because problems will occur in the case
630        of two or more ppp instances.
631        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
632        u_long, otherwise in the case of the big output packet endless
633        loop may occur.
634
[fd55b7d]6352002-03-21      Ilya Alexeev <ilya@continuum.ru>
636
637        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
638        PPPD connections.
639
[d7478774]6402001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
641
642        * PR158
643        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
644        commenting out the parts that deal with signals.  This enables
645        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
646        The 'server-side' parts of this file which deal with authentication
647        are disabled since they are not needed.
648
[cb1e8a46]6492002-02-27      Ilya Alexeev <ilya@continuum.ru>
650
651        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
652        pppd/sys-rtems.c: Add server with pap-authorization
653        capabilities as well as eliminate some warnings.
654
[c52f1c7]6552002-02-27      Eric Norum <eric.norum@usask.ca>
656
657        * net/radix.c: Properly handle fetching the default route when there
658        is no route.  This was a bug in the original FreeBSD code and this
659        fix is from an updated version of their code.
660
[25b4446]6612002-02-01      Mike Siers <mikes@poliac.com>
[8e3caa5]662
663        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
664        the link down too fast.
665        NOTE: Mike reports successfully running at 56K baud on a direct link.
666
[25b4446]6672002-01-31      Mike Siers <mikes@poliac.com>
[485ed5cc]668
669        * pppd/rtemsdialer.h: New file missed in previous commit.
670
[25b4446]6712002-01-31      Mike Siers <mikes@poliac.com>
[0286b9f]672
673        * Nice Update of PPPD support which eliminates the
674        requiremetn that drivers be in the termios TASK_DRIVEN mode.
675        Mike did significant testing and reports that it seems to be
676        more stable and handle larger packets better.  This patch
677        replaces the termios tasks with more general pppd network
678        driver tasks.  The functions pppinput() and pppstart() get
679        called from the interrupt service routine.
680        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
681        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
682        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
683        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
684        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
685        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
686        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
687        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
688        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
689        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
690        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
691        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
692        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
693        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
694        pppd/upap.h, pppd/utils.c, pppd/example/README,
695        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
696        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
697        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
698        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
699        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
700
[c8f05db]7012002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * rtems_telnetd/pty.c: Move config.h to were it belongs.
704        Remove printf (Reported by Till Straumann
705        <strauman@SLAC.Stanford.EDU>).
706
[25b4446]7072002-02-16      Eric Norum <eric.norum@usask.ca>
[cf42e735]708
709        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
710
[ab1ed86]7112002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * pppd/sys-rtems.c: Remove unused variable status from
714        dodefaultroute.
715
[d4651e4]7162002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
719        <rtems/seterr.h>.
720
721
[2539cdc]7222001-12-18      Eric Norum <eric.norum@usask.ca>
723
724        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
725        (path names with a / at the end) while disallowing open() operations
726        on TFTP `directories'.
727
[86d9ca2]7282001-12-07      Eric Norum <eric.norum@usask.ca>
729
730        * lib/tftpDriver.c: Restore write capability.
731
[4efd0f66]7322001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * arpa/Makefile.am: Remove stray lines.
735
[dfe5a4e3]7362001-10-18      Eric Norum <eric.norum@usask.ca>
737
738        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
739        open() operations within the TFTP file system.
740
[aee474b]7412001-10-12      Mike Siers <mikes@poliac.com>
742
743        * Update to stable working state.  Congratulations Mike! :)
744        * modem_example: Directory removed.
745        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
746        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
747        modem_example/pppcompress.c: Files removed.
748        * pppd/example/pppd.options: New file.
749        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
750        pppd/pppd.h, pppd/rtemsmain.c: Updated.
751
[df25c998]7522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
755        * configure.in: Remove.
756        * configure.ac: New file, generated from configure.in by autoupdate.
757
[1ef8e3d4]7582001-09-27      Eric Norum <eric.norum@usask.ca>
759
760        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
761        filesystem.
762
[b68e01c5]7632001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
766        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
767        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
768        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
769        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
770        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
771        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
772        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
773        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
774        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
775        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
776        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
777
[0d30932]7782001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
781
[5400f07]7822001-09-19      Eric Norum <eric.norum@usask.ca>
783
784        * lib/tftpDriver.c: Add some debugging capability.
785
[4bde2394]7862001-09-19      Chris Johns <ccj@acm.org>
787
788        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
789        rtems/rtems_bsdnet_internal.h Added support for populating the
790        initial "root" filesystem with information obtained via the DHCP
791        response.
792
[1946544]7932001-08-16      Mike Siers <mikes@poliac.com>
794
795        * pppd/STATUS: Updated by Joel based upon email from Mike.
796        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
797        functionality that has not even been compiled under RTEMS yet.
798
[b8575ab]7992001-08-16      Joel Sherrill <joel@OARcorp.com>
800
801        * pppd/example/Makefile: Removed.
802        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
803        avoid bootstrap -c clobbering it.
804
[2f1b930]8052001-08-16      Mike Siers <mikes@poliac.com>
806
807        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
808        application.  Mike's notes on the modifications:
809           - renamed error() function because of namespace problems
810           - removed calls to the exit() funciton
811           - removed extra files from the pppd source directory
812           - defined pppd task constant values in rtemspppd.h
813           - modifyied example code to get actual tick per second value
814           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
815           directory
816        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
817        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
818        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
819        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
820        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
821        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
822        New files.
823        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
824        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
825        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
826        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
827        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
828        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
829        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
830
[bfe5d15]8312001-08-16      Joel Sherrill <joel@OARcorp.com>
832
833        * rtems_telnetd/.cvsignore: New file.
834
[bd520203]8352001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
836
837        * Makefile.am, configure.in, rtems_servers/Makefile.am,
838        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
839        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
840        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
841        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
842          - pty and telnetd have a new subdir rtems_telnetd to avoid
843            the side effect when ftpd change.
844          - the tcp/ip stats have been implemented into icmds.c and
845            started when telnetd daemon is started.
846        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
847        * rtems_telnetd: New directory.
848        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
849        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
850        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
851
[1a7ea60]8522001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * rtems_servers/Makefile.am: Deleted blank lines.
855
[451198be]8562001-06-14      Joel Sherrill <joel@OARcorp.com>
857
858        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
859        so the network stack to address network depenendency.
860        * rtems_servers/Makefile.am: Modified to reflect above.
861
[d85594d]8622001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863
864        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
865
8662001-04-24      Eric Norum <eric.norum@usask.ca>
[126405d9]867
868        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
869        synchronization a little more robust -- no NTP daemon yet, but
870        at least it trys a little harder when the primary NTP server is down.
871
[6fa6367]8722001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
873
874        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
875        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
876        Polish comments and other strings into English
877        * pppd/STATUS: updated to reflect the changes
878
[a8c33268]8792001-04-20      Jake Janovetz <janovetz@uiuc.edu>
880
881        * rtems_servers/ftpd.c: Correct argument so hooks work again.
882
[6fa6367]8832001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
[a2cc545e]884
[d85594d]885        * include/.cvsignore: Remove dangling file.
[a2cc545e]886
[07fbfced]8872001-01-31        Sergei Organov <osv@javad.ru>
888
889        * rtems_servers/ftp.d: Following changes:
890          - Hacks with current dir and root dir removed in favor of new libio
891            support for task-local current and root directories.
892          - Bug in `close_data_socket()' introduced by previous change fixed.
893          - `command_pasv()' changed to set timeout on socket we are listening
894            on and code fixed to don't close socket twice on error.
895          - `serr()' changed to clear `errno'.
896          - `data_socket()' changed to clear `errno' before `bind()'.
897          - `session()' changed to clear `errno' before processing session.
898          - `close_data_socket()' fixed to close both active and passive sockets
899          - Initialize info->data_socket to -1 in `daemon()'
900          - Initialize `fname' to empty string  in `exec_command()'
901
[e6d8fe47]9022001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
903
904        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
905        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
906        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
907        sys/Makefile.am, vm/Makefile.am:
908        Apply include_*HEADERS instead of H_FILES.
909        * include/Makefile.am: Remove.
910        * Makefile.am: Add handling of *.h files.
911        * configure.in: Remove include/Makefile.
912
[809feccc]9132001-01-25      Eric Norum <eric.norum@usask.ca>
914
915        * lib/tftpDriver.c: Reduce first timeout interval.  This
916        improves throughput on systems which are dropping packets. 
917        Only the first timeout is reduced.  This keeps the number
918        of extra packets down on networks that are very busy and
919        dropping lots of packets.
920
[38371dbe]9212001-01-24      Sergei Organov <osv@javad.ru>
922
923        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
924        as listed below:
925          - Timeouts on sockets implemented. 'idle' field added to
926            configuration. No timeout by default to keep backward compatibility.
927            Note: SITE IDLE command not implemented yet.
928          - Basic global access control implemented. 'access' field added to
929            configuration. No access limitations by default to keep backward
930            compatibility.
931          - Anchor data socket for active mode (using self IP and port 20.)
932          - Fixed default data port support (still not tested).
933          - Don't allow IP address different from originating host in
934            PORT command to improve security.
935          - Fixed bug in MDTM command.
936          - Check for correctness of parsing of argument in command_port().
937          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
938            'NAME' is not a directory.
939          - Command parsing a little bit improved: command names are now
940            converted to upper-case to be more compatible with RFC (command
941            names are not case-sensitive.)
942          - Reformat comments so that they have RTEMS look-and-feel.
943          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
944          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
945          - Passive mode implemented, PASV command added.
946          - Default port for data connection could be used (untested, can't find
947            ftp client that doesn't send PORT command)
948          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
949          - Reply codes reviewed and fixed.
950
[3f777d0e]9512001-01-12      Sergei Organov <osv@javad.ru>
952
953        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
954        as listed below:
955            - use pool of pre-created threads to handle sessions instead of
956              creating/deleting threads on the fly
957            - LIST output is now similar to what "/bin/ls -al" would output,
958              thus FTP clients such Netscape are happy with it.
959            - LIST NAME now works (both for files and directories)
960            - added support for NLST, CDUP, and MDTM FTP commands to make
961              more FTP clients happy
962            - keep track of CWD for every session separately
963            - ability to specify root directory name for FTPD in configuration
964              table. FTPD will then create illusion for FTP clients that this
965              is actually root directory.
966            - ignore options sent in commands, thus LIST -al FILE works and
967              doesn't try to list "-al" directory.
968            - buffers are allocated on stack instead of heap where possible to
969              eliminate malloc/free calls (avoid possible heap fragmentation
970              troubles).
971            - drop using of task notepad to pass parameters - use function
972              arguments instead
973            - use snprintf() instead of sprintf() as the latter is unsafe
974            - use of PF_INET in socket() instead of AF_INET
975
976            Here are ftp clients I've tried new FTPD with (all of them
977            running on Debian GNU/Linux 2.2):
978
979                 Lftp 2.1.10
980                 NcFTP 2.4.3
981                 Netscape 4.75
982                 ftp
983                 mc 4.5.49
984
[75ca179]9852001-01-02      Joel Sherrill <joel@OARcorp.com>
986
987        * CHANGELOG: Removed.
988        * README: Merged CHANGELOG contents as initial changes.
989
[407bc8c]9902000-12-14      Eric Norum <eric.norum@usask.ca>
991
992        * lib/tftpDriver.c: Added write capability.
993
[78d6a50]9942000-12-08      Joel Sherrill <joel@OARcorp.com>
995
996        * libc/linkaddr.c: Initialized variable to remove warning.
997        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
998        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
999        that were not used because the code using them was commented out.
1000        Removed totally unused variables.
1001        * modem/pppcompress.c: Added parentheses to avoid warnings.
1002        * pppd/pppmain.c: Removed numerous warnings.
1003
[1a94770a]10042000-11-30      Joel Sherrill <joel@OARcorp.com>
1005
1006        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
1007        that is an RTEMS specific header file.
1008
[a58638b]10092000-11-30      Joel Sherrill <joel@OARcorp.com>
1010
1011        * sys/ttycom.h: Moved to lib/include/sys.
1012        * Makefile.am: Modified to reflect above.
1013
[bcefea16]10142000-11-27      Joel Sherrill <joel@OARcorp.com>
1015
1016        * libc/res_init.c: Fix typo - adding missing # on include.
1017
[f0864664]10182000-11-25      Eric Norum <eric.norum@usask.ca>
1019
1020        * libc/res_init.c: Move include to avoid compiler dumping core.
1021
[a6abd67]10222000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
1023
1024        * wrapup/Makefile.am: Added modem subdir.
1025        * configure.in, Makefile.am: Added modem subdir.
1026        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
1027        * pppd/Makefile.am: Added pppmain.c (which needs work).
1028        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
1029        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
1030        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
1031        Actually main.c and ppp_tty.c should be scratched. The modem
1032        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
1033
[feead226]10342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1035
1036        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1037
[a314d3b4]10382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1039
1040        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1041
[3e59793]10422000-10-30      Joel Sherrill <joel@OARcorp.com>
1043
1044        * POSIX include files merged into newlib.  This resulted in
1045        some definitions moving to other files and thus some secondary
1046        effects in RTEMS source code.
1047        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
1048        with newlib's <machine/types.h>.
1049        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
1050        of struct itimerval in <sys/time.h>.
1051
[f36718c]10522000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1055        Switch to GNU canonicalization.
1056
[0da0dea]10572000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
1058
1059        * lib/tftpDriver.c: add comments to handlers struct function pointers.
1060        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
1061        pointer has been checked against NULL.
1062
[552051f]10632000-10-18       Chris Johns <ccj@acm.org>
1064
1065        * pppd/ipxcp.c: Fixed a typo.
1066
[5ff9c088]10672000-09-28      Joel Sherrill <joel@OARcorp.com>
1068
1069        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
1070        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
1071        * rtems_webserver/sock.c: Added file missed in merger.
1072
[4b60bd3]10732000-09-22      Joel Sherrill <joel@OARcorp.com>
1074
1075        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
1076        rtems_webserver/webmain.c: machine/types.h  should not have
1077        included rtems.h.  It is now including precisely the
1078        least amount of low level, yet portable .h files to get
1079        the basic RTEMS types defined.  This rippled into other
1080        files since rtems_bsdnet_internal.h used machine/types.h to include
1081        rtems.h.
1082
[6e3f4b2]10832000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[9b28bea5]1084
[6e3f4b2]1085        * ChangeLog: Cleanup.
[9b28bea5]1086
[bdcf02d4]10872000-09-05      Joel Sherrill <joel@OARcorp.com>
1088
1089        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
1090        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
1091        and to work with the converted flags.
1092
[6e3f4b2]10932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1094
1095        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
1096        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
1097        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
1098        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
1099
[5f117e8]11002000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
1101
1102        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
1103        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
1104
[a6b4c0df]11052000-08-31      Joel Sherrill <joel@OARcorp.com>
1106
1107        * Merged version 2.1 of GoAhead webserver.  This update
1108        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
1109        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
1110        um.c, um.h: New files.
1111        * wbase64.c: Removed.
1112        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
1113        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
1114        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
1115        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
1116
[757e1661]11172000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
1119        * netinet/tcp_input.c: Spelling corrections.
1120
[82edf48]11212000-08-30      Joel Sherrill <joel@OARcorp.com>
1122
1123        * rtems_webserver/license.txt: New file.
1124
[e94ad1fe]11252000-08-10      Joel Sherrill <joel@OARcorp.com>
1126
1127        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.