source: rtems/cpukit/libnetworking/ChangeLog @ a63efae

4.104.114.84.95
Last change on this file since a63efae was a63efae, checked in by Joel Sherrill <joel.sherrill@…>, on 10/07/02 at 17:11:27

2002-10-07 Eric Norum <eric.norum@…>

  • netinet/tcp_var.h: Corrected typo in ARM alignment patch which broke all other ports.
  • Property mode set to 100644
File size: 29.0 KB
RevLine 
[a63efae]12002-10-07      Eric Norum <eric.norum@usask.ca>
2
3        * netinet/tcp_var.h: Corrected typo in ARM alignment patch which
4        broke all other ports.
5
[3fb76805]62002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
7
8        * netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c,
9        netinet/tcp_input.c, netinet/tcp_subr.c, netinet/tcp_var.h,
10        sys/queue.h: Address alignment requirements for the ARM.
11
[ed15301c]122002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
13
14        * rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and
15        SIOCDIFADDR.
16
[6ca248c]172002-10-02      Joel Sherrill <joel@OARcorp.com>
18
19        * kern/uipc_socket.c: Make sure that small non-zero delays work.
20        Suggested cleanup from Eric Norum.
21
[bcac0cb]222002-10-02      Eric Norum <eric.norum@usask.ca>
23
24        * rtems/mkrootfs.c: As part of PR283, remove redundant code that
25        creates /etc/passwd and /etc/group.
26
[f4ceef3e]272002-09-16      Joel Sherrill <joel@OARcorp.com>
28
29        * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of
30        the IP_FORWARD patch as it appears to not compile in the
31        current tree.
32
[144b94f]332002-09-14      Joel Sherrill <joel@OARcorp.com>
34
35        * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where
36        conversion into ticks can result in a 0 ticks timeout which is
37        the same as requesting no timeout.  Reported by Sergei Organov
38        <osv@javad.ru>.
39
[ce2c216]402002-09-14      Vyacheslav V. Burdjanadze <wr@zelax.ru>
41
42        * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
43        optional UDP broadcast forwarding support.
44        * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
45        broadcast forwarding.
46
[6a2d7ee]472002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * netinet/in_cksum.c: #include <string.h> for puts in generic
50        routines.
51
[845f170a]522002-08-20      Eric Norum <eric.norum@usask.ca>
53
54        * rtems/rtems_glue.c: Per PR270, the BSD network code expects that
55        the value of the number of seconds since boot is non-zero.  The
56        RTEMS network initialization code assures this by waiting for a
57        second.  A more efficient technique is to simply wait until the
58        number of seconds since boot is non-zero.
59
[68a368fc]602002-08-09      Joel Sherrill <joel@OARcorp.com>
61
62        * libc/getservent.c: Per PR265, add  #include <netinet/in.h> for
63        ntohl() function.
64
[7a47bb5]652002-08-07      Joel Sherrill <joel@OARcorp.com>
66
67        * netinet/in.h: Per PR263, added include of <machine/endian.h>
68        to <netinet/in.h> so it includes prototypes of ntohl() family
69        of routines.
70
[d9ab6d3]712002-08-01      Joel Sherrill <joel@OARcorp.com>
72
73        * machine/param.h, sys/syslimits.h: In the continued effort to
74        eliminate .h conflicts between newlib and RTEMS, these were moved to
75        newlib.
76        * machine/Makefile.am, sys/Makefile.am: Reflect above.
77
[18dce91]782002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Don't install.
81
[08943ebf]822002-07-30      Joel Sherrill <joel@OARcorp.com>
83
84        * sys/param.h: Removed as a simpler version of this file is
85        now part of the RTEMS newlib support.
86        * sys/Makefile.am: Modified to reflect above. 
87
[9fcd1a1c]882002-07-30      Joel Sherrill <joel@OARcorp.com>
89
90        * machine/types.h: Removed as a simpler version of this file is
91        now part of the RTEMS newlib support.
92        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
93        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
94        Minor modifications to use the simpler machine/types.h.  Mostly
95        more complete sets of #include's to account for machine/types.h
96        no longer doing this.
97
[6fd2516]982002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
99
100        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
101        support.
102
[7b43151]1032002-07-24      Joel Sherrill <joel@OARcorp.com>
104
105        * sys/select.h: Add a prototype of select() to avoid warnings.
106        In particular a C++ application using select() required a prototype.
107
[ce75da6]1082002-07-24      Joel Sherrill <joel@OARcorp.com>
109
110        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
111        since RTEMS does not support it.
[6fd2516]112
[0e1dd41f]1132002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * lib/Makefile.am: Ditto.
117        * libc/Makefile.am: Ditto.
118        * net/Makefile.am: Ditto.
119        * netinet/Makefile.am: Ditto.
120        * nfs/Makefile.am: Ditto.
121        * rtems/Makefile.am: Ditto.
122        * wrapup/Makefile.am: Ditto.
123
[eb4b28d]1242002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * kern/Makefile.am: Eliminate LIBNAME.
127        * lib/Makefile.am: Ditto.
128        * libc/Makefile.am: Ditto.
129        * net/Makefile.am: Ditto.
130        * netinet/Makefile.am: Ditto.
131        * nfs/Makefile.am: Ditto.
132        * rtems/Makefile.am: Ditto.
133        * wrapup/Makefile.am: Use project_libdir instead of
134        $(PROJECT_RELEASE)/lib.
135
[74c402a2]1362002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
137
138        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
139        Modified to added packed attribute.o
[eb4b28d]140
[705a0701]1412002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: RTEMS_TOP(../..).
144
[8c746fe]1452002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Remove RTEMS_PROJECT_ROOT.
148
[dda0bffc]1492002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
150
151        * Addition of a ftp client filesystem, comparable to the tftp one.
152        * lib/ftpfs.c, rtems/ftpfs.h: New files.
153        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
154
[da8f88a]1552002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
158        Add AC_PROG_RANLIB.
159
[89e6498]1602002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
163
[75fb648b]1642002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Remove commented out net-apps.
167
[f22ebf0]1682002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
171        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
172        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
173        Use ../aclocal.
174        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
175        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
176        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
177        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
178        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
179        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
180        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
181        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
182        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
183        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
184
[bfd1a53a]1852002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
188
[158e2d7]1892002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
192          Remove RTEMS_ENABLE_POSIX.
193          Remove RTEMS_CHECK_CUSTOM_BSP.
194          Remove RTEMS_ENABLE_POSIX.
195
[8a79786]1962002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        Relocate c/src/libnetworking.
199        * Makefile.am: Reflect moval.
200        * machine/Makefile.am: Ditto.
201        * net/Makefile.am: Ditto.
202        * lib/Makefile.am: Ditto.
203        * netinet/Makefile.am: Ditto.
204        * vm/Makefile.am: Ditto.
205        * libc/Makefile.am: Ditto.
206        * sys/Makefile.am: Ditto.
207        * arpa/Makefile.am: Ditto.
208        * nfs/Makefile.am: Ditto.
209        * kern/Makefile.am: Ditto.
210        * rtems/Makefile.am: Ditto.
211        * configure.ac: Dittp.
212        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
213
[e3eab02]2142002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
217
[c1f3fc04]2182002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
221        * rtems/mkrootfs.h: Ditto.
222        * rtems/Makefile.am: Reflect changes above.
223
[c7286d94]2242002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * sys/ioctl.h: Remove.
227        * sys/sockio.h: Remove.
228        * sys/filio.h: Remove.
229        * sys/Makefile.am: Reflect changes above.
230
[06549dcf]2312001-05-14      Joel Sherrill <joel@OARcorp.com>
[3ce2907]232
[06549dcf]233        * ChangeLog: Corrected -- entry should have been in libchip.
234 
[51b39864]2352002-05-01      Eric Norum <eric.norum@usask.ca>
236
237        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
238        to satisfy gcc 3.1 and newer.
239
[d50c0d2]2402002-04-26      Eric Norum <eric.norum@usask.ca>
241
242        * netinet/in_cksum_i386.c: Add volatile so the more agressive
243        optimization in gcc 3.1 does not reorder things.
244
[a81a8f8]2452002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * pppd/utils.c: Adapt to gcc-3.x.
248
[5bfc8912]2492002-04-11      Chris Johns <ccj@acm.org>
250
251        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
252        the drv_ctrl driver control block field to the ifconfig network driver
253        structure. This field is needed by the i82586 driver which was ported
254        from NetBSD as it had better hardware abstraction.
255
[25b4446]2562002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * ChangeLog: Fix dates.
259
[51301198]2602002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * libc/rcmd.c: Replace __rtems w/ __rtems__.
263
[01d48bf8]2642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac:
267        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
268        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
269        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
286
[9b02fa65]2872002-03-27      Thomas.Doerfler@imd-systems.de
288
289        * PR144
290        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
291        0 when called for the first time. This is done when trying to clear
292        the variable "dhcp_hostname".
293
[f4c118d]2942002-03-27      Ilya Alexeev <ilya@continuum.ru>
295
296        * PR162
297        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
298        variables must not be used in a device write routines.  Now
299        ppp_softc structure have own character for writing to device
300        (sc_outchar).  I think that converting local variables to static
301        is not a right solution, because problems will occur in the case
302        of two or more ppp instances.
303        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
304        u_long, otherwise in the case of the big output packet endless
305        loop may occur.
306
[fd55b7d]3072002-03-21      Ilya Alexeev <ilya@continuum.ru>
308
309        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
310        PPPD connections.
311
[d7478774]3122001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
313
314        * PR158
315        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
316        commenting out the parts that deal with signals.  This enables
317        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
318        The 'server-side' parts of this file which deal with authentication
319        are disabled since they are not needed.
320
[cb1e8a46]3212002-02-27      Ilya Alexeev <ilya@continuum.ru>
322
323        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
324        pppd/sys-rtems.c: Add server with pap-authorization
325        capabilities as well as eliminate some warnings.
326
[c52f1c7]3272002-02-27      Eric Norum <eric.norum@usask.ca>
328
329        * net/radix.c: Properly handle fetching the default route when there
330        is no route.  This was a bug in the original FreeBSD code and this
331        fix is from an updated version of their code.
332
[25b4446]3332002-02-01      Mike Siers <mikes@poliac.com>
[8e3caa5]334
335        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
336        the link down too fast.
337        NOTE: Mike reports successfully running at 56K baud on a direct link.
338
[25b4446]3392002-01-31      Mike Siers <mikes@poliac.com>
[485ed5cc]340
341        * pppd/rtemsdialer.h: New file missed in previous commit.
342
[25b4446]3432002-01-31      Mike Siers <mikes@poliac.com>
[0286b9f]344
345        * Nice Update of PPPD support which eliminates the
346        requiremetn that drivers be in the termios TASK_DRIVEN mode.
347        Mike did significant testing and reports that it seems to be
348        more stable and handle larger packets better.  This patch
349        replaces the termios tasks with more general pppd network
350        driver tasks.  The functions pppinput() and pppstart() get
351        called from the interrupt service routine.
352        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
353        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
354        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
355        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
356        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
357        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
358        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
359        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
360        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
361        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
362        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
363        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
364        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
365        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
366        pppd/upap.h, pppd/utils.c, pppd/example/README,
367        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
368        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
369        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
370        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
371        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
372
[c8f05db]3732002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * rtems_telnetd/pty.c: Move config.h to were it belongs.
376        Remove printf (Reported by Till Straumann
377        <strauman@SLAC.Stanford.EDU>).
378
[25b4446]3792002-02-16      Eric Norum <eric.norum@usask.ca>
[cf42e735]380
381        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
382
[ab1ed86]3832002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * pppd/sys-rtems.c: Remove unused variable status from
386        dodefaultroute.
387
[d4651e4]3882002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
391        <rtems/seterr.h>.
392
393
[2539cdc]3942001-12-18      Eric Norum <eric.norum@usask.ca>
395
396        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
397        (path names with a / at the end) while disallowing open() operations
398        on TFTP `directories'.
399
[86d9ca2]4002001-12-07      Eric Norum <eric.norum@usask.ca>
401
402        * lib/tftpDriver.c: Restore write capability.
403
[4efd0f66]4042001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * arpa/Makefile.am: Remove stray lines.
407
[dfe5a4e3]4082001-10-18      Eric Norum <eric.norum@usask.ca>
409
410        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
411        open() operations within the TFTP file system.
412
[aee474b]4132001-10-12      Mike Siers <mikes@poliac.com>
414
415        * Update to stable working state.  Congratulations Mike! :)
416        * modem_example: Directory removed.
417        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
418        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
419        modem_example/pppcompress.c: Files removed.
420        * pppd/example/pppd.options: New file.
421        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
422        pppd/pppd.h, pppd/rtemsmain.c: Updated.
423
[df25c998]4242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
427        * configure.in: Remove.
428        * configure.ac: New file, generated from configure.in by autoupdate.
429
[1ef8e3d4]4302001-09-27      Eric Norum <eric.norum@usask.ca>
431
432        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
433        filesystem.
434
[b68e01c5]4352001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
438        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
439        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
440        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
441        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
442        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
443        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
444        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
445        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
446        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
447        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
448        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
449
[0d30932]4502001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
453
[5400f07]4542001-09-19      Eric Norum <eric.norum@usask.ca>
455
456        * lib/tftpDriver.c: Add some debugging capability.
457
[4bde2394]4582001-09-19      Chris Johns <ccj@acm.org>
459
460        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
461        rtems/rtems_bsdnet_internal.h Added support for populating the
462        initial "root" filesystem with information obtained via the DHCP
463        response.
464
[1946544]4652001-08-16      Mike Siers <mikes@poliac.com>
466
467        * pppd/STATUS: Updated by Joel based upon email from Mike.
468        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
469        functionality that has not even been compiled under RTEMS yet.
470
[b8575ab]4712001-08-16      Joel Sherrill <joel@OARcorp.com>
472
473        * pppd/example/Makefile: Removed.
474        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
475        avoid bootstrap -c clobbering it.
476
[2f1b930]4772001-08-16      Mike Siers <mikes@poliac.com>
478
479        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
480        application.  Mike's notes on the modifications:
481           - renamed error() function because of namespace problems
482           - removed calls to the exit() funciton
483           - removed extra files from the pppd source directory
484           - defined pppd task constant values in rtemspppd.h
485           - modifyied example code to get actual tick per second value
486           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
487           directory
488        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
489        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
490        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
491        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
492        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
493        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
494        New files.
495        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
496        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
497        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
498        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
499        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
500        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
501        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
502
[bfe5d15]5032001-08-16      Joel Sherrill <joel@OARcorp.com>
504
505        * rtems_telnetd/.cvsignore: New file.
506
[bd520203]5072001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
508
509        * Makefile.am, configure.in, rtems_servers/Makefile.am,
510        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
511        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
512        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
513        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
514          - pty and telnetd have a new subdir rtems_telnetd to avoid
515            the side effect when ftpd change.
516          - the tcp/ip stats have been implemented into icmds.c and
517            started when telnetd daemon is started.
518        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
519        * rtems_telnetd: New directory.
520        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
521        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
522        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
523
[1a7ea60]5242001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * rtems_servers/Makefile.am: Deleted blank lines.
527
[451198be]5282001-06-14      Joel Sherrill <joel@OARcorp.com>
529
530        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
531        so the network stack to address network depenendency.
532        * rtems_servers/Makefile.am: Modified to reflect above.
533
[d85594d]5342001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
537
5382001-04-24      Eric Norum <eric.norum@usask.ca>
[126405d9]539
540        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
541        synchronization a little more robust -- no NTP daemon yet, but
542        at least it trys a little harder when the primary NTP server is down.
543
[6fa6367]5442001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
545
546        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
547        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
548        Polish comments and other strings into English
549        * pppd/STATUS: updated to reflect the changes
550
[a8c33268]5512001-04-20      Jake Janovetz <janovetz@uiuc.edu>
552
553        * rtems_servers/ftpd.c: Correct argument so hooks work again.
554
[6fa6367]5552001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
[a2cc545e]556
[d85594d]557        * include/.cvsignore: Remove dangling file.
[a2cc545e]558
[07fbfced]5592001-01-31        Sergei Organov <osv@javad.ru>
560
561        * rtems_servers/ftp.d: Following changes:
562          - Hacks with current dir and root dir removed in favor of new libio
563            support for task-local current and root directories.
564          - Bug in `close_data_socket()' introduced by previous change fixed.
565          - `command_pasv()' changed to set timeout on socket we are listening
566            on and code fixed to don't close socket twice on error.
567          - `serr()' changed to clear `errno'.
568          - `data_socket()' changed to clear `errno' before `bind()'.
569          - `session()' changed to clear `errno' before processing session.
570          - `close_data_socket()' fixed to close both active and passive sockets
571          - Initialize info->data_socket to -1 in `daemon()'
572          - Initialize `fname' to empty string  in `exec_command()'
573
[e6d8fe47]5742001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
577        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
578        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
579        sys/Makefile.am, vm/Makefile.am:
580        Apply include_*HEADERS instead of H_FILES.
581        * include/Makefile.am: Remove.
582        * Makefile.am: Add handling of *.h files.
583        * configure.in: Remove include/Makefile.
584
[809feccc]5852001-01-25      Eric Norum <eric.norum@usask.ca>
586
587        * lib/tftpDriver.c: Reduce first timeout interval.  This
588        improves throughput on systems which are dropping packets. 
589        Only the first timeout is reduced.  This keeps the number
590        of extra packets down on networks that are very busy and
591        dropping lots of packets.
592
[38371dbe]5932001-01-24      Sergei Organov <osv@javad.ru>
594
595        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
596        as listed below:
597          - Timeouts on sockets implemented. 'idle' field added to
598            configuration. No timeout by default to keep backward compatibility.
599            Note: SITE IDLE command not implemented yet.
600          - Basic global access control implemented. 'access' field added to
601            configuration. No access limitations by default to keep backward
602            compatibility.
603          - Anchor data socket for active mode (using self IP and port 20.)
604          - Fixed default data port support (still not tested).
605          - Don't allow IP address different from originating host in
606            PORT command to improve security.
607          - Fixed bug in MDTM command.
608          - Check for correctness of parsing of argument in command_port().
609          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
610            'NAME' is not a directory.
611          - Command parsing a little bit improved: command names are now
612            converted to upper-case to be more compatible with RFC (command
613            names are not case-sensitive.)
614          - Reformat comments so that they have RTEMS look-and-feel.
615          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
616          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
617          - Passive mode implemented, PASV command added.
618          - Default port for data connection could be used (untested, can't find
619            ftp client that doesn't send PORT command)
620          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
621          - Reply codes reviewed and fixed.
622
[3f777d0e]6232001-01-12      Sergei Organov <osv@javad.ru>
624
625        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
626        as listed below:
627            - use pool of pre-created threads to handle sessions instead of
628              creating/deleting threads on the fly
629            - LIST output is now similar to what "/bin/ls -al" would output,
630              thus FTP clients such Netscape are happy with it.
631            - LIST NAME now works (both for files and directories)
632            - added support for NLST, CDUP, and MDTM FTP commands to make
633              more FTP clients happy
634            - keep track of CWD for every session separately
635            - ability to specify root directory name for FTPD in configuration
636              table. FTPD will then create illusion for FTP clients that this
637              is actually root directory.
638            - ignore options sent in commands, thus LIST -al FILE works and
639              doesn't try to list "-al" directory.
640            - buffers are allocated on stack instead of heap where possible to
641              eliminate malloc/free calls (avoid possible heap fragmentation
642              troubles).
643            - drop using of task notepad to pass parameters - use function
644              arguments instead
645            - use snprintf() instead of sprintf() as the latter is unsafe
646            - use of PF_INET in socket() instead of AF_INET
647
648            Here are ftp clients I've tried new FTPD with (all of them
649            running on Debian GNU/Linux 2.2):
650
651                 Lftp 2.1.10
652                 NcFTP 2.4.3
653                 Netscape 4.75
654                 ftp
655                 mc 4.5.49
656
[75ca179]6572001-01-02      Joel Sherrill <joel@OARcorp.com>
658
659        * CHANGELOG: Removed.
660        * README: Merged CHANGELOG contents as initial changes.
661
[407bc8c]6622000-12-14      Eric Norum <eric.norum@usask.ca>
663
664        * lib/tftpDriver.c: Added write capability.
665
[78d6a50]6662000-12-08      Joel Sherrill <joel@OARcorp.com>
667
668        * libc/linkaddr.c: Initialized variable to remove warning.
669        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
670        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
671        that were not used because the code using them was commented out.
672        Removed totally unused variables.
673        * modem/pppcompress.c: Added parentheses to avoid warnings.
674        * pppd/pppmain.c: Removed numerous warnings.
675
[1a94770a]6762000-11-30      Joel Sherrill <joel@OARcorp.com>
677
678        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
679        that is an RTEMS specific header file.
680
[a58638b]6812000-11-30      Joel Sherrill <joel@OARcorp.com>
682
683        * sys/ttycom.h: Moved to lib/include/sys.
684        * Makefile.am: Modified to reflect above.
685
[bcefea16]6862000-11-27      Joel Sherrill <joel@OARcorp.com>
687
688        * libc/res_init.c: Fix typo - adding missing # on include.
689
[f0864664]6902000-11-25      Eric Norum <eric.norum@usask.ca>
691
692        * libc/res_init.c: Move include to avoid compiler dumping core.
693
[a6abd67]6942000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
695
696        * wrapup/Makefile.am: Added modem subdir.
697        * configure.in, Makefile.am: Added modem subdir.
698        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
699        * pppd/Makefile.am: Added pppmain.c (which needs work).
700        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
701        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
702        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
703        Actually main.c and ppp_tty.c should be scratched. The modem
704        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
705
[feead226]7062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
709
[a314d3b4]7102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
713
[3e59793]7142000-10-30      Joel Sherrill <joel@OARcorp.com>
715
716        * POSIX include files merged into newlib.  This resulted in
717        some definitions moving to other files and thus some secondary
718        effects in RTEMS source code.
719        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
720        with newlib's <machine/types.h>.
721        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
722        of struct itimerval in <sys/time.h>.
723
[f36718c]7242000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
727        Switch to GNU canonicalization.
728
[0da0dea]7292000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
730
731        * lib/tftpDriver.c: add comments to handlers struct function pointers.
732        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
733        pointer has been checked against NULL.
734
[552051f]7352000-10-18       Chris Johns <ccj@acm.org>
736
737        * pppd/ipxcp.c: Fixed a typo.
738
[5ff9c088]7392000-09-28      Joel Sherrill <joel@OARcorp.com>
740
741        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
742        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
743        * rtems_webserver/sock.c: Added file missed in merger.
744
[4b60bd3]7452000-09-22      Joel Sherrill <joel@OARcorp.com>
746
747        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
748        rtems_webserver/webmain.c: machine/types.h  should not have
749        included rtems.h.  It is now including precisely the
750        least amount of low level, yet portable .h files to get
751        the basic RTEMS types defined.  This rippled into other
752        files since rtems_bsdnet_internal.h used machine/types.h to include
753        rtems.h.
754
[6e3f4b2]7552000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[9b28bea5]756
[6e3f4b2]757        * ChangeLog: Cleanup.
[9b28bea5]758
[bdcf02d4]7592000-09-05      Joel Sherrill <joel@OARcorp.com>
760
761        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
762        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
763        and to work with the converted flags.
764
[6e3f4b2]7652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
768        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
769        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
770        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
771
[5f117e8]7722000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
773
774        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
775        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
776
[a6b4c0df]7772000-08-31      Joel Sherrill <joel@OARcorp.com>
778
779        * Merged version 2.1 of GoAhead webserver.  This update
780        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
781        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
782        um.c, um.h: New files.
783        * wbase64.c: Removed.
784        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
785        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
786        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
787        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
788
[757e1661]7892000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * netinet/tcp_input.c: Spelling corrections.
792
[82edf48]7932000-08-30      Joel Sherrill <joel@OARcorp.com>
794
795        * rtems_webserver/license.txt: New file.
796
[e94ad1fe]7972000-08-10      Joel Sherrill <joel@OARcorp.com>
798
799        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.