source: rtems/cpukit/libnetworking/ChangeLog @ fa87598

4.104.114.84.95
Last change on this file since fa87598 was fa87598, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/25/02 at 04:36:19

2002-10-25 Ralf Corsepius <corsepiu@…>

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