source: rtems/cpukit/libnetworking/ChangeLog @ 8c31a89f

4.104.114.84.95
Last change on this file since 8c31a89f was 8c31a89f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/04 at 08:02:24

2004-01-11 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Include compile.am, again. Cleanup.
  • Property mode set to 100644
File size: 40.9 KB
Line 
12004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Include compile.am, again.
4        Cleanup.
5
62004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Remove *C_FILES.
9
102004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Add libs to CLEANFILES
13        Set lib*_g_a_SOURCES = lib*_a_SOURCES.
14
152004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Build lib*$(LIB_VARIANT).a instead of
18        $(ARCH)/lib*.a.
19
202004-01-07      Joel Sherrill <joel@OARcorp.com>
21
22        * rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h so things
23        compile.
24
252004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
28
292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
32
332003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Add $(dirstamp) to compilation rules.
36
372003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Fix libc_OBJS.
40
412003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Add $(dirstamp) to preinstallation rules.
44        Restore libc/$(ARCH)/lib.a.
45
462003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * libc/Makefile.am: Remove.
49        * lib/Makefile.am: Remove.
50        * Makefile.am: Merge-in the Makefile.ams above.
51
522003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h instead of
55        sys/cdefs.h (Nonportable).
56        * wrapup/Makefile.am: Removed.
57        * Makefile.am: Reworked.
58
592003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
60
61        PR 482/networking
62        * rtems/rtems_glue.c: Network interfaces cant be taken down
63
642003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
65
66        PR 481/networking
67        * net/ethernet.h, net/if_arp.h, netinet/if_ether.h: Network structs
68        should be packed
69
702003-09-04      Joel Sherrill <joel@OARcorp.com>
71
72        * rtems/mkrootfs.c, rtems/mkrootfs.h: URL for license changed.
73
742003-09-02      Jiri Gaisler <jiri@gaisler.com>
75
76        PR 476/networking
77        * machine/in_cksum.h: Fix in_cksum calculation on SPARC.
78
792003-08-06      Till Strauman <strauman@slac.stanford.edu>
80
81        PR 435/networking
82        * rtems/rtems_showifstat.c: rtems_showifstat misses printing
83        the netmask
84
852003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Remove (Merged into ../configure.ac).
88        * Makefile.am, libc/Makefile.am, lib/Makefile.am, wrapup/Makefile.am:
89        Reflect having merged configure.ac into ../configure.ac.
90        * kern/kern_mib.c: Use RTEMS_VERSION to setup osrelease.
91
922003-05-29      Joel Sherrill <joel@OARcorp.com>
93
94        * rtems/rtems_syscall.c: Removed warnings.
95
962003-05-15  cjohns@cybertec.com.au  <cjohns@cybertec.com.au>
97
98        * netinet/in.h:
99        PR406 - Added INET_ADDRSTRLEN per the SUSv3 standard.
100
1012003-04-15      Joel Sherrill <joel@OARcorp.com>
102
103        PR 388/networking
104        * kern/kern_sysctl.c: Revert previous patch and use strlcpy() now that
105        it is available. Also fixed some warnings.
106
1072003-03-27      Joel Sherrill <joel@OARcorp.com>
108
109        * kern/kern_sysctl.c: Converted from BSP strlcpy() to strncpy().
110
1112003-03-25      Joel Sherrill <joel@OARcorp.com>
112
113        * rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
114
1152002-03-25      Eric Norum <norume@aps.anl.gov>
116
117
118        PR 374/networking
119        * Makefile.am, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
120        The patch sent as part of PR270 got applied to the wrong place. 
121        The effect was that (1) startup was no faster than before and
122        (2) malloc starvation messages came way too quickly.  The attached
123        patch fixes both these problems and also provides a mechanism for
124        applications to handle malloc starvation conditions as they see fit.
125        * rtems/rtems_bsdnet_malloc_starvation.c: New file.
126
1272003-03-18      Till Straumann <strauman@slac.stanford.edu>
128
129        PR 356/bsps
130        * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant.
131        Declare all linker-script defined addresses as
132        variables of unknown size and not as short objects
133        like 'int', 'void*' etc.  Since only addresses are used and never those
134        variable's values, the type used in a declaration is not important.
135
1362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Remove AC_CONFIG_AUX_DIR.
139
1402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * netinet/in_chksum.c: Remove duplicate case to include
143        in_chksum_arm.c.
144
1452003-02-20      Till Straumann <strauman@slac.stanford.edu>
146
147        PR 351/networking
148        * nfs/bootp_subr.c: Fix ridiculous leak in bootp and use
149        strdup_bootp_realloc() everywhere for sake of consistency.
150
1512003-02-11      Mike Siers <mikes@poliac.com>
152
153        * rtems/rtems_glue.c: A small patch to the network daemon task
154        code.  I just added code to check the return value of
155        the rtems_bsdnet_event_receive function.  Only when
156        this function returns a SUCCESSFUL status, will the
157        event flags be checked.  This is more of a code cleanup issue
158        than a bug.  The patch will just ensure the ipintr() and
159        arpintr() functions are only called when a event is signaled.
160
1612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
164
1652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: AC_PREREQ(2.57).
168
1692003-02-06      Mike Siers <mikes@poliac.com>
170
171        PR 342/networking
172        * kern/uipc_mbuf.c: The RTEMS version of the m_copyback is changing
173        the m_len value of the mbuf.  I looked into the source from another
174        BSD system and the mbuf length is not changed inside this function.
175        The m_copyback function is only being used in the net/rtsock.c file.
176        So I think this problem is only visable under certain routing table
177        conditions. 
178
1792003-02-05      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
180
181        PR 341/networking
182        * lib/ftpfs.c: Account for NULL at end of strings when malloc()'ing
183        memory.
184
1852003-01-28      Joel Sherrill <joel@OARcorp.com>
186
187        * Makefile.am: Add kern/kern_sysctl.c to Makefile.am so networking
188        tests build. This was subsequently reported as PR337 before I
189        committed the fix.
190
1912003-01-27      Till Straumann <strauman@SLAC.Stanford.edu>
192
193        * libc/getproto.c, libc/getprotoname.c: modification to call
194        getprotoent_static() if fopen() on /etc/protocols fails.
195
1962003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * netinet/tcp_subr.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
199        INP_LOCK, INP_UNLOCK macros.
200        * netinet/udp_usrreq.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
201        INP_LOCK, INP_UNLOCK macros.
202
2032003-01-03      Jitendra Vegiraju <jvegiraju@netscape.net>
204
205        * sys/queue.h: Fix alignment problem on ARM.
206
2072003-01-03      Chris Johns <cjohns@cybertec.com.au>
208
209        * Makefile.am: Added sys/linker_set.h
210        * kern/Makefile.am: Added kern_mib.c and kern_sysctl.c.
211        * kern/uipc_socket.c: OID changed from KERN_SOMAXCONN to KIPC_SOMAXCONN.
212        * kern/uipc_socket2.c: OID changed from KERN_MAXSOCKBUF to
213        KIPC_MAXSOCKBUF.
214        * net/if_ethersubr.c: FreeBSD 2.2.2 does not have a _net_link node
215        while 5.0 does.
216        * net/if_ppp.c: Removed the TEXT_SET define as these macros are
217        now implemented.
218        * net/rtsock.c: Enable sysctl support plus fix the bug with the
219        lastest FreeBSD sysctl header file.
220        * netinet/icmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_icmp
221        node while 5.0 does.
222        * netinet/if_ether.c: FreeBSD 2.2.2 does not have a _net_link_ether
223        node while 5.0 does.
224        * netinet/igmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_igmp
225        node while 5.0 does.
226        * netinet/in_pcb.c: Fixed the arguments to the sysctl call. Add
227        inp_gencnt and ipi_count. These are used when listing connections.
228        * netinet/in_pcb.h: Added counters to aid the listing of connections.
229        * netinet/in_var.h: Provide the _net_inet_ip and _net_inet_raw nodes.
230        * netinet/ip_fw.c: Disable the firewall sysctl calls.
231        * netinet/tcp_subr.c: Merge tcp_pcblist from the lastest FreeBSD source.
232        * netinet/tcp_var.h: Add structures needed by net-snmp to list
233        connections.
234        * netinet/udp_usrreq.c: Merged udp_pcblist from the lastest FreeBSD
235        source.
236        * netinet/udp_var.h: Added the sysctl id UDPCTL_PCBLIST. Used by
237        net-snmp.
238        * rtems_glue.c: Call sysctl_register_all when initialising the
239        network stack to register all the sysctl calls. These are in the
240        special sections and required an updated linker script.
241        * rtems/rtems_syscall.c: Add the sysctl call.
242        * sys/kernel.h: Use the lastest FreeBSD method of handling sysctl
243        structures.  This now held in the sys/linker_set.h file.
244        * sys/queue.h: This is from the lastest FreeBSD code with the circular
245        code merged back in as it is not used in the lastest FreeBSD kernel.
246        * sys/sysctl.h: The lastest sysctl. This was needed to use with the new
247        linker set method. The FreeBSD 2.2.2 version has asm hacks. The lastest
248        version of the FreeBSD does not have these hacks. It uses gcc attribute
249        directives.
250
2512002-12-18      Eric Norum <eric.norum@usask.ca>
252        * Makefile.am: Include netinet sources.
253
2542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Merge-in kern/Makefile.am, net/Makefile.am,
257        netinet/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
258        rtems/Makefile.am.
259        * kern/Makefile.am: Remove.
260        * net/Makefile.am: Remove.
261        * netinet/Makefile.am: Remove.
262        * nfs/Makefile.am: Remove.
263        * rtems/Makefile.am: Remove.
264        * wrapup/Makefile.am: Reflect changes above.
265        * configure.ac: Ditto.
266
2672002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * kern/Makefile.am: Remove C_O_FILES;
270        Don't let all-local depend on $OBJS)
271        * lib/Makefile.am: Ditto.
272        * libc/Makefile.am: Ditto.
273        * net/Makefile.am: Ditto.
274        * netinet/Makefile.am: Ditto.
275        * nfs/Makefile.am: Ditto.
276        * rtems/Makefile.am: Ditto.
277
2782002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Fix package name.
281
2822002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Merge-in HEADER-handling from
285        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am.
286        * net/Makefile.am: Remove *_HEADERS.
287        * netinet/Makefile.am: Remove *_HEADERS.
288        * nfs/Makefile.am: Remove *_HEADERS.
289
2902002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Merge-in arpa/Makefile.am, machine/Makefile.am,
293        sys/Makefile.am, vm/Makefile.am.
294        Add . to SUBDIRS.
295        * arpa/Makefile.am: Remove.
296        * machine/Makefile.am: Remove.
297        * sys/Makefile.am: Remove.
298        * vm/Makefile.am: Remove.
299        * configure.ac: Reflect changes above.
300
3012002-11-06      Chris Johns <ccj@acm.org>
302
303        * sys/select.h: Add C++ to C external.
304
3052002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress
308        warning.
309
3102002-11-01      Joel Sherrill <joel@OARcorp.com>
311
312        * ChangeLog: Corrected.
313
3142002-11-01      Eric Norum <eric.norum@usask.ca>
315
316        * nfs/bootp_subr.c, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
317        Till Straumann's patch (PR295) to use bootp option 129 to get
318        command line string.  Till Straumann's patch to change
319        inet_ntoa->inet_ntop.
320
3212002-10-31      Joel Sherrill <joel@OARcorp.com>
322
323        * libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings.
324
3252002-10-28      Joel Sherrill <joel@OARcorp.com>
326
327        * Pass to eliminate warnings.
328        * kern/uipc_mbuf.c: Conditional SYSINIT() usage on __rtems__.
329        Fix return statement without a value.
330        * lib/ftpfs.c: read and write filesystem routines return ssize_t.
331        * lib/syslog.c: Add include of <string.h> to eliminate warning.
332        * lib/tftpDriver.c: read and write filesystem routines return ssize_t.
333        * libc/gethostbydns.c: Prototype abort().
334        * libc/inet_ntoa.c: Prototype strcpy().
335        * libc/rcmd.c: Add include of <sys/select.h>
336        * net/if_loop.c: Turn token at end of endif to comment.
337        * net/rtsock.c, nfs/bootp_subr.c:  Conditional SYSINIT() usage
338        on __rtems__.
339        * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>.
340        * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and
341        memset() since the BSD code tries to avoid using libc .h files
342        since it is used to being in the kernel.
343        * rtems/rtems_syscall.c: read and write filesystem routines
344        return ssize_t.
345
3462002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
349
3502002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: Remove bogus reference to CHANGELOG.
353
3542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * .cvsignore: Reformat.
357        Add autom4te*cache.
358        Remove autom4te.cache.
359
3602002-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * net/if_ethersubr.c: Add comments to #endif NETATALK to stop
363        gcc from complaining.
364
3652002-10-07      Eric Norum <eric.norum@usask.ca>
366
367        * netinet/tcp_var.h: Corrected typo in ARM alignment patch which
368        broke all other ports.
369
3702002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
371
372        * netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c,
373        netinet/tcp_input.c, netinet/tcp_subr.c, netinet/tcp_var.h,
374        sys/queue.h: Address alignment requirements for the ARM.
375
3762002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
377
378        * rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and
379        SIOCDIFADDR.
380
3812002-10-02      Joel Sherrill <joel@OARcorp.com>
382
383        * kern/uipc_socket.c: Make sure that small non-zero delays work.
384        Suggested cleanup from Eric Norum.
385
3862002-10-02      Eric Norum <eric.norum@usask.ca>
387
388        * rtems/mkrootfs.c: As part of PR283, remove redundant code that
389        creates /etc/passwd and /etc/group.
390
3912002-09-16      Joel Sherrill <joel@OARcorp.com>
392
393        * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of
394        the IP_FORWARD patch as it appears to not compile in the
395        current tree.
396
3972002-09-14      Joel Sherrill <joel@OARcorp.com>
398
399        * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where
400        conversion into ticks can result in a 0 ticks timeout which is
401        the same as requesting no timeout.  Reported by Sergei Organov
402        <osv@javad.ru>.
403
4042002-09-14      Vyacheslav V. Burdjanadze <wr@zelax.ru>
405
406        * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
407        optional UDP broadcast forwarding support.
408        * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
409        broadcast forwarding.
410
4112002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * netinet/in_cksum.c: #include <string.h> for puts in generic
414        routines.
415
4162002-08-20      Eric Norum <eric.norum@usask.ca>
417
418        * rtems/rtems_glue.c: Per PR270, the BSD network code expects that
419        the value of the number of seconds since boot is non-zero.  The
420        RTEMS network initialization code assures this by waiting for a
421        second.  A more efficient technique is to simply wait until the
422        number of seconds since boot is non-zero.
423
4242002-08-09      Joel Sherrill <joel@OARcorp.com>
425
426        * libc/getservent.c: Per PR265, add  #include <netinet/in.h> for
427        ntohl() function.
428
4292002-08-07      Joel Sherrill <joel@OARcorp.com>
430
431        * netinet/in.h: Per PR263, added include of <machine/endian.h>
432        to <netinet/in.h> so it includes prototypes of ntohl() family
433        of routines.
434
4352002-08-01      Joel Sherrill <joel@OARcorp.com>
436
437        * machine/param.h, sys/syslimits.h: In the continued effort to
438        eliminate .h conflicts between newlib and RTEMS, these were moved to
439        newlib.
440        * machine/Makefile.am, sys/Makefile.am: Reflect above.
441
4422002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * wrapup/Makefile.am: Don't install.
445
4462002-07-30      Joel Sherrill <joel@OARcorp.com>
447
448        * sys/param.h: Removed as a simpler version of this file is
449        now part of the RTEMS newlib support.
450        * sys/Makefile.am: Modified to reflect above. 
451
4522002-07-30      Joel Sherrill <joel@OARcorp.com>
453
454        * machine/types.h: Removed as a simpler version of this file is
455        now part of the RTEMS newlib support.
456        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
457        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
458        Minor modifications to use the simpler machine/types.h.  Mostly
459        more complete sets of #include's to account for machine/types.h
460        no longer doing this.
461
4622002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
463
464        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
465        support.
466
4672002-07-24      Joel Sherrill <joel@OARcorp.com>
468
469        * sys/select.h: Add a prototype of select() to avoid warnings.
470        In particular a C++ application using select() required a prototype.
471
4722002-07-24      Joel Sherrill <joel@OARcorp.com>
473
474        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
475        since RTEMS does not support it.
476
4772002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
480        * lib/Makefile.am: Ditto.
481        * libc/Makefile.am: Ditto.
482        * net/Makefile.am: Ditto.
483        * netinet/Makefile.am: Ditto.
484        * nfs/Makefile.am: Ditto.
485        * rtems/Makefile.am: Ditto.
486        * wrapup/Makefile.am: Ditto.
487
4882002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * kern/Makefile.am: Eliminate LIBNAME.
491        * lib/Makefile.am: Ditto.
492        * libc/Makefile.am: Ditto.
493        * net/Makefile.am: Ditto.
494        * netinet/Makefile.am: Ditto.
495        * nfs/Makefile.am: Ditto.
496        * rtems/Makefile.am: Ditto.
497        * wrapup/Makefile.am: Use project_libdir instead of
498        $(PROJECT_RELEASE)/lib.
499
5002002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
501
502        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
503        Modified to added packed attribute.o
504
5052002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac: RTEMS_TOP(../..).
508
5092002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.ac: Remove RTEMS_PROJECT_ROOT.
512
5132002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
514
515        * Addition of a ftp client filesystem, comparable to the tftp one.
516        * lib/ftpfs.c, rtems/ftpfs.h: New files.
517        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
518
5192002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
522        Add AC_PROG_RANLIB.
523
5242002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
527
5282002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: Remove commented out net-apps.
531
5322002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
535        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
536        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
537        Use ../aclocal.
538        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
539        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
540        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
541        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
542        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
543        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
544        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
545        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
546        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
547        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
548
5492002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
552
5532002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
556          Remove RTEMS_ENABLE_POSIX.
557          Remove RTEMS_CHECK_CUSTOM_BSP.
558          Remove RTEMS_ENABLE_POSIX.
559
5602002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        Relocate c/src/libnetworking.
563        * Makefile.am: Reflect moval.
564        * machine/Makefile.am: Ditto.
565        * net/Makefile.am: Ditto.
566        * lib/Makefile.am: Ditto.
567        * netinet/Makefile.am: Ditto.
568        * vm/Makefile.am: Ditto.
569        * libc/Makefile.am: Ditto.
570        * sys/Makefile.am: Ditto.
571        * arpa/Makefile.am: Ditto.
572        * nfs/Makefile.am: Ditto.
573        * kern/Makefile.am: Ditto.
574        * rtems/Makefile.am: Ditto.
575        * configure.ac: Dittp.
576        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
577
5782002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
581
5822002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
585        * rtems/mkrootfs.h: Ditto.
586        * rtems/Makefile.am: Reflect changes above.
587
5882002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * sys/ioctl.h: Remove.
591        * sys/sockio.h: Remove.
592        * sys/filio.h: Remove.
593        * sys/Makefile.am: Reflect changes above.
594
5952001-05-14      Joel Sherrill <joel@OARcorp.com>
596
597        * ChangeLog: Corrected -- entry should have been in libchip.
598 
5992002-05-01      Eric Norum <eric.norum@usask.ca>
600
601        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
602        to satisfy gcc 3.1 and newer.
603
6042002-04-26      Eric Norum <eric.norum@usask.ca>
605
606        * netinet/in_cksum_i386.c: Add volatile so the more agressive
607        optimization in gcc 3.1 does not reorder things.
608
6092002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * pppd/utils.c: Adapt to gcc-3.x.
612
6132002-04-11      Chris Johns <ccj@acm.org>
614
615        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
616        the drv_ctrl driver control block field to the ifconfig network driver
617        structure. This field is needed by the i82586 driver which was ported
618        from NetBSD as it had better hardware abstraction.
619
6202002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * ChangeLog: Fix dates.
623
6242002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * libc/rcmd.c: Replace __rtems w/ __rtems__.
627
6282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * configure.ac:
631        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
632        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
633        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
634        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
635        * Makefile.am: Remove AUTOMAKE_OPTIONS.
636        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
637        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
638        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
639        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
640        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
641        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
642        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
643        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
644        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
645        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
646        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
647        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
648        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
649        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
650
6512002-03-27      Thomas.Doerfler@imd-systems.de
652
653        * PR144
654        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
655        0 when called for the first time. This is done when trying to clear
656        the variable "dhcp_hostname".
657
6582002-03-27      Ilya Alexeev <ilya@continuum.ru>
659
660        * PR162
661        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
662        variables must not be used in a device write routines.  Now
663        ppp_softc structure have own character for writing to device
664        (sc_outchar).  I think that converting local variables to static
665        is not a right solution, because problems will occur in the case
666        of two or more ppp instances.
667        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
668        u_long, otherwise in the case of the big output packet endless
669        loop may occur.
670
6712002-03-21      Ilya Alexeev <ilya@continuum.ru>
672
673        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
674        PPPD connections.
675
6762001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
677
678        * PR158
679        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
680        commenting out the parts that deal with signals.  This enables
681        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
682        The 'server-side' parts of this file which deal with authentication
683        are disabled since they are not needed.
684
6852002-02-27      Ilya Alexeev <ilya@continuum.ru>
686
687        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
688        pppd/sys-rtems.c: Add server with pap-authorization
689        capabilities as well as eliminate some warnings.
690
6912002-02-27      Eric Norum <eric.norum@usask.ca>
692
693        * net/radix.c: Properly handle fetching the default route when there
694        is no route.  This was a bug in the original FreeBSD code and this
695        fix is from an updated version of their code.
696
6972002-02-01      Mike Siers <mikes@poliac.com>
698
699        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
700        the link down too fast.
701        NOTE: Mike reports successfully running at 56K baud on a direct link.
702
7032002-01-31      Mike Siers <mikes@poliac.com>
704
705        * pppd/rtemsdialer.h: New file missed in previous commit.
706
7072002-01-31      Mike Siers <mikes@poliac.com>
708
709        * Nice Update of PPPD support which eliminates the
710        requiremetn that drivers be in the termios TASK_DRIVEN mode.
711        Mike did significant testing and reports that it seems to be
712        more stable and handle larger packets better.  This patch
713        replaces the termios tasks with more general pppd network
714        driver tasks.  The functions pppinput() and pppstart() get
715        called from the interrupt service routine.
716        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
717        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
718        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
719        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
720        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
721        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
722        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
723        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
724        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
725        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
726        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
727        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
728        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
729        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
730        pppd/upap.h, pppd/utils.c, pppd/example/README,
731        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
732        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
733        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
734        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
735        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
736
7372002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * rtems_telnetd/pty.c: Move config.h to were it belongs.
740        Remove printf (Reported by Till Straumann
741        <strauman@SLAC.Stanford.EDU>).
742
7432002-02-16      Eric Norum <eric.norum@usask.ca>
744
745        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
746
7472002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * pppd/sys-rtems.c: Remove unused variable status from
750        dodefaultroute.
751
7522002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
755        <rtems/seterr.h>.
756
757
7582001-12-18      Eric Norum <eric.norum@usask.ca>
759
760        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
761        (path names with a / at the end) while disallowing open() operations
762        on TFTP `directories'.
763
7642001-12-07      Eric Norum <eric.norum@usask.ca>
765
766        * lib/tftpDriver.c: Restore write capability.
767
7682001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * arpa/Makefile.am: Remove stray lines.
771
7722001-10-18      Eric Norum <eric.norum@usask.ca>
773
774        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
775        open() operations within the TFTP file system.
776
7772001-10-12      Mike Siers <mikes@poliac.com>
778
779        * Update to stable working state.  Congratulations Mike! :)
780        * modem_example: Directory removed.
781        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
782        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
783        modem_example/pppcompress.c: Files removed.
784        * pppd/example/pppd.options: New file.
785        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
786        pppd/pppd.h, pppd/rtemsmain.c: Updated.
787
7882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
791        * configure.in: Remove.
792        * configure.ac: New file, generated from configure.in by autoupdate.
793
7942001-09-27      Eric Norum <eric.norum@usask.ca>
795
796        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
797        filesystem.
798
7992001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
802        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
803        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
804        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
805        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
806        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
807        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
808        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
809        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
810        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
811        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
812        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
813
8142001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
817
8182001-09-19      Eric Norum <eric.norum@usask.ca>
819
820        * lib/tftpDriver.c: Add some debugging capability.
821
8222001-09-19      Chris Johns <ccj@acm.org>
823
824        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
825        rtems/rtems_bsdnet_internal.h Added support for populating the
826        initial "root" filesystem with information obtained via the DHCP
827        response.
828
8292001-08-16      Mike Siers <mikes@poliac.com>
830
831        * pppd/STATUS: Updated by Joel based upon email from Mike.
832        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
833        functionality that has not even been compiled under RTEMS yet.
834
8352001-08-16      Joel Sherrill <joel@OARcorp.com>
836
837        * pppd/example/Makefile: Removed.
838        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
839        avoid bootstrap -c clobbering it.
840
8412001-08-16      Mike Siers <mikes@poliac.com>
842
843        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
844        application.  Mike's notes on the modifications:
845           - renamed error() function because of namespace problems
846           - removed calls to the exit() funciton
847           - removed extra files from the pppd source directory
848           - defined pppd task constant values in rtemspppd.h
849           - modifyied example code to get actual tick per second value
850           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
851           directory
852        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
853        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
854        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
855        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
856        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
857        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
858        New files.
859        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
860        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
861        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
862        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
863        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
864        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
865        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
866
8672001-08-16      Joel Sherrill <joel@OARcorp.com>
868
869        * rtems_telnetd/.cvsignore: New file.
870
8712001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
872
873        * Makefile.am, configure.in, rtems_servers/Makefile.am,
874        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
875        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
876        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
877        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
878          - pty and telnetd have a new subdir rtems_telnetd to avoid
879            the side effect when ftpd change.
880          - the tcp/ip stats have been implemented into icmds.c and
881            started when telnetd daemon is started.
882        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
883        * rtems_telnetd: New directory.
884        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
885        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
886        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
887
8882001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * rtems_servers/Makefile.am: Deleted blank lines.
891
8922001-06-14      Joel Sherrill <joel@OARcorp.com>
893
894        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
895        so the network stack to address network depenendency.
896        * rtems_servers/Makefile.am: Modified to reflect above.
897
8982001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
901
9022001-04-24      Eric Norum <eric.norum@usask.ca>
903
904        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
905        synchronization a little more robust -- no NTP daemon yet, but
906        at least it trys a little harder when the primary NTP server is down.
907
9082001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
909
910        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
911        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
912        Polish comments and other strings into English
913        * pppd/STATUS: updated to reflect the changes
914
9152001-04-20      Jake Janovetz <janovetz@uiuc.edu>
916
917        * rtems_servers/ftpd.c: Correct argument so hooks work again.
918
9192001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
920
921        * include/.cvsignore: Remove dangling file.
922
9232001-01-31        Sergei Organov <osv@javad.ru>
924
925        * rtems_servers/ftp.d: Following changes:
926          - Hacks with current dir and root dir removed in favor of new libio
927            support for task-local current and root directories.
928          - Bug in `close_data_socket()' introduced by previous change fixed.
929          - `command_pasv()' changed to set timeout on socket we are listening
930            on and code fixed to don't close socket twice on error.
931          - `serr()' changed to clear `errno'.
932          - `data_socket()' changed to clear `errno' before `bind()'.
933          - `session()' changed to clear `errno' before processing session.
934          - `close_data_socket()' fixed to close both active and passive sockets
935          - Initialize info->data_socket to -1 in `daemon()'
936          - Initialize `fname' to empty string  in `exec_command()'
937
9382001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
939
940        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
941        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
942        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
943        sys/Makefile.am, vm/Makefile.am:
944        Apply include_*HEADERS instead of H_FILES.
945        * include/Makefile.am: Remove.
946        * Makefile.am: Add handling of *.h files.
947        * configure.in: Remove include/Makefile.
948
9492001-01-25      Eric Norum <eric.norum@usask.ca>
950
951        * lib/tftpDriver.c: Reduce first timeout interval.  This
952        improves throughput on systems which are dropping packets. 
953        Only the first timeout is reduced.  This keeps the number
954        of extra packets down on networks that are very busy and
955        dropping lots of packets.
956
9572001-01-24      Sergei Organov <osv@javad.ru>
958
959        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
960        as listed below:
961          - Timeouts on sockets implemented. 'idle' field added to
962            configuration. No timeout by default to keep backward compatibility.
963            Note: SITE IDLE command not implemented yet.
964          - Basic global access control implemented. 'access' field added to
965            configuration. No access limitations by default to keep backward
966            compatibility.
967          - Anchor data socket for active mode (using self IP and port 20.)
968          - Fixed default data port support (still not tested).
969          - Don't allow IP address different from originating host in
970            PORT command to improve security.
971          - Fixed bug in MDTM command.
972          - Check for correctness of parsing of argument in command_port().
973          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
974            'NAME' is not a directory.
975          - Command parsing a little bit improved: command names are now
976            converted to upper-case to be more compatible with RFC (command
977            names are not case-sensitive.)
978          - Reformat comments so that they have RTEMS look-and-feel.
979          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
980          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
981          - Passive mode implemented, PASV command added.
982          - Default port for data connection could be used (untested, can't find
983            ftp client that doesn't send PORT command)
984          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
985          - Reply codes reviewed and fixed.
986
9872001-01-12      Sergei Organov <osv@javad.ru>
988
989        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
990        as listed below:
991            - use pool of pre-created threads to handle sessions instead of
992              creating/deleting threads on the fly
993            - LIST output is now similar to what "/bin/ls -al" would output,
994              thus FTP clients such Netscape are happy with it.
995            - LIST NAME now works (both for files and directories)
996            - added support for NLST, CDUP, and MDTM FTP commands to make
997              more FTP clients happy
998            - keep track of CWD for every session separately
999            - ability to specify root directory name for FTPD in configuration
1000              table. FTPD will then create illusion for FTP clients that this
1001              is actually root directory.
1002            - ignore options sent in commands, thus LIST -al FILE works and
1003              doesn't try to list "-al" directory.
1004            - buffers are allocated on stack instead of heap where possible to
1005              eliminate malloc/free calls (avoid possible heap fragmentation
1006              troubles).
1007            - drop using of task notepad to pass parameters - use function
1008              arguments instead
1009            - use snprintf() instead of sprintf() as the latter is unsafe
1010            - use of PF_INET in socket() instead of AF_INET
1011
1012            Here are ftp clients I've tried new FTPD with (all of them
1013            running on Debian GNU/Linux 2.2):
1014
1015                 Lftp 2.1.10
1016                 NcFTP 2.4.3
1017                 Netscape 4.75
1018                 ftp
1019                 mc 4.5.49
1020
10212001-01-02      Joel Sherrill <joel@OARcorp.com>
1022
1023        * CHANGELOG: Removed.
1024        * README: Merged CHANGELOG contents as initial changes.
1025
10262000-12-14      Eric Norum <eric.norum@usask.ca>
1027
1028        * lib/tftpDriver.c: Added write capability.
1029
10302000-12-08      Joel Sherrill <joel@OARcorp.com>
1031
1032        * libc/linkaddr.c: Initialized variable to remove warning.
1033        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
1034        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
1035        that were not used because the code using them was commented out.
1036        Removed totally unused variables.
1037        * modem/pppcompress.c: Added parentheses to avoid warnings.
1038        * pppd/pppmain.c: Removed numerous warnings.
1039
10402000-11-30      Joel Sherrill <joel@OARcorp.com>
1041
1042        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
1043        that is an RTEMS specific header file.
1044
10452000-11-30      Joel Sherrill <joel@OARcorp.com>
1046
1047        * sys/ttycom.h: Moved to lib/include/sys.
1048        * Makefile.am: Modified to reflect above.
1049
10502000-11-27      Joel Sherrill <joel@OARcorp.com>
1051
1052        * libc/res_init.c: Fix typo - adding missing # on include.
1053
10542000-11-25      Eric Norum <eric.norum@usask.ca>
1055
1056        * libc/res_init.c: Move include to avoid compiler dumping core.
1057
10582000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
1059
1060        * wrapup/Makefile.am: Added modem subdir.
1061        * configure.in, Makefile.am: Added modem subdir.
1062        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
1063        * pppd/Makefile.am: Added pppmain.c (which needs work).
1064        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
1065        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
1066        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
1067        Actually main.c and ppp_tty.c should be scratched. The modem
1068        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
1069
10702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1071
1072        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1073
10742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1075
1076        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1077
10782000-10-30      Joel Sherrill <joel@OARcorp.com>
1079
1080        * POSIX include files merged into newlib.  This resulted in
1081        some definitions moving to other files and thus some secondary
1082        effects in RTEMS source code.
1083        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
1084        with newlib's <machine/types.h>.
1085        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
1086        of struct itimerval in <sys/time.h>.
1087
10882000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1091        Switch to GNU canonicalization.
1092
10932000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
1094
1095        * lib/tftpDriver.c: add comments to handlers struct function pointers.
1096        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
1097        pointer has been checked against NULL.
1098
10992000-10-18       Chris Johns <ccj@acm.org>
1100
1101        * pppd/ipxcp.c: Fixed a typo.
1102
11032000-09-28      Joel Sherrill <joel@OARcorp.com>
1104
1105        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
1106        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
1107        * rtems_webserver/sock.c: Added file missed in merger.
1108
11092000-09-22      Joel Sherrill <joel@OARcorp.com>
1110
1111        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
1112        rtems_webserver/webmain.c: machine/types.h  should not have
1113        included rtems.h.  It is now including precisely the
1114        least amount of low level, yet portable .h files to get
1115        the basic RTEMS types defined.  This rippled into other
1116        files since rtems_bsdnet_internal.h used machine/types.h to include
1117        rtems.h.
1118
11192000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1120
1121        * ChangeLog: Cleanup.
1122
11232000-09-05      Joel Sherrill <joel@OARcorp.com>
1124
1125        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
1126        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
1127        and to work with the converted flags.
1128
11292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1130
1131        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
1132        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
1133        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
1134        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
1135
11362000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
1137
1138        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
1139        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
1140
11412000-08-31      Joel Sherrill <joel@OARcorp.com>
1142
1143        * Merged version 2.1 of GoAhead webserver.  This update
1144        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
1145        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
1146        um.c, um.h: New files.
1147        * wbase64.c: Removed.
1148        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
1149        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
1150        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
1151        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
1152
11532000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1154
1155        * netinet/tcp_input.c: Spelling corrections.
1156
11572000-08-30      Joel Sherrill <joel@OARcorp.com>
1158
1159        * rtems_webserver/license.txt: New file.
1160
11612000-08-10      Joel Sherrill <joel@OARcorp.com>
1162
1163        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.