source: rtems/cpukit/libnetworking/ChangeLog @ 26cdc2a

4.104.114.84.95
Last change on this file since 26cdc2a was 26cdc2a, checked in by Joel Sherrill <joel.sherrill@…>, on 03/25/03 at 19:00:35

2002-03-25 Eric Norum <norume@…>

PR 374/networking

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