source: rtems/cpukit/libnetworking/ChangeLog @ b0c516b

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

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

PR networking/772.

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