source: rtems/cpukit/libnetworking/ChangeLog @ 8361b50

4.104.114.84.95
Last change on this file since 8361b50 was 47c0220, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/19/02 at 22:23:50

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

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