source: rtems/cpukit/libnetworking/ChangeLog @ 74e2998

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 38.7 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-08-06      Till Strauman <strauman@slac.stanford.edu>
6
7        PR 435/networking
8        * rtems/rtems_showifstat.c: rtems_showifstat misses printing
9        the netmask
10
112003-05-29      Joel Sherrill <joel@OARcorp.com>
12
13        * rtems/rtems_syscall.c: Removed warnings.
14
152003-05-15  cjohns@cybertec.com.au  <cjohns@cybertec.com.au>
16
17        PR 406/networking
18        * netinet/in.h: Added INET_ADDRSTRLEN per the SUSv3 standard.
19
202003-04-15      Joel Sherrill <joel@OARcorp.com>
21
22        PR 388/networking
23        * kern/kern_sysctl.c: Revert previous patch and use strlcpy() now that
24        it is available. Also fixed some warnings.
25
262003-03-27      Joel Sherrill <joel@OARcorp.com>
27
28        * kern/kern_sysctl.c: Converted from BSP strlcpy() to strncpy().
29
302003-03-25      Joel Sherrill <joel@OARcorp.com>
31
32        * rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
33
342002-03-25      Eric Norum <norume@aps.anl.gov>
35
36
37        PR 374/networking
38        * Makefile.am, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
39        The patch sent as part of PR270 got applied to the wrong place. 
40        The effect was that (1) startup was no faster than before and
41        (2) malloc starvation messages came way too quickly.  The attached
42        patch fixes both these problems and also provides a mechanism for
43        applications to handle malloc starvation conditions as they see fit.
44        * rtems/rtems_bsdnet_malloc_starvation.c: New file.
45
462003-03-18      Till Straumann <strauman@slac.stanford.edu>
47
48        PR 356/bsps
49        * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant.
50        Declare all linker-script defined addresses as
51        variables of unknown size and not as short objects
52        like 'int', 'void*' etc.  Since only addresses are used and never those
53        variable's values, the type used in a declaration is not important.
54
552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove AC_CONFIG_AUX_DIR.
58
592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * netinet/in_chksum.c: Remove duplicate case to include
62        in_chksum_arm.c.
63
642003-02-20      Till Straumann <strauman@slac.stanford.edu>
65
66        PR 351/networking
67        * nfs/bootp_subr.c: Fix ridiculous leak in bootp and use
68        strdup_bootp_realloc() everywhere for sake of consistency.
69
702003-02-11      Mike Siers <mikes@poliac.com>
71
72        * rtems/rtems_glue.c: A small patch to the network daemon task
73        code.  I just added code to check the return value of
74        the rtems_bsdnet_event_receive function.  Only when
75        this function returns a SUCCESSFUL status, will the
76        event flags be checked.  This is more of a code cleanup issue
77        than a bug.  The patch will just ensure the ipintr() and
78        arpintr() functions are only called when a event is signaled.
79
802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
83
842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: AC_PREREQ(2.57).
87
882003-02-06      Mike Siers <mikes@poliac.com>
89
90        PR 342/networking
91        * kern/uipc_mbuf.c: The RTEMS version of the m_copyback is changing
92        the m_len value of the mbuf.  I looked into the source from another
93        BSD system and the mbuf length is not changed inside this function.
94        The m_copyback function is only being used in the net/rtsock.c file.
95        So I think this problem is only visable under certain routing table
96        conditions. 
97
982003-02-05      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
99
100        PR 341/networking
101        * lib/ftpfs.c: Account for NULL at end of strings when malloc()'ing
102        memory.
103
1042003-01-28      Joel Sherrill <joel@OARcorp.com>
105
106        * Makefile.am: Add kern/kern_sysctl.c to Makefile.am so networking
107        tests build. This was subsequently reported as PR337 before I
108        committed the fix.
109
1102003-01-27      Till Straumann <strauman@SLAC.Stanford.edu>
111
112        * libc/getproto.c, libc/getprotoname.c: modification to call
113        getprotoent_static() if fopen() on /etc/protocols fails.
114
1152003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * netinet/tcp_subr.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
118        INP_LOCK, INP_UNLOCK macros.
119        * netinet/udp_usrreq.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
120        INP_LOCK, INP_UNLOCK macros.
121
1222003-01-03      Jitendra Vegiraju <jvegiraju@netscape.net>
123
124        * sys/queue.h: Fix alignment problem on ARM.
125
1262003-01-03      Chris Johns <cjohns@cybertec.com.au>
127
128        * Makefile.am: Added sys/linker_set.h
129        * kern/Makefile.am: Added kern_mib.c and kern_sysctl.c.
130        * kern/uipc_socket.c: OID changed from KERN_SOMAXCONN to KIPC_SOMAXCONN.
131        * kern/uipc_socket2.c: OID changed from KERN_MAXSOCKBUF to
132        KIPC_MAXSOCKBUF.
133        * net/if_ethersubr.c: FreeBSD 2.2.2 does not have a _net_link node
134        while 5.0 does.
135        * net/if_ppp.c: Removed the TEXT_SET define as these macros are
136        now implemented.
137        * net/rtsock.c: Enable sysctl support plus fix the bug with the
138        lastest FreeBSD sysctl header file.
139        * netinet/icmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_icmp
140        node while 5.0 does.
141        * netinet/if_ether.c: FreeBSD 2.2.2 does not have a _net_link_ether
142        node while 5.0 does.
143        * netinet/igmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_igmp
144        node while 5.0 does.
145        * netinet/in_pcb.c: Fixed the arguments to the sysctl call. Add
146        inp_gencnt and ipi_count. These are used when listing connections.
147        * netinet/in_pcb.h: Added counters to aid the listing of connections.
148        * netinet/in_var.h: Provide the _net_inet_ip and _net_inet_raw nodes.
149        * netinet/ip_fw.c: Disable the firewall sysctl calls.
150        * netinet/tcp_subr.c: Merge tcp_pcblist from the lastest FreeBSD source.
151        * netinet/tcp_var.h: Add structures needed by net-snmp to list
152        connections.
153        * netinet/udp_usrreq.c: Merged udp_pcblist from the lastest FreeBSD
154        source.
155        * netinet/udp_var.h: Added the sysctl id UDPCTL_PCBLIST. Used by
156        net-snmp.
157        * rtems_glue.c: Call sysctl_register_all when initialising the
158        network stack to register all the sysctl calls. These are in the
159        special sections and required an updated linker script.
160        * rtems/rtems_syscall.c: Add the sysctl call.
161        * sys/kernel.h: Use the lastest FreeBSD method of handling sysctl
162        structures.  This now held in the sys/linker_set.h file.
163        * sys/queue.h: This is from the lastest FreeBSD code with the circular
164        code merged back in as it is not used in the lastest FreeBSD kernel.
165        * sys/sysctl.h: The lastest sysctl. This was needed to use with the new
166        linker set method. The FreeBSD 2.2.2 version has asm hacks. The lastest
167        version of the FreeBSD does not have these hacks. It uses gcc attribute
168        directives.
169
1702002-12-18      Eric Norum <eric.norum@usask.ca>
171
172        * Makefile.am: Include netinet sources.
173
1742002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Merge-in kern/Makefile.am, net/Makefile.am,
177        netinet/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
178        rtems/Makefile.am.
179        * kern/Makefile.am: Remove.
180        * net/Makefile.am: Remove.
181        * netinet/Makefile.am: Remove.
182        * nfs/Makefile.am: Remove.
183        * rtems/Makefile.am: Remove.
184        * wrapup/Makefile.am: Reflect changes above.
185        * configure.ac: Ditto.
186
1872002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * kern/Makefile.am: Remove C_O_FILES;
190        Don't let all-local depend on $OBJS)
191        * lib/Makefile.am: Ditto.
192        * libc/Makefile.am: Ditto.
193        * net/Makefile.am: Ditto.
194        * netinet/Makefile.am: Ditto.
195        * nfs/Makefile.am: Ditto.
196        * rtems/Makefile.am: Ditto.
197
1982002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Fix package name.
201
2022002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Merge-in HEADER-handling from
205        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am.
206        * net/Makefile.am: Remove *_HEADERS.
207        * netinet/Makefile.am: Remove *_HEADERS.
208        * nfs/Makefile.am: Remove *_HEADERS.
209
2102002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Merge-in arpa/Makefile.am, machine/Makefile.am,
213        sys/Makefile.am, vm/Makefile.am.
214        Add . to SUBDIRS.
215        * arpa/Makefile.am: Remove.
216        * machine/Makefile.am: Remove.
217        * sys/Makefile.am: Remove.
218        * vm/Makefile.am: Remove.
219        * configure.ac: Reflect changes above.
220
2212002-11-06      Chris Johns <ccj@acm.org>
222
223        * sys/select.h: Add C++ to C external.
224
2252002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress
228        warning.
229
2302002-11-01      Joel Sherrill <joel@OARcorp.com>
231
232        * ChangeLog: Corrected.
233
2342002-11-01      Eric Norum <eric.norum@usask.ca>
235
236        * nfs/bootp_subr.c, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
237        Till Straumann's patch (PR295) to use bootp option 129 to get
238        command line string.  Till Straumann's patch to change
239        inet_ntoa->inet_ntop.
240
2412002-10-31      Joel Sherrill <joel@OARcorp.com>
242
243        * libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings.
244
2452002-10-28      Joel Sherrill <joel@OARcorp.com>
246
247        * Pass to eliminate warnings.
248        * kern/uipc_mbuf.c: Conditional SYSINIT() usage on __rtems__.
249        Fix return statement without a value.
250        * lib/ftpfs.c: read and write filesystem routines return ssize_t.
251        * lib/syslog.c: Add include of <string.h> to eliminate warning.
252        * lib/tftpDriver.c: read and write filesystem routines return ssize_t.
253        * libc/gethostbydns.c: Prototype abort().
254        * libc/inet_ntoa.c: Prototype strcpy().
255        * libc/rcmd.c: Add include of <sys/select.h>
256        * net/if_loop.c: Turn token at end of endif to comment.
257        * net/rtsock.c, nfs/bootp_subr.c:  Conditional SYSINIT() usage
258        on __rtems__.
259        * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>.
260        * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and
261        memset() since the BSD code tries to avoid using libc .h files
262        since it is used to being in the kernel.
263        * rtems/rtems_syscall.c: read and write filesystem routines
264        return ssize_t.
265
2662002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
269
2702002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Remove bogus reference to CHANGELOG.
273
2742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * .cvsignore: Reformat.
277        Add autom4te*cache.
278        Remove autom4te.cache.
279
2802002-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * net/if_ethersubr.c: Add comments to #endif NETATALK to stop
283        gcc from complaining.
284
2852002-10-07      Eric Norum <eric.norum@usask.ca>
286
287        * netinet/tcp_var.h: Corrected typo in ARM alignment patch which
288        broke all other ports.
289
2902002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
291
292        * netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c,
293        netinet/tcp_input.c, netinet/tcp_subr.c, netinet/tcp_var.h,
294        sys/queue.h: Address alignment requirements for the ARM.
295
2962002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
297
298        * rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and
299        SIOCDIFADDR.
300
3012002-10-02      Joel Sherrill <joel@OARcorp.com>
302
303        * kern/uipc_socket.c: Make sure that small non-zero delays work.
304        Suggested cleanup from Eric Norum.
305
3062002-10-02      Eric Norum <eric.norum@usask.ca>
307
308        * rtems/mkrootfs.c: As part of PR283, remove redundant code that
309        creates /etc/passwd and /etc/group.
310
3112002-09-16      Joel Sherrill <joel@OARcorp.com>
312
313        * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of
314        the IP_FORWARD patch as it appears to not compile in the
315        current tree.
316
3172002-09-14      Joel Sherrill <joel@OARcorp.com>
318
319        * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where
320        conversion into ticks can result in a 0 ticks timeout which is
321        the same as requesting no timeout.  Reported by Sergei Organov
322        <osv@javad.ru>.
323
3242002-09-14      Vyacheslav V. Burdjanadze <wr@zelax.ru>
325
326        * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
327        optional UDP broadcast forwarding support.
328        * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
329        broadcast forwarding.
330
3312002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * netinet/in_cksum.c: #include <string.h> for puts in generic
334        routines.
335
3362002-08-20      Eric Norum <eric.norum@usask.ca>
337
338        * rtems/rtems_glue.c: Per PR270, the BSD network code expects that
339        the value of the number of seconds since boot is non-zero.  The
340        RTEMS network initialization code assures this by waiting for a
341        second.  A more efficient technique is to simply wait until the
342        number of seconds since boot is non-zero.
343
3442002-08-09      Joel Sherrill <joel@OARcorp.com>
345
346        * libc/getservent.c: Per PR265, add  #include <netinet/in.h> for
347        ntohl() function.
348
3492002-08-07      Joel Sherrill <joel@OARcorp.com>
350
351        * netinet/in.h: Per PR263, added include of <machine/endian.h>
352        to <netinet/in.h> so it includes prototypes of ntohl() family
353        of routines.
354
3552002-08-01      Joel Sherrill <joel@OARcorp.com>
356
357        * machine/param.h, sys/syslimits.h: In the continued effort to
358        eliminate .h conflicts between newlib and RTEMS, these were moved to
359        newlib.
360        * machine/Makefile.am, sys/Makefile.am: Reflect above.
361
3622002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/Makefile.am: Don't install.
365
3662002-07-30      Joel Sherrill <joel@OARcorp.com>
367
368        * sys/param.h: Removed as a simpler version of this file is
369        now part of the RTEMS newlib support.
370        * sys/Makefile.am: Modified to reflect above. 
371
3722002-07-30      Joel Sherrill <joel@OARcorp.com>
373
374        * machine/types.h: Removed as a simpler version of this file is
375        now part of the RTEMS newlib support.
376        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
377        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
378        Minor modifications to use the simpler machine/types.h.  Mostly
379        more complete sets of #include's to account for machine/types.h
380        no longer doing this.
381
3822002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
383
384        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
385        support.
386
3872002-07-24      Joel Sherrill <joel@OARcorp.com>
388
389        * sys/select.h: Add a prototype of select() to avoid warnings.
390        In particular a C++ application using select() required a prototype.
391
3922002-07-24      Joel Sherrill <joel@OARcorp.com>
393
394        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
395        since RTEMS does not support it.
396
3972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
400        * lib/Makefile.am: Ditto.
401        * libc/Makefile.am: Ditto.
402        * net/Makefile.am: Ditto.
403        * netinet/Makefile.am: Ditto.
404        * nfs/Makefile.am: Ditto.
405        * rtems/Makefile.am: Ditto.
406        * wrapup/Makefile.am: Ditto.
407
4082002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * kern/Makefile.am: Eliminate LIBNAME.
411        * lib/Makefile.am: Ditto.
412        * libc/Makefile.am: Ditto.
413        * net/Makefile.am: Ditto.
414        * netinet/Makefile.am: Ditto.
415        * nfs/Makefile.am: Ditto.
416        * rtems/Makefile.am: Ditto.
417        * wrapup/Makefile.am: Use project_libdir instead of
418        $(PROJECT_RELEASE)/lib.
419
4202002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
421
422        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
423        Modified to added packed attribute.o
424
4252002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: RTEMS_TOP(../..).
428
4292002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Remove RTEMS_PROJECT_ROOT.
432
4332002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
434
435        * Addition of a ftp client filesystem, comparable to the tftp one.
436        * lib/ftpfs.c, rtems/ftpfs.h: New files.
437        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
438
4392002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
442        Add AC_PROG_RANLIB.
443
4442002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
447
4482002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am: Remove commented out net-apps.
451
4522002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
455        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
456        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
457        Use ../aclocal.
458        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
459        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
460        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
461        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
462        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
463        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
464        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
465        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
466        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
467        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
468
4692002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
472
4732002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
476          Remove RTEMS_ENABLE_POSIX.
477          Remove RTEMS_CHECK_CUSTOM_BSP.
478          Remove RTEMS_ENABLE_POSIX.
479
4802002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        Relocate c/src/libnetworking.
483        * Makefile.am: Reflect moval.
484        * machine/Makefile.am: Ditto.
485        * net/Makefile.am: Ditto.
486        * lib/Makefile.am: Ditto.
487        * netinet/Makefile.am: Ditto.
488        * vm/Makefile.am: Ditto.
489        * libc/Makefile.am: Ditto.
490        * sys/Makefile.am: Ditto.
491        * arpa/Makefile.am: Ditto.
492        * nfs/Makefile.am: Ditto.
493        * kern/Makefile.am: Ditto.
494        * rtems/Makefile.am: Ditto.
495        * configure.ac: Dittp.
496        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
497
4982002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
501
5022002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
505        * rtems/mkrootfs.h: Ditto.
506        * rtems/Makefile.am: Reflect changes above.
507
5082002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * sys/ioctl.h: Remove.
511        * sys/sockio.h: Remove.
512        * sys/filio.h: Remove.
513        * sys/Makefile.am: Reflect changes above.
514
5152001-05-14      Joel Sherrill <joel@OARcorp.com>
516
517        * ChangeLog: Corrected -- entry should have been in libchip.
518 
5192002-05-01      Eric Norum <eric.norum@usask.ca>
520
521        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
522        to satisfy gcc 3.1 and newer.
523
5242002-04-26      Eric Norum <eric.norum@usask.ca>
525
526        * netinet/in_cksum_i386.c: Add volatile so the more agressive
527        optimization in gcc 3.1 does not reorder things.
528
5292002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * pppd/utils.c: Adapt to gcc-3.x.
532
5332002-04-11      Chris Johns <ccj@acm.org>
534
535        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
536        the drv_ctrl driver control block field to the ifconfig network driver
537        structure. This field is needed by the i82586 driver which was ported
538        from NetBSD as it had better hardware abstraction.
539
5402002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * ChangeLog: Fix dates.
543
5442002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * libc/rcmd.c: Replace __rtems w/ __rtems__.
547
5482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.ac:
551        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
552        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
553        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
554        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
555        * Makefile.am: Remove AUTOMAKE_OPTIONS.
556        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
557        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
558        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
561        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
562        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
563        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
564        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
565        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
566        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
567        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
568        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
569        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
570
5712002-03-27      Thomas.Doerfler@imd-systems.de
572
573        * PR144
574        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
575        0 when called for the first time. This is done when trying to clear
576        the variable "dhcp_hostname".
577
5782002-03-27      Ilya Alexeev <ilya@continuum.ru>
579
580        * PR162
581        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
582        variables must not be used in a device write routines.  Now
583        ppp_softc structure have own character for writing to device
584        (sc_outchar).  I think that converting local variables to static
585        is not a right solution, because problems will occur in the case
586        of two or more ppp instances.
587        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
588        u_long, otherwise in the case of the big output packet endless
589        loop may occur.
590
5912002-03-21      Ilya Alexeev <ilya@continuum.ru>
592
593        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
594        PPPD connections.
595
5962001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
597
598        * PR158
599        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
600        commenting out the parts that deal with signals.  This enables
601        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
602        The 'server-side' parts of this file which deal with authentication
603        are disabled since they are not needed.
604
6052002-02-27      Ilya Alexeev <ilya@continuum.ru>
606
607        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
608        pppd/sys-rtems.c: Add server with pap-authorization
609        capabilities as well as eliminate some warnings.
610
6112002-02-27      Eric Norum <eric.norum@usask.ca>
612
613        * net/radix.c: Properly handle fetching the default route when there
614        is no route.  This was a bug in the original FreeBSD code and this
615        fix is from an updated version of their code.
616
6172002-02-01      Mike Siers <mikes@poliac.com>
618
619        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
620        the link down too fast.
621        NOTE: Mike reports successfully running at 56K baud on a direct link.
622
6232002-01-31      Mike Siers <mikes@poliac.com>
624
625        * pppd/rtemsdialer.h: New file missed in previous commit.
626
6272002-01-31      Mike Siers <mikes@poliac.com>
628
629        * Nice Update of PPPD support which eliminates the
630        requiremetn that drivers be in the termios TASK_DRIVEN mode.
631        Mike did significant testing and reports that it seems to be
632        more stable and handle larger packets better.  This patch
633        replaces the termios tasks with more general pppd network
634        driver tasks.  The functions pppinput() and pppstart() get
635        called from the interrupt service routine.
636        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
637        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
638        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
639        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
640        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
641        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
642        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
643        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
644        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
645        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
646        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
647        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
648        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
649        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
650        pppd/upap.h, pppd/utils.c, pppd/example/README,
651        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
652        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
653        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
654        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
655        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
656
6572002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * rtems_telnetd/pty.c: Move config.h to were it belongs.
660        Remove printf (Reported by Till Straumann
661        <strauman@SLAC.Stanford.EDU>).
662
6632002-02-16      Eric Norum <eric.norum@usask.ca>
664
665        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
666
6672002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * pppd/sys-rtems.c: Remove unused variable status from
670        dodefaultroute.
671
6722002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
675        <rtems/seterr.h>.
676
677
6782001-12-18      Eric Norum <eric.norum@usask.ca>
679
680        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
681        (path names with a / at the end) while disallowing open() operations
682        on TFTP `directories'.
683
6842001-12-07      Eric Norum <eric.norum@usask.ca>
685
686        * lib/tftpDriver.c: Restore write capability.
687
6882001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * arpa/Makefile.am: Remove stray lines.
691
6922001-10-18      Eric Norum <eric.norum@usask.ca>
693
694        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
695        open() operations within the TFTP file system.
696
6972001-10-12      Mike Siers <mikes@poliac.com>
698
699        * Update to stable working state.  Congratulations Mike! :)
700        * modem_example: Directory removed.
701        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
702        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
703        modem_example/pppcompress.c: Files removed.
704        * pppd/example/pppd.options: New file.
705        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
706        pppd/pppd.h, pppd/rtemsmain.c: Updated.
707
7082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
711        * configure.in: Remove.
712        * configure.ac: New file, generated from configure.in by autoupdate.
713
7142001-09-27      Eric Norum <eric.norum@usask.ca>
715
716        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
717        filesystem.
718
7192001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
722        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
723        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
724        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
725        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
726        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
727        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
728        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
729        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
730        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
731        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
732        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
733
7342001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
737
7382001-09-19      Eric Norum <eric.norum@usask.ca>
739
740        * lib/tftpDriver.c: Add some debugging capability.
741
7422001-09-19      Chris Johns <ccj@acm.org>
743
744        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
745        rtems/rtems_bsdnet_internal.h Added support for populating the
746        initial "root" filesystem with information obtained via the DHCP
747        response.
748
7492001-08-16      Mike Siers <mikes@poliac.com>
750
751        * pppd/STATUS: Updated by Joel based upon email from Mike.
752        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
753        functionality that has not even been compiled under RTEMS yet.
754
7552001-08-16      Joel Sherrill <joel@OARcorp.com>
756
757        * pppd/example/Makefile: Removed.
758        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
759        avoid bootstrap -c clobbering it.
760
7612001-08-16      Mike Siers <mikes@poliac.com>
762
763        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
764        application.  Mike's notes on the modifications:
765           - renamed error() function because of namespace problems
766           - removed calls to the exit() funciton
767           - removed extra files from the pppd source directory
768           - defined pppd task constant values in rtemspppd.h
769           - modifyied example code to get actual tick per second value
770           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
771           directory
772        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
773        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
774        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
775        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
776        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
777        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
778        New files.
779        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
780        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
781        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
782        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
783        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
784        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
785        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
786
7872001-08-16      Joel Sherrill <joel@OARcorp.com>
788
789        * rtems_telnetd/.cvsignore: New file.
790
7912001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
792
793        * Makefile.am, configure.in, rtems_servers/Makefile.am,
794        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
795        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
796        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
797        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
798          - pty and telnetd have a new subdir rtems_telnetd to avoid
799            the side effect when ftpd change.
800          - the tcp/ip stats have been implemented into icmds.c and
801            started when telnetd daemon is started.
802        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
803        * rtems_telnetd: New directory.
804        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
805        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
806        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
807
8082001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * rtems_servers/Makefile.am: Deleted blank lines.
811
8122001-06-14      Joel Sherrill <joel@OARcorp.com>
813
814        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
815        so the network stack to address network depenendency.
816        * rtems_servers/Makefile.am: Modified to reflect above.
817
8182001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
821
8222001-04-24      Eric Norum <eric.norum@usask.ca>
823
824        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
825        synchronization a little more robust -- no NTP daemon yet, but
826        at least it trys a little harder when the primary NTP server is down.
827
8282001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
829
830        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
831        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
832        Polish comments and other strings into English
833        * pppd/STATUS: updated to reflect the changes
834
8352001-04-20      Jake Janovetz <janovetz@uiuc.edu>
836
837        * rtems_servers/ftpd.c: Correct argument so hooks work again.
838
8392001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
840
841        * include/.cvsignore: Remove dangling file.
842
8432001-01-31        Sergei Organov <osv@javad.ru>
844
845        * rtems_servers/ftp.d: Following changes:
846          - Hacks with current dir and root dir removed in favor of new libio
847            support for task-local current and root directories.
848          - Bug in `close_data_socket()' introduced by previous change fixed.
849          - `command_pasv()' changed to set timeout on socket we are listening
850            on and code fixed to don't close socket twice on error.
851          - `serr()' changed to clear `errno'.
852          - `data_socket()' changed to clear `errno' before `bind()'.
853          - `session()' changed to clear `errno' before processing session.
854          - `close_data_socket()' fixed to close both active and passive sockets
855          - Initialize info->data_socket to -1 in `daemon()'
856          - Initialize `fname' to empty string  in `exec_command()'
857
8582001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
861        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
862        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
863        sys/Makefile.am, vm/Makefile.am:
864        Apply include_*HEADERS instead of H_FILES.
865        * include/Makefile.am: Remove.
866        * Makefile.am: Add handling of *.h files.
867        * configure.in: Remove include/Makefile.
868
8692001-01-25      Eric Norum <eric.norum@usask.ca>
870
871        * lib/tftpDriver.c: Reduce first timeout interval.  This
872        improves throughput on systems which are dropping packets. 
873        Only the first timeout is reduced.  This keeps the number
874        of extra packets down on networks that are very busy and
875        dropping lots of packets.
876
8772001-01-24      Sergei Organov <osv@javad.ru>
878
879        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
880        as listed below:
881          - Timeouts on sockets implemented. 'idle' field added to
882            configuration. No timeout by default to keep backward compatibility.
883            Note: SITE IDLE command not implemented yet.
884          - Basic global access control implemented. 'access' field added to
885            configuration. No access limitations by default to keep backward
886            compatibility.
887          - Anchor data socket for active mode (using self IP and port 20.)
888          - Fixed default data port support (still not tested).
889          - Don't allow IP address different from originating host in
890            PORT command to improve security.
891          - Fixed bug in MDTM command.
892          - Check for correctness of parsing of argument in command_port().
893          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
894            'NAME' is not a directory.
895          - Command parsing a little bit improved: command names are now
896            converted to upper-case to be more compatible with RFC (command
897            names are not case-sensitive.)
898          - Reformat comments so that they have RTEMS look-and-feel.
899          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
900          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
901          - Passive mode implemented, PASV command added.
902          - Default port for data connection could be used (untested, can't find
903            ftp client that doesn't send PORT command)
904          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
905          - Reply codes reviewed and fixed.
906
9072001-01-12      Sergei Organov <osv@javad.ru>
908
909        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
910        as listed below:
911            - use pool of pre-created threads to handle sessions instead of
912              creating/deleting threads on the fly
913            - LIST output is now similar to what "/bin/ls -al" would output,
914              thus FTP clients such Netscape are happy with it.
915            - LIST NAME now works (both for files and directories)
916            - added support for NLST, CDUP, and MDTM FTP commands to make
917              more FTP clients happy
918            - keep track of CWD for every session separately
919            - ability to specify root directory name for FTPD in configuration
920              table. FTPD will then create illusion for FTP clients that this
921              is actually root directory.
922            - ignore options sent in commands, thus LIST -al FILE works and
923              doesn't try to list "-al" directory.
924            - buffers are allocated on stack instead of heap where possible to
925              eliminate malloc/free calls (avoid possible heap fragmentation
926              troubles).
927            - drop using of task notepad to pass parameters - use function
928              arguments instead
929            - use snprintf() instead of sprintf() as the latter is unsafe
930            - use of PF_INET in socket() instead of AF_INET
931
932            Here are ftp clients I've tried new FTPD with (all of them
933            running on Debian GNU/Linux 2.2):
934
935                 Lftp 2.1.10
936                 NcFTP 2.4.3
937                 Netscape 4.75
938                 ftp
939                 mc 4.5.49
940
9412001-01-02      Joel Sherrill <joel@OARcorp.com>
942
943        * CHANGELOG: Removed.
944        * README: Merged CHANGELOG contents as initial changes.
945
9462000-12-14      Eric Norum <eric.norum@usask.ca>
947
948        * lib/tftpDriver.c: Added write capability.
949
9502000-12-08      Joel Sherrill <joel@OARcorp.com>
951
952        * libc/linkaddr.c: Initialized variable to remove warning.
953        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
954        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
955        that were not used because the code using them was commented out.
956        Removed totally unused variables.
957        * modem/pppcompress.c: Added parentheses to avoid warnings.
958        * pppd/pppmain.c: Removed numerous warnings.
959
9602000-11-30      Joel Sherrill <joel@OARcorp.com>
961
962        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
963        that is an RTEMS specific header file.
964
9652000-11-30      Joel Sherrill <joel@OARcorp.com>
966
967        * sys/ttycom.h: Moved to lib/include/sys.
968        * Makefile.am: Modified to reflect above.
969
9702000-11-27      Joel Sherrill <joel@OARcorp.com>
971
972        * libc/res_init.c: Fix typo - adding missing # on include.
973
9742000-11-25      Eric Norum <eric.norum@usask.ca>
975
976        * libc/res_init.c: Move include to avoid compiler dumping core.
977
9782000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
979
980        * wrapup/Makefile.am: Added modem subdir.
981        * configure.in, Makefile.am: Added modem subdir.
982        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
983        * pppd/Makefile.am: Added pppmain.c (which needs work).
984        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
985        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
986        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
987        Actually main.c and ppp_tty.c should be scratched. The modem
988        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
989
9902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
991
992        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
993
9942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
997
9982000-10-30      Joel Sherrill <joel@OARcorp.com>
999
1000        * POSIX include files merged into newlib.  This resulted in
1001        some definitions moving to other files and thus some secondary
1002        effects in RTEMS source code.
1003        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
1004        with newlib's <machine/types.h>.
1005        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
1006        of struct itimerval in <sys/time.h>.
1007
10082000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1011        Switch to GNU canonicalization.
1012
10132000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
1014
1015        * lib/tftpDriver.c: add comments to handlers struct function pointers.
1016        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
1017        pointer has been checked against NULL.
1018
10192000-10-18       Chris Johns <ccj@acm.org>
1020
1021        * pppd/ipxcp.c: Fixed a typo.
1022
10232000-09-28      Joel Sherrill <joel@OARcorp.com>
1024
1025        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
1026        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
1027        * rtems_webserver/sock.c: Added file missed in merger.
1028
10292000-09-22      Joel Sherrill <joel@OARcorp.com>
1030
1031        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
1032        rtems_webserver/webmain.c: machine/types.h  should not have
1033        included rtems.h.  It is now including precisely the
1034        least amount of low level, yet portable .h files to get
1035        the basic RTEMS types defined.  This rippled into other
1036        files since rtems_bsdnet_internal.h used machine/types.h to include
1037        rtems.h.
1038
10392000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * ChangeLog: Cleanup.
1042
10432000-09-05      Joel Sherrill <joel@OARcorp.com>
1044
1045        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
1046        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
1047        and to work with the converted flags.
1048
10492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1050
1051        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
1052        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
1053        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
1054        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
1055
10562000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
1057
1058        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
1059        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
1060
10612000-08-31      Joel Sherrill <joel@OARcorp.com>
1062
1063        * Merged version 2.1 of GoAhead webserver.  This update
1064        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
1065        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
1066        um.c, um.h: New files.
1067        * wbase64.c: Removed.
1068        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
1069        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
1070        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
1071        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
1072
10732000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * netinet/tcp_input.c: Spelling corrections.
1076
10772000-08-30      Joel Sherrill <joel@OARcorp.com>
1078
1079        * rtems_webserver/license.txt: New file.
1080
10812000-08-10      Joel Sherrill <joel@OARcorp.com>
1082
1083        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.