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

4.104.114.84.95
Last change on this file since 9eadce0 was 9eadce0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/18/02 at 02:21:19

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

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