source: rtems/cpukit/libnetworking/ChangeLog @ 99c79c3d

4.104.114.84.95
Last change on this file since 99c79c3d was 76b6085f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/02/02 at 16:27:43

2002-11-02 Ralf Corsepius <corsepiu@…>

  • kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress warning.
  • Property mode set to 100644
File size: 30.9 KB
Line 
12002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress
4        warning.
5
62002-11-01      Joel Sherrill <joel@OARcorp.com>
7
8        * ChangeLog: Corrected.
9
102002-11-01      Eric Norum <eric.norum@usask.ca>
11
12        * nfs/bootp_subr.c, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
13        Till Straumann's patch (PR295) to use bootp option 129 to get
14        command line string.  Till Straumann's patch to change
15        inet_ntoa->inet_ntop.
16
172002-10-31      Joel Sherrill <joel@OARcorp.com>
18
19        * libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings.
20
212002-10-28      Joel Sherrill <joel@OARcorp.com>
22
23        * Pass to eliminate warnings.
24        * kern/uipc_mbuf.c: Conditional SYSINIT() usage on __rtems__.
25        Fix return statement without a value.
26        * lib/ftpfs.c: read and write filesystem routines return ssize_t.
27        * lib/syslog.c: Add include of <string.h> to eliminate warning.
28        * lib/tftpDriver.c: read and write filesystem routines return ssize_t.
29        * libc/gethostbydns.c: Prototype abort().
30        * libc/inet_ntoa.c: Prototype strcpy().
31        * libc/rcmd.c: Add include of <sys/select.h>
32        * net/if_loop.c: Turn token at end of endif to comment.
33        * net/rtsock.c, nfs/bootp_subr.c:  Conditional SYSINIT() usage
34        on __rtems__.
35        * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>.
36        * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and
37        memset() since the BSD code tries to avoid using libc .h files
38        since it is used to being in the kernel.
39        * rtems/rtems_syscall.c: read and write filesystem routines
40        return ssize_t.
41
422002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
45
462002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Remove bogus reference to CHANGELOG.
49
502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * .cvsignore: Reformat.
53        Add autom4te*cache.
54        Remove autom4te.cache.
55
562002-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * net/if_ethersubr.c: Add comments to #endif NETATALK to stop
59        gcc from complaining.
60
612002-10-07      Eric Norum <eric.norum@usask.ca>
62
63        * netinet/tcp_var.h: Corrected typo in ARM alignment patch which
64        broke all other ports.
65
662002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
67
68        * netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c,
69        netinet/tcp_input.c, netinet/tcp_subr.c, netinet/tcp_var.h,
70        sys/queue.h: Address alignment requirements for the ARM.
71
722002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
73
74        * rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and
75        SIOCDIFADDR.
76
772002-10-02      Joel Sherrill <joel@OARcorp.com>
78
79        * kern/uipc_socket.c: Make sure that small non-zero delays work.
80        Suggested cleanup from Eric Norum.
81
822002-10-02      Eric Norum <eric.norum@usask.ca>
83
84        * rtems/mkrootfs.c: As part of PR283, remove redundant code that
85        creates /etc/passwd and /etc/group.
86
872002-09-16      Joel Sherrill <joel@OARcorp.com>
88
89        * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of
90        the IP_FORWARD patch as it appears to not compile in the
91        current tree.
92
932002-09-14      Joel Sherrill <joel@OARcorp.com>
94
95        * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where
96        conversion into ticks can result in a 0 ticks timeout which is
97        the same as requesting no timeout.  Reported by Sergei Organov
98        <osv@javad.ru>.
99
1002002-09-14      Vyacheslav V. Burdjanadze <wr@zelax.ru>
101
102        * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
103        optional UDP broadcast forwarding support.
104        * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
105        broadcast forwarding.
106
1072002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * netinet/in_cksum.c: #include <string.h> for puts in generic
110        routines.
111
1122002-08-20      Eric Norum <eric.norum@usask.ca>
113
114        * rtems/rtems_glue.c: Per PR270, the BSD network code expects that
115        the value of the number of seconds since boot is non-zero.  The
116        RTEMS network initialization code assures this by waiting for a
117        second.  A more efficient technique is to simply wait until the
118        number of seconds since boot is non-zero.
119
1202002-08-09      Joel Sherrill <joel@OARcorp.com>
121
122        * libc/getservent.c: Per PR265, add  #include <netinet/in.h> for
123        ntohl() function.
124
1252002-08-07      Joel Sherrill <joel@OARcorp.com>
126
127        * netinet/in.h: Per PR263, added include of <machine/endian.h>
128        to <netinet/in.h> so it includes prototypes of ntohl() family
129        of routines.
130
1312002-08-01      Joel Sherrill <joel@OARcorp.com>
132
133        * machine/param.h, sys/syslimits.h: In the continued effort to
134        eliminate .h conflicts between newlib and RTEMS, these were moved to
135        newlib.
136        * machine/Makefile.am, sys/Makefile.am: Reflect above.
137
1382002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Don't install.
141
1422002-07-30      Joel Sherrill <joel@OARcorp.com>
143
144        * sys/param.h: Removed as a simpler version of this file is
145        now part of the RTEMS newlib support.
146        * sys/Makefile.am: Modified to reflect above. 
147
1482002-07-30      Joel Sherrill <joel@OARcorp.com>
149
150        * machine/types.h: Removed as a simpler version of this file is
151        now part of the RTEMS newlib support.
152        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
153        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
154        Minor modifications to use the simpler machine/types.h.  Mostly
155        more complete sets of #include's to account for machine/types.h
156        no longer doing this.
157
1582002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
159
160        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
161        support.
162
1632002-07-24      Joel Sherrill <joel@OARcorp.com>
164
165        * sys/select.h: Add a prototype of select() to avoid warnings.
166        In particular a C++ application using select() required a prototype.
167
1682002-07-24      Joel Sherrill <joel@OARcorp.com>
169
170        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
171        since RTEMS does not support it.
172
1732002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
176        * lib/Makefile.am: Ditto.
177        * libc/Makefile.am: Ditto.
178        * net/Makefile.am: Ditto.
179        * netinet/Makefile.am: Ditto.
180        * nfs/Makefile.am: Ditto.
181        * rtems/Makefile.am: Ditto.
182        * wrapup/Makefile.am: Ditto.
183
1842002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * kern/Makefile.am: Eliminate LIBNAME.
187        * lib/Makefile.am: Ditto.
188        * libc/Makefile.am: Ditto.
189        * net/Makefile.am: Ditto.
190        * netinet/Makefile.am: Ditto.
191        * nfs/Makefile.am: Ditto.
192        * rtems/Makefile.am: Ditto.
193        * wrapup/Makefile.am: Use project_libdir instead of
194        $(PROJECT_RELEASE)/lib.
195
1962002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
197
198        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
199        Modified to added packed attribute.o
200
2012002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: RTEMS_TOP(../..).
204
2052002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Remove RTEMS_PROJECT_ROOT.
208
2092002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
210
211        * Addition of a ftp client filesystem, comparable to the tftp one.
212        * lib/ftpfs.c, rtems/ftpfs.h: New files.
213        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
214
2152002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
218        Add AC_PROG_RANLIB.
219
2202002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
223
2242002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Remove commented out net-apps.
227
2282002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
231        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
232        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
233        Use ../aclocal.
234        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
235        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
236        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
237        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
238        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
239        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
240        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
241        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
242        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
243        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
244
2452002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
248
2492002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
252          Remove RTEMS_ENABLE_POSIX.
253          Remove RTEMS_CHECK_CUSTOM_BSP.
254          Remove RTEMS_ENABLE_POSIX.
255
2562002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        Relocate c/src/libnetworking.
259        * Makefile.am: Reflect moval.
260        * machine/Makefile.am: Ditto.
261        * net/Makefile.am: Ditto.
262        * lib/Makefile.am: Ditto.
263        * netinet/Makefile.am: Ditto.
264        * vm/Makefile.am: Ditto.
265        * libc/Makefile.am: Ditto.
266        * sys/Makefile.am: Ditto.
267        * arpa/Makefile.am: Ditto.
268        * nfs/Makefile.am: Ditto.
269        * kern/Makefile.am: Ditto.
270        * rtems/Makefile.am: Ditto.
271        * configure.ac: Dittp.
272        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
273
2742002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
277
2782002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
281        * rtems/mkrootfs.h: Ditto.
282        * rtems/Makefile.am: Reflect changes above.
283
2842002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * sys/ioctl.h: Remove.
287        * sys/sockio.h: Remove.
288        * sys/filio.h: Remove.
289        * sys/Makefile.am: Reflect changes above.
290
2912001-05-14      Joel Sherrill <joel@OARcorp.com>
292
293        * ChangeLog: Corrected -- entry should have been in libchip.
294 
2952002-05-01      Eric Norum <eric.norum@usask.ca>
296
297        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
298        to satisfy gcc 3.1 and newer.
299
3002002-04-26      Eric Norum <eric.norum@usask.ca>
301
302        * netinet/in_cksum_i386.c: Add volatile so the more agressive
303        optimization in gcc 3.1 does not reorder things.
304
3052002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * pppd/utils.c: Adapt to gcc-3.x.
308
3092002-04-11      Chris Johns <ccj@acm.org>
310
311        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
312        the drv_ctrl driver control block field to the ifconfig network driver
313        structure. This field is needed by the i82586 driver which was ported
314        from NetBSD as it had better hardware abstraction.
315
3162002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * ChangeLog: Fix dates.
319
3202002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * libc/rcmd.c: Replace __rtems w/ __rtems__.
323
3242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac:
327        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
328        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
329        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
346
3472002-03-27      Thomas.Doerfler@imd-systems.de
348
349        * PR144
350        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
351        0 when called for the first time. This is done when trying to clear
352        the variable "dhcp_hostname".
353
3542002-03-27      Ilya Alexeev <ilya@continuum.ru>
355
356        * PR162
357        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
358        variables must not be used in a device write routines.  Now
359        ppp_softc structure have own character for writing to device
360        (sc_outchar).  I think that converting local variables to static
361        is not a right solution, because problems will occur in the case
362        of two or more ppp instances.
363        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
364        u_long, otherwise in the case of the big output packet endless
365        loop may occur.
366
3672002-03-21      Ilya Alexeev <ilya@continuum.ru>
368
369        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
370        PPPD connections.
371
3722001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
373
374        * PR158
375        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
376        commenting out the parts that deal with signals.  This enables
377        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
378        The 'server-side' parts of this file which deal with authentication
379        are disabled since they are not needed.
380
3812002-02-27      Ilya Alexeev <ilya@continuum.ru>
382
383        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
384        pppd/sys-rtems.c: Add server with pap-authorization
385        capabilities as well as eliminate some warnings.
386
3872002-02-27      Eric Norum <eric.norum@usask.ca>
388
389        * net/radix.c: Properly handle fetching the default route when there
390        is no route.  This was a bug in the original FreeBSD code and this
391        fix is from an updated version of their code.
392
3932002-02-01      Mike Siers <mikes@poliac.com>
394
395        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
396        the link down too fast.
397        NOTE: Mike reports successfully running at 56K baud on a direct link.
398
3992002-01-31      Mike Siers <mikes@poliac.com>
400
401        * pppd/rtemsdialer.h: New file missed in previous commit.
402
4032002-01-31      Mike Siers <mikes@poliac.com>
404
405        * Nice Update of PPPD support which eliminates the
406        requiremetn that drivers be in the termios TASK_DRIVEN mode.
407        Mike did significant testing and reports that it seems to be
408        more stable and handle larger packets better.  This patch
409        replaces the termios tasks with more general pppd network
410        driver tasks.  The functions pppinput() and pppstart() get
411        called from the interrupt service routine.
412        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
413        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
414        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
415        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
416        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
417        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
418        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
419        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
420        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
421        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
422        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
423        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
424        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
425        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
426        pppd/upap.h, pppd/utils.c, pppd/example/README,
427        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
428        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
429        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
430        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
431        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
432
4332002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * rtems_telnetd/pty.c: Move config.h to were it belongs.
436        Remove printf (Reported by Till Straumann
437        <strauman@SLAC.Stanford.EDU>).
438
4392002-02-16      Eric Norum <eric.norum@usask.ca>
440
441        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
442
4432002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * pppd/sys-rtems.c: Remove unused variable status from
446        dodefaultroute.
447
4482002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
451        <rtems/seterr.h>.
452
453
4542001-12-18      Eric Norum <eric.norum@usask.ca>
455
456        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
457        (path names with a / at the end) while disallowing open() operations
458        on TFTP `directories'.
459
4602001-12-07      Eric Norum <eric.norum@usask.ca>
461
462        * lib/tftpDriver.c: Restore write capability.
463
4642001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * arpa/Makefile.am: Remove stray lines.
467
4682001-10-18      Eric Norum <eric.norum@usask.ca>
469
470        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
471        open() operations within the TFTP file system.
472
4732001-10-12      Mike Siers <mikes@poliac.com>
474
475        * Update to stable working state.  Congratulations Mike! :)
476        * modem_example: Directory removed.
477        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
478        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
479        modem_example/pppcompress.c: Files removed.
480        * pppd/example/pppd.options: New file.
481        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
482        pppd/pppd.h, pppd/rtemsmain.c: Updated.
483
4842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
487        * configure.in: Remove.
488        * configure.ac: New file, generated from configure.in by autoupdate.
489
4902001-09-27      Eric Norum <eric.norum@usask.ca>
491
492        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
493        filesystem.
494
4952001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
498        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
499        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
500        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
501        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
502        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
503        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
504        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
505        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
506        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
507        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
508        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
509
5102001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
513
5142001-09-19      Eric Norum <eric.norum@usask.ca>
515
516        * lib/tftpDriver.c: Add some debugging capability.
517
5182001-09-19      Chris Johns <ccj@acm.org>
519
520        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
521        rtems/rtems_bsdnet_internal.h Added support for populating the
522        initial "root" filesystem with information obtained via the DHCP
523        response.
524
5252001-08-16      Mike Siers <mikes@poliac.com>
526
527        * pppd/STATUS: Updated by Joel based upon email from Mike.
528        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
529        functionality that has not even been compiled under RTEMS yet.
530
5312001-08-16      Joel Sherrill <joel@OARcorp.com>
532
533        * pppd/example/Makefile: Removed.
534        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
535        avoid bootstrap -c clobbering it.
536
5372001-08-16      Mike Siers <mikes@poliac.com>
538
539        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
540        application.  Mike's notes on the modifications:
541           - renamed error() function because of namespace problems
542           - removed calls to the exit() funciton
543           - removed extra files from the pppd source directory
544           - defined pppd task constant values in rtemspppd.h
545           - modifyied example code to get actual tick per second value
546           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
547           directory
548        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
549        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
550        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
551        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
552        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
553        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
554        New files.
555        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
556        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
557        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
558        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
559        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
560        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
561        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
562
5632001-08-16      Joel Sherrill <joel@OARcorp.com>
564
565        * rtems_telnetd/.cvsignore: New file.
566
5672001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
568
569        * Makefile.am, configure.in, rtems_servers/Makefile.am,
570        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
571        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
572        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
573        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
574          - pty and telnetd have a new subdir rtems_telnetd to avoid
575            the side effect when ftpd change.
576          - the tcp/ip stats have been implemented into icmds.c and
577            started when telnetd daemon is started.
578        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
579        * rtems_telnetd: New directory.
580        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
581        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
582        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
583
5842001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * rtems_servers/Makefile.am: Deleted blank lines.
587
5882001-06-14      Joel Sherrill <joel@OARcorp.com>
589
590        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
591        so the network stack to address network depenendency.
592        * rtems_servers/Makefile.am: Modified to reflect above.
593
5942001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
597
5982001-04-24      Eric Norum <eric.norum@usask.ca>
599
600        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
601        synchronization a little more robust -- no NTP daemon yet, but
602        at least it trys a little harder when the primary NTP server is down.
603
6042001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
605
606        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
607        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
608        Polish comments and other strings into English
609        * pppd/STATUS: updated to reflect the changes
610
6112001-04-20      Jake Janovetz <janovetz@uiuc.edu>
612
613        * rtems_servers/ftpd.c: Correct argument so hooks work again.
614
6152001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
616
617        * include/.cvsignore: Remove dangling file.
618
6192001-01-31        Sergei Organov <osv@javad.ru>
620
621        * rtems_servers/ftp.d: Following changes:
622          - Hacks with current dir and root dir removed in favor of new libio
623            support for task-local current and root directories.
624          - Bug in `close_data_socket()' introduced by previous change fixed.
625          - `command_pasv()' changed to set timeout on socket we are listening
626            on and code fixed to don't close socket twice on error.
627          - `serr()' changed to clear `errno'.
628          - `data_socket()' changed to clear `errno' before `bind()'.
629          - `session()' changed to clear `errno' before processing session.
630          - `close_data_socket()' fixed to close both active and passive sockets
631          - Initialize info->data_socket to -1 in `daemon()'
632          - Initialize `fname' to empty string  in `exec_command()'
633
6342001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
637        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
638        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
639        sys/Makefile.am, vm/Makefile.am:
640        Apply include_*HEADERS instead of H_FILES.
641        * include/Makefile.am: Remove.
642        * Makefile.am: Add handling of *.h files.
643        * configure.in: Remove include/Makefile.
644
6452001-01-25      Eric Norum <eric.norum@usask.ca>
646
647        * lib/tftpDriver.c: Reduce first timeout interval.  This
648        improves throughput on systems which are dropping packets. 
649        Only the first timeout is reduced.  This keeps the number
650        of extra packets down on networks that are very busy and
651        dropping lots of packets.
652
6532001-01-24      Sergei Organov <osv@javad.ru>
654
655        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
656        as listed below:
657          - Timeouts on sockets implemented. 'idle' field added to
658            configuration. No timeout by default to keep backward compatibility.
659            Note: SITE IDLE command not implemented yet.
660          - Basic global access control implemented. 'access' field added to
661            configuration. No access limitations by default to keep backward
662            compatibility.
663          - Anchor data socket for active mode (using self IP and port 20.)
664          - Fixed default data port support (still not tested).
665          - Don't allow IP address different from originating host in
666            PORT command to improve security.
667          - Fixed bug in MDTM command.
668          - Check for correctness of parsing of argument in command_port().
669          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
670            'NAME' is not a directory.
671          - Command parsing a little bit improved: command names are now
672            converted to upper-case to be more compatible with RFC (command
673            names are not case-sensitive.)
674          - Reformat comments so that they have RTEMS look-and-feel.
675          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
676          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
677          - Passive mode implemented, PASV command added.
678          - Default port for data connection could be used (untested, can't find
679            ftp client that doesn't send PORT command)
680          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
681          - Reply codes reviewed and fixed.
682
6832001-01-12      Sergei Organov <osv@javad.ru>
684
685        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
686        as listed below:
687            - use pool of pre-created threads to handle sessions instead of
688              creating/deleting threads on the fly
689            - LIST output is now similar to what "/bin/ls -al" would output,
690              thus FTP clients such Netscape are happy with it.
691            - LIST NAME now works (both for files and directories)
692            - added support for NLST, CDUP, and MDTM FTP commands to make
693              more FTP clients happy
694            - keep track of CWD for every session separately
695            - ability to specify root directory name for FTPD in configuration
696              table. FTPD will then create illusion for FTP clients that this
697              is actually root directory.
698            - ignore options sent in commands, thus LIST -al FILE works and
699              doesn't try to list "-al" directory.
700            - buffers are allocated on stack instead of heap where possible to
701              eliminate malloc/free calls (avoid possible heap fragmentation
702              troubles).
703            - drop using of task notepad to pass parameters - use function
704              arguments instead
705            - use snprintf() instead of sprintf() as the latter is unsafe
706            - use of PF_INET in socket() instead of AF_INET
707
708            Here are ftp clients I've tried new FTPD with (all of them
709            running on Debian GNU/Linux 2.2):
710
711                 Lftp 2.1.10
712                 NcFTP 2.4.3
713                 Netscape 4.75
714                 ftp
715                 mc 4.5.49
716
7172001-01-02      Joel Sherrill <joel@OARcorp.com>
718
719        * CHANGELOG: Removed.
720        * README: Merged CHANGELOG contents as initial changes.
721
7222000-12-14      Eric Norum <eric.norum@usask.ca>
723
724        * lib/tftpDriver.c: Added write capability.
725
7262000-12-08      Joel Sherrill <joel@OARcorp.com>
727
728        * libc/linkaddr.c: Initialized variable to remove warning.
729        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
730        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
731        that were not used because the code using them was commented out.
732        Removed totally unused variables.
733        * modem/pppcompress.c: Added parentheses to avoid warnings.
734        * pppd/pppmain.c: Removed numerous warnings.
735
7362000-11-30      Joel Sherrill <joel@OARcorp.com>
737
738        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
739        that is an RTEMS specific header file.
740
7412000-11-30      Joel Sherrill <joel@OARcorp.com>
742
743        * sys/ttycom.h: Moved to lib/include/sys.
744        * Makefile.am: Modified to reflect above.
745
7462000-11-27      Joel Sherrill <joel@OARcorp.com>
747
748        * libc/res_init.c: Fix typo - adding missing # on include.
749
7502000-11-25      Eric Norum <eric.norum@usask.ca>
751
752        * libc/res_init.c: Move include to avoid compiler dumping core.
753
7542000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
755
756        * wrapup/Makefile.am: Added modem subdir.
757        * configure.in, Makefile.am: Added modem subdir.
758        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
759        * pppd/Makefile.am: Added pppmain.c (which needs work).
760        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
761        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
762        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
763        Actually main.c and ppp_tty.c should be scratched. The modem
764        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
765
7662000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
769
7702000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
773
7742000-10-30      Joel Sherrill <joel@OARcorp.com>
775
776        * POSIX include files merged into newlib.  This resulted in
777        some definitions moving to other files and thus some secondary
778        effects in RTEMS source code.
779        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
780        with newlib's <machine/types.h>.
781        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
782        of struct itimerval in <sys/time.h>.
783
7842000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
785
786        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
787        Switch to GNU canonicalization.
788
7892000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
790
791        * lib/tftpDriver.c: add comments to handlers struct function pointers.
792        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
793        pointer has been checked against NULL.
794
7952000-10-18       Chris Johns <ccj@acm.org>
796
797        * pppd/ipxcp.c: Fixed a typo.
798
7992000-09-28      Joel Sherrill <joel@OARcorp.com>
800
801        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
802        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
803        * rtems_webserver/sock.c: Added file missed in merger.
804
8052000-09-22      Joel Sherrill <joel@OARcorp.com>
806
807        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
808        rtems_webserver/webmain.c: machine/types.h  should not have
809        included rtems.h.  It is now including precisely the
810        least amount of low level, yet portable .h files to get
811        the basic RTEMS types defined.  This rippled into other
812        files since rtems_bsdnet_internal.h used machine/types.h to include
813        rtems.h.
814
8152000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * ChangeLog: Cleanup.
818
8192000-09-05      Joel Sherrill <joel@OARcorp.com>
820
821        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
822        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
823        and to work with the converted flags.
824
8252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
828        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
829        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
830        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
831
8322000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
833
834        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
835        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
836
8372000-08-31      Joel Sherrill <joel@OARcorp.com>
838
839        * Merged version 2.1 of GoAhead webserver.  This update
840        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
841        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
842        um.c, um.h: New files.
843        * wbase64.c: Removed.
844        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
845        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
846        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
847        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
848
8492000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850
851        * netinet/tcp_input.c: Spelling corrections.
852
8532000-08-30      Joel Sherrill <joel@OARcorp.com>
854
855        * rtems_webserver/license.txt: New file.
856
8572000-08-10      Joel Sherrill <joel@OARcorp.com>
858
859        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.