source: rtems/cpukit/libnetworking/ChangeLog @ 8dbe311c

4.104.114.84.95
Last change on this file since 8dbe311c was 8dbe311c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 05:23:13

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

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