source: rtems/cpukit/libnetworking/ChangeLog @ c7b8c3d

Last change on this file since c7b8c3d was 7e23f208, checked in by Joel Sherrill <joel.sherrill@…>, on 01/30/04 at 14:43:05

2004-01-30 Wilfried Busalski <w.busalski@…>

PR pppd/564

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