source: rtems/cpukit/libnetworking/ChangeLog @ 9d647dfc

4.104.114.84.95
Last change on this file since 9d647dfc was 9d647dfc, checked in by Joel Sherrill <joel.sherrill@…>, on 01/27/03 at 16:20:14

2003-01-27 Till Straumann <strauman@…>

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