source: rtems/cpukit/libnetworking/ChangeLog @ 450a06c

4.104.114.84.95
Last change on this file since 450a06c was 450a06c, checked in by Joel Sherrill <joel.sherrill@…>, on 01/28/03 at 14:16:25

2003-01-28 Joel Sherrill <joel@…>

  • Makefile.am: Add kern/kern_sysctl.c to Makefile.am so networking tests build. This was subsequently reported as PR337 before I committed the fix.
  • Property mode set to 100644
File size: 35.3 KB
Line 
12003-01-28      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Add kern/kern_sysctl.c to Makefile.am so networking
4        tests build. This was subsequently reported as PR337 before I
5        committed the fix.
6
72003-01-27      Till Straumann <strauman@SLAC.Stanford.edu>
8
9        * libc/getproto.c, libc/getprotoname.c: modification to call
10        getprotoent_static() if fopen() on /etc/protocols fails.
11
122003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * netinet/tcp_subr.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
15        INP_LOCK, INP_UNLOCK macros.
16        * netinet/udp_usrreq.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
17        INP_LOCK, INP_UNLOCK macros.
18
192003-01-03      Jitendra Vegiraju <jvegiraju@netscape.net>
20
21        * sys/queue.h: Fix alignment problem on ARM.
22
232003-01-03      Chris Johns <cjohns@cybertec.com.au>
24
25        * Makefile.am: Added sys/linker_set.h
26        * kern/Makefile.am: Added kern_mib.c and kern_sysctl.c.
27        * kern/uipc_socket.c: OID changed from KERN_SOMAXCONN to KIPC_SOMAXCONN.
28        * kern/uipc_socket2.c: OID changed from KERN_MAXSOCKBUF to
29        KIPC_MAXSOCKBUF.
30        * net/if_ethersubr.c: FreeBSD 2.2.2 does not have a _net_link node
31        while 5.0 does.
32        * net/if_ppp.c: Removed the TEXT_SET define as these macros are
33        now implemented.
34        * net/rtsock.c: Enable sysctl support plus fix the bug with the
35        lastest FreeBSD sysctl header file.
36        * netinet/icmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_icmp
37        node while 5.0 does.
38        * netinet/if_ether.c: FreeBSD 2.2.2 does not have a _net_link_ether
39        node while 5.0 does.
40        * netinet/igmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_igmp
41        node while 5.0 does.
42        * netinet/in_pcb.c: Fixed the arguments to the sysctl call. Add
43        inp_gencnt and ipi_count. These are used when listing connections.
44        * netinet/in_pcb.h: Added counters to aid the listing of connections.
45        * netinet/in_var.h: Provide the _net_inet_ip and _net_inet_raw nodes.
46        * netinet/ip_fw.c: Disable the firewall sysctl calls.
47        * netinet/tcp_subr.c: Merge tcp_pcblist from the lastest FreeBSD source.
48        * netinet/tcp_var.h: Add structures needed by net-snmp to list
49        connections.
50        * netinet/udp_usrreq.c: Merged udp_pcblist from the lastest FreeBSD
51        source.
52        * netinet/udp_var.h: Added the sysctl id UDPCTL_PCBLIST. Used by
53        net-snmp.
54        * rtems_glue.c: Call sysctl_register_all when initialising the
55        network stack to register all the sysctl calls. These are in the
56        special sections and required an updated linker script.
57        * rtems/rtems_syscall.c: Add the sysctl call.
58        * sys/kernel.h: Use the lastest FreeBSD method of handling sysctl
59        structures.  This now held in the sys/linker_set.h file.
60        * sys/queue.h: This is from the lastest FreeBSD code with the circular
61        code merged back in as it is not used in the lastest FreeBSD kernel.
62        * sys/sysctl.h: The lastest sysctl. This was needed to use with the new
63        linker set method. The FreeBSD 2.2.2 version has asm hacks. The lastest
64        version of the FreeBSD does not have these hacks. It uses gcc attribute
65        directives.
66
672002-12-18      Eric Norum <eric.norum@usask.ca>
68        * Makefile.am: Include netinet sources.
69
702002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Merge-in kern/Makefile.am, net/Makefile.am,
73        netinet/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
74        rtems/Makefile.am.
75        * kern/Makefile.am: Remove.
76        * net/Makefile.am: Remove.
77        * netinet/Makefile.am: Remove.
78        * nfs/Makefile.am: Remove.
79        * rtems/Makefile.am: Remove.
80        * wrapup/Makefile.am: Reflect changes above.
81        * configure.ac: Ditto.
82
832002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * kern/Makefile.am: Remove C_O_FILES;
86        Don't let all-local depend on $OBJS)
87        * lib/Makefile.am: Ditto.
88        * libc/Makefile.am: Ditto.
89        * net/Makefile.am: Ditto.
90        * netinet/Makefile.am: Ditto.
91        * nfs/Makefile.am: Ditto.
92        * rtems/Makefile.am: Ditto.
93
942002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Fix package name.
97
982002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Merge-in HEADER-handling from
101        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am.
102        * net/Makefile.am: Remove *_HEADERS.
103        * netinet/Makefile.am: Remove *_HEADERS.
104        * nfs/Makefile.am: Remove *_HEADERS.
105
1062002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Merge-in arpa/Makefile.am, machine/Makefile.am,
109        sys/Makefile.am, vm/Makefile.am.
110        Add . to SUBDIRS.
111        * arpa/Makefile.am: Remove.
112        * machine/Makefile.am: Remove.
113        * sys/Makefile.am: Remove.
114        * vm/Makefile.am: Remove.
115        * configure.ac: Reflect changes above.
116
1172002-11-06      Chris Johns <ccj@acm.org>
118
119        * sys/select.h: Add C++ to C external.
120
1212002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress
124        warning.
125
1262002-11-01      Joel Sherrill <joel@OARcorp.com>
127
128        * ChangeLog: Corrected.
129
1302002-11-01      Eric Norum <eric.norum@usask.ca>
131
132        * nfs/bootp_subr.c, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
133        Till Straumann's patch (PR295) to use bootp option 129 to get
134        command line string.  Till Straumann's patch to change
135        inet_ntoa->inet_ntop.
136
1372002-10-31      Joel Sherrill <joel@OARcorp.com>
138
139        * libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings.
140
1412002-10-28      Joel Sherrill <joel@OARcorp.com>
142
143        * Pass to eliminate warnings.
144        * kern/uipc_mbuf.c: Conditional SYSINIT() usage on __rtems__.
145        Fix return statement without a value.
146        * lib/ftpfs.c: read and write filesystem routines return ssize_t.
147        * lib/syslog.c: Add include of <string.h> to eliminate warning.
148        * lib/tftpDriver.c: read and write filesystem routines return ssize_t.
149        * libc/gethostbydns.c: Prototype abort().
150        * libc/inet_ntoa.c: Prototype strcpy().
151        * libc/rcmd.c: Add include of <sys/select.h>
152        * net/if_loop.c: Turn token at end of endif to comment.
153        * net/rtsock.c, nfs/bootp_subr.c:  Conditional SYSINIT() usage
154        on __rtems__.
155        * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>.
156        * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and
157        memset() since the BSD code tries to avoid using libc .h files
158        since it is used to being in the kernel.
159        * rtems/rtems_syscall.c: read and write filesystem routines
160        return ssize_t.
161
1622002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
165
1662002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Remove bogus reference to CHANGELOG.
169
1702002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * .cvsignore: Reformat.
173        Add autom4te*cache.
174        Remove autom4te.cache.
175
1762002-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * net/if_ethersubr.c: Add comments to #endif NETATALK to stop
179        gcc from complaining.
180
1812002-10-07      Eric Norum <eric.norum@usask.ca>
182
183        * netinet/tcp_var.h: Corrected typo in ARM alignment patch which
184        broke all other ports.
185
1862002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
187
188        * netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c,
189        netinet/tcp_input.c, netinet/tcp_subr.c, netinet/tcp_var.h,
190        sys/queue.h: Address alignment requirements for the ARM.
191
1922002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
193
194        * rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and
195        SIOCDIFADDR.
196
1972002-10-02      Joel Sherrill <joel@OARcorp.com>
198
199        * kern/uipc_socket.c: Make sure that small non-zero delays work.
200        Suggested cleanup from Eric Norum.
201
2022002-10-02      Eric Norum <eric.norum@usask.ca>
203
204        * rtems/mkrootfs.c: As part of PR283, remove redundant code that
205        creates /etc/passwd and /etc/group.
206
2072002-09-16      Joel Sherrill <joel@OARcorp.com>
208
209        * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of
210        the IP_FORWARD patch as it appears to not compile in the
211        current tree.
212
2132002-09-14      Joel Sherrill <joel@OARcorp.com>
214
215        * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where
216        conversion into ticks can result in a 0 ticks timeout which is
217        the same as requesting no timeout.  Reported by Sergei Organov
218        <osv@javad.ru>.
219
2202002-09-14      Vyacheslav V. Burdjanadze <wr@zelax.ru>
221
222        * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
223        optional UDP broadcast forwarding support.
224        * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
225        broadcast forwarding.
226
2272002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * netinet/in_cksum.c: #include <string.h> for puts in generic
230        routines.
231
2322002-08-20      Eric Norum <eric.norum@usask.ca>
233
234        * rtems/rtems_glue.c: Per PR270, the BSD network code expects that
235        the value of the number of seconds since boot is non-zero.  The
236        RTEMS network initialization code assures this by waiting for a
237        second.  A more efficient technique is to simply wait until the
238        number of seconds since boot is non-zero.
239
2402002-08-09      Joel Sherrill <joel@OARcorp.com>
241
242        * libc/getservent.c: Per PR265, add  #include <netinet/in.h> for
243        ntohl() function.
244
2452002-08-07      Joel Sherrill <joel@OARcorp.com>
246
247        * netinet/in.h: Per PR263, added include of <machine/endian.h>
248        to <netinet/in.h> so it includes prototypes of ntohl() family
249        of routines.
250
2512002-08-01      Joel Sherrill <joel@OARcorp.com>
252
253        * machine/param.h, sys/syslimits.h: In the continued effort to
254        eliminate .h conflicts between newlib and RTEMS, these were moved to
255        newlib.
256        * machine/Makefile.am, sys/Makefile.am: Reflect above.
257
2582002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * wrapup/Makefile.am: Don't install.
261
2622002-07-30      Joel Sherrill <joel@OARcorp.com>
263
264        * sys/param.h: Removed as a simpler version of this file is
265        now part of the RTEMS newlib support.
266        * sys/Makefile.am: Modified to reflect above. 
267
2682002-07-30      Joel Sherrill <joel@OARcorp.com>
269
270        * machine/types.h: Removed as a simpler version of this file is
271        now part of the RTEMS newlib support.
272        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
273        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
274        Minor modifications to use the simpler machine/types.h.  Mostly
275        more complete sets of #include's to account for machine/types.h
276        no longer doing this.
277
2782002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
279
280        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
281        support.
282
2832002-07-24      Joel Sherrill <joel@OARcorp.com>
284
285        * sys/select.h: Add a prototype of select() to avoid warnings.
286        In particular a C++ application using select() required a prototype.
287
2882002-07-24      Joel Sherrill <joel@OARcorp.com>
289
290        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
291        since RTEMS does not support it.
292
2932002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
296        * lib/Makefile.am: Ditto.
297        * libc/Makefile.am: Ditto.
298        * net/Makefile.am: Ditto.
299        * netinet/Makefile.am: Ditto.
300        * nfs/Makefile.am: Ditto.
301        * rtems/Makefile.am: Ditto.
302        * wrapup/Makefile.am: Ditto.
303
3042002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * kern/Makefile.am: Eliminate LIBNAME.
307        * lib/Makefile.am: Ditto.
308        * libc/Makefile.am: Ditto.
309        * net/Makefile.am: Ditto.
310        * netinet/Makefile.am: Ditto.
311        * nfs/Makefile.am: Ditto.
312        * rtems/Makefile.am: Ditto.
313        * wrapup/Makefile.am: Use project_libdir instead of
314        $(PROJECT_RELEASE)/lib.
315
3162002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
317
318        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
319        Modified to added packed attribute.o
320
3212002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: RTEMS_TOP(../..).
324
3252002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Remove RTEMS_PROJECT_ROOT.
328
3292002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
330
331        * Addition of a ftp client filesystem, comparable to the tftp one.
332        * lib/ftpfs.c, rtems/ftpfs.h: New files.
333        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
334
3352002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
338        Add AC_PROG_RANLIB.
339
3402002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
343
3442002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Remove commented out net-apps.
347
3482002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
351        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
352        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
353        Use ../aclocal.
354        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
355        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
356        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
357        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
358        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
359        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
360        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
361        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
362        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
363        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
364
3652002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
368
3692002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
372          Remove RTEMS_ENABLE_POSIX.
373          Remove RTEMS_CHECK_CUSTOM_BSP.
374          Remove RTEMS_ENABLE_POSIX.
375
3762002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        Relocate c/src/libnetworking.
379        * Makefile.am: Reflect moval.
380        * machine/Makefile.am: Ditto.
381        * net/Makefile.am: Ditto.
382        * lib/Makefile.am: Ditto.
383        * netinet/Makefile.am: Ditto.
384        * vm/Makefile.am: Ditto.
385        * libc/Makefile.am: Ditto.
386        * sys/Makefile.am: Ditto.
387        * arpa/Makefile.am: Ditto.
388        * nfs/Makefile.am: Ditto.
389        * kern/Makefile.am: Ditto.
390        * rtems/Makefile.am: Ditto.
391        * configure.ac: Dittp.
392        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
393
3942002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
397
3982002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
401        * rtems/mkrootfs.h: Ditto.
402        * rtems/Makefile.am: Reflect changes above.
403
4042002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * sys/ioctl.h: Remove.
407        * sys/sockio.h: Remove.
408        * sys/filio.h: Remove.
409        * sys/Makefile.am: Reflect changes above.
410
4112001-05-14      Joel Sherrill <joel@OARcorp.com>
412
413        * ChangeLog: Corrected -- entry should have been in libchip.
414 
4152002-05-01      Eric Norum <eric.norum@usask.ca>
416
417        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
418        to satisfy gcc 3.1 and newer.
419
4202002-04-26      Eric Norum <eric.norum@usask.ca>
421
422        * netinet/in_cksum_i386.c: Add volatile so the more agressive
423        optimization in gcc 3.1 does not reorder things.
424
4252002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * pppd/utils.c: Adapt to gcc-3.x.
428
4292002-04-11      Chris Johns <ccj@acm.org>
430
431        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
432        the drv_ctrl driver control block field to the ifconfig network driver
433        structure. This field is needed by the i82586 driver which was ported
434        from NetBSD as it had better hardware abstraction.
435
4362002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * ChangeLog: Fix dates.
439
4402002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * libc/rcmd.c: Replace __rtems w/ __rtems__.
443
4442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac:
447        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
448        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
449        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
450        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
451        * Makefile.am: Remove AUTOMAKE_OPTIONS.
452        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
453        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
466
4672002-03-27      Thomas.Doerfler@imd-systems.de
468
469        * PR144
470        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
471        0 when called for the first time. This is done when trying to clear
472        the variable "dhcp_hostname".
473
4742002-03-27      Ilya Alexeev <ilya@continuum.ru>
475
476        * PR162
477        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
478        variables must not be used in a device write routines.  Now
479        ppp_softc structure have own character for writing to device
480        (sc_outchar).  I think that converting local variables to static
481        is not a right solution, because problems will occur in the case
482        of two or more ppp instances.
483        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
484        u_long, otherwise in the case of the big output packet endless
485        loop may occur.
486
4872002-03-21      Ilya Alexeev <ilya@continuum.ru>
488
489        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
490        PPPD connections.
491
4922001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
493
494        * PR158
495        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
496        commenting out the parts that deal with signals.  This enables
497        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
498        The 'server-side' parts of this file which deal with authentication
499        are disabled since they are not needed.
500
5012002-02-27      Ilya Alexeev <ilya@continuum.ru>
502
503        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
504        pppd/sys-rtems.c: Add server with pap-authorization
505        capabilities as well as eliminate some warnings.
506
5072002-02-27      Eric Norum <eric.norum@usask.ca>
508
509        * net/radix.c: Properly handle fetching the default route when there
510        is no route.  This was a bug in the original FreeBSD code and this
511        fix is from an updated version of their code.
512
5132002-02-01      Mike Siers <mikes@poliac.com>
514
515        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
516        the link down too fast.
517        NOTE: Mike reports successfully running at 56K baud on a direct link.
518
5192002-01-31      Mike Siers <mikes@poliac.com>
520
521        * pppd/rtemsdialer.h: New file missed in previous commit.
522
5232002-01-31      Mike Siers <mikes@poliac.com>
524
525        * Nice Update of PPPD support which eliminates the
526        requiremetn that drivers be in the termios TASK_DRIVEN mode.
527        Mike did significant testing and reports that it seems to be
528        more stable and handle larger packets better.  This patch
529        replaces the termios tasks with more general pppd network
530        driver tasks.  The functions pppinput() and pppstart() get
531        called from the interrupt service routine.
532        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
533        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
534        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
535        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
536        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
537        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
538        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
539        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
540        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
541        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
542        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
543        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
544        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
545        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
546        pppd/upap.h, pppd/utils.c, pppd/example/README,
547        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
548        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
549        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
550        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
551        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
552
5532002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * rtems_telnetd/pty.c: Move config.h to were it belongs.
556        Remove printf (Reported by Till Straumann
557        <strauman@SLAC.Stanford.EDU>).
558
5592002-02-16      Eric Norum <eric.norum@usask.ca>
560
561        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
562
5632002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * pppd/sys-rtems.c: Remove unused variable status from
566        dodefaultroute.
567
5682002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
571        <rtems/seterr.h>.
572
573
5742001-12-18      Eric Norum <eric.norum@usask.ca>
575
576        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
577        (path names with a / at the end) while disallowing open() operations
578        on TFTP `directories'.
579
5802001-12-07      Eric Norum <eric.norum@usask.ca>
581
582        * lib/tftpDriver.c: Restore write capability.
583
5842001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * arpa/Makefile.am: Remove stray lines.
587
5882001-10-18      Eric Norum <eric.norum@usask.ca>
589
590        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
591        open() operations within the TFTP file system.
592
5932001-10-12      Mike Siers <mikes@poliac.com>
594
595        * Update to stable working state.  Congratulations Mike! :)
596        * modem_example: Directory removed.
597        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
598        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
599        modem_example/pppcompress.c: Files removed.
600        * pppd/example/pppd.options: New file.
601        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
602        pppd/pppd.h, pppd/rtemsmain.c: Updated.
603
6042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
607        * configure.in: Remove.
608        * configure.ac: New file, generated from configure.in by autoupdate.
609
6102001-09-27      Eric Norum <eric.norum@usask.ca>
611
612        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
613        filesystem.
614
6152001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
618        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
619        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
620        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
621        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
622        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
623        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
624        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
625        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
626        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
627        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
628        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
629
6302001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
633
6342001-09-19      Eric Norum <eric.norum@usask.ca>
635
636        * lib/tftpDriver.c: Add some debugging capability.
637
6382001-09-19      Chris Johns <ccj@acm.org>
639
640        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
641        rtems/rtems_bsdnet_internal.h Added support for populating the
642        initial "root" filesystem with information obtained via the DHCP
643        response.
644
6452001-08-16      Mike Siers <mikes@poliac.com>
646
647        * pppd/STATUS: Updated by Joel based upon email from Mike.
648        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
649        functionality that has not even been compiled under RTEMS yet.
650
6512001-08-16      Joel Sherrill <joel@OARcorp.com>
652
653        * pppd/example/Makefile: Removed.
654        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
655        avoid bootstrap -c clobbering it.
656
6572001-08-16      Mike Siers <mikes@poliac.com>
658
659        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
660        application.  Mike's notes on the modifications:
661           - renamed error() function because of namespace problems
662           - removed calls to the exit() funciton
663           - removed extra files from the pppd source directory
664           - defined pppd task constant values in rtemspppd.h
665           - modifyied example code to get actual tick per second value
666           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
667           directory
668        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
669        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
670        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
671        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
672        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
673        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
674        New files.
675        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
676        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
677        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
678        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
679        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
680        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
681        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
682
6832001-08-16      Joel Sherrill <joel@OARcorp.com>
684
685        * rtems_telnetd/.cvsignore: New file.
686
6872001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
688
689        * Makefile.am, configure.in, rtems_servers/Makefile.am,
690        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
691        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
692        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
693        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
694          - pty and telnetd have a new subdir rtems_telnetd to avoid
695            the side effect when ftpd change.
696          - the tcp/ip stats have been implemented into icmds.c and
697            started when telnetd daemon is started.
698        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
699        * rtems_telnetd: New directory.
700        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
701        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
702        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
703
7042001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * rtems_servers/Makefile.am: Deleted blank lines.
707
7082001-06-14      Joel Sherrill <joel@OARcorp.com>
709
710        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
711        so the network stack to address network depenendency.
712        * rtems_servers/Makefile.am: Modified to reflect above.
713
7142001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
717
7182001-04-24      Eric Norum <eric.norum@usask.ca>
719
720        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
721        synchronization a little more robust -- no NTP daemon yet, but
722        at least it trys a little harder when the primary NTP server is down.
723
7242001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
725
726        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
727        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
728        Polish comments and other strings into English
729        * pppd/STATUS: updated to reflect the changes
730
7312001-04-20      Jake Janovetz <janovetz@uiuc.edu>
732
733        * rtems_servers/ftpd.c: Correct argument so hooks work again.
734
7352001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
736
737        * include/.cvsignore: Remove dangling file.
738
7392001-01-31        Sergei Organov <osv@javad.ru>
740
741        * rtems_servers/ftp.d: Following changes:
742          - Hacks with current dir and root dir removed in favor of new libio
743            support for task-local current and root directories.
744          - Bug in `close_data_socket()' introduced by previous change fixed.
745          - `command_pasv()' changed to set timeout on socket we are listening
746            on and code fixed to don't close socket twice on error.
747          - `serr()' changed to clear `errno'.
748          - `data_socket()' changed to clear `errno' before `bind()'.
749          - `session()' changed to clear `errno' before processing session.
750          - `close_data_socket()' fixed to close both active and passive sockets
751          - Initialize info->data_socket to -1 in `daemon()'
752          - Initialize `fname' to empty string  in `exec_command()'
753
7542001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
757        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
758        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
759        sys/Makefile.am, vm/Makefile.am:
760        Apply include_*HEADERS instead of H_FILES.
761        * include/Makefile.am: Remove.
762        * Makefile.am: Add handling of *.h files.
763        * configure.in: Remove include/Makefile.
764
7652001-01-25      Eric Norum <eric.norum@usask.ca>
766
767        * lib/tftpDriver.c: Reduce first timeout interval.  This
768        improves throughput on systems which are dropping packets. 
769        Only the first timeout is reduced.  This keeps the number
770        of extra packets down on networks that are very busy and
771        dropping lots of packets.
772
7732001-01-24      Sergei Organov <osv@javad.ru>
774
775        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
776        as listed below:
777          - Timeouts on sockets implemented. 'idle' field added to
778            configuration. No timeout by default to keep backward compatibility.
779            Note: SITE IDLE command not implemented yet.
780          - Basic global access control implemented. 'access' field added to
781            configuration. No access limitations by default to keep backward
782            compatibility.
783          - Anchor data socket for active mode (using self IP and port 20.)
784          - Fixed default data port support (still not tested).
785          - Don't allow IP address different from originating host in
786            PORT command to improve security.
787          - Fixed bug in MDTM command.
788          - Check for correctness of parsing of argument in command_port().
789          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
790            'NAME' is not a directory.
791          - Command parsing a little bit improved: command names are now
792            converted to upper-case to be more compatible with RFC (command
793            names are not case-sensitive.)
794          - Reformat comments so that they have RTEMS look-and-feel.
795          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
796          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
797          - Passive mode implemented, PASV command added.
798          - Default port for data connection could be used (untested, can't find
799            ftp client that doesn't send PORT command)
800          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
801          - Reply codes reviewed and fixed.
802
8032001-01-12      Sergei Organov <osv@javad.ru>
804
805        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
806        as listed below:
807            - use pool of pre-created threads to handle sessions instead of
808              creating/deleting threads on the fly
809            - LIST output is now similar to what "/bin/ls -al" would output,
810              thus FTP clients such Netscape are happy with it.
811            - LIST NAME now works (both for files and directories)
812            - added support for NLST, CDUP, and MDTM FTP commands to make
813              more FTP clients happy
814            - keep track of CWD for every session separately
815            - ability to specify root directory name for FTPD in configuration
816              table. FTPD will then create illusion for FTP clients that this
817              is actually root directory.
818            - ignore options sent in commands, thus LIST -al FILE works and
819              doesn't try to list "-al" directory.
820            - buffers are allocated on stack instead of heap where possible to
821              eliminate malloc/free calls (avoid possible heap fragmentation
822              troubles).
823            - drop using of task notepad to pass parameters - use function
824              arguments instead
825            - use snprintf() instead of sprintf() as the latter is unsafe
826            - use of PF_INET in socket() instead of AF_INET
827
828            Here are ftp clients I've tried new FTPD with (all of them
829            running on Debian GNU/Linux 2.2):
830
831                 Lftp 2.1.10
832                 NcFTP 2.4.3
833                 Netscape 4.75
834                 ftp
835                 mc 4.5.49
836
8372001-01-02      Joel Sherrill <joel@OARcorp.com>
838
839        * CHANGELOG: Removed.
840        * README: Merged CHANGELOG contents as initial changes.
841
8422000-12-14      Eric Norum <eric.norum@usask.ca>
843
844        * lib/tftpDriver.c: Added write capability.
845
8462000-12-08      Joel Sherrill <joel@OARcorp.com>
847
848        * libc/linkaddr.c: Initialized variable to remove warning.
849        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
850        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
851        that were not used because the code using them was commented out.
852        Removed totally unused variables.
853        * modem/pppcompress.c: Added parentheses to avoid warnings.
854        * pppd/pppmain.c: Removed numerous warnings.
855
8562000-11-30      Joel Sherrill <joel@OARcorp.com>
857
858        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
859        that is an RTEMS specific header file.
860
8612000-11-30      Joel Sherrill <joel@OARcorp.com>
862
863        * sys/ttycom.h: Moved to lib/include/sys.
864        * Makefile.am: Modified to reflect above.
865
8662000-11-27      Joel Sherrill <joel@OARcorp.com>
867
868        * libc/res_init.c: Fix typo - adding missing # on include.
869
8702000-11-25      Eric Norum <eric.norum@usask.ca>
871
872        * libc/res_init.c: Move include to avoid compiler dumping core.
873
8742000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
875
876        * wrapup/Makefile.am: Added modem subdir.
877        * configure.in, Makefile.am: Added modem subdir.
878        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
879        * pppd/Makefile.am: Added pppmain.c (which needs work).
880        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
881        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
882        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
883        Actually main.c and ppp_tty.c should be scratched. The modem
884        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
885
8862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
889
8902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
891
892        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
893
8942000-10-30      Joel Sherrill <joel@OARcorp.com>
895
896        * POSIX include files merged into newlib.  This resulted in
897        some definitions moving to other files and thus some secondary
898        effects in RTEMS source code.
899        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
900        with newlib's <machine/types.h>.
901        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
902        of struct itimerval in <sys/time.h>.
903
9042000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
907        Switch to GNU canonicalization.
908
9092000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
910
911        * lib/tftpDriver.c: add comments to handlers struct function pointers.
912        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
913        pointer has been checked against NULL.
914
9152000-10-18       Chris Johns <ccj@acm.org>
916
917        * pppd/ipxcp.c: Fixed a typo.
918
9192000-09-28      Joel Sherrill <joel@OARcorp.com>
920
921        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
922        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
923        * rtems_webserver/sock.c: Added file missed in merger.
924
9252000-09-22      Joel Sherrill <joel@OARcorp.com>
926
927        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
928        rtems_webserver/webmain.c: machine/types.h  should not have
929        included rtems.h.  It is now including precisely the
930        least amount of low level, yet portable .h files to get
931        the basic RTEMS types defined.  This rippled into other
932        files since rtems_bsdnet_internal.h used machine/types.h to include
933        rtems.h.
934
9352000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * ChangeLog: Cleanup.
938
9392000-09-05      Joel Sherrill <joel@OARcorp.com>
940
941        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
942        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
943        and to work with the converted flags.
944
9452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
946
947        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
948        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
949        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
950        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
951
9522000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
953
954        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
955        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
956
9572000-08-31      Joel Sherrill <joel@OARcorp.com>
958
959        * Merged version 2.1 of GoAhead webserver.  This update
960        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
961        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
962        um.c, um.h: New files.
963        * wbase64.c: Removed.
964        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
965        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
966        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
967        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
968
9692000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * netinet/tcp_input.c: Spelling corrections.
972
9732000-08-30      Joel Sherrill <joel@OARcorp.com>
974
975        * rtems_webserver/license.txt: New file.
976
9772000-08-10      Joel Sherrill <joel@OARcorp.com>
978
979        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.