source: rtems/cpukit/libnetworking/ChangeLog @ f6c2c30

4.104.114.84.95
Last change on this file since f6c2c30 was d6c3d56, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 10:51:32

2003-01-15 Ralf Corsepius <corsepiu@…>

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