source: rtems/cpukit/libnetworking/ChangeLog @ 640f1cb

Last change on this file since 640f1cb was e2f50f9d, checked in by Joel Sherrill <joel.sherrill@…>, on 05/21/04 at 15:03:22

2004-05-21 Till Strauman <strauman@…>

PR 626/networking

  • rtems/rtems_showifstat.c: Use unsigned char to avoid printing leading FFFFFF for byte values > 127.
  • Property mode set to 100644
File size: 39.6 KB
Line 
12004-05-21      Till Strauman <strauman@slac.stanford.edu>
2
3        PR 626/networking
4        * rtems/rtems_showifstat.c: Use unsigned char to avoid printing leading
5        FFFFFF for byte values > 127.
6
72004-01-30      Wilfried Busalski <w.busalski@lancier-monitoring.de>
8
9        PR pppd/564
10        * net/if_ppp.c, net/if_pppvar.h, net/ppp_tty.c: ppp0 Interface lose
11        packets if the system use a slow baudrate for the modem or the
12        tcp/ip-packet is fragmented.
13
142003-09-15      Jay Monkman <jtm@smothsmothie.com>
15
16        PR 481/networking
17        * net/ethernet.h, net/if_arp.h, netinet/if_ether.h: Network structs
18        should be packed
19
202003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
21
22        PR 482/networking
23        * rtems/rtems_glue.c: Network interfaces cant be taken down
24
252003-09-04      Joel Sherrill <joel@OARcorp.com>
26
27        * rtems/mkrootfs.c, rtems/mkrootfs.h: URL for license changed.
28
292003-09-02      Jiri Gaisler <jiri@gaisler.com>
30
31        PR 476/networking
32        * machine/in_cksum.h: Fix in_cksum calculation on SPARC.
33
342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
37
382003-08-06      Till Strauman <strauman@slac.stanford.edu>
39
40        PR 435/networking
41        * rtems/rtems_showifstat.c: rtems_showifstat misses printing
42        the netmask
43
442003-05-29      Joel Sherrill <joel@OARcorp.com>
45
46        * rtems/rtems_syscall.c: Removed warnings.
47
482003-05-15  cjohns@cybertec.com.au  <cjohns@cybertec.com.au>
49
50        PR 406/networking
51        * netinet/in.h: Added INET_ADDRSTRLEN per the SUSv3 standard.
52
532003-04-15      Joel Sherrill <joel@OARcorp.com>
54
55        PR 388/networking
56        * kern/kern_sysctl.c: Revert previous patch and use strlcpy() now that
57        it is available. Also fixed some warnings.
58
592003-03-27      Joel Sherrill <joel@OARcorp.com>
60
61        * kern/kern_sysctl.c: Converted from BSP strlcpy() to strncpy().
62
632003-03-25      Joel Sherrill <joel@OARcorp.com>
64
65        * rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
66
672002-03-25      Eric Norum <norume@aps.anl.gov>
68
69
70        PR 374/networking
71        * Makefile.am, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
72        The patch sent as part of PR270 got applied to the wrong place. 
73        The effect was that (1) startup was no faster than before and
74        (2) malloc starvation messages came way too quickly.  The attached
75        patch fixes both these problems and also provides a mechanism for
76        applications to handle malloc starvation conditions as they see fit.
77        * rtems/rtems_bsdnet_malloc_starvation.c: New file.
78
792003-03-18      Till Straumann <strauman@slac.stanford.edu>
80
81        PR 356/bsps
82        * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant.
83        Declare all linker-script defined addresses as
84        variables of unknown size and not as short objects
85        like 'int', 'void*' etc.  Since only addresses are used and never those
86        variable's values, the type used in a declaration is not important.
87
882003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Remove AC_CONFIG_AUX_DIR.
91
922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * netinet/in_chksum.c: Remove duplicate case to include
95        in_chksum_arm.c.
96
972003-02-20      Till Straumann <strauman@slac.stanford.edu>
98
99        PR 351/networking
100        * nfs/bootp_subr.c: Fix ridiculous leak in bootp and use
101        strdup_bootp_realloc() everywhere for sake of consistency.
102
1032003-02-11      Mike Siers <mikes@poliac.com>
104
105        * rtems/rtems_glue.c: A small patch to the network daemon task
106        code.  I just added code to check the return value of
107        the rtems_bsdnet_event_receive function.  Only when
108        this function returns a SUCCESSFUL status, will the
109        event flags be checked.  This is more of a code cleanup issue
110        than a bug.  The patch will just ensure the ipintr() and
111        arpintr() functions are only called when a event is signaled.
112
1132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
116
1172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: AC_PREREQ(2.57).
120
1212003-02-06      Mike Siers <mikes@poliac.com>
122
123        PR 342/networking
124        * kern/uipc_mbuf.c: The RTEMS version of the m_copyback is changing
125        the m_len value of the mbuf.  I looked into the source from another
126        BSD system and the mbuf length is not changed inside this function.
127        The m_copyback function is only being used in the net/rtsock.c file.
128        So I think this problem is only visable under certain routing table
129        conditions. 
130
1312003-02-05      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
132
133        PR 341/networking
134        * lib/ftpfs.c: Account for NULL at end of strings when malloc()'ing
135        memory.
136
1372003-01-28      Joel Sherrill <joel@OARcorp.com>
138
139        * Makefile.am: Add kern/kern_sysctl.c to Makefile.am so networking
140        tests build. This was subsequently reported as PR337 before I
141        committed the fix.
142
1432003-01-27      Till Straumann <strauman@SLAC.Stanford.edu>
144
145        * libc/getproto.c, libc/getprotoname.c: modification to call
146        getprotoent_static() if fopen() on /etc/protocols fails.
147
1482003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * netinet/tcp_subr.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
151        INP_LOCK, INP_UNLOCK macros.
152        * netinet/udp_usrreq.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
153        INP_LOCK, INP_UNLOCK macros.
154
1552003-01-03      Jitendra Vegiraju <jvegiraju@netscape.net>
156
157        * sys/queue.h: Fix alignment problem on ARM.
158
1592003-01-03      Chris Johns <cjohns@cybertec.com.au>
160
161        * Makefile.am: Added sys/linker_set.h
162        * kern/Makefile.am: Added kern_mib.c and kern_sysctl.c.
163        * kern/uipc_socket.c: OID changed from KERN_SOMAXCONN to KIPC_SOMAXCONN.
164        * kern/uipc_socket2.c: OID changed from KERN_MAXSOCKBUF to
165        KIPC_MAXSOCKBUF.
166        * net/if_ethersubr.c: FreeBSD 2.2.2 does not have a _net_link node
167        while 5.0 does.
168        * net/if_ppp.c: Removed the TEXT_SET define as these macros are
169        now implemented.
170        * net/rtsock.c: Enable sysctl support plus fix the bug with the
171        lastest FreeBSD sysctl header file.
172        * netinet/icmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_icmp
173        node while 5.0 does.
174        * netinet/if_ether.c: FreeBSD 2.2.2 does not have a _net_link_ether
175        node while 5.0 does.
176        * netinet/igmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_igmp
177        node while 5.0 does.
178        * netinet/in_pcb.c: Fixed the arguments to the sysctl call. Add
179        inp_gencnt and ipi_count. These are used when listing connections.
180        * netinet/in_pcb.h: Added counters to aid the listing of connections.
181        * netinet/in_var.h: Provide the _net_inet_ip and _net_inet_raw nodes.
182        * netinet/ip_fw.c: Disable the firewall sysctl calls.
183        * netinet/tcp_subr.c: Merge tcp_pcblist from the lastest FreeBSD source.
184        * netinet/tcp_var.h: Add structures needed by net-snmp to list
185        connections.
186        * netinet/udp_usrreq.c: Merged udp_pcblist from the lastest FreeBSD
187        source.
188        * netinet/udp_var.h: Added the sysctl id UDPCTL_PCBLIST. Used by
189        net-snmp.
190        * rtems_glue.c: Call sysctl_register_all when initialising the
191        network stack to register all the sysctl calls. These are in the
192        special sections and required an updated linker script.
193        * rtems/rtems_syscall.c: Add the sysctl call.
194        * sys/kernel.h: Use the lastest FreeBSD method of handling sysctl
195        structures.  This now held in the sys/linker_set.h file.
196        * sys/queue.h: This is from the lastest FreeBSD code with the circular
197        code merged back in as it is not used in the lastest FreeBSD kernel.
198        * sys/sysctl.h: The lastest sysctl. This was needed to use with the new
199        linker set method. The FreeBSD 2.2.2 version has asm hacks. The lastest
200        version of the FreeBSD does not have these hacks. It uses gcc attribute
201        directives.
202
2032002-12-18      Eric Norum <eric.norum@usask.ca>
204
205        * Makefile.am: Include netinet sources.
206
2072002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Merge-in kern/Makefile.am, net/Makefile.am,
210        netinet/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
211        rtems/Makefile.am.
212        * kern/Makefile.am: Remove.
213        * net/Makefile.am: Remove.
214        * netinet/Makefile.am: Remove.
215        * nfs/Makefile.am: Remove.
216        * rtems/Makefile.am: Remove.
217        * wrapup/Makefile.am: Reflect changes above.
218        * configure.ac: Ditto.
219
2202002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * kern/Makefile.am: Remove C_O_FILES;
223        Don't let all-local depend on $OBJS)
224        * lib/Makefile.am: Ditto.
225        * libc/Makefile.am: Ditto.
226        * net/Makefile.am: Ditto.
227        * netinet/Makefile.am: Ditto.
228        * nfs/Makefile.am: Ditto.
229        * rtems/Makefile.am: Ditto.
230
2312002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Fix package name.
234
2352002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Merge-in HEADER-handling from
238        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am.
239        * net/Makefile.am: Remove *_HEADERS.
240        * netinet/Makefile.am: Remove *_HEADERS.
241        * nfs/Makefile.am: Remove *_HEADERS.
242
2432002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Merge-in arpa/Makefile.am, machine/Makefile.am,
246        sys/Makefile.am, vm/Makefile.am.
247        Add . to SUBDIRS.
248        * arpa/Makefile.am: Remove.
249        * machine/Makefile.am: Remove.
250        * sys/Makefile.am: Remove.
251        * vm/Makefile.am: Remove.
252        * configure.ac: Reflect changes above.
253
2542002-11-06      Chris Johns <ccj@acm.org>
255
256        * sys/select.h: Add C++ to C external.
257
2582002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress
261        warning.
262
2632002-11-01      Joel Sherrill <joel@OARcorp.com>
264
265        * ChangeLog: Corrected.
266
2672002-11-01      Eric Norum <eric.norum@usask.ca>
268
269        * nfs/bootp_subr.c, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
270        Till Straumann's patch (PR295) to use bootp option 129 to get
271        command line string.  Till Straumann's patch to change
272        inet_ntoa->inet_ntop.
273
2742002-10-31      Joel Sherrill <joel@OARcorp.com>
275
276        * libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings.
277
2782002-10-28      Joel Sherrill <joel@OARcorp.com>
279
280        * Pass to eliminate warnings.
281        * kern/uipc_mbuf.c: Conditional SYSINIT() usage on __rtems__.
282        Fix return statement without a value.
283        * lib/ftpfs.c: read and write filesystem routines return ssize_t.
284        * lib/syslog.c: Add include of <string.h> to eliminate warning.
285        * lib/tftpDriver.c: read and write filesystem routines return ssize_t.
286        * libc/gethostbydns.c: Prototype abort().
287        * libc/inet_ntoa.c: Prototype strcpy().
288        * libc/rcmd.c: Add include of <sys/select.h>
289        * net/if_loop.c: Turn token at end of endif to comment.
290        * net/rtsock.c, nfs/bootp_subr.c:  Conditional SYSINIT() usage
291        on __rtems__.
292        * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>.
293        * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and
294        memset() since the BSD code tries to avoid using libc .h files
295        since it is used to being in the kernel.
296        * rtems/rtems_syscall.c: read and write filesystem routines
297        return ssize_t.
298
2992002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
302
3032002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Remove bogus reference to CHANGELOG.
306
3072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * .cvsignore: Reformat.
310        Add autom4te*cache.
311        Remove autom4te.cache.
312
3132002-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * net/if_ethersubr.c: Add comments to #endif NETATALK to stop
316        gcc from complaining.
317
3182002-10-07      Eric Norum <eric.norum@usask.ca>
319
320        * netinet/tcp_var.h: Corrected typo in ARM alignment patch which
321        broke all other ports.
322
3232002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
324
325        * netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c,
326        netinet/tcp_input.c, netinet/tcp_subr.c, netinet/tcp_var.h,
327        sys/queue.h: Address alignment requirements for the ARM.
328
3292002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
330
331        * rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and
332        SIOCDIFADDR.
333
3342002-10-02      Joel Sherrill <joel@OARcorp.com>
335
336        * kern/uipc_socket.c: Make sure that small non-zero delays work.
337        Suggested cleanup from Eric Norum.
338
3392002-10-02      Eric Norum <eric.norum@usask.ca>
340
341        * rtems/mkrootfs.c: As part of PR283, remove redundant code that
342        creates /etc/passwd and /etc/group.
343
3442002-09-16      Joel Sherrill <joel@OARcorp.com>
345
346        * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of
347        the IP_FORWARD patch as it appears to not compile in the
348        current tree.
349
3502002-09-14      Joel Sherrill <joel@OARcorp.com>
351
352        * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where
353        conversion into ticks can result in a 0 ticks timeout which is
354        the same as requesting no timeout.  Reported by Sergei Organov
355        <osv@javad.ru>.
356
3572002-09-14      Vyacheslav V. Burdjanadze <wr@zelax.ru>
358
359        * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
360        optional UDP broadcast forwarding support.
361        * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
362        broadcast forwarding.
363
3642002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * netinet/in_cksum.c: #include <string.h> for puts in generic
367        routines.
368
3692002-08-20      Eric Norum <eric.norum@usask.ca>
370
371        * rtems/rtems_glue.c: Per PR270, the BSD network code expects that
372        the value of the number of seconds since boot is non-zero.  The
373        RTEMS network initialization code assures this by waiting for a
374        second.  A more efficient technique is to simply wait until the
375        number of seconds since boot is non-zero.
376
3772002-08-09      Joel Sherrill <joel@OARcorp.com>
378
379        * libc/getservent.c: Per PR265, add  #include <netinet/in.h> for
380        ntohl() function.
381
3822002-08-07      Joel Sherrill <joel@OARcorp.com>
383
384        * netinet/in.h: Per PR263, added include of <machine/endian.h>
385        to <netinet/in.h> so it includes prototypes of ntohl() family
386        of routines.
387
3882002-08-01      Joel Sherrill <joel@OARcorp.com>
389
390        * machine/param.h, sys/syslimits.h: In the continued effort to
391        eliminate .h conflicts between newlib and RTEMS, these were moved to
392        newlib.
393        * machine/Makefile.am, sys/Makefile.am: Reflect above.
394
3952002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * wrapup/Makefile.am: Don't install.
398
3992002-07-30      Joel Sherrill <joel@OARcorp.com>
400
401        * sys/param.h: Removed as a simpler version of this file is
402        now part of the RTEMS newlib support.
403        * sys/Makefile.am: Modified to reflect above. 
404
4052002-07-30      Joel Sherrill <joel@OARcorp.com>
406
407        * machine/types.h: Removed as a simpler version of this file is
408        now part of the RTEMS newlib support.
409        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
410        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
411        Minor modifications to use the simpler machine/types.h.  Mostly
412        more complete sets of #include's to account for machine/types.h
413        no longer doing this.
414
4152002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
416
417        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
418        support.
419
4202002-07-24      Joel Sherrill <joel@OARcorp.com>
421
422        * sys/select.h: Add a prototype of select() to avoid warnings.
423        In particular a C++ application using select() required a prototype.
424
4252002-07-24      Joel Sherrill <joel@OARcorp.com>
426
427        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
428        since RTEMS does not support it.
429
4302002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
433        * lib/Makefile.am: Ditto.
434        * libc/Makefile.am: Ditto.
435        * net/Makefile.am: Ditto.
436        * netinet/Makefile.am: Ditto.
437        * nfs/Makefile.am: Ditto.
438        * rtems/Makefile.am: Ditto.
439        * wrapup/Makefile.am: Ditto.
440
4412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * kern/Makefile.am: Eliminate LIBNAME.
444        * lib/Makefile.am: Ditto.
445        * libc/Makefile.am: Ditto.
446        * net/Makefile.am: Ditto.
447        * netinet/Makefile.am: Ditto.
448        * nfs/Makefile.am: Ditto.
449        * rtems/Makefile.am: Ditto.
450        * wrapup/Makefile.am: Use project_libdir instead of
451        $(PROJECT_RELEASE)/lib.
452
4532002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
454
455        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
456        Modified to added packed attribute.o
457
4582002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: RTEMS_TOP(../..).
461
4622002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: Remove RTEMS_PROJECT_ROOT.
465
4662002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
467
468        * Addition of a ftp client filesystem, comparable to the tftp one.
469        * lib/ftpfs.c, rtems/ftpfs.h: New files.
470        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
471
4722002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
475        Add AC_PROG_RANLIB.
476
4772002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
480
4812002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * Makefile.am: Remove commented out net-apps.
484
4852002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
488        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
489        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
490        Use ../aclocal.
491        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
492        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
493        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
494        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
495        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
496        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
497        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
498        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
499        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
500        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
501
5022002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
505
5062002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
509          Remove RTEMS_ENABLE_POSIX.
510          Remove RTEMS_CHECK_CUSTOM_BSP.
511          Remove RTEMS_ENABLE_POSIX.
512
5132002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        Relocate c/src/libnetworking.
516        * Makefile.am: Reflect moval.
517        * machine/Makefile.am: Ditto.
518        * net/Makefile.am: Ditto.
519        * lib/Makefile.am: Ditto.
520        * netinet/Makefile.am: Ditto.
521        * vm/Makefile.am: Ditto.
522        * libc/Makefile.am: Ditto.
523        * sys/Makefile.am: Ditto.
524        * arpa/Makefile.am: Ditto.
525        * nfs/Makefile.am: Ditto.
526        * kern/Makefile.am: Ditto.
527        * rtems/Makefile.am: Ditto.
528        * configure.ac: Dittp.
529        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
530
5312002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
534
5352002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
538        * rtems/mkrootfs.h: Ditto.
539        * rtems/Makefile.am: Reflect changes above.
540
5412002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * sys/ioctl.h: Remove.
544        * sys/sockio.h: Remove.
545        * sys/filio.h: Remove.
546        * sys/Makefile.am: Reflect changes above.
547
5482001-05-14      Joel Sherrill <joel@OARcorp.com>
549
550        * ChangeLog: Corrected -- entry should have been in libchip.
551 
5522002-05-01      Eric Norum <eric.norum@usask.ca>
553
554        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
555        to satisfy gcc 3.1 and newer.
556
5572002-04-26      Eric Norum <eric.norum@usask.ca>
558
559        * netinet/in_cksum_i386.c: Add volatile so the more agressive
560        optimization in gcc 3.1 does not reorder things.
561
5622002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * pppd/utils.c: Adapt to gcc-3.x.
565
5662002-04-11      Chris Johns <ccj@acm.org>
567
568        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
569        the drv_ctrl driver control block field to the ifconfig network driver
570        structure. This field is needed by the i82586 driver which was ported
571        from NetBSD as it had better hardware abstraction.
572
5732002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * ChangeLog: Fix dates.
576
5772002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * libc/rcmd.c: Replace __rtems w/ __rtems__.
580
5812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * configure.ac:
584        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
585        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
586        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
587        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
588        * Makefile.am: Remove AUTOMAKE_OPTIONS.
589        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
590        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
591        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
592        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
593        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
594        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
595        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
596        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
597        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
598        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
599        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
600        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
603
6042002-03-27      Thomas.Doerfler@imd-systems.de
605
606        * PR144
607        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
608        0 when called for the first time. This is done when trying to clear
609        the variable "dhcp_hostname".
610
6112002-03-27      Ilya Alexeev <ilya@continuum.ru>
612
613        * PR162
614        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
615        variables must not be used in a device write routines.  Now
616        ppp_softc structure have own character for writing to device
617        (sc_outchar).  I think that converting local variables to static
618        is not a right solution, because problems will occur in the case
619        of two or more ppp instances.
620        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
621        u_long, otherwise in the case of the big output packet endless
622        loop may occur.
623
6242002-03-21      Ilya Alexeev <ilya@continuum.ru>
625
626        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
627        PPPD connections.
628
6292001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
630
631        * PR158
632        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
633        commenting out the parts that deal with signals.  This enables
634        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
635        The 'server-side' parts of this file which deal with authentication
636        are disabled since they are not needed.
637
6382002-02-27      Ilya Alexeev <ilya@continuum.ru>
639
640        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
641        pppd/sys-rtems.c: Add server with pap-authorization
642        capabilities as well as eliminate some warnings.
643
6442002-02-27      Eric Norum <eric.norum@usask.ca>
645
646        * net/radix.c: Properly handle fetching the default route when there
647        is no route.  This was a bug in the original FreeBSD code and this
648        fix is from an updated version of their code.
649
6502002-02-01      Mike Siers <mikes@poliac.com>
651
652        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
653        the link down too fast.
654        NOTE: Mike reports successfully running at 56K baud on a direct link.
655
6562002-01-31      Mike Siers <mikes@poliac.com>
657
658        * pppd/rtemsdialer.h: New file missed in previous commit.
659
6602002-01-31      Mike Siers <mikes@poliac.com>
661
662        * Nice Update of PPPD support which eliminates the
663        requiremetn that drivers be in the termios TASK_DRIVEN mode.
664        Mike did significant testing and reports that it seems to be
665        more stable and handle larger packets better.  This patch
666        replaces the termios tasks with more general pppd network
667        driver tasks.  The functions pppinput() and pppstart() get
668        called from the interrupt service routine.
669        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
670        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
671        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
672        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
673        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
674        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
675        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
676        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
677        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
678        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
679        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
680        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
681        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
682        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
683        pppd/upap.h, pppd/utils.c, pppd/example/README,
684        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
685        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
686        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
687        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
688        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
689
6902002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * rtems_telnetd/pty.c: Move config.h to were it belongs.
693        Remove printf (Reported by Till Straumann
694        <strauman@SLAC.Stanford.EDU>).
695
6962002-02-16      Eric Norum <eric.norum@usask.ca>
697
698        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
699
7002002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * pppd/sys-rtems.c: Remove unused variable status from
703        dodefaultroute.
704
7052002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
708        <rtems/seterr.h>.
709
710
7112001-12-18      Eric Norum <eric.norum@usask.ca>
712
713        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
714        (path names with a / at the end) while disallowing open() operations
715        on TFTP `directories'.
716
7172001-12-07      Eric Norum <eric.norum@usask.ca>
718
719        * lib/tftpDriver.c: Restore write capability.
720
7212001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * arpa/Makefile.am: Remove stray lines.
724
7252001-10-18      Eric Norum <eric.norum@usask.ca>
726
727        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
728        open() operations within the TFTP file system.
729
7302001-10-12      Mike Siers <mikes@poliac.com>
731
732        * Update to stable working state.  Congratulations Mike! :)
733        * modem_example: Directory removed.
734        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
735        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
736        modem_example/pppcompress.c: Files removed.
737        * pppd/example/pppd.options: New file.
738        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
739        pppd/pppd.h, pppd/rtemsmain.c: Updated.
740
7412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
744        * configure.in: Remove.
745        * configure.ac: New file, generated from configure.in by autoupdate.
746
7472001-09-27      Eric Norum <eric.norum@usask.ca>
748
749        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
750        filesystem.
751
7522001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
755        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
756        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
757        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
758        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
759        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
760        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
761        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
762        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
763        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
764        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
765        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
766
7672001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
770
7712001-09-19      Eric Norum <eric.norum@usask.ca>
772
773        * lib/tftpDriver.c: Add some debugging capability.
774
7752001-09-19      Chris Johns <ccj@acm.org>
776
777        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
778        rtems/rtems_bsdnet_internal.h Added support for populating the
779        initial "root" filesystem with information obtained via the DHCP
780        response.
781
7822001-08-16      Mike Siers <mikes@poliac.com>
783
784        * pppd/STATUS: Updated by Joel based upon email from Mike.
785        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
786        functionality that has not even been compiled under RTEMS yet.
787
7882001-08-16      Joel Sherrill <joel@OARcorp.com>
789
790        * pppd/example/Makefile: Removed.
791        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
792        avoid bootstrap -c clobbering it.
793
7942001-08-16      Mike Siers <mikes@poliac.com>
795
796        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
797        application.  Mike's notes on the modifications:
798           - renamed error() function because of namespace problems
799           - removed calls to the exit() funciton
800           - removed extra files from the pppd source directory
801           - defined pppd task constant values in rtemspppd.h
802           - modifyied example code to get actual tick per second value
803           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
804           directory
805        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
806        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
807        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
808        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
809        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
810        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
811        New files.
812        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
813        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
814        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
815        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
816        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
817        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
818        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
819
8202001-08-16      Joel Sherrill <joel@OARcorp.com>
821
822        * rtems_telnetd/.cvsignore: New file.
823
8242001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
825
826        * Makefile.am, configure.in, rtems_servers/Makefile.am,
827        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
828        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
829        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
830        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
831          - pty and telnetd have a new subdir rtems_telnetd to avoid
832            the side effect when ftpd change.
833          - the tcp/ip stats have been implemented into icmds.c and
834            started when telnetd daemon is started.
835        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
836        * rtems_telnetd: New directory.
837        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
838        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
839        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
840
8412001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * rtems_servers/Makefile.am: Deleted blank lines.
844
8452001-06-14      Joel Sherrill <joel@OARcorp.com>
846
847        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
848        so the network stack to address network depenendency.
849        * rtems_servers/Makefile.am: Modified to reflect above.
850
8512001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
854
8552001-04-24      Eric Norum <eric.norum@usask.ca>
856
857        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
858        synchronization a little more robust -- no NTP daemon yet, but
859        at least it trys a little harder when the primary NTP server is down.
860
8612001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
862
863        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
864        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
865        Polish comments and other strings into English
866        * pppd/STATUS: updated to reflect the changes
867
8682001-04-20      Jake Janovetz <janovetz@uiuc.edu>
869
870        * rtems_servers/ftpd.c: Correct argument so hooks work again.
871
8722001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
873
874        * include/.cvsignore: Remove dangling file.
875
8762001-01-31        Sergei Organov <osv@javad.ru>
877
878        * rtems_servers/ftp.d: Following changes:
879          - Hacks with current dir and root dir removed in favor of new libio
880            support for task-local current and root directories.
881          - Bug in `close_data_socket()' introduced by previous change fixed.
882          - `command_pasv()' changed to set timeout on socket we are listening
883            on and code fixed to don't close socket twice on error.
884          - `serr()' changed to clear `errno'.
885          - `data_socket()' changed to clear `errno' before `bind()'.
886          - `session()' changed to clear `errno' before processing session.
887          - `close_data_socket()' fixed to close both active and passive sockets
888          - Initialize info->data_socket to -1 in `daemon()'
889          - Initialize `fname' to empty string  in `exec_command()'
890
8912001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
894        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
895        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
896        sys/Makefile.am, vm/Makefile.am:
897        Apply include_*HEADERS instead of H_FILES.
898        * include/Makefile.am: Remove.
899        * Makefile.am: Add handling of *.h files.
900        * configure.in: Remove include/Makefile.
901
9022001-01-25      Eric Norum <eric.norum@usask.ca>
903
904        * lib/tftpDriver.c: Reduce first timeout interval.  This
905        improves throughput on systems which are dropping packets. 
906        Only the first timeout is reduced.  This keeps the number
907        of extra packets down on networks that are very busy and
908        dropping lots of packets.
909
9102001-01-24      Sergei Organov <osv@javad.ru>
911
912        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
913        as listed below:
914          - Timeouts on sockets implemented. 'idle' field added to
915            configuration. No timeout by default to keep backward compatibility.
916            Note: SITE IDLE command not implemented yet.
917          - Basic global access control implemented. 'access' field added to
918            configuration. No access limitations by default to keep backward
919            compatibility.
920          - Anchor data socket for active mode (using self IP and port 20.)
921          - Fixed default data port support (still not tested).
922          - Don't allow IP address different from originating host in
923            PORT command to improve security.
924          - Fixed bug in MDTM command.
925          - Check for correctness of parsing of argument in command_port().
926          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
927            'NAME' is not a directory.
928          - Command parsing a little bit improved: command names are now
929            converted to upper-case to be more compatible with RFC (command
930            names are not case-sensitive.)
931          - Reformat comments so that they have RTEMS look-and-feel.
932          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
933          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
934          - Passive mode implemented, PASV command added.
935          - Default port for data connection could be used (untested, can't find
936            ftp client that doesn't send PORT command)
937          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
938          - Reply codes reviewed and fixed.
939
9402001-01-12      Sergei Organov <osv@javad.ru>
941
942        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
943        as listed below:
944            - use pool of pre-created threads to handle sessions instead of
945              creating/deleting threads on the fly
946            - LIST output is now similar to what "/bin/ls -al" would output,
947              thus FTP clients such Netscape are happy with it.
948            - LIST NAME now works (both for files and directories)
949            - added support for NLST, CDUP, and MDTM FTP commands to make
950              more FTP clients happy
951            - keep track of CWD for every session separately
952            - ability to specify root directory name for FTPD in configuration
953              table. FTPD will then create illusion for FTP clients that this
954              is actually root directory.
955            - ignore options sent in commands, thus LIST -al FILE works and
956              doesn't try to list "-al" directory.
957            - buffers are allocated on stack instead of heap where possible to
958              eliminate malloc/free calls (avoid possible heap fragmentation
959              troubles).
960            - drop using of task notepad to pass parameters - use function
961              arguments instead
962            - use snprintf() instead of sprintf() as the latter is unsafe
963            - use of PF_INET in socket() instead of AF_INET
964
965            Here are ftp clients I've tried new FTPD with (all of them
966            running on Debian GNU/Linux 2.2):
967
968                 Lftp 2.1.10
969                 NcFTP 2.4.3
970                 Netscape 4.75
971                 ftp
972                 mc 4.5.49
973
9742001-01-02      Joel Sherrill <joel@OARcorp.com>
975
976        * CHANGELOG: Removed.
977        * README: Merged CHANGELOG contents as initial changes.
978
9792000-12-14      Eric Norum <eric.norum@usask.ca>
980
981        * lib/tftpDriver.c: Added write capability.
982
9832000-12-08      Joel Sherrill <joel@OARcorp.com>
984
985        * libc/linkaddr.c: Initialized variable to remove warning.
986        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
987        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
988        that were not used because the code using them was commented out.
989        Removed totally unused variables.
990        * modem/pppcompress.c: Added parentheses to avoid warnings.
991        * pppd/pppmain.c: Removed numerous warnings.
992
9932000-11-30      Joel Sherrill <joel@OARcorp.com>
994
995        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
996        that is an RTEMS specific header file.
997
9982000-11-30      Joel Sherrill <joel@OARcorp.com>
999
1000        * sys/ttycom.h: Moved to lib/include/sys.
1001        * Makefile.am: Modified to reflect above.
1002
10032000-11-27      Joel Sherrill <joel@OARcorp.com>
1004
1005        * libc/res_init.c: Fix typo - adding missing # on include.
1006
10072000-11-25      Eric Norum <eric.norum@usask.ca>
1008
1009        * libc/res_init.c: Move include to avoid compiler dumping core.
1010
10112000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
1012
1013        * wrapup/Makefile.am: Added modem subdir.
1014        * configure.in, Makefile.am: Added modem subdir.
1015        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
1016        * pppd/Makefile.am: Added pppmain.c (which needs work).
1017        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
1018        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
1019        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
1020        Actually main.c and ppp_tty.c should be scratched. The modem
1021        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
1022
10232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1024
1025        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1026
10272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1030
10312000-10-30      Joel Sherrill <joel@OARcorp.com>
1032
1033        * POSIX include files merged into newlib.  This resulted in
1034        some definitions moving to other files and thus some secondary
1035        effects in RTEMS source code.
1036        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
1037        with newlib's <machine/types.h>.
1038        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
1039        of struct itimerval in <sys/time.h>.
1040
10412000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1042
1043        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1044        Switch to GNU canonicalization.
1045
10462000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
1047
1048        * lib/tftpDriver.c: add comments to handlers struct function pointers.
1049        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
1050        pointer has been checked against NULL.
1051
10522000-10-18       Chris Johns <ccj@acm.org>
1053
1054        * pppd/ipxcp.c: Fixed a typo.
1055
10562000-09-28      Joel Sherrill <joel@OARcorp.com>
1057
1058        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
1059        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
1060        * rtems_webserver/sock.c: Added file missed in merger.
1061
10622000-09-22      Joel Sherrill <joel@OARcorp.com>
1063
1064        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
1065        rtems_webserver/webmain.c: machine/types.h  should not have
1066        included rtems.h.  It is now including precisely the
1067        least amount of low level, yet portable .h files to get
1068        the basic RTEMS types defined.  This rippled into other
1069        files since rtems_bsdnet_internal.h used machine/types.h to include
1070        rtems.h.
1071
10722000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1073
1074        * ChangeLog: Cleanup.
1075
10762000-09-05      Joel Sherrill <joel@OARcorp.com>
1077
1078        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
1079        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
1080        and to work with the converted flags.
1081
10822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1083
1084        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
1085        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
1086        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
1087        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
1088
10892000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
1090
1091        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
1092        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
1093
10942000-08-31      Joel Sherrill <joel@OARcorp.com>
1095
1096        * Merged version 2.1 of GoAhead webserver.  This update
1097        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
1098        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
1099        um.c, um.h: New files.
1100        * wbase64.c: Removed.
1101        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
1102        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
1103        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
1104        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
1105
11062000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1107
1108        * netinet/tcp_input.c: Spelling corrections.
1109
11102000-08-30      Joel Sherrill <joel@OARcorp.com>
1111
1112        * rtems_webserver/license.txt: New file.
1113
11142000-08-10      Joel Sherrill <joel@OARcorp.com>
1115
1116        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.