source: rtems/cpukit/libnetworking/ChangeLog @ ae60724

4.104.114.84.95
Last change on this file since ae60724 was ae60724, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 00:10:20

2004-01-13 Ralf Corsepius <corsepiu@…>

PR/549 networking

  • netinet/in_cksum_powerpc.h: New (copy of in_cksum_powerpc.c).
  • netinet/in_cksum_powerpc.c: Remove.
  • netinet/in_cksum_i386.h: New (copy of in_cksum_i386.c).
  • netinet/in_cksum_i386.c: Remove.
  • netinet/in_cksum_arm.h: New (copy of in_cksum_arm.c).
  • netinet/in_cksum_arm.c: Remove.
  • netinet/in_cksum_m68k.c: New (copy of in_cksum_m68k.c).
  • netinet/in_cksum_m68k.c: Remove.
  • netinet/Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 41.4 KB
Line 
12004-01-13  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR/549 networking
4
5        * netinet/in_cksum_powerpc.h: New (copy of in_cksum_powerpc.c).
6        * netinet/in_cksum_powerpc.c: Remove.
7        * netinet/in_cksum_i386.h: New (copy of in_cksum_i386.c).
8        * netinet/in_cksum_i386.c: Remove.
9        * netinet/in_cksum_arm.h: New (copy of in_cksum_arm.c).
10        * netinet/in_cksum_arm.c: Remove.
11        * netinet/in_cksum_m68k.c: New (copy of in_cksum_m68k.c).
12        * netinet/in_cksum_m68k.c: Remove.
13        * netinet/Makefile.am: Reflect changes above.
14
152004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Include compile.am, again.
18        Cleanup.
19
202004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Remove *C_FILES.
23
242004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Add libs to CLEANFILES
27        Set lib*_g_a_SOURCES = lib*_a_SOURCES.
28
292004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Build lib*$(LIB_VARIANT).a instead of
32        $(ARCH)/lib*.a.
33
342004-01-07      Joel Sherrill <joel@OARcorp.com>
35
36        * rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h so things
37        compile.
38
392004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
42
432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
46
472003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Add $(dirstamp) to compilation rules.
50
512003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Fix libc_OBJS.
54
552003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Add $(dirstamp) to preinstallation rules.
58        Restore libc/$(ARCH)/lib.a.
59
602003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * libc/Makefile.am: Remove.
63        * lib/Makefile.am: Remove.
64        * Makefile.am: Merge-in the Makefile.ams above.
65
662003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h instead of
69        sys/cdefs.h (Nonportable).
70        * wrapup/Makefile.am: Removed.
71        * Makefile.am: Reworked.
72
732003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
74
75        PR 482/networking
76        * rtems/rtems_glue.c: Network interfaces cant be taken down
77
782003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
79
80        PR 481/networking
81        * net/ethernet.h, net/if_arp.h, netinet/if_ether.h: Network structs
82        should be packed
83
842003-09-04      Joel Sherrill <joel@OARcorp.com>
85
86        * rtems/mkrootfs.c, rtems/mkrootfs.h: URL for license changed.
87
882003-09-02      Jiri Gaisler <jiri@gaisler.com>
89
90        PR 476/networking
91        * machine/in_cksum.h: Fix in_cksum calculation on SPARC.
92
932003-08-06      Till Strauman <strauman@slac.stanford.edu>
94
95        PR 435/networking
96        * rtems/rtems_showifstat.c: rtems_showifstat misses printing
97        the netmask
98
992003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove (Merged into ../configure.ac).
102        * Makefile.am, libc/Makefile.am, lib/Makefile.am, wrapup/Makefile.am:
103        Reflect having merged configure.ac into ../configure.ac.
104        * kern/kern_mib.c: Use RTEMS_VERSION to setup osrelease.
105
1062003-05-29      Joel Sherrill <joel@OARcorp.com>
107
108        * rtems/rtems_syscall.c: Removed warnings.
109
1102003-05-15  cjohns@cybertec.com.au  <cjohns@cybertec.com.au>
111
112        * netinet/in.h:
113        PR406 - Added INET_ADDRSTRLEN per the SUSv3 standard.
114
1152003-04-15      Joel Sherrill <joel@OARcorp.com>
116
117        PR 388/networking
118        * kern/kern_sysctl.c: Revert previous patch and use strlcpy() now that
119        it is available. Also fixed some warnings.
120
1212003-03-27      Joel Sherrill <joel@OARcorp.com>
122
123        * kern/kern_sysctl.c: Converted from BSP strlcpy() to strncpy().
124
1252003-03-25      Joel Sherrill <joel@OARcorp.com>
126
127        * rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
128
1292002-03-25      Eric Norum <norume@aps.anl.gov>
130
131
132        PR 374/networking
133        * Makefile.am, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
134        The patch sent as part of PR270 got applied to the wrong place. 
135        The effect was that (1) startup was no faster than before and
136        (2) malloc starvation messages came way too quickly.  The attached
137        patch fixes both these problems and also provides a mechanism for
138        applications to handle malloc starvation conditions as they see fit.
139        * rtems/rtems_bsdnet_malloc_starvation.c: New file.
140
1412003-03-18      Till Straumann <strauman@slac.stanford.edu>
142
143        PR 356/bsps
144        * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant.
145        Declare all linker-script defined addresses as
146        variables of unknown size and not as short objects
147        like 'int', 'void*' etc.  Since only addresses are used and never those
148        variable's values, the type used in a declaration is not important.
149
1502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Remove AC_CONFIG_AUX_DIR.
153
1542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * netinet/in_chksum.c: Remove duplicate case to include
157        in_chksum_arm.c.
158
1592003-02-20      Till Straumann <strauman@slac.stanford.edu>
160
161        PR 351/networking
162        * nfs/bootp_subr.c: Fix ridiculous leak in bootp and use
163        strdup_bootp_realloc() everywhere for sake of consistency.
164
1652003-02-11      Mike Siers <mikes@poliac.com>
166
167        * rtems/rtems_glue.c: A small patch to the network daemon task
168        code.  I just added code to check the return value of
169        the rtems_bsdnet_event_receive function.  Only when
170        this function returns a SUCCESSFUL status, will the
171        event flags be checked.  This is more of a code cleanup issue
172        than a bug.  The patch will just ensure the ipintr() and
173        arpintr() functions are only called when a event is signaled.
174
1752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
178
1792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: AC_PREREQ(2.57).
182
1832003-02-06      Mike Siers <mikes@poliac.com>
184
185        PR 342/networking
186        * kern/uipc_mbuf.c: The RTEMS version of the m_copyback is changing
187        the m_len value of the mbuf.  I looked into the source from another
188        BSD system and the mbuf length is not changed inside this function.
189        The m_copyback function is only being used in the net/rtsock.c file.
190        So I think this problem is only visable under certain routing table
191        conditions. 
192
1932003-02-05      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
194
195        PR 341/networking
196        * lib/ftpfs.c: Account for NULL at end of strings when malloc()'ing
197        memory.
198
1992003-01-28      Joel Sherrill <joel@OARcorp.com>
200
201        * Makefile.am: Add kern/kern_sysctl.c to Makefile.am so networking
202        tests build. This was subsequently reported as PR337 before I
203        committed the fix.
204
2052003-01-27      Till Straumann <strauman@SLAC.Stanford.edu>
206
207        * libc/getproto.c, libc/getprotoname.c: modification to call
208        getprotoent_static() if fopen() on /etc/protocols fails.
209
2102003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * netinet/tcp_subr.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
213        INP_LOCK, INP_UNLOCK macros.
214        * netinet/udp_usrreq.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
215        INP_LOCK, INP_UNLOCK macros.
216
2172003-01-03      Jitendra Vegiraju <jvegiraju@netscape.net>
218
219        * sys/queue.h: Fix alignment problem on ARM.
220
2212003-01-03      Chris Johns <cjohns@cybertec.com.au>
222
223        * Makefile.am: Added sys/linker_set.h
224        * kern/Makefile.am: Added kern_mib.c and kern_sysctl.c.
225        * kern/uipc_socket.c: OID changed from KERN_SOMAXCONN to KIPC_SOMAXCONN.
226        * kern/uipc_socket2.c: OID changed from KERN_MAXSOCKBUF to
227        KIPC_MAXSOCKBUF.
228        * net/if_ethersubr.c: FreeBSD 2.2.2 does not have a _net_link node
229        while 5.0 does.
230        * net/if_ppp.c: Removed the TEXT_SET define as these macros are
231        now implemented.
232        * net/rtsock.c: Enable sysctl support plus fix the bug with the
233        lastest FreeBSD sysctl header file.
234        * netinet/icmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_icmp
235        node while 5.0 does.
236        * netinet/if_ether.c: FreeBSD 2.2.2 does not have a _net_link_ether
237        node while 5.0 does.
238        * netinet/igmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_igmp
239        node while 5.0 does.
240        * netinet/in_pcb.c: Fixed the arguments to the sysctl call. Add
241        inp_gencnt and ipi_count. These are used when listing connections.
242        * netinet/in_pcb.h: Added counters to aid the listing of connections.
243        * netinet/in_var.h: Provide the _net_inet_ip and _net_inet_raw nodes.
244        * netinet/ip_fw.c: Disable the firewall sysctl calls.
245        * netinet/tcp_subr.c: Merge tcp_pcblist from the lastest FreeBSD source.
246        * netinet/tcp_var.h: Add structures needed by net-snmp to list
247        connections.
248        * netinet/udp_usrreq.c: Merged udp_pcblist from the lastest FreeBSD
249        source.
250        * netinet/udp_var.h: Added the sysctl id UDPCTL_PCBLIST. Used by
251        net-snmp.
252        * rtems_glue.c: Call sysctl_register_all when initialising the
253        network stack to register all the sysctl calls. These are in the
254        special sections and required an updated linker script.
255        * rtems/rtems_syscall.c: Add the sysctl call.
256        * sys/kernel.h: Use the lastest FreeBSD method of handling sysctl
257        structures.  This now held in the sys/linker_set.h file.
258        * sys/queue.h: This is from the lastest FreeBSD code with the circular
259        code merged back in as it is not used in the lastest FreeBSD kernel.
260        * sys/sysctl.h: The lastest sysctl. This was needed to use with the new
261        linker set method. The FreeBSD 2.2.2 version has asm hacks. The lastest
262        version of the FreeBSD does not have these hacks. It uses gcc attribute
263        directives.
264
2652002-12-18      Eric Norum <eric.norum@usask.ca>
266        * Makefile.am: Include netinet sources.
267
2682002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Merge-in kern/Makefile.am, net/Makefile.am,
271        netinet/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
272        rtems/Makefile.am.
273        * kern/Makefile.am: Remove.
274        * net/Makefile.am: Remove.
275        * netinet/Makefile.am: Remove.
276        * nfs/Makefile.am: Remove.
277        * rtems/Makefile.am: Remove.
278        * wrapup/Makefile.am: Reflect changes above.
279        * configure.ac: Ditto.
280
2812002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * kern/Makefile.am: Remove C_O_FILES;
284        Don't let all-local depend on $OBJS)
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
2922002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Fix package name.
295
2962002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Merge-in HEADER-handling from
299        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am.
300        * net/Makefile.am: Remove *_HEADERS.
301        * netinet/Makefile.am: Remove *_HEADERS.
302        * nfs/Makefile.am: Remove *_HEADERS.
303
3042002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Merge-in arpa/Makefile.am, machine/Makefile.am,
307        sys/Makefile.am, vm/Makefile.am.
308        Add . to SUBDIRS.
309        * arpa/Makefile.am: Remove.
310        * machine/Makefile.am: Remove.
311        * sys/Makefile.am: Remove.
312        * vm/Makefile.am: Remove.
313        * configure.ac: Reflect changes above.
314
3152002-11-06      Chris Johns <ccj@acm.org>
316
317        * sys/select.h: Add C++ to C external.
318
3192002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress
322        warning.
323
3242002-11-01      Joel Sherrill <joel@OARcorp.com>
325
326        * ChangeLog: Corrected.
327
3282002-11-01      Eric Norum <eric.norum@usask.ca>
329
330        * nfs/bootp_subr.c, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
331        Till Straumann's patch (PR295) to use bootp option 129 to get
332        command line string.  Till Straumann's patch to change
333        inet_ntoa->inet_ntop.
334
3352002-10-31      Joel Sherrill <joel@OARcorp.com>
336
337        * libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings.
338
3392002-10-28      Joel Sherrill <joel@OARcorp.com>
340
341        * Pass to eliminate warnings.
342        * kern/uipc_mbuf.c: Conditional SYSINIT() usage on __rtems__.
343        Fix return statement without a value.
344        * lib/ftpfs.c: read and write filesystem routines return ssize_t.
345        * lib/syslog.c: Add include of <string.h> to eliminate warning.
346        * lib/tftpDriver.c: read and write filesystem routines return ssize_t.
347        * libc/gethostbydns.c: Prototype abort().
348        * libc/inet_ntoa.c: Prototype strcpy().
349        * libc/rcmd.c: Add include of <sys/select.h>
350        * net/if_loop.c: Turn token at end of endif to comment.
351        * net/rtsock.c, nfs/bootp_subr.c:  Conditional SYSINIT() usage
352        on __rtems__.
353        * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>.
354        * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and
355        memset() since the BSD code tries to avoid using libc .h files
356        since it is used to being in the kernel.
357        * rtems/rtems_syscall.c: read and write filesystem routines
358        return ssize_t.
359
3602002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
363
3642002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Remove bogus reference to CHANGELOG.
367
3682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * .cvsignore: Reformat.
371        Add autom4te*cache.
372        Remove autom4te.cache.
373
3742002-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * net/if_ethersubr.c: Add comments to #endif NETATALK to stop
377        gcc from complaining.
378
3792002-10-07      Eric Norum <eric.norum@usask.ca>
380
381        * netinet/tcp_var.h: Corrected typo in ARM alignment patch which
382        broke all other ports.
383
3842002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
385
386        * netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c,
387        netinet/tcp_input.c, netinet/tcp_subr.c, netinet/tcp_var.h,
388        sys/queue.h: Address alignment requirements for the ARM.
389
3902002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
391
392        * rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and
393        SIOCDIFADDR.
394
3952002-10-02      Joel Sherrill <joel@OARcorp.com>
396
397        * kern/uipc_socket.c: Make sure that small non-zero delays work.
398        Suggested cleanup from Eric Norum.
399
4002002-10-02      Eric Norum <eric.norum@usask.ca>
401
402        * rtems/mkrootfs.c: As part of PR283, remove redundant code that
403        creates /etc/passwd and /etc/group.
404
4052002-09-16      Joel Sherrill <joel@OARcorp.com>
406
407        * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of
408        the IP_FORWARD patch as it appears to not compile in the
409        current tree.
410
4112002-09-14      Joel Sherrill <joel@OARcorp.com>
412
413        * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where
414        conversion into ticks can result in a 0 ticks timeout which is
415        the same as requesting no timeout.  Reported by Sergei Organov
416        <osv@javad.ru>.
417
4182002-09-14      Vyacheslav V. Burdjanadze <wr@zelax.ru>
419
420        * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
421        optional UDP broadcast forwarding support.
422        * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
423        broadcast forwarding.
424
4252002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * netinet/in_cksum.c: #include <string.h> for puts in generic
428        routines.
429
4302002-08-20      Eric Norum <eric.norum@usask.ca>
431
432        * rtems/rtems_glue.c: Per PR270, the BSD network code expects that
433        the value of the number of seconds since boot is non-zero.  The
434        RTEMS network initialization code assures this by waiting for a
435        second.  A more efficient technique is to simply wait until the
436        number of seconds since boot is non-zero.
437
4382002-08-09      Joel Sherrill <joel@OARcorp.com>
439
440        * libc/getservent.c: Per PR265, add  #include <netinet/in.h> for
441        ntohl() function.
442
4432002-08-07      Joel Sherrill <joel@OARcorp.com>
444
445        * netinet/in.h: Per PR263, added include of <machine/endian.h>
446        to <netinet/in.h> so it includes prototypes of ntohl() family
447        of routines.
448
4492002-08-01      Joel Sherrill <joel@OARcorp.com>
450
451        * machine/param.h, sys/syslimits.h: In the continued effort to
452        eliminate .h conflicts between newlib and RTEMS, these were moved to
453        newlib.
454        * machine/Makefile.am, sys/Makefile.am: Reflect above.
455
4562002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * wrapup/Makefile.am: Don't install.
459
4602002-07-30      Joel Sherrill <joel@OARcorp.com>
461
462        * sys/param.h: Removed as a simpler version of this file is
463        now part of the RTEMS newlib support.
464        * sys/Makefile.am: Modified to reflect above. 
465
4662002-07-30      Joel Sherrill <joel@OARcorp.com>
467
468        * machine/types.h: Removed as a simpler version of this file is
469        now part of the RTEMS newlib support.
470        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
471        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
472        Minor modifications to use the simpler machine/types.h.  Mostly
473        more complete sets of #include's to account for machine/types.h
474        no longer doing this.
475
4762002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
477
478        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
479        support.
480
4812002-07-24      Joel Sherrill <joel@OARcorp.com>
482
483        * sys/select.h: Add a prototype of select() to avoid warnings.
484        In particular a C++ application using select() required a prototype.
485
4862002-07-24      Joel Sherrill <joel@OARcorp.com>
487
488        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
489        since RTEMS does not support it.
490
4912002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
494        * lib/Makefile.am: Ditto.
495        * libc/Makefile.am: Ditto.
496        * net/Makefile.am: Ditto.
497        * netinet/Makefile.am: Ditto.
498        * nfs/Makefile.am: Ditto.
499        * rtems/Makefile.am: Ditto.
500        * wrapup/Makefile.am: Ditto.
501
5022002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * kern/Makefile.am: Eliminate LIBNAME.
505        * lib/Makefile.am: Ditto.
506        * libc/Makefile.am: Ditto.
507        * net/Makefile.am: Ditto.
508        * netinet/Makefile.am: Ditto.
509        * nfs/Makefile.am: Ditto.
510        * rtems/Makefile.am: Ditto.
511        * wrapup/Makefile.am: Use project_libdir instead of
512        $(PROJECT_RELEASE)/lib.
513
5142002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
515
516        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
517        Modified to added packed attribute.o
518
5192002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: RTEMS_TOP(../..).
522
5232002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: Remove RTEMS_PROJECT_ROOT.
526
5272002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
528
529        * Addition of a ftp client filesystem, comparable to the tftp one.
530        * lib/ftpfs.c, rtems/ftpfs.h: New files.
531        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
532
5332002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
536        Add AC_PROG_RANLIB.
537
5382002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
541
5422002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * Makefile.am: Remove commented out net-apps.
545
5462002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
549        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
550        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
551        Use ../aclocal.
552        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
553        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
554        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
555        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
556        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
557        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
558        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
559        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
560        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
561        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
562
5632002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
566
5672002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
570          Remove RTEMS_ENABLE_POSIX.
571          Remove RTEMS_CHECK_CUSTOM_BSP.
572          Remove RTEMS_ENABLE_POSIX.
573
5742002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        Relocate c/src/libnetworking.
577        * Makefile.am: Reflect moval.
578        * machine/Makefile.am: Ditto.
579        * net/Makefile.am: Ditto.
580        * lib/Makefile.am: Ditto.
581        * netinet/Makefile.am: Ditto.
582        * vm/Makefile.am: Ditto.
583        * libc/Makefile.am: Ditto.
584        * sys/Makefile.am: Ditto.
585        * arpa/Makefile.am: Ditto.
586        * nfs/Makefile.am: Ditto.
587        * kern/Makefile.am: Ditto.
588        * rtems/Makefile.am: Ditto.
589        * configure.ac: Dittp.
590        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
591
5922002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
595
5962002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
599        * rtems/mkrootfs.h: Ditto.
600        * rtems/Makefile.am: Reflect changes above.
601
6022002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * sys/ioctl.h: Remove.
605        * sys/sockio.h: Remove.
606        * sys/filio.h: Remove.
607        * sys/Makefile.am: Reflect changes above.
608
6092001-05-14      Joel Sherrill <joel@OARcorp.com>
610
611        * ChangeLog: Corrected -- entry should have been in libchip.
612 
6132002-05-01      Eric Norum <eric.norum@usask.ca>
614
615        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
616        to satisfy gcc 3.1 and newer.
617
6182002-04-26      Eric Norum <eric.norum@usask.ca>
619
620        * netinet/in_cksum_i386.c: Add volatile so the more agressive
621        optimization in gcc 3.1 does not reorder things.
622
6232002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * pppd/utils.c: Adapt to gcc-3.x.
626
6272002-04-11      Chris Johns <ccj@acm.org>
628
629        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
630        the drv_ctrl driver control block field to the ifconfig network driver
631        structure. This field is needed by the i82586 driver which was ported
632        from NetBSD as it had better hardware abstraction.
633
6342002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * ChangeLog: Fix dates.
637
6382002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * libc/rcmd.c: Replace __rtems w/ __rtems__.
641
6422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * configure.ac:
645        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
646        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
647        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
648        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
649        * Makefile.am: Remove AUTOMAKE_OPTIONS.
650        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
651        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
652        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
653        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
654        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
655        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
656        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
657        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
658        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
659        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
660        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
661        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
662        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
663        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
664
6652002-03-27      Thomas.Doerfler@imd-systems.de
666
667        * PR144
668        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
669        0 when called for the first time. This is done when trying to clear
670        the variable "dhcp_hostname".
671
6722002-03-27      Ilya Alexeev <ilya@continuum.ru>
673
674        * PR162
675        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
676        variables must not be used in a device write routines.  Now
677        ppp_softc structure have own character for writing to device
678        (sc_outchar).  I think that converting local variables to static
679        is not a right solution, because problems will occur in the case
680        of two or more ppp instances.
681        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
682        u_long, otherwise in the case of the big output packet endless
683        loop may occur.
684
6852002-03-21      Ilya Alexeev <ilya@continuum.ru>
686
687        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
688        PPPD connections.
689
6902001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
691
692        * PR158
693        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
694        commenting out the parts that deal with signals.  This enables
695        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
696        The 'server-side' parts of this file which deal with authentication
697        are disabled since they are not needed.
698
6992002-02-27      Ilya Alexeev <ilya@continuum.ru>
700
701        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
702        pppd/sys-rtems.c: Add server with pap-authorization
703        capabilities as well as eliminate some warnings.
704
7052002-02-27      Eric Norum <eric.norum@usask.ca>
706
707        * net/radix.c: Properly handle fetching the default route when there
708        is no route.  This was a bug in the original FreeBSD code and this
709        fix is from an updated version of their code.
710
7112002-02-01      Mike Siers <mikes@poliac.com>
712
713        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
714        the link down too fast.
715        NOTE: Mike reports successfully running at 56K baud on a direct link.
716
7172002-01-31      Mike Siers <mikes@poliac.com>
718
719        * pppd/rtemsdialer.h: New file missed in previous commit.
720
7212002-01-31      Mike Siers <mikes@poliac.com>
722
723        * Nice Update of PPPD support which eliminates the
724        requiremetn that drivers be in the termios TASK_DRIVEN mode.
725        Mike did significant testing and reports that it seems to be
726        more stable and handle larger packets better.  This patch
727        replaces the termios tasks with more general pppd network
728        driver tasks.  The functions pppinput() and pppstart() get
729        called from the interrupt service routine.
730        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
731        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
732        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
733        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
734        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
735        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
736        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
737        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
738        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
739        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
740        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
741        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
742        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
743        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
744        pppd/upap.h, pppd/utils.c, pppd/example/README,
745        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
746        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
747        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
748        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
749        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
750
7512002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * rtems_telnetd/pty.c: Move config.h to were it belongs.
754        Remove printf (Reported by Till Straumann
755        <strauman@SLAC.Stanford.EDU>).
756
7572002-02-16      Eric Norum <eric.norum@usask.ca>
758
759        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
760
7612002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * pppd/sys-rtems.c: Remove unused variable status from
764        dodefaultroute.
765
7662002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
769        <rtems/seterr.h>.
770
771
7722001-12-18      Eric Norum <eric.norum@usask.ca>
773
774        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
775        (path names with a / at the end) while disallowing open() operations
776        on TFTP `directories'.
777
7782001-12-07      Eric Norum <eric.norum@usask.ca>
779
780        * lib/tftpDriver.c: Restore write capability.
781
7822001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * arpa/Makefile.am: Remove stray lines.
785
7862001-10-18      Eric Norum <eric.norum@usask.ca>
787
788        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
789        open() operations within the TFTP file system.
790
7912001-10-12      Mike Siers <mikes@poliac.com>
792
793        * Update to stable working state.  Congratulations Mike! :)
794        * modem_example: Directory removed.
795        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
796        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
797        modem_example/pppcompress.c: Files removed.
798        * pppd/example/pppd.options: New file.
799        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
800        pppd/pppd.h, pppd/rtemsmain.c: Updated.
801
8022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
805        * configure.in: Remove.
806        * configure.ac: New file, generated from configure.in by autoupdate.
807
8082001-09-27      Eric Norum <eric.norum@usask.ca>
809
810        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
811        filesystem.
812
8132001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
816        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
817        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
818        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
819        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
820        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
821        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
822        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
823        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
824        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
825        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
826        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
827
8282001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
831
8322001-09-19      Eric Norum <eric.norum@usask.ca>
833
834        * lib/tftpDriver.c: Add some debugging capability.
835
8362001-09-19      Chris Johns <ccj@acm.org>
837
838        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
839        rtems/rtems_bsdnet_internal.h Added support for populating the
840        initial "root" filesystem with information obtained via the DHCP
841        response.
842
8432001-08-16      Mike Siers <mikes@poliac.com>
844
845        * pppd/STATUS: Updated by Joel based upon email from Mike.
846        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
847        functionality that has not even been compiled under RTEMS yet.
848
8492001-08-16      Joel Sherrill <joel@OARcorp.com>
850
851        * pppd/example/Makefile: Removed.
852        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
853        avoid bootstrap -c clobbering it.
854
8552001-08-16      Mike Siers <mikes@poliac.com>
856
857        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
858        application.  Mike's notes on the modifications:
859           - renamed error() function because of namespace problems
860           - removed calls to the exit() funciton
861           - removed extra files from the pppd source directory
862           - defined pppd task constant values in rtemspppd.h
863           - modifyied example code to get actual tick per second value
864           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
865           directory
866        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
867        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
868        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
869        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
870        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
871        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
872        New files.
873        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
874        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
875        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
876        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
877        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
878        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
879        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
880
8812001-08-16      Joel Sherrill <joel@OARcorp.com>
882
883        * rtems_telnetd/.cvsignore: New file.
884
8852001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
886
887        * Makefile.am, configure.in, rtems_servers/Makefile.am,
888        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
889        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
890        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
891        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
892          - pty and telnetd have a new subdir rtems_telnetd to avoid
893            the side effect when ftpd change.
894          - the tcp/ip stats have been implemented into icmds.c and
895            started when telnetd daemon is started.
896        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
897        * rtems_telnetd: New directory.
898        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
899        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
900        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
901
9022001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
903
904        * rtems_servers/Makefile.am: Deleted blank lines.
905
9062001-06-14      Joel Sherrill <joel@OARcorp.com>
907
908        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
909        so the network stack to address network depenendency.
910        * rtems_servers/Makefile.am: Modified to reflect above.
911
9122001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
913
914        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
915
9162001-04-24      Eric Norum <eric.norum@usask.ca>
917
918        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
919        synchronization a little more robust -- no NTP daemon yet, but
920        at least it trys a little harder when the primary NTP server is down.
921
9222001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
923
924        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
925        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
926        Polish comments and other strings into English
927        * pppd/STATUS: updated to reflect the changes
928
9292001-04-20      Jake Janovetz <janovetz@uiuc.edu>
930
931        * rtems_servers/ftpd.c: Correct argument so hooks work again.
932
9332001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
934
935        * include/.cvsignore: Remove dangling file.
936
9372001-01-31        Sergei Organov <osv@javad.ru>
938
939        * rtems_servers/ftp.d: Following changes:
940          - Hacks with current dir and root dir removed in favor of new libio
941            support for task-local current and root directories.
942          - Bug in `close_data_socket()' introduced by previous change fixed.
943          - `command_pasv()' changed to set timeout on socket we are listening
944            on and code fixed to don't close socket twice on error.
945          - `serr()' changed to clear `errno'.
946          - `data_socket()' changed to clear `errno' before `bind()'.
947          - `session()' changed to clear `errno' before processing session.
948          - `close_data_socket()' fixed to close both active and passive sockets
949          - Initialize info->data_socket to -1 in `daemon()'
950          - Initialize `fname' to empty string  in `exec_command()'
951
9522001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
955        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
956        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
957        sys/Makefile.am, vm/Makefile.am:
958        Apply include_*HEADERS instead of H_FILES.
959        * include/Makefile.am: Remove.
960        * Makefile.am: Add handling of *.h files.
961        * configure.in: Remove include/Makefile.
962
9632001-01-25      Eric Norum <eric.norum@usask.ca>
964
965        * lib/tftpDriver.c: Reduce first timeout interval.  This
966        improves throughput on systems which are dropping packets. 
967        Only the first timeout is reduced.  This keeps the number
968        of extra packets down on networks that are very busy and
969        dropping lots of packets.
970
9712001-01-24      Sergei Organov <osv@javad.ru>
972
973        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
974        as listed below:
975          - Timeouts on sockets implemented. 'idle' field added to
976            configuration. No timeout by default to keep backward compatibility.
977            Note: SITE IDLE command not implemented yet.
978          - Basic global access control implemented. 'access' field added to
979            configuration. No access limitations by default to keep backward
980            compatibility.
981          - Anchor data socket for active mode (using self IP and port 20.)
982          - Fixed default data port support (still not tested).
983          - Don't allow IP address different from originating host in
984            PORT command to improve security.
985          - Fixed bug in MDTM command.
986          - Check for correctness of parsing of argument in command_port().
987          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
988            'NAME' is not a directory.
989          - Command parsing a little bit improved: command names are now
990            converted to upper-case to be more compatible with RFC (command
991            names are not case-sensitive.)
992          - Reformat comments so that they have RTEMS look-and-feel.
993          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
994          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
995          - Passive mode implemented, PASV command added.
996          - Default port for data connection could be used (untested, can't find
997            ftp client that doesn't send PORT command)
998          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
999          - Reply codes reviewed and fixed.
1000
10012001-01-12      Sergei Organov <osv@javad.ru>
1002
1003        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
1004        as listed below:
1005            - use pool of pre-created threads to handle sessions instead of
1006              creating/deleting threads on the fly
1007            - LIST output is now similar to what "/bin/ls -al" would output,
1008              thus FTP clients such Netscape are happy with it.
1009            - LIST NAME now works (both for files and directories)
1010            - added support for NLST, CDUP, and MDTM FTP commands to make
1011              more FTP clients happy
1012            - keep track of CWD for every session separately
1013            - ability to specify root directory name for FTPD in configuration
1014              table. FTPD will then create illusion for FTP clients that this
1015              is actually root directory.
1016            - ignore options sent in commands, thus LIST -al FILE works and
1017              doesn't try to list "-al" directory.
1018            - buffers are allocated on stack instead of heap where possible to
1019              eliminate malloc/free calls (avoid possible heap fragmentation
1020              troubles).
1021            - drop using of task notepad to pass parameters - use function
1022              arguments instead
1023            - use snprintf() instead of sprintf() as the latter is unsafe
1024            - use of PF_INET in socket() instead of AF_INET
1025
1026            Here are ftp clients I've tried new FTPD with (all of them
1027            running on Debian GNU/Linux 2.2):
1028
1029                 Lftp 2.1.10
1030                 NcFTP 2.4.3
1031                 Netscape 4.75
1032                 ftp
1033                 mc 4.5.49
1034
10352001-01-02      Joel Sherrill <joel@OARcorp.com>
1036
1037        * CHANGELOG: Removed.
1038        * README: Merged CHANGELOG contents as initial changes.
1039
10402000-12-14      Eric Norum <eric.norum@usask.ca>
1041
1042        * lib/tftpDriver.c: Added write capability.
1043
10442000-12-08      Joel Sherrill <joel@OARcorp.com>
1045
1046        * libc/linkaddr.c: Initialized variable to remove warning.
1047        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
1048        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
1049        that were not used because the code using them was commented out.
1050        Removed totally unused variables.
1051        * modem/pppcompress.c: Added parentheses to avoid warnings.
1052        * pppd/pppmain.c: Removed numerous warnings.
1053
10542000-11-30      Joel Sherrill <joel@OARcorp.com>
1055
1056        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
1057        that is an RTEMS specific header file.
1058
10592000-11-30      Joel Sherrill <joel@OARcorp.com>
1060
1061        * sys/ttycom.h: Moved to lib/include/sys.
1062        * Makefile.am: Modified to reflect above.
1063
10642000-11-27      Joel Sherrill <joel@OARcorp.com>
1065
1066        * libc/res_init.c: Fix typo - adding missing # on include.
1067
10682000-11-25      Eric Norum <eric.norum@usask.ca>
1069
1070        * libc/res_init.c: Move include to avoid compiler dumping core.
1071
10722000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
1073
1074        * wrapup/Makefile.am: Added modem subdir.
1075        * configure.in, Makefile.am: Added modem subdir.
1076        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
1077        * pppd/Makefile.am: Added pppmain.c (which needs work).
1078        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
1079        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
1080        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
1081        Actually main.c and ppp_tty.c should be scratched. The modem
1082        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
1083
10842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1085
1086        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1087
10882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1091
10922000-10-30      Joel Sherrill <joel@OARcorp.com>
1093
1094        * POSIX include files merged into newlib.  This resulted in
1095        some definitions moving to other files and thus some secondary
1096        effects in RTEMS source code.
1097        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
1098        with newlib's <machine/types.h>.
1099        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
1100        of struct itimerval in <sys/time.h>.
1101
11022000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1103
1104        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1105        Switch to GNU canonicalization.
1106
11072000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
1108
1109        * lib/tftpDriver.c: add comments to handlers struct function pointers.
1110        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
1111        pointer has been checked against NULL.
1112
11132000-10-18       Chris Johns <ccj@acm.org>
1114
1115        * pppd/ipxcp.c: Fixed a typo.
1116
11172000-09-28      Joel Sherrill <joel@OARcorp.com>
1118
1119        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
1120        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
1121        * rtems_webserver/sock.c: Added file missed in merger.
1122
11232000-09-22      Joel Sherrill <joel@OARcorp.com>
1124
1125        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
1126        rtems_webserver/webmain.c: machine/types.h  should not have
1127        included rtems.h.  It is now including precisely the
1128        least amount of low level, yet portable .h files to get
1129        the basic RTEMS types defined.  This rippled into other
1130        files since rtems_bsdnet_internal.h used machine/types.h to include
1131        rtems.h.
1132
11332000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1134
1135        * ChangeLog: Cleanup.
1136
11372000-09-05      Joel Sherrill <joel@OARcorp.com>
1138
1139        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
1140        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
1141        and to work with the converted flags.
1142
11432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1144
1145        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
1146        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
1147        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
1148        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
1149
11502000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
1151
1152        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
1153        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
1154
11552000-08-31      Joel Sherrill <joel@OARcorp.com>
1156
1157        * Merged version 2.1 of GoAhead webserver.  This update
1158        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
1159        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
1160        um.c, um.h: New files.
1161        * wbase64.c: Removed.
1162        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
1163        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
1164        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
1165        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
1166
11672000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1168
1169        * netinet/tcp_input.c: Spelling corrections.
1170
11712000-08-30      Joel Sherrill <joel@OARcorp.com>
1172
1173        * rtems_webserver/license.txt: New file.
1174
11752000-08-10      Joel Sherrill <joel@OARcorp.com>
1176
1177        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.