source: rtems/cpukit/libnetworking/ChangeLog @ 49f02ff

Last change on this file since 49f02ff was 49f02ff, checked in by Joel Sherrill <joel.sherrill@…>, on 03/18/03 at 20:43:07

2003-03-18 Till Straumann <strauman@…>

PR 356/bsps

  • sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. Since only addresses are used and never those variable's values, the type used in a declaration is not important.
  • Property mode set to 100644
File size: 37.3 KB
RevLine 
[49f02ff]12003-03-18      Till Straumann <strauman@slac.stanford.edu>
2
3        PR 356/bsps
4        * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant.
5        Declare all linker-script defined addresses as
6        variables of unknown size and not as short objects
7        like 'int', 'void*' etc.  Since only addresses are used and never those
8        variable's values, the type used in a declaration is not important.
9
[17569bf4]102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
[6a02d055]142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * netinet/in_chksum.c: Remove duplicate case to include
17        in_chksum_arm.c.
18
[64db6d3]192003-02-20      Till Straumann <strauman@slac.stanford.edu>
20
21        PR 351/networking
22        * nfs/bootp_subr.c: Fix ridiculous leak in bootp and use
23        strdup_bootp_realloc() everywhere for sake of consistency.
24
[83e36d6b]252003-02-11      Mike Siers <mikes@poliac.com>
26
27        * rtems/rtems_glue.c: A small patch to the network daemon task
28        code.  I just added code to check the return value of
29        the rtems_bsdnet_event_receive function.  Only when
30        this function returns a SUCCESSFUL status, will the
31        event flags be checked.  This is more of a code cleanup issue
32        than a bug.  The patch will just ensure the ipintr() and
33        arpintr() functions are only called when a event is signaled.
34
[ccd81b60]352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
38
[9b5c258]392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: AC_PREREQ(2.57).
42
[8d3e9254]432003-02-06      Mike Siers <mikes@poliac.com>
44
45        PR 342/networking
46        * kern/uipc_mbuf.c: The RTEMS version of the m_copyback is changing
47        the m_len value of the mbuf.  I looked into the source from another
48        BSD system and the mbuf length is not changed inside this function.
49        The m_copyback function is only being used in the net/rtsock.c file.
50        So I think this problem is only visable under certain routing table
51        conditions. 
52
[9da12bd]532003-02-05      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
54
55        PR 341/networking
56        * lib/ftpfs.c: Account for NULL at end of strings when malloc()'ing
57        memory.
58
[450a06c]592003-01-28      Joel Sherrill <joel@OARcorp.com>
60
61        * Makefile.am: Add kern/kern_sysctl.c to Makefile.am so networking
62        tests build. This was subsequently reported as PR337 before I
63        committed the fix.
64
[9d647dfc]652003-01-27      Till Straumann <strauman@SLAC.Stanford.edu>
66
67        * libc/getproto.c, libc/getprotoname.c: modification to call
68        getprotoent_static() if fopen() on /etc/protocols fails.
69
[d6c3d56]702003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * netinet/tcp_subr.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
73        INP_LOCK, INP_UNLOCK macros.
74        * netinet/udp_usrreq.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK,
75        INP_LOCK, INP_UNLOCK macros.
76
[6bd96fc7]772003-01-03      Jitendra Vegiraju <jvegiraju@netscape.net>
78
79        * sys/queue.h: Fix alignment problem on ARM.
80
[d6c3d56]812003-01-03      Chris Johns <cjohns@cybertec.com.au>
[36799d4]82
83        * Makefile.am: Added sys/linker_set.h
84        * kern/Makefile.am: Added kern_mib.c and kern_sysctl.c.
85        * kern/uipc_socket.c: OID changed from KERN_SOMAXCONN to KIPC_SOMAXCONN.
86        * kern/uipc_socket2.c: OID changed from KERN_MAXSOCKBUF to
87        KIPC_MAXSOCKBUF.
88        * net/if_ethersubr.c: FreeBSD 2.2.2 does not have a _net_link node
89        while 5.0 does.
90        * net/if_ppp.c: Removed the TEXT_SET define as these macros are
91        now implemented.
92        * net/rtsock.c: Enable sysctl support plus fix the bug with the
93        lastest FreeBSD sysctl header file.
94        * netinet/icmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_icmp
95        node while 5.0 does.
96        * netinet/if_ether.c: FreeBSD 2.2.2 does not have a _net_link_ether
97        node while 5.0 does.
98        * netinet/igmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_igmp
99        node while 5.0 does.
100        * netinet/in_pcb.c: Fixed the arguments to the sysctl call. Add
101        inp_gencnt and ipi_count. These are used when listing connections.
102        * netinet/in_pcb.h: Added counters to aid the listing of connections.
103        * netinet/in_var.h: Provide the _net_inet_ip and _net_inet_raw nodes.
104        * netinet/ip_fw.c: Disable the firewall sysctl calls.
105        * netinet/tcp_subr.c: Merge tcp_pcblist from the lastest FreeBSD source.
106        * netinet/tcp_var.h: Add structures needed by net-snmp to list
107        connections.
108        * netinet/udp_usrreq.c: Merged udp_pcblist from the lastest FreeBSD
109        source.
110        * netinet/udp_var.h: Added the sysctl id UDPCTL_PCBLIST. Used by
111        net-snmp.
112        * rtems_glue.c: Call sysctl_register_all when initialising the
113        network stack to register all the sysctl calls. These are in the
114        special sections and required an updated linker script.
115        * rtems/rtems_syscall.c: Add the sysctl call.
116        * sys/kernel.h: Use the lastest FreeBSD method of handling sysctl
117        structures.  This now held in the sys/linker_set.h file.
118        * sys/queue.h: This is from the lastest FreeBSD code with the circular
119        code merged back in as it is not used in the lastest FreeBSD kernel.
120        * sys/sysctl.h: The lastest sysctl. This was needed to use with the new
121        linker set method. The FreeBSD 2.2.2 version has asm hacks. The lastest
122        version of the FreeBSD does not have these hacks. It uses gcc attribute
123        directives.
124
[b6e283de]1252002-12-18      Eric Norum <eric.norum@usask.ca>
126        * Makefile.am: Include netinet sources.
127
[dd695d81]1282002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Merge-in kern/Makefile.am, net/Makefile.am,
131        netinet/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
132        rtems/Makefile.am.
133        * kern/Makefile.am: Remove.
134        * net/Makefile.am: Remove.
135        * netinet/Makefile.am: Remove.
136        * nfs/Makefile.am: Remove.
137        * rtems/Makefile.am: Remove.
138        * wrapup/Makefile.am: Reflect changes above.
139        * configure.ac: Ditto.
140
[a3dfa39]1412002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * kern/Makefile.am: Remove C_O_FILES;
144        Don't let all-local depend on $OBJS)
145        * lib/Makefile.am: Ditto.
146        * libc/Makefile.am: Ditto.
147        * net/Makefile.am: Ditto.
148        * netinet/Makefile.am: Ditto.
149        * nfs/Makefile.am: Ditto.
150        * rtems/Makefile.am: Ditto.
151
[47c0220]1522002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Fix package name.
155
[9eadce0]1562002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Merge-in HEADER-handling from
159        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am.
160        * net/Makefile.am: Remove *_HEADERS.
161        * netinet/Makefile.am: Remove *_HEADERS.
162        * nfs/Makefile.am: Remove *_HEADERS.
163
[471bcf0]1642002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Merge-in arpa/Makefile.am, machine/Makefile.am,
167        sys/Makefile.am, vm/Makefile.am.
168        Add . to SUBDIRS.
169        * arpa/Makefile.am: Remove.
170        * machine/Makefile.am: Remove.
171        * sys/Makefile.am: Remove.
172        * vm/Makefile.am: Remove.
173        * configure.ac: Reflect changes above.
174
[658ad56f]1752002-11-06      Chris Johns <ccj@acm.org>
176
177        * sys/select.h: Add C++ to C external.
178
[76b6085f]1792002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress
182        warning.
183
[b31106f6]1842002-11-01      Joel Sherrill <joel@OARcorp.com>
185
186        * ChangeLog: Corrected.
187
1882002-11-01      Eric Norum <eric.norum@usask.ca>
189
190        * nfs/bootp_subr.c, rtems/rtems_bsdnet.h, rtems/rtems_glue.c:
191        Till Straumann's patch (PR295) to use bootp option 129 to get
192        command line string.  Till Straumann's patch to change
193        inet_ntoa->inet_ntop.
194
[0647cc7]1952002-10-31      Joel Sherrill <joel@OARcorp.com>
196
197        * libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings.
198
[abef0f6]1992002-10-28      Joel Sherrill <joel@OARcorp.com>
200
201        * Pass to eliminate warnings.
202        * kern/uipc_mbuf.c: Conditional SYSINIT() usage on __rtems__.
203        Fix return statement without a value.
204        * lib/ftpfs.c: read and write filesystem routines return ssize_t.
205        * lib/syslog.c: Add include of <string.h> to eliminate warning.
206        * lib/tftpDriver.c: read and write filesystem routines return ssize_t.
207        * libc/gethostbydns.c: Prototype abort().
208        * libc/inet_ntoa.c: Prototype strcpy().
209        * libc/rcmd.c: Add include of <sys/select.h>
210        * net/if_loop.c: Turn token at end of endif to comment.
211        * net/rtsock.c, nfs/bootp_subr.c:  Conditional SYSINIT() usage
212        on __rtems__.
213        * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>.
214        * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and
215        memset() since the BSD code tries to avoid using libc .h files
216        since it is used to being in the kernel.
217        * rtems/rtems_syscall.c: read and write filesystem routines
218        return ssize_t.
219
[56a1ae36]2202002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
223
[fa87598]2242002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Remove bogus reference to CHANGELOG.
227
[f8cb04a5]2282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * .cvsignore: Reformat.
231        Add autom4te*cache.
232        Remove autom4te.cache.
233
[7b93cedc]2342002-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * net/if_ethersubr.c: Add comments to #endif NETATALK to stop
237        gcc from complaining.
238
[a63efae]2392002-10-07      Eric Norum <eric.norum@usask.ca>
240
241        * netinet/tcp_var.h: Corrected typo in ARM alignment patch which
242        broke all other ports.
243
[3fb76805]2442002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
245
246        * netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c,
247        netinet/tcp_input.c, netinet/tcp_subr.c, netinet/tcp_var.h,
248        sys/queue.h: Address alignment requirements for the ARM.
249
[ed15301c]2502002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
251
252        * rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and
253        SIOCDIFADDR.
254
[6ca248c]2552002-10-02      Joel Sherrill <joel@OARcorp.com>
256
257        * kern/uipc_socket.c: Make sure that small non-zero delays work.
258        Suggested cleanup from Eric Norum.
259
[bcac0cb]2602002-10-02      Eric Norum <eric.norum@usask.ca>
261
262        * rtems/mkrootfs.c: As part of PR283, remove redundant code that
263        creates /etc/passwd and /etc/group.
264
[f4ceef3e]2652002-09-16      Joel Sherrill <joel@OARcorp.com>
266
267        * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of
268        the IP_FORWARD patch as it appears to not compile in the
269        current tree.
270
[144b94f]2712002-09-14      Joel Sherrill <joel@OARcorp.com>
272
273        * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where
274        conversion into ticks can result in a 0 ticks timeout which is
275        the same as requesting no timeout.  Reported by Sergei Organov
276        <osv@javad.ru>.
277
[ce2c216]2782002-09-14      Vyacheslav V. Burdjanadze <wr@zelax.ru>
279
280        * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add
281        optional UDP broadcast forwarding support.
282        * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP
283        broadcast forwarding.
284
[6a2d7ee]2852002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * netinet/in_cksum.c: #include <string.h> for puts in generic
288        routines.
289
[845f170a]2902002-08-20      Eric Norum <eric.norum@usask.ca>
291
292        * rtems/rtems_glue.c: Per PR270, the BSD network code expects that
293        the value of the number of seconds since boot is non-zero.  The
294        RTEMS network initialization code assures this by waiting for a
295        second.  A more efficient technique is to simply wait until the
296        number of seconds since boot is non-zero.
297
[68a368fc]2982002-08-09      Joel Sherrill <joel@OARcorp.com>
299
300        * libc/getservent.c: Per PR265, add  #include <netinet/in.h> for
301        ntohl() function.
302
[7a47bb5]3032002-08-07      Joel Sherrill <joel@OARcorp.com>
304
305        * netinet/in.h: Per PR263, added include of <machine/endian.h>
306        to <netinet/in.h> so it includes prototypes of ntohl() family
307        of routines.
308
[d9ab6d3]3092002-08-01      Joel Sherrill <joel@OARcorp.com>
310
311        * machine/param.h, sys/syslimits.h: In the continued effort to
312        eliminate .h conflicts between newlib and RTEMS, these were moved to
313        newlib.
314        * machine/Makefile.am, sys/Makefile.am: Reflect above.
315
[18dce91]3162002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * wrapup/Makefile.am: Don't install.
319
[08943ebf]3202002-07-30      Joel Sherrill <joel@OARcorp.com>
321
322        * sys/param.h: Removed as a simpler version of this file is
323        now part of the RTEMS newlib support.
324        * sys/Makefile.am: Modified to reflect above. 
325
[9fcd1a1c]3262002-07-30      Joel Sherrill <joel@OARcorp.com>
327
328        * machine/types.h: Removed as a simpler version of this file is
329        now part of the RTEMS newlib support.
330        * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c,
331        rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h:
332        Minor modifications to use the simpler machine/types.h.  Mostly
333        more complete sets of #include's to account for machine/types.h
334        no longer doing this.
335
[6fd2516]3362002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
337
338        * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum
339        support.
340
[7b43151]3412002-07-24      Joel Sherrill <joel@OARcorp.com>
342
343        * sys/select.h: Add a prototype of select() to avoid warnings.
344        In particular a C++ application using select() required a prototype.
345
[ce75da6]3462002-07-24      Joel Sherrill <joel@OARcorp.com>
347
348        * Makefile.am, libc/res_send.c: Do not install or use <poll.h>
349        since RTEMS does not support it.
[6fd2516]350
[0e1dd41f]3512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * kern/Makefile.am: Use .$(OBJEXT) instead of .o.
354        * lib/Makefile.am: Ditto.
355        * libc/Makefile.am: Ditto.
356        * net/Makefile.am: Ditto.
357        * netinet/Makefile.am: Ditto.
358        * nfs/Makefile.am: Ditto.
359        * rtems/Makefile.am: Ditto.
360        * wrapup/Makefile.am: Ditto.
361
[eb4b28d]3622002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * kern/Makefile.am: Eliminate LIBNAME.
365        * lib/Makefile.am: Ditto.
366        * libc/Makefile.am: Ditto.
367        * net/Makefile.am: Ditto.
368        * netinet/Makefile.am: Ditto.
369        * nfs/Makefile.am: Ditto.
370        * rtems/Makefile.am: Ditto.
371        * wrapup/Makefile.am: Use project_libdir instead of
372        $(PROJECT_RELEASE)/lib.
373
[74c402a2]3742002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
375
376        * netinet/in.h, netinet/ip.h, netinet/ip_var.h, netinet/tcp.h:
377        Modified to added packed attribute.o
[eb4b28d]378
[705a0701]3792002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: RTEMS_TOP(../..).
382
[8c746fe]3832002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Remove RTEMS_PROJECT_ROOT.
386
[dda0bffc]3872002-06-27      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
388
389        * Addition of a ftp client filesystem, comparable to the tftp one.
390        * lib/ftpfs.c, rtems/ftpfs.h: New files.
391        * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
392
[da8f88a]3932002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
396        Add AC_PROG_RANLIB.
397
[89e6498]3982002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * wrapup/Makefile.am: Don't preinstall libnetworking.a.
401
[75fb648b]4022002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Remove commented out net-apps.
405
[f22ebf0]4062002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
409        * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
410        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
411        Use ../aclocal.
412        * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
413        * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
414        * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
415        * net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
416        * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
417        * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
418        * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
419        * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
420        * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
421        * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
422
[bfd1a53a]4232002-06-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
426
[158e2d7]4272002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.ac: Remove RTEMS_CHECK_POSIX_API.
430          Remove RTEMS_ENABLE_POSIX.
431          Remove RTEMS_CHECK_CUSTOM_BSP.
432          Remove RTEMS_ENABLE_POSIX.
433
[8a79786]4342002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        Relocate c/src/libnetworking.
437        * Makefile.am: Reflect moval.
438        * machine/Makefile.am: Ditto.
439        * net/Makefile.am: Ditto.
440        * lib/Makefile.am: Ditto.
441        * netinet/Makefile.am: Ditto.
442        * vm/Makefile.am: Ditto.
443        * libc/Makefile.am: Ditto.
444        * sys/Makefile.am: Ditto.
445        * arpa/Makefile.am: Ditto.
446        * nfs/Makefile.am: Ditto.
447        * kern/Makefile.am: Ditto.
448        * rtems/Makefile.am: Ditto.
449        * configure.ac: Dittp.
450        * wrapup/Makefile.am: Ditto. Remove references to networking apps.
451
[e3eab02]4522002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
455
[c1f3fc04]4562002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
459        * rtems/mkrootfs.h: Ditto.
460        * rtems/Makefile.am: Reflect changes above.
461
[c7286d94]4622002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * sys/ioctl.h: Remove.
465        * sys/sockio.h: Remove.
466        * sys/filio.h: Remove.
467        * sys/Makefile.am: Reflect changes above.
468
[06549dcf]4692001-05-14      Joel Sherrill <joel@OARcorp.com>
[3ce2907]470
[06549dcf]471        * ChangeLog: Corrected -- entry should have been in libchip.
472 
[51b39864]4732002-05-01      Eric Norum <eric.norum@usask.ca>
474
475        * machine/in_cksum.h: Per PR200 fix multi-line inline assembly
476        to satisfy gcc 3.1 and newer.
477
[d50c0d2]4782002-04-26      Eric Norum <eric.norum@usask.ca>
479
480        * netinet/in_cksum_i386.c: Add volatile so the more agressive
481        optimization in gcc 3.1 does not reorder things.
482
[a81a8f8]4832002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * pppd/utils.c: Adapt to gcc-3.x.
486
[5bfc8912]4872002-04-11      Chris Johns <ccj@acm.org>
488
489        * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
490        the drv_ctrl driver control block field to the ifconfig network driver
491        structure. This field is needed by the i82586 driver which was ported
492        from NetBSD as it had better hardware abstraction.
493
[25b4446]4942002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * ChangeLog: Fix dates.
497
[51301198]4982002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * libc/rcmd.c: Replace __rtems w/ __rtems__.
501
[01d48bf8]5022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac:
505        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
506        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
507        * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * net/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
523        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
524
[9b02fa65]5252002-03-27      Thomas.Doerfler@imd-systems.de
526
527        * PR144
528        * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address
529        0 when called for the first time. This is done when trying to clear
530        the variable "dhcp_hostname".
531
[f4c118d]5322002-03-27      Ilya Alexeev <ilya@continuum.ru>
533
534        * PR162
535        * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local
536        variables must not be used in a device write routines.  Now
537        ppp_softc structure have own character for writing to device
538        (sc_outchar).  I think that converting local variables to static
539        is not a right solution, because problems will occur in the case
540        of two or more ppp instances.
541        * net/ppp_tty.c pppstart(): Type of the ioffset variable must be
542        u_long, otherwise in the case of the big output packet endless
543        loop may occur.
544
[fd55b7d]5452002-03-21      Ilya Alexeev <ilya@continuum.ru>
546
547        * net/if_ppp.c, net/ppp_tty.c: Initial preparations for multiple
548        PPPD connections.
549
[d7478774]5502001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
551
552        * PR158
553        * libc/rcmd.c, libc/rcmd.c: Enable the rcmd() library call by
554        commenting out the parts that deal with signals.  This enables
555        RTEMS to 'rsh' command to a server connecting fd to remote stdio.
556        The 'server-side' parts of this file which deal with authentication
557        are disabled since they are not needed.
558
[cb1e8a46]5592002-02-27      Ilya Alexeev <ilya@continuum.ru>
560
561        * net/if_ppp.c, pppd/auth.c, pppd/chat.c, pppd/pppd.h,
562        pppd/sys-rtems.c: Add server with pap-authorization
563        capabilities as well as eliminate some warnings.
564
[c52f1c7]5652002-02-27      Eric Norum <eric.norum@usask.ca>
566
567        * net/radix.c: Properly handle fetching the default route when there
568        is no route.  This was a bug in the original FreeBSD code and this
569        fix is from an updated version of their code.
570
[25b4446]5712002-02-01      Mike Siers <mikes@poliac.com>
[8e3caa5]572
573        * pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to avoid bringing
574        the link down too fast.
575        NOTE: Mike reports successfully running at 56K baud on a direct link.
576
[25b4446]5772002-01-31      Mike Siers <mikes@poliac.com>
[485ed5cc]578
579        * pppd/rtemsdialer.h: New file missed in previous commit.
580
[25b4446]5812002-01-31      Mike Siers <mikes@poliac.com>
[0286b9f]582
583        * Nice Update of PPPD support which eliminates the
584        requiremetn that drivers be in the termios TASK_DRIVEN mode.
585        Mike did significant testing and reports that it seems to be
586        more stable and handle larger packets better.  This patch
587        replaces the termios tasks with more general pppd network
588        driver tasks.  The functions pppinput() and pppstart() get
589        called from the interrupt service routine.
590        * Makefile.am, configure.ac, net/Makefile.am, net/bpf.h,
591        net/ethernet.h, net/if.c, net/if.h, net/if_arp.h, net/if_dl.h,
592        net/if_ethersubr.c, net/if_llc.h, net/if_loop.c, net/if_ppp.h,
593        net/if_pppvar.h, net/if_types.h, net/netisr.h, net/ppp-comp.h,
594        net/ppp_defs.h, net/pppcompress.h, net/radix.c, net/radix.h,
595        net/raw_cb.c, net/raw_cb.h, net/raw_usrreq.c, net/route.c,
596        net/route.h, net/rtsock.c, pppd/Makefile.am, pppd/README,
597        pppd/STATUS, pppd/auth.c, pppd/cbcp.c, pppd/ccp.c, pppd/ccp.h,
598        pppd/chap.c, pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h,
599        pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c,
600        pppd/ipcp.h, pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h,
601        pppd/magic.c, pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
602        pppd/pathnames.h, pppd/pppd.8, pppd/pppd.h, pppd/rtemsmain.c,
603        pppd/rtemspppd.c, pppd/rtemspppd.h, pppd/sys-rtems.c, pppd/upap.c,
604        pppd/upap.h, pppd/utils.c, pppd/example/README,
605        pppd/example/netconfig.h, wrapup/Makefile.am: Modified.
606        * net/bsd-comp.c, net/if_ppp.c, net/ppp-deflate.c, net/ppp.h,
607        net/ppp_tty.c, net/pppcompress.c, net/zlib.c, net/zlib.h: New file.
608        * modem/, modem/.cvsignore, modem/Makefile.am, modem/ppp.c,
609        modem/ppp.h, modem/ppp_tty.c, modem/pppcompress.c: Subdirectory removed.
610
[c8f05db]6112002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * rtems_telnetd/pty.c: Move config.h to were it belongs.
614        Remove printf (Reported by Till Straumann
615        <strauman@SLAC.Stanford.EDU>).
616
[25b4446]6172002-02-16      Eric Norum <eric.norum@usask.ca>
[cf42e735]618
619        * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
620
[ab1ed86]6212002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * pppd/sys-rtems.c: Remove unused variable status from
624        dodefaultroute.
625
[d4651e4]6262002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include
629        <rtems/seterr.h>.
630
631
[2539cdc]6322001-12-18      Eric Norum <eric.norum@usask.ca>
633
634        * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
635        (path names with a / at the end) while disallowing open() operations
636        on TFTP `directories'.
637
[86d9ca2]6382001-12-07      Eric Norum <eric.norum@usask.ca>
639
640        * lib/tftpDriver.c: Restore write capability.
641
[4efd0f66]6422001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * arpa/Makefile.am: Remove stray lines.
645
[dfe5a4e3]6462001-10-18      Eric Norum <eric.norum@usask.ca>
647
648        * lib/tftpDriver.c: Properly handles ../ components in chdir() and
649        open() operations within the TFTP file system.
650
[aee474b]6512001-10-12      Mike Siers <mikes@poliac.com>
652
653        * Update to stable working state.  Congratulations Mike! :)
654        * modem_example: Directory removed.
655        * modem_example/16550.h, modem_example/README, modem_example/modem.c,
656        modem_example/modem.h, modem_example/ppp.c, modem_example/ppp.h,
657        modem_example/pppcompress.c: Files removed.
658        * pppd/example/pppd.options: New file.
659        * pppd/README, pppd/STATUS, pppd/cbcp.c, pppd/cbcp.h, pppd/chat.c,
660        pppd/pppd.h, pppd/rtemsmain.c: Updated.
661
[df25c998]6622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
665        * configure.in: Remove.
666        * configure.ac: New file, generated from configure.in by autoupdate.
667
[1ef8e3d4]6682001-09-27      Eric Norum <eric.norum@usask.ca>
669
670        * lib/tftpDriver.c: Add limited chdir() support to the TFTP
671        filesystem.
672
[b68e01c5]6732001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * machine/Makefile.am: Use 'PREINSTALL_FILES ='.
676        * net/Makefile.am: Use 'PREINSTALL_FILES ='.
677        * netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
678        * vm/Makefile.am: Use 'PREINSTALL_FILES ='.
679        * pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
680        * sys/Makefile.am: Use 'PREINSTALL_FILES ='.
681        * rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
682        * arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
683        * nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
684        * rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
685        * rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
686        * rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
687
[0d30932]6882001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * Makefile.am: Use PREINSTALL_FILES = to make automake-1.5 happy.
691
[5400f07]6922001-09-19      Eric Norum <eric.norum@usask.ca>
693
694        * lib/tftpDriver.c: Add some debugging capability.
695
[4bde2394]6962001-09-19      Chris Johns <ccj@acm.org>
697
698        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
699        rtems/rtems_bsdnet_internal.h Added support for populating the
700        initial "root" filesystem with information obtained via the DHCP
701        response.
702
[1946544]7032001-08-16      Mike Siers <mikes@poliac.com>
704
705        * pppd/STATUS: Updated by Joel based upon email from Mike.
706        * pppd/cbcp.c, pppd/cbcp.h: Readded files.  These support callback
707        functionality that has not even been compiled under RTEMS yet.
708
[b8575ab]7092001-08-16      Joel Sherrill <joel@OARcorp.com>
710
711        * pppd/example/Makefile: Removed.
712        * pppd/example/Makefile-user: Added was Makefile.  Renamed to
713        avoid bootstrap -c clobbering it.
714
[2f1b930]7152001-08-16      Mike Siers <mikes@poliac.com>
716
717        * Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
718        application.  Mike's notes on the modifications:
719           - renamed error() function because of namespace problems
720           - removed calls to the exit() funciton
721           - removed extra files from the pppd source directory
722           - defined pppd task constant values in rtemspppd.h
723           - modifyied example code to get actual tick per second value
724           - placed the pppd 2.3.11 man page file (pppd.8) into the pppd
725           directory
726        * pppd/cbcp.c, pppd/cbcp.h, pppd/main.c, pppd/ppp_tty.c,
727        pppd/pppmain.c, pppd/rtems-ppp.c, pppd/rtems-ppp.c: Deleted.
728        * pppd/pppd.8, pppd/rtemsmain.c, pppd/rtemspppd.c, pppd/rtemspppd.h,
729        pppd/sys-rtems.c, pppd/utils.c, pppd/example/Makefile,
730        pppd/example/README, pppd/example/init.c, pppd/example/netconfig.h,
731        pppd/example/ppp.conf, pppd/example/pppdapp.c, pppd/example/system.h:
732        New files.
733        * modem/ppp_tty.c, net/if_ppp.h, pppd/Makefile.am, pppd/README,
734        pppd/STATUS, pppd/auth.c, pppd/ccp.c, pppd/ccp.h, pppd/chap.c,
735        pppd/chap.h, pppd/chap_ms.c, pppd/chap_ms.h, pppd/chat.c,
736        pppd/demand.c, pppd/fsm.c, pppd/fsm.h, pppd/ipcp.c, pppd/ipcp.h,
737        pppd/ipxcp.c, pppd/ipxcp.h, pppd/lcp.c, pppd/lcp.h, pppd/magic.c,
738        pppd/magic.h, pppd/options.c, pppd/patchlevel.h,
739        pppd/pathnames.h, pppd/pppd.h, pppd/upap.c, pppd/upap.h: Modified.
740
[bfe5d15]7412001-08-16      Joel Sherrill <joel@OARcorp.com>
742
743        * rtems_telnetd/.cvsignore: New file.
744
[bd520203]7452001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
746
747        * Makefile.am, configure.in, rtems_servers/Makefile.am,
748        rtems_servers/telnetd.c, rtems_servers/telnetd.h,
749        rtems_telnetd/Makefile.am, rtems_telnetd/README, rtems_telnetd/icmds.c,
750        rtems_telnetd/pty.c, rtems_telnetd/pty.h, rtems_telnetd/telnetd.c,
751        rtems_telnetd/telnetd.h, wrapup/Makefile.am:
752          - pty and telnetd have a new subdir rtems_telnetd to avoid
753            the side effect when ftpd change.
754          - the tcp/ip stats have been implemented into icmds.c and
755            started when telnetd daemon is started.
756        * rtems_servers/telnetd.c, rtems_servers/telnetd.h: Removed.
757        * rtems_telnetd: New directory.
758        * rtems_telnetd/Makefile.am, rtems_telnetd/README,
759        rtems_telnetd/icmds.c, rtems_telnetd/pty.c, rtems_telnetd/pty.h,
760        rtems_telnetd/telnetd.c, rtems_telnetd/telnetd.h: New files.
761
[1a7ea60]7622001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * rtems_servers/Makefile.am: Deleted blank lines.
765
[451198be]7662001-06-14      Joel Sherrill <joel@OARcorp.com>
767
768        * rtems_servers/telnetd.c, shell/telnetd.h: Moved from libmisc/shell
769        so the network stack to address network depenendency.
770        * rtems_servers/Makefile.am: Modified to reflect above.
771
[d85594d]7722001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        * libc/Makefile.am: Remove -D__STRICT_ANSI__.
775
7762001-04-24      Eric Norum <eric.norum@usask.ca>
[126405d9]777
778        * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP
779        synchronization a little more robust -- no NTP daemon yet, but
780        at least it trys a little harder when the primary NTP server is down.
781
[6fa6367]7822001-04-20  Radzislaw Galler  <rgaller@et.put.poznan.pl>
783
784        * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c,
785        pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated
786        Polish comments and other strings into English
787        * pppd/STATUS: updated to reflect the changes
788
[a8c33268]7892001-04-20      Jake Janovetz <janovetz@uiuc.edu>
790
791        * rtems_servers/ftpd.c: Correct argument so hooks work again.
792
[6fa6367]7932001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
[a2cc545e]794
[d85594d]795        * include/.cvsignore: Remove dangling file.
[a2cc545e]796
[07fbfced]7972001-01-31        Sergei Organov <osv@javad.ru>
798
799        * rtems_servers/ftp.d: Following changes:
800          - Hacks with current dir and root dir removed in favor of new libio
801            support for task-local current and root directories.
802          - Bug in `close_data_socket()' introduced by previous change fixed.
803          - `command_pasv()' changed to set timeout on socket we are listening
804            on and code fixed to don't close socket twice on error.
805          - `serr()' changed to clear `errno'.
806          - `data_socket()' changed to clear `errno' before `bind()'.
807          - `session()' changed to clear `errno' before processing session.
808          - `close_data_socket()' fixed to close both active and passive sockets
809          - Initialize info->data_socket to -1 in `daemon()'
810          - Initialize `fname' to empty string  in `exec_command()'
811
[e6d8fe47]8122001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
813
814        * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
815        netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
816        rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
817        sys/Makefile.am, vm/Makefile.am:
818        Apply include_*HEADERS instead of H_FILES.
819        * include/Makefile.am: Remove.
820        * Makefile.am: Add handling of *.h files.
821        * configure.in: Remove include/Makefile.
822
[809feccc]8232001-01-25      Eric Norum <eric.norum@usask.ca>
824
825        * lib/tftpDriver.c: Reduce first timeout interval.  This
826        improves throughput on systems which are dropping packets. 
827        Only the first timeout is reduced.  This keeps the number
828        of extra packets down on networks that are very busy and
829        dropping lots of packets.
830
[38371dbe]8312001-01-24      Sergei Organov <osv@javad.ru>
832
833        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
834        as listed below:
835          - Timeouts on sockets implemented. 'idle' field added to
836            configuration. No timeout by default to keep backward compatibility.
837            Note: SITE IDLE command not implemented yet.
838          - Basic global access control implemented. 'access' field added to
839            configuration. No access limitations by default to keep backward
840            compatibility.
841          - Anchor data socket for active mode (using self IP and port 20.)
842          - Fixed default data port support (still not tested).
843          - Don't allow IP address different from originating host in
844            PORT command to improve security.
845          - Fixed bug in MDTM command.
846          - Check for correctness of parsing of argument in command_port().
847          - Fixed squeeze_path() to don't allow names like 'NAME/smth' where
848            'NAME' is not a directory.
849          - Command parsing a little bit improved: command names are now
850            converted to upper-case to be more compatible with RFC (command
851            names are not case-sensitive.)
852          - Reformat comments so that they have RTEMS look-and-feel.
853          - Fixed DELE, SITE CHMOD, RMD, MKD broken by previous changes
854          - True ASCII mode implemented (doesn't work for hooks and /dev/null)
855          - Passive mode implemented, PASV command added.
856          - Default port for data connection could be used (untested, can't find
857            ftp client that doesn't send PORT command)
858          - SYST reply changed to UNIX, as former RTEMS isn't registered name.
859          - Reply codes reviewed and fixed.
860
[3f777d0e]8612001-01-12      Sergei Organov <osv@javad.ru>
862
863        * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements
864        as listed below:
865            - use pool of pre-created threads to handle sessions instead of
866              creating/deleting threads on the fly
867            - LIST output is now similar to what "/bin/ls -al" would output,
868              thus FTP clients such Netscape are happy with it.
869            - LIST NAME now works (both for files and directories)
870            - added support for NLST, CDUP, and MDTM FTP commands to make
871              more FTP clients happy
872            - keep track of CWD for every session separately
873            - ability to specify root directory name for FTPD in configuration
874              table. FTPD will then create illusion for FTP clients that this
875              is actually root directory.
876            - ignore options sent in commands, thus LIST -al FILE works and
877              doesn't try to list "-al" directory.
878            - buffers are allocated on stack instead of heap where possible to
879              eliminate malloc/free calls (avoid possible heap fragmentation
880              troubles).
881            - drop using of task notepad to pass parameters - use function
882              arguments instead
883            - use snprintf() instead of sprintf() as the latter is unsafe
884            - use of PF_INET in socket() instead of AF_INET
885
886            Here are ftp clients I've tried new FTPD with (all of them
887            running on Debian GNU/Linux 2.2):
888
889                 Lftp 2.1.10
890                 NcFTP 2.4.3
891                 Netscape 4.75
892                 ftp
893                 mc 4.5.49
894
[75ca179]8952001-01-02      Joel Sherrill <joel@OARcorp.com>
896
897        * CHANGELOG: Removed.
898        * README: Merged CHANGELOG contents as initial changes.
899
[407bc8c]9002000-12-14      Eric Norum <eric.norum@usask.ca>
901
902        * lib/tftpDriver.c: Added write capability.
903
[78d6a50]9042000-12-08      Joel Sherrill <joel@OARcorp.com>
905
906        * libc/linkaddr.c: Initialized variable to remove warning.
907        * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations
908        conditional on PPP_COMPRESS and PPP_FILTER.  Commented out variables
909        that were not used because the code using them was commented out.
910        Removed totally unused variables.
911        * modem/pppcompress.c: Added parentheses to avoid warnings.
912        * pppd/pppmain.c: Removed numerous warnings.
913
[1a94770a]9142000-11-30      Joel Sherrill <joel@OARcorp.com>
915
916        * modem/ppp_tty.c: Changed to include <rtems/termiostypes.h> since
917        that is an RTEMS specific header file.
918
[a58638b]9192000-11-30      Joel Sherrill <joel@OARcorp.com>
920
921        * sys/ttycom.h: Moved to lib/include/sys.
922        * Makefile.am: Modified to reflect above.
923
[bcefea16]9242000-11-27      Joel Sherrill <joel@OARcorp.com>
925
926        * libc/res_init.c: Fix typo - adding missing # on include.
927
[f0864664]9282000-11-25      Eric Norum <eric.norum@usask.ca>
929
930        * libc/res_init.c: Move include to avoid compiler dumping core.
931
[a6abd67]9322000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
933
934        * wrapup/Makefile.am: Added modem subdir.
935        * configure.in, Makefile.am: Added modem subdir.
936        * net/Makefile.am: Added if_pppvar.h, pppcompress.h.
937        * pppd/Makefile.am: Added pppmain.c (which needs work).
938        * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c,
939        pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler
940        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me.
941        Actually main.c and ppp_tty.c should be scratched. The modem
942        subdir has the real ppp_tty.c and the real pppd main is in pppmain.c.
943
[feead226]9442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
947
[a314d3b4]9482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
951
[3e59793]9522000-10-30      Joel Sherrill <joel@OARcorp.com>
953
954        * POSIX include files merged into newlib.  This resulted in
955        some definitions moving to other files and thus some secondary
956        effects in RTEMS source code.
957        * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
958        with newlib's <machine/types.h>.
959        * rtems/rtems_bsdnet_internal.h: newlib now includes definition
960        of struct itimerval in <sys/time.h>.
961
[f36718c]9622000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
965        Switch to GNU canonicalization.
966
[0da0dea]9672000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
968
969        * lib/tftpDriver.c: add comments to handlers struct function pointers.
970        * rtems/rtems_glue.c: move pointer arithmetic to be _after_
971        pointer has been checked against NULL.
972
[552051f]9732000-10-18       Chris Johns <ccj@acm.org>
974
975        * pppd/ipxcp.c: Fixed a typo.
976
[5ff9c088]9772000-09-28      Joel Sherrill <joel@OARcorp.com>
978
979        * rtems_webserver/Makefile.am, rtems_webserver/base64.c,
980        rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
981        * rtems_webserver/sock.c: Added file missed in merger.
982
[4b60bd3]9832000-09-22      Joel Sherrill <joel@OARcorp.com>
984
985        * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h,
986        rtems_webserver/webmain.c: machine/types.h  should not have
987        included rtems.h.  It is now including precisely the
988        least amount of low level, yet portable .h files to get
989        the basic RTEMS types defined.  This rippled into other
990        files since rtems_bsdnet_internal.h used machine/types.h to include
991        rtems.h.
992
[6e3f4b2]9932000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[9b28bea5]994
[6e3f4b2]995        * ChangeLog: Cleanup.
[9b28bea5]996
[bdcf02d4]9972000-09-05      Joel Sherrill <joel@OARcorp.com>
998
999        * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
1000        RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
1001        and to work with the converted flags.
1002
[6e3f4b2]10032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * kern/Makefile.am, lib/Makefile.am, libc/Makefile.am,
1006        net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am,
1007        pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am,
1008        rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
1009
[5f117e8]10102000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
1011
1012        * emfdb.c: Removed stray semi-colon.  Reported on GoAhead
1013        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
1014
[a6b4c0df]10152000-08-31      Joel Sherrill <joel@OARcorp.com>
1016
1017        * Merged version 2.1 of GoAhead webserver.  This update
1018        was submitted by Antti P Miettinen <antti.p.miettinen@nokia.com>.
1019        * NOTES, base64.c, ejIntrn.h, emfdb.c, emfdb.h, md5.h, md5c.c,
1020        um.c, um.h: New files.
1021        * wbase64.c: Removed.
1022        * Makefile.am, asp.c, balloc.c, default.c, ej.h, ejlex.c, ejparse.c,
1023        form.c, h.c, handler.c, mime.c, misc.c, ringq.c, rom.c, security.c,
1024        socket.c, sym.c, uemf.c, uemf.h, url.c, value.c, webcomp.c, webmain.c,
1025        webpage.c, webrom.c, webs.c, webs.h, websuemf.c, wsIntrn.h: Modified.
1026
[757e1661]10272000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * netinet/tcp_input.c: Spelling corrections.
1030
[82edf48]10312000-08-30      Joel Sherrill <joel@OARcorp.com>
1032
1033        * rtems_webserver/license.txt: New file.
1034
[e94ad1fe]10352000-08-10      Joel Sherrill <joel@OARcorp.com>
1036
1037        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.