source: rtems/cpukit/libnetworking/ChangeLog @ eacd092c

Last change on this file since eacd092c was eacd092c, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:47:07

2003-09-04 Joel Sherrill <joel@…>

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