source: rtems/cpukit/libnetworking/ChangeLog @ daa8db7

Last change on this file since daa8db7 was daa8db7, checked in by Jennifer Averett <Jennifer.Averett@…>, on 09/15/03 at 14:39:41

2003-09-15 Jay Monkman <jtm@…>

PR 481/networking

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