source: rtems/c/src/ChangeLog @ 5c7f274

4.104.114.84.95
Last change on this file since 5c7f274 was 104df63, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/09/06 at 15:44:11

2006-01-09 Ralf Corsepius <ralf.corsepius@…>

  • libchip/network/open_eth.c, libchip/network/open_eth.h: Merger from rtems-4-6-branch.
  • Property mode set to 100644
File size: 119.2 KB
Line 
12006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * libchip/network/open_eth.c, libchip/network/open_eth.h:
4        Merger from rtems-4-6-branch.
5
62006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * libchip/network/smc91111.c
9        libchip/network/smc91111config.h
10        libchip/network/smc91111exp.h
11        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
12        * libchip/Makefile.am: Reflect adding smc91111*.
13
142006-01-08      Joel Sherrill <joel@OARcorp.com>
15
16        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
17        char *.
18
192006-01-08      Joel Sherrill <joel@OARcorp.com>
20
21        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
22        warnings.
23
242005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
27        Add RTEMS_RELLDFLAGS.
28        * automake/compile.am: Remove RTEMS_USE_GCC.
29        Remove RTEMS_RELLDFLAGS.
30        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
31
322005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * libchip/network/if_media.h, libchip/network/mii.h:
35        Remove (Moved to cpukit).
36        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
37        and libchip/network/if_media.h.
38        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
39        if_media.h having moved.
40
412005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * automake/compile.am, automake/host.am, automake/local.am,
44        automake/subdirs.am: Remove depend.
45        * configure.ac: Explicitly pass --libdir and --includedir to
46        testsuites.
47
482005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * configure.ac: Reflect changes to testsuites.
51
522005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * automake/compile.am: Remove GCCSPECS.
55        * aclocal/prog-cc.m4: Add GCCSPECS.
56        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
57
582005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
61        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
62
632005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
66        libcpu/byteorder.h for i386.
67
682005-11-02      Till Straumann <strauman@slac.stanford.edu>
69
70        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
71        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
72        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
73        added a simple API/library for i2c devices and drivers for i2c
74        2-byte eeproms and a ds1621 temperature sensor; API is documented
75        in libi2c.h.
76
772005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * libnetworking/pppd/ipxcp.c,
80        libnetworking/pppd/chat.c,
81        libnetworking/pppd/patchlevel.h,
82        libnetworking/pppd/upap.h,
83        libnetworking/pppd/md5.h,
84        libnetworking/pppd/pppd.8,
85        libnetworking/pppd/README,
86        libnetworking/pppd/preinstall.am,
87        libnetworking/pppd/md4.h,
88        libnetworking/pppd/magic.c,
89        libnetworking/pppd/pppd.h,
90        libnetworking/pppd/demand.c,
91        libnetworking/pppd/rtemsmain.c,
92        libnetworking/pppd/sys-rtems.c,
93        libnetworking/pppd/ipcp.h,
94        libnetworking/pppd/lcp.h,
95        libnetworking/pppd/chap_ms.c,
96        libnetworking/pppd/md4.c,
97        libnetworking/pppd/rtemspppd.h,
98        libnetworking/pppd/cbcp.h,
99        libnetworking/pppd/auth.c,
100        libnetworking/pppd/lcp.c,
101        libnetworking/pppd/example/README,
102        libnetworking/pppd/example/ppp.conf,
103        libnetworking/pppd/example/system.h,
104        libnetworking/pppd/example/netconfig.h,
105        libnetworking/pppd/example/pppdapp.c,
106        libnetworking/pppd/example/init.c,
107        libnetworking/pppd/example/Makefile-user,
108        libnetworking/pppd/example/pppd.options,
109        libnetworking/pppd/rtemspppd.c,
110        libnetworking/pppd/ipxcp.h,
111        libnetworking/pppd/chap_ms.h,
112        libnetworking/pppd/options.c,
113        libnetworking/pppd/magic.h,
114        libnetworking/pppd/chap.h,
115        libnetworking/pppd/cbcp.c,
116        libnetworking/pppd/upap.c,
117        libnetworking/pppd/chap.c,
118        libnetworking/pppd/Makefile.am,
119        libnetworking/pppd/ccp.h,
120        libnetworking/pppd/utils.c,
121        libnetworking/pppd/rtemsdialer.h,
122        libnetworking/pppd/fsm.h,
123        libnetworking/pppd/pathnames.h,
124        libnetworking/pppd/md5.c,
125        libnetworking/pppd/fsm.c,
126        libnetworking/pppd/ipcp.c,
127        libnetworking/pppd/STATUS,
128        libnetworking/pppd/ccp.c,
129        libnetworking/Makefile.am: Remove (Moved to cpukit).
130
1312005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * configure.ac: Remove libnetworking, libnetworking/pppd.
134        * wrapup/Makefile.am: Remove libpppd.a.
135
1362005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
139        rtemsdialer.h to $(includedir)/rtems.
140
1412005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * libnetworking/rtems_telnetd/icmds.c,
144        libnetworking/rtems_telnetd/Makefile.am,
145        libnetworking/rtems_telnetd/preinstall.am,
146        libnetworking/rtems_telnetd/pty.c,
147        libnetworking/rtems_telnetd/pty.h,
148        libnetworking/rtems_telnetd/README,
149        libnetworking/rtems_telnetd/telnetd.c,
150        libnetworking/rtems_telnetd/telnetd.h:
151        Remove (Moved to cpukit).
152
1532005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * configure.ac: Remove libnetworking/rtems_telnetd.
156        * libnetworking/Makefile.am: Remove rtems_telnetd.
157        * libnetworking/README: Remove (Obsolete).
158        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
159
1602005-10-20  Eric Norum <norume@aps.anl.gov>
161
162        * libchip/network/dec21140.c: Clean up PCI mapping.
163
1642005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * libnetworking/pppd/Makefile.am: Use preinstall.am.
167        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
168        librdbg/src/servrpc.c, librdbg/src/servtgt.c
169        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
170        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
171        * configure.ac: Move optman to the end of BSP_SUBDIRS.
172
1732005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * aclocal/bspopts.m4: Add missing m4 quotes.
176
1772005-09-02  Joel Sherrill <joel@OARcorp.com>
178
179    * aclocal/version.m4: Updated to rtems-4.6.99.2.
180
1812005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
182
183        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
184        libchip/network/dec21140.c: Remove initialization of PCI bus.
185
1862005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * optman/Makefile.am: Add preinstall.am.
189
1902005-07-18      Karel Gardas <kgardas@objectsecurity.com>
191
192        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
193        UNTESTED to tested.
194
1952005-06-17      Joel Sherrill <joel@OARcorp.com>
196
197        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
198        it is not supported by the MPC5xx.
199
2002005-06-17      Joel Sherrill <joel@OARcorp.com>
201
202        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
203        interface. Also correct attempting to build on other than PowerPC and
204        x86.
205
2062005-06-16      Daron Chabot <daron@nucleus.usask.ca>
207
208        * libchip/Makefile.am: Add driver for Tulip clones.
209        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
210        libchip/network/if_dcreg.h: New files.
211
2122005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
215        to enable rdbg.
216        * configure.ac: Reflect changes above.
217
2182005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * configure.ac: Add ada/.
221
2222005-05-20      Sergei Organov  <osv@topconrd.ru>
223
224        PR 750/networking
225        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
226        wait_input().
227
2282005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
229
230        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
231        rtems/irq.h.
232
2332005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * libchip/Makefile.am: Include preinstall.am.
236        * libchip/preinstall.am: New.
237
2382005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * configure.ac: Add AMPOLISH3.
241        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
242        * libnetworking/rtems_telnetd/preinstall.am: New.
243        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
244
2452005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * configure.ac: Let enable_rpcgen default to "no".
248
2492005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
250
251        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
252
2532005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
254
255        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
256        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
257
2582005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
259
260        * libchip/network/dec21140.c, libchip/network/elnk.c,
261        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
262
2632005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
264
265        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
266        of code as a result of the implementation of a common PCI interface.
267
2682005-05-04      Joel Sherrill <joel@OARcorp.com>
269
270        * libchip/network/open_eth.c: Remove prototype of set_vector.
271
2722005-05-03      Joel Sherrill <joel@OARcorp.com>
273
274        * librdbg/src/ptrace.c: Remove warning.
275
2762005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
277
278        * libchip/network/dec21140.c, libchip/network/elnk.c,
279        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
280        Modified parameter list to remove warnings.
281
2822005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
283
284        * libchip/network/cs8900.c, libchip/network/i82586.c,
285        libchip/network/open_eth.c, libchip/network/sonic.c,
286        libchip/serial/mc68681.c: Modified types to remove
287        warnings.  Added initialization to remove warnings.
288
2892005-04-28      Joel Sherrill <joel@OARcorp.com>
290
291        * libchip/network/README.sonic: Rewritten to account for removal of
292        dmv177.
293
2942005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
295
296        PR 781/rtems_misc
297        * libchip/serial/ns16550_p.h: Fix baud rate calculation
298
2992005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
300
301        * libchip/serial/ns16550.c:
302        Fixed warnings generated in various powerpc configurations
303
3042005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
305
306        * libchip/serial/ns16550.c: Modified
307        ISR to work with PPC new exception processing
308
3092005-03-14      Joel Sherrill <joel@OARcorp.com>
310
311        * libchip/network/dec21140.c, libchip/network/elnk.c,
312        libchip/network/if_fxp.c: Continue PCI API unification. All use
313        pci_find_device(). Network drivers manufacture a signature since all
314        calls have not been converted yet.
315
3162005-03-04      Joel Sherrill <joel@OARcorp.com>
317
318        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
319        initialize function part of the unified PCI API as pci_initialize().
320
3212005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
324        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
325
3262005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
329        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
330
3312005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
332
333        * aclocal/ppc.m4: Reflect changes to ppc exception processing
334        building procedures.
335
3362005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * aclocal/prog-cc.m4:
339        Quote CFLAGS's RHS to accomodate Solaris broken sh.
340
3412005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
344
3452005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
346
347        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
348
3492005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
350
351        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
352
3532005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
354
355        * libnetworking/rtems_servers/ftp.c,
356        libnetworking/rtems_servers/ftp.h,
357        libnetworking/rtems_servers/Makefile.am:
358        Remove (relocated to cpukit/ftpd).
359        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
360        removed move libnetworking/rtems_servers.
361
3622005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
365
3662005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        PR 755/rtems
369        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
370        Remove local declarations of rtems_bsdnet_nameservers,
371        rtems_bsdnet_nameservers_count.
372
3732005-01-31      Sergei Organov <osv@topconrd.ru>
374
375        PR 751/pppd
376        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
377        committed to fix PR736 breaks pppd. chat.c should have its own static
378        ttyfd for pppd to work correctly. The symptom is that second
379        invokation of chat (for connect script) fails due to pppd_ttyfd set
380        to -1 by previous chat invokation (for init script). In addition,
381        this patch fixes leaving of dangling pointer in the abort_stbring[]
382        by chat_send().
383
3842005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
385
386        * configure.ac: Remove CFLAGS_DEBUG_V.
387        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
388
3892005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
390
391        * wrapup/Makefile.am: Remove rtems-ctor.o.
392
3932005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
394
395        * libchip/rtc/rtc.h: size_t RTC_Count.
396
3972005-01-20      Joel Sherrill <joel@OARcorp.com>
398
399        PR 736/pppd
400        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
401        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
402        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
403        should not be static and should have a name more specific to pppd.
404
4052005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
406
407        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
408        libnetworking/rtems_servers/Makefile.am,
409        libnetworking/rtems_telnetd/Makefile.am,
410        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
411        Eliminate CFLAGS_OPTIMIZE_V.
412
4132005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
414
415        * configure.ac: Pass CFLAGS to testsuites configure.
416        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
417        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
418
4192005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
420
421        * configure.ac: Pass CFLAGS to cpukit configure.
422        * aclocal/rtems-flags.m4: Remove (Unused).
423        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
424        * aclocal/env-rtemsbsp.m4:
425        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
426        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
427        RTEMS_CFLAGS.
428        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
429        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
430        Cleanup comments.
431
4322005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
433
434        * automake/compile.am: Remove build-variant support.
435
4362005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
437
438        * libnetworking/pppd/Makefile.am,
439        libnetworking/rtems_servers/Makefile.am,
440        libnetworking/rtems_telnetd/Makefile.am:
441        Remove build-variant support.
442
4432005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
444
445        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
446        support/Makefile.am, wrapup/Makefile.am:
447        Remove build-variant support.
448
4492004-11-22      Joel Sherrill <joel@OARcorp.com>
450
451        * libchip/network/if_fxp.c: Add entry for another module ID code.
452
4532004-11-22      Joel Sherrill <joel@OARcorp.com>
454
455        PR 693/misc
456        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
457        in/outport routines.
458
4592004-11-22      Joel Sherrill <joel@OARcorp.com>
460
461        PR 693/misc
462        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
463        in/outport routines.
464
4652004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
466
467        * aclocal/enable-itron.m4: Remove (unused).
468
4692004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
470
471        * configure.ac: Misc. quoting cleanups.
472        Enable ada-tests iff --enable-ada and --enable-tests.
473
4742004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
475
476        PR 703/filesystem
477        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
478        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
479        libchip/ide/ide_controller.c:
480        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
481        available for BSPS/device drivers.
482        Extend the "modes_available" and "mode_active" parameters to
483        uint16_t for UDMA support.
484
4852004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
486
487        * libchip/network/dec21140.c: Cleanup a bit and remove message about
488        not supported on PowerPC since it works on the MVME2100 BSP.
489
4902004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
491
492        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
493        Add dependency tracking for *.cfgs.
494        * Makefile.am: Add dependency tracking for *.cfg.
495
4962004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
497
498        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
499        (Thanks to Lars Munch <lars@segv.dk> for catching this).
500
5012004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
502
503        PR 707/make_build
504        * configure.ac: Add --enable-rpcgen.
505
5062004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
507
508        PR 700/rtems_misc
509        * libnetworking/rtems_webserver/asp.c,
510        libnetworking/rtems_webserver/balloc.c,
511        libnetworking/rtems_webserver/cgi.c,
512        libnetworking/rtems_webserver/default.c,
513        libnetworking/rtems_webserver/ej.h,
514        libnetworking/rtems_webserver/ejIntrn.h,
515        libnetworking/rtems_webserver/ejlex.c,
516        libnetworking/rtems_webserver/ejparse.c,
517        libnetworking/rtems_webserver/emfdb.c,
518        libnetworking/rtems_webserver/emfdb.h,
519        libnetworking/rtems_webserver/form.c,
520        libnetworking/rtems_webserver/handler.c,
521        libnetworking/rtems_webserver/h.c,
522        libnetworking/rtems_webserver/license.txt,
523        libnetworking/rtems_webserver/Makefile.am,
524        libnetworking/rtems_webserver/md5c.c,
525        libnetworking/rtems_webserver/md5.h,
526        libnetworking/rtems_webserver/mime.c,
527        libnetworking/rtems_webserver/misc.c,
528        libnetworking/rtems_webserver/NOTES,
529        libnetworking/rtems_webserver/ringq.c,
530        libnetworking/rtems_webserver/rom.c,
531        libnetworking/rtems_webserver/rtems_webserver.h,
532        libnetworking/rtems_webserver/security.c,
533        libnetworking/rtems_webserver/sock.c,
534        libnetworking/rtems_webserver/socket.c,
535        libnetworking/rtems_webserver/sockGen.c,
536        libnetworking/rtems_webserver/sym.c,
537        libnetworking/rtems_webserver/uemf.c,
538        libnetworking/rtems_webserver/uemf.h,
539        libnetworking/rtems_webserver/um.c,
540        libnetworking/rtems_webserver/um.h,
541        libnetworking/rtems_webserver/umui.c,
542        libnetworking/rtems_webserver/url.c,
543        libnetworking/rtems_webserver/value.c,
544        libnetworking/rtems_webserver/wbase64.c,
545        libnetworking/rtems_webserver/webcomp.c,
546        libnetworking/rtems_webserver/webmain.c,
547        libnetworking/rtems_webserver/webpage.c,
548        libnetworking/rtems_webserver/webrom.c,
549        libnetworking/rtems_webserver/webs.c,
550        libnetworking/rtems_webserver/websda.c,
551        libnetworking/rtems_webserver/websda.h,
552        libnetworking/rtems_webserver/webs.h,
553        libnetworking/rtems_webserver/websSSL.c,
554        libnetworking/rtems_webserver/websSSL.h,
555        libnetworking/rtems_webserver/websuemf.c,
556        libnetworking/rtems_webserver/wsIntrn.h:
557        Remove (Moved to cpukit/http).
558
5592004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
560
561        PR 700/rtems_misc
562        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
563        Remove libnetworking/rtems_webserver.
564
5652004-10-25      Eric Norum <norume@aps.anl.gov>
566
567        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
568
5692004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
570
571        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
572
5732004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
574
575        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
576        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
577
5782004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
579
580        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
581
5822004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
583
584        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
585        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
586
5872004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
588
589        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
590        BITSPERBYTE.
591
5922004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
593
594        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
595        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
596
5972004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
598
599        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
600
6012004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
602
603        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
604        * aclocal/enable-bare.m4: Remove.
605        * configure.ac: Remove BARE_CPU_MODEL.
606
6072004-10-13      Eric Norum <norume@aps.anl.gov>
608
609        PR 688/bsps
610        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
611        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
612        MC146818A (and several Dallas Semiconductor) TOD chips.
613
6142004-10-13      Eric Norum <norume@aps.anl.gov>
615
616        PR 686/networking
617        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
618        device code.
619
6202004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
621
622        * libchip/network/dec21140.c: include <rtems/pci.h>.
623
6242004-09-29      Joel Sherrill <joel@OARcorp.com>
625
626        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
627        libnetworking/pppd/utils.c: i960 obsoleted and all references
628        removed.
629
6302004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
631
632        PR 607/networking
633        * libchip/network/dec21140.c: Made PCI configuration minimum sane
634        instead of fully specifying unused PCI features.
635
6362004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
637
638        * configure.ac: Require automake > 1.9.
639
6402004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
641
642        * aclocal/rtems-cpu-subdirs.m4: Add avr.
643
6442004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
645
646        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
647        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
648
6492004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
650
651        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
652        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
653
6542004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
655
656        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
657
6582004-07-28  Joel Sherrill <joel@OARcorp.com>
659
660    * aclocal/version.m4: Updated to rtems-4.6.99.1.
661
6622004-07-25      Joel Sherrill <joel@OARcorp.com>
663
664        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
665
6662004-05-21  Till Strauman <strauman@slac.stanford.edu>
667
668        PR 625/networking
669        * libchip/network/dec21140.c, ... : Prevent name clashes by making
670        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
671        an error rather than panic if no chip is detected (thus allowing
672        for probing).
673        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
674        instead of looping forever.  Avoid divide by zero (crashed my PC).
675        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
676        they are UNTESTED.
677
6782004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
679
680        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
681
6822004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
683
684        * libchip/network/dec21140.c, libchip/network/elnk.c:
685        #include <errno.h>.
686
6872004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
688
689        * libchip/network/if_media.h: Update from FreeBSD.
690        * libchip/network/open_eth.c, libchip/network/cs8900.c,
691        libchip/network/i82586.c: #include <errno.h>.
692
6932004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
694
695        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
696
6972004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
698
699        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
700
7012004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
702
703        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
704        automake).
705
7062004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
707
708        PR 599/pppd
709        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
710
7112004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
712
713        * optman/rtems/no-region.c: Reflect having changed
714        rtems_region_get_segment_size.
715
7162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
717
718        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
719        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
720        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
721        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
722        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
723        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
724        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
725
7262004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
727
728        * libchip/ide/ata.c, libchip/network/dec21140.c,
729        libchip/network/elnk.c, libchip/network/i82586.c,
730        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
731        libchip/network/open_eth.c, libchip/network/sonic.c,
732        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
733        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
734        libchip/shmdr/init.c, libchip/shmdr/intr.c,
735        libchip/shmdr/shm_driver.h: Cosmetics.
736
7372004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
738
739        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
740        optman/rtems/no-msg.c, optman/rtems/no-part.c,
741        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
742        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
743        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
744        fixed size types.
745
7462004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
747
748        * configure.ac: Explicitly pass --includedir and --libdir to
749        cpukit/configure.
750
7512004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
752
753        * librdbg/Makefile.am: Fix rpcgen rules.
754        * librdbg/src/i386/any/remdeb_xdr.c,
755        librdbg/src/m68k/any/remdeb_xdr.c,
756        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
757        Reflect changes to librdbg/Makefile.am.
758
7592004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
760
761        * configure.ac: Reflect changes testsuites/configure.ac and
762        cpukit/configure.ac.
763
7642004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
765
766        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
767        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
768
7692004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
770
771        * configure.ac: Reflect changes to testsuites's configuration.
772
7732004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
774
775        PR/589 rtems
776        * libchip/network/pci.h: Remove (Moved to cpukit).
777
7782004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
779
780        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
781        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
782        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
783        libchip/network/dec21140.c, libchip/network/elnk.c,
784        libchip/network/if_fxp.c, libchip/network/open_eth.c,
785        libchip/network/open_eth.h, libchip/network/sonic.c,
786        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
787        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
788        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
789        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
790        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
791        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
792        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
793        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
794        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
795        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
796        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
797        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
798        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
799        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
800        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
801        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
802        fixed-size types.
803
8042004-03-14      Chris Johns  <chrisj@rtems.org>
805
806        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
807        the BSP example code.
808        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
809        support the DIMMPC. This is a pc386 target with IO port support. Minor
810        formating clean up. Add documentation to the header file.
811        * libchip/network/README.cs8900: The CS8900 driver is documented in the
812        cs8900.h header file.
813
8142004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
817        Cosmetics.
818
8192004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
822        There are no application level Makefiles in here.
823
8242004-03-04      Joel Sherrill <joel@OARcorp.com>
825
826        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
827        they can be used in application level makefiles.
828
8292004-03-05      Joel Sherrill <joel@OARcorp.com>
830
831        * libnetworking/rtems_webserver/ejparse.c,
832        libnetworking/rtems_webserver/emfdb.c,
833        libnetworking/rtems_webserver/sock.c,
834        libnetworking/rtems_webserver/socket.c,
835        libnetworking/rtems_webserver/sym.c,
836        libnetworking/rtems_webserver/webs.c,
837        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
8382004-03-05      Joel Sherrill <joel@OARcorp.com>
839
840        * libchipnetwork/open_eth.c: Remove warnings by conditionally
841        compiling this file only only those CPU families with supported
842        exception models.
843
8442004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
845
846        * acinclude.m4: Fix loosing arguments when configuring cpukit and
847        testsuites (Was exposed with --enable-multilib, only).
848        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
849         Add RTEMS_BSP_CONFIG_SUBDIR.
850        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
851        testsuites's configure.
852        * aclocal/rtems-top.m4: Remove ENDIF hack.
853        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
854
8552004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
856
857        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
858        wrapup/Makefile.am: Fix automake problems having been introduced
859        in previous patch.
860
8612004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
864        Preinstall dirs.
865        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
866        * aclocal/check-multiprocessing.m4: Cosmetics.
867        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
868        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
869
8702004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
873        librdbg/src/Makefile.am.
874        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
875        * configure.ac: Reflect changes above.
876        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
877        * wrapup/Makefile.am: Reflect changes above.
878        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
879
8802004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
883
8842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
887
8882004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * wrapup/Makefile.am: Reflect new location of librdbg.a.
891
8922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
895        librdbg/src/powerpc/Makefile.am: Remove.
896        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
897        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
898        * configure.ac: Reflect changes above.
899
9002004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
901
902
9032004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
904
905        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
906        STRIP.
907
9082004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
909
910        * librdbg/include/Makefile.am: Merge-in
911        librdbg/include/rdbg/i386/Makefile.am,
912        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
913        librdbg/include/rdbg/powerpc/Makefile.am.
914        * librdbg/include/rdbg/i386/Makefile.am,
915        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
916        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
917        * configure.ac: Reflect changes above.
918
9192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
920
921        * configure.ac: Use AS_HELP_STRING(ada).
922
9232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * aclocal/bspopts.m4: Use AS_HELP_STRING.
926        * aclocal/bsp-configure.m4: Require autoconf-2.59.
927        Use AC_CONFIG_HEADERS.
928        * aclocal/check-custom-bsp.m4: Add bspkit-support.
929        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
930
9312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
932
933        * Makefile.am: include local.am.
934
9352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * aclocal/version.m4: 4.6.99.0.
938
9392004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
940
941        * Makefile.am: Don't include host.am.
942        * automake/compile.am: Further cleanups.
943
9442004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * automake/lib.am: Remove (Unused).
947
9482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * wrapup/Makefile.am: Don't include lib.am.
951        * automake/compile.am: Use automake compilation rules.
952
9532004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * libnetworking/pppd/Makefile.am,
956        libnetworking/rtems_servers/Makefile.am,
957        libnetworking/rtems_telnetd/Makefile.am,
958        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
959        support/Makefile.am: Don't include lib.am.
960
9612004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * libchip/Makefile.am: Don't include lib.am.
964        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
965        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
966        unnecessary EXTRA_DISTs.
967
9682004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
969
970        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
971        hack.
972
9732004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
976        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
977        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
978        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
979
9802004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
981
982        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
983        Add AM_CONDITIONAL(HAS_MP).
984        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
985        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
986        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
987        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
988        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
989        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
990        (Deprecated by autoconf 2.59).
991
9922004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
995        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
996
9972004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
998
999        * ChangeLog: Merge-in libnetworking/ChangeLog.
1000        * libnetworking/ChangeLog: Remove.
1001        * ChangeLog: Merge-in librdbg/ChangeLog.
1002        * librdbg/ChangeLog: Remove.
1003        * ChangeLog: Merge-in libchip/ChangeLog.
1004        * libchip/ChangeLog: Remove.
1005        * ChangeLog: Merge-in optman/ChangeLog.
1006        * optman/ChangeLog: Remove.
1007
10082004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010        * configure.ac: Reflect changes to cpukit.
1011        * wrapup/Makefile.am: Reflect changes to librdbg.
1012        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1013        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1014        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1015        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1016        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1017        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1018        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1019        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1020        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1021
10222004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1023
1024        * aclocal/rtems-top.m4: Remove check for version.m4.
1025        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1026
10272004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1030        * wrapup/Makefile.am: Reflect changes to libchip/*.
1031        * support/Makefile.am: Use automake compilation rules.
1032        * wrapup/Makefile.am: Reflect changes to support/*.
1033        * configure.ac: Remove libnetworking/wrapup/Makefile.
1034        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1035        libnetworking/*/lib*.a instead of libnetapps.a.
1036        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1037        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1038        * optman/Makefile.am: Use automake compilation rules.
1039        * libchip/Makefile.am: Fix typo in previous patch.
1040        * libchip/Makefile.am: Use automake compilation rules.
1041        * libnetworking/Makefile.am: Remove wrapup.
1042        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1043        automake-compilation rules.
1044        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1045        automake-compilation rules.
1046        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1047        automake-compilation rules.
1048        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1049        automake-compilation rules.
1050        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1051
10522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1055        PRE/TMPINSTALL_FILES to CLEANFILES.
1056        * automake/lib.am: Remove TMPINSTALL_FILES.
1057        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1058        PRE/TMPINSTALL_FILES to CLEANFILES.
1059        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1060        PRE/TMPINSTALL_FILES to CLEANFILES.
1061        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1062        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1063        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1064        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1065        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1066        * librdbg/src/i386/Makefile.am: Ditto.
1067        * librdbg/src/m68k/Makefile.am: Ditto.
1068        * librdbg/src/powerpc/Makefile.am: Ditto.
1069        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1070        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1071        * libnetworking/rtems_servers/Makefile.am: Ditto.
1072        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1073        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1074
10752004-01-07      Joel Sherrill <joel@OARcorp.com>
1076
1077        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1078        more completely covers the MIPS family.
1079
10802003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1081
1082        * wrapup/Makefile.am: Reflect changes to shmdr.
1083        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1084
10852003-12-18      Joel Sherrill <joel@OARcorp.com>
1086
1087        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1088        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1089        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1090        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1091        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1092        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1093        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1094
10952003-12-17      Joel Sherrill <joel@OARcorp.com>
1096
1097        * aclocal/version.m4: Updated to rtems-20031217-test.
1098
10992003-12-17     
1100
1101        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1102        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1103
11042003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1105
1106        * automake/compile.am: Remove LINK_LIBS (Unused).
1107        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1108
11092003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1110
1111        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1112        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1113        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1114        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1115        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1116
11172003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
1119        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1120        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1121        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1122        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1123        * librdbg/src/i386/Makefile.am:
1124        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1125        * librdbg/src/m68k/Makefile.am:
1126        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1127        * librdbg/src/powerpc/Makefile.am:
1128        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1129
11302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1131
1132        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1133        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1134        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1135        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1136        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1137        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1138        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1139        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1140        * optman/Makefile.am: Remove project_libdir.
1141        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1142        PRE/TMPINSTALL_FILES.
1143        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1144        PRE/TMPINSTALL_FILES.
1145        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1146        PRE/TMPINSTALL_FILES.
1147        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1148        PRE/TMPINSTALL_FILES.
1149        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1150        from PRE/TMPINSTALL_FILES.
1151        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1152        PRE/TMPINSTALL_FILES.
1153        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1154        PRE/TMPINSTALL_FILES.
1155        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1156        PRE/TMPINSTALL_FILES.
1157        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1158        PRE/TMPINSTALL_FILES.
1159        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1160        PRE/TMPINSTALL_FILES.
1161        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1162        PRE/TMPINSTALL_FILES.
1163        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1164        from PRE/TMPINSTALL_FILES.
1165
11662003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1167
1168        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1169        * automake/lib.am: Remove project_libdir.
1170        * wrapup/Makefile.am: Reworked.
1171
11722003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        * configure.ac: Reflect changes to librdbg.
1175        * optman/Makefile.am: Add tmpinstall dirstamp support.
1176        * libchip/Makefile.am: Fix variant-tmpinstall support.
1177        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1178        * librdbg/src/powerpc/Makefile.am: Merge-in former
1179        new_exception_processing/Makefile.am.
1180        * librdbg/src/m68k/any/Makefile.am: Remove.
1181        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1182        * librdbg/src/i386/any/Makefile.am: Remove.
1183        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1184        * librdbg/src/Makefile.am: Cosmetics.
1185        * librdbg/include/Makefile.am: Cosmetics.
1186        * librdbg/Makefile.am: Cosmetics.
1187        * libnetworking/Makefile.am: Cosmetics.
1188        * libnetworking/pppd/Makefile.am: Cosmetics.
1189        * libnetworking/wrapup/Makefile.am: Cosmetics.
1190
11912003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1192
1193        * Makefile.am: Cosmetics.
1194        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1195        support.
1196
11972003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1198
1199        * automake/compile.am: Remove $(ARCH):-rule.
1200
12012003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1202
1203        * configure.ac: Remove lib/libbsp/shared/Makefile,
1204        lib/libbsp/shmdr/Makefile.
1205
12062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1207
1208        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1209        libchip/serial/Makefile, libchip/rtc/Makefile.
1210        * support/Makefile.am: Remove all-local: $(ARCH).
1211        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1212        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1213        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1214        * optman/Makefile.am: Remove all-local: $(ARCH).
1215        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1216        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1217        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1218        compilation dirstamp support.
1219        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1220        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1221        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1222        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1223        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1224        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1225        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1226        all-local: $(ARCH).
1227        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1228        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1229        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1230        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1231        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1232
12332003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1234
1235        * aclocal/lead-dot.m4: New (from automake-1.7f).
1236        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1237        AC_SUBST(dirstamp).
1238        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1239        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1240        libchip/serial/Makefile.am: Ditto.
1241        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1242        * librdbg/include/Makefile.am: Ditto.
1243        * librdbg/include/rdbg/Makefile.am: Ditto.
1244        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1245        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1246        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1247        * librdbg/src/Makefile.am: Ditto.
1248        * librdbg/src/i386/Makefile.am: Ditto.
1249        * librdbg/src/i386/any/Makefile.am: Ditto.
1250        * librdbg/src/m68k/Makefile.am: Ditto.
1251        * librdbg/src/m68k/any/Makefile.am: Ditto.
1252        * librdbg/src/powerpc/Makefile.am: Ditto.
1253        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1254        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1255        preinstallation.
1256        * libnetworking/pppd/Makefile.am: Ditto.
1257        * libnetworking/rtems_servers/Makefile.am: Ditto.
1258        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1259        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1260        * libnetworking/wrapup/Makefile.am: Ditto.
1261
12622003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1265        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1266        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1267        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1268        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1269        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1270        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1271        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1272        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1273        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1274        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1275        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1276        underquoting to silence automake-1.8.
1277
12782003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1279
1280        * configure.ac: Reflect having moved tests to ../../testsuites.
1281
12822003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1283
1284        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1285        * aclocal/canonical-host.m4: Remove.
1286        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1287        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1288
12892003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1290
1291        * aclocal/check-cpu.m4: Remove.
1292        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1293        * aclocal/canonical-target-name.m4: Add m4-quotes.
1294        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1295        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1296        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1297        * aclocal/check-networking.m4: Add m4-quotes. Require
1298        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1299        * aclocal/check-posix.m4: Add m4-quotes. Require
1300        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1301        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1302        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1303        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1304
13052003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1308        * aclocal/bsp-alias.m4: Remove.
1309
13102003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1311
1312        * configure.ac: Make presence of tests/ optional.
1313
13142003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1315
1316        * aclocal/path-perl.m4: Remove (Unused).
1317
13182003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1319
1320        * automake/force-preinstall.am: Remove.
1321
13222003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1323
1324        PR 499/rtems_misc
1325        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1326        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1327        Configuration (Odd was forced) - Correction of Stop Bit configuration
1328        (inversed) - Correction of ISR Handler to call
1329        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1330        CTS Hardware flow control Configuration.
1331
13322003-09-04      Joel Sherrill <joel@OARcorp.com>
1333
1334        * lib/libcpu/shared/include/cache.h,
1335        lib/libcpu/shared/src/cache_aligned_malloc.c,
1336        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1337        license changed.
1338        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1339        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1340        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1341        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1342        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1343        for license changed.
1344        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1345        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1346        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1347        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1348        libchip/network/cs8900.h, libchip/network/dec21140.c,
1349        libchip/network/elnk.c, libchip/network/open_eth.c,
1350        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1351        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1352        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1353        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1354        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1355        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1356        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1357        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1358        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1359        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1360        libchip/serial/serial.h, libchip/serial/z85c30.c,
1361        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1362        libchip/serial/z85c30_reg.c: URL for license changed.
1363
13642003-09-03      Jiri Gaisler <jiri@gaisler.com>
1365
1366        PR 477/networking
1367        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1368        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1369        libchip/network/open_eth.h: New files.
1370
13712003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1372
1373        * aclocal/rtems-top.m4: Add RTEMS_API.
1374        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1375
13762003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1377
1378        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1379        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1380        @RTEMS_BSP@.cfg.
1381
13822003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1383
1384        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1385
13862003-08-20      Joel Sherrill <joel@OARcorp.com>
1387
1388        * libchip/network/cs8900.c: Correct copyright statements.
1389
13902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1391
1392        * aclocal/check-itron.m4: Remove.
1393        * aclocal/enable-inlines.m4: Remove.
1394        * Makefile.am: Reflect having moved aclocal/.
1395        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1396        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1397        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1398        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1399        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1400        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1401        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1402        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1403        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1404        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1405        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1406        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1407        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1408        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1409        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1410        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1411        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1412        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1413        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1414        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1415        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1416        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1417        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1418        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1419        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1420        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1421        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1422        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1423        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1424        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1425        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1426        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1427        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1428        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1429        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1430        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1431        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1432        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1433        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1434        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1435        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1436        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1437        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1438        * aclocal/target.m4: New (Copied from ../../aclocal).
1439        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1440        * aclocal/version.m4: New (Copied from ../../aclocal).
1441
14422003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1443
1444        * configure.ac: Remove stray comments.
1445        * automake/local.am, automake/host.am: Remove "debug".
1446
14472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1448
1449        * Makefile.am: Reflect having moved automake/.
1450        * lib/Makefile.am: Reflect having moved automake/.
1451        * support/Makefile.am: Reflect having moved automake/.
1452        * wrapup/Makefile.am: Reflect having moved automake/.
1453        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1454        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1455        from ../../automake).
1456        * optman/Makefile.am: Reflect having moved automake/.
1457        * libchip/Makefile.am: Reflect having moved automake/.
1458        * libchip/ide/Makefile.am: Reflect having moved automake/.
1459        * libchip/network/Makefile.am: Reflect having moved automake/.
1460        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1461        * libchip/serial/Makefile.am: Reflect having moved automake/.
1462        * librdbg/Makefile.am: Reflect having moved automake/.
1463        * librdbg/include/Makefile.am: Reflect having moved automake/.
1464        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1465        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1466        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1467        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1468        automake/.
1469        * librdbg/src/Makefile.am: Reflect having moved automake/.
1470        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1471        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1472        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1473        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1474        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1475        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1476        having moved automake/.
1477        * libnetworking/Makefile.am: Reflect having moved automake/.
1478        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1479        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1480        automake/.
1481        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1482        automake/.
1483        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1484        automake/.
1485        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1486
14872003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1488
1489        * Makefile.am: Add bsp.pc.in.
1490        * bsp.pc.in: New (pkgconfig support).
1491
14922003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1493
1494        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1495
14962003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1497
1498        * lib/Makefile.am: New (Required by 'make dist').
1499        * lib/ChangeLog: Remove.
1500        * lib/.cvsignore: Cleanup.
1501        * configure.ac: Reflect having added lib/Makefile.am.
1502        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1503        lib/libbsp/configure.ac.
1504        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1505        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1506
15072003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1508
1509        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1510        * configure.ac: Merge-in librdbg/configure.ac.
1511        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1512        librdbg/configure.ac.
1513        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1514        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1515        LIBCHIP. Conditionally build include-dirs.
1516        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1517        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1518        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1519        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1520        librdbg/include/rdbg/m68k/Makefile.am,
1521        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1522        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1523        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1524        librdbg/src/powerpc/Makefile.am, librdbg/
1525        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1526        configure.ac into ../configure.ac.
1527        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1528        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1529        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1530        libnetworking/rtems_telnetd/Makefile.am,
1531        libnetworking/rtems_webserver/Makefile.am,
1532        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1533        into ../configure.ac.
1534
15352003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1536
1537        PR 427/rtems
1538        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1539        * librdbg/src/servtsp.c: Ditto.
1540
15412003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1542
1543        PR 429/bsps
1544        PR 432/bsps
1545        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1546        packets are queued onto an elnk board, the ISR will deadlock the device
1547        with a tx complete interrupt.  Lighter tx loads are not affected as they
1548        end up submitting single packets to the device.
1549
15502003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1551
1552        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1553        optman/configure.ac.
1554        * optman/configure.ac: Remove (Merged into ../configure.ac).
1555        * optman/Makefile.am: Reflect having merged configure.ac into
1556        ../configure.ac.
1557        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1558        * libchip/Makefile.am, libchip/ide/Makefile.am,
1559        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1560        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1561        ../configure.ac.
1562
15632003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1564
1565        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1566
15672003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1568
1569        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1570        on i386.
1571
15722003-06-13      Joel Sherrill <joel@OARcorp.com>
1573
1574        * libnetworking/pppd/chat.c: Removed warnings.
1575
15762003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1577
1578        * libchip/network/README.3com: New file missed in previous commit.
1579        PR 405/bsps
1580        PR 393/networking
1581        * libchip/network/dec21140.c: Fix leak also known as PR393.
1582        * libchip/network/elnk.c, libchip/network/if_media.h,
1583        libchip/network/mii.h: New files.
1584        * libchip/network/Makefile.am: Reflect new files.
1585
15862003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1587
1588        * configure.ac: Remove support for profile-variant.
1589
15902003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1591
1592        PR 397/pppd
1593        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1594        * libnetworking/pppd/magic.c: Remove *rand48.
1595        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1596
15972003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1598
1599        * wrapup/Makefile.am: Add libide.a.
1600
16012003-04-15      Joel Sherrill <joel@OARcorp.com>
1602
1603        PR 387/rtems_misc
1604        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1605        routines.
1606        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1607
16082003-04-11      Joel Sherrill <joel@OARcorp.com>
1609
1610        * libnetworking/rtems_webserver/cgi.c,
1611        libnetworking/rtems_webserver/sockGen.c,
1612        libnetworking/rtems_webserver/umui.c,
1613        libnetworking/rtems_webserver/websSSL.c,
1614        libnetworking/rtems_webserver/websSSL.h,
1615        libnetworking/rtems_webserver/websda.c,
1616        libnetworking/rtems_webserver/websda.h: New files. Not included in
1617        previous commit.
1618
16192003-04-10      Joel Sherrill <joel@OARcorp.com>
1620
1621        PR 371/pppd
1622        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1623        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1624        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1625        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1626        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1627        still global symbols in rtemspppd.h which might need to be changed or
1628        converted into member of a structure which is dereferenced with a
1629        pointer that is managed as a per task variable. But this patch should
1630        avoid many conflicts.
1631
16322003-03-27      Joel Sherrill <joel@OARcorp.com>
1633
1634        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1635        not allowed in the cpukit source code since it must be buildable
1636        independent of any BSP. These files were moved to libchip/ide.
1637        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1638        files.
1639
16402003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1641
1642        PR 368/filesystems
1643        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1644        improvements which now work on pc386 and mbx8xx.
1645        * libchip/ide/ide_controller.c: New file.
1646
16472003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1648
1649        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1650
16512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1652
1653        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1654        * configure.ac: Add support/.
1655        * support/.cvsignore: New.
1656        * support/Makefile.am: New.
1657        * support/version.c: New.
1658        * wrapup/Makefile.am: Add support/libsupport.a.
1659        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1660        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1661        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1662        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1663
16642003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1665
1666        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1667
16682003-02-20      Till Straumann <strauman@slac.stanford.edu>
1669
1670        PR 354/networking
1671        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1672        chip against a table of supported chips. The untested ones are still
1673        commented out, however.
1674
16752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1676
1677        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1678        * configure.ac: AC_PREREQ(2.57).
1679        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1680        * optman/configure.ac: AC_PREREQ(2.57).
1681        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1682        * libchip/configure.ac: AC_PREREQ(2.57).
1683        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1684        * librdbg/configure.ac: AC_PREREQ(2.57).
1685        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1686        * libnetworking/configure.ac: AC_PREREQ(2.57).
1687
16882003-02-06      Joel Sherrill <joel@OARcorp.com>
1689
1690        * libnetworking/pppd/chat.c: Convert routines with common names to
1691        static. This included get_char(), put_char(), and character() among
1692        others.
1693
16942003-02-03      Joel Sherrill <joel@OARcorp.com>
1695
1696        PR 338/filesystem
1697        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1698        rtems_io_lookup_name() (API change).  Unused function removed.
1699
17002003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1701
1702        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1703        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1704        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1705        Eliminate *_O_FILES.
1706        * libnetworking/rtems_servers/Makefile.am,
1707        libnetworking/rtems_webserver/Makefile.am,
1708        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1709
17102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1711
1712        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1713        Let all-local: depend on $(LIB).
1714        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1715        * optman/Makefile.am: Apply install-data-local to install *.rels.
1716
17172002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1718
1719        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1720        %.c rules.
1721        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1722        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1723        * libchip/rtc/Makefile.am: Ditto.
1724        * libchip/serial/Makefile.am: Ditto.
1725
17262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1727
1728        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1729        LIBC_DEFINES.
1730        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1731        LIBC_DEFINES.
1732        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1733        LIBC_DEFINES.
1734
17352002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1736
1737        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1738
17392002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1740
1741        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1742        cache-checking.
1743        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1744
17452002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1746
1747        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1748        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1749        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1750        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1751        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1752
17532002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1754
1755        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1756        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1757        Remove.
1758        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1759
17602002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1761
1762        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1763        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1764
17652002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1766
1767        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1768        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1769
17702002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1771
1772        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1773        * optman/rel.am: New.
1774
17752002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1776
1777        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1778        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1779        braino in comment on "exec". Extend --enable-ada handling.
1780
17812002-11-04      Joel Sherrill <joel@OARcorp.com>
1782
1783        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1784        tasks and rolling multiple loops into 1.
1785        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1786        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1787        Removed warnings.
1788
17892002-10-31      Joel Sherrill <joel@OARcorp.com>
1790
1791        * libchip/network/dec21140.c: Removed warnings.
1792        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1793        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1794        librdbg/src/m68k/any/remdeb_xdr.c,
1795        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1796        warnings.
1797        * libnetworking/rtems_webserver/socket.c,
1798        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1799
18002002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1801
1802        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1803        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1804        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1805        above.
1806
18072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1808
1809        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1810        * wrapup/.cvsignore: Remove autom4te.cache.
1811        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1812        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1813        autom4te.cache.
1814        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1815        autom4te.cache.
1816        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1817        autom4te.cache.
1818
18192002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1820
1821        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1822
18232002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1824
1825        * optman/.cvsignore: Add autom4te.cache.
1826
18272002-09-14      Joel Sherrill <joel@OARcorp.com>
1828
1829        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1830
18312002-09-07      Joel Sherrill <joel@OARcorp.com>
1832
1833        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1834        include files to resolve warnings.
1835
18362002-09-07      Chris Johns <ccj@acm.org>
1837
1838        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1839        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1840        which corrects the problem  where the cs8900.c file was actually the BSP
1841        glue.  Joel did some hacking so this file will compile.  Previously it
1842        required providing a target.h file to compile.
1843        * libchip/network/cs8900.c.bsp: New file.
1844
18452002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1846
1847        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1848
18492002-08-31      Joel Sherrill <joel@OARcorp.com>
1850
1851        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1852        eliminate warning.
1853
18542002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1855
1856        * configure.ac: Add ada-tests.
1857
18582002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1859
1860        * Makefile.am: Add preinstall-stamp.
1861
18622002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1863
1864        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1865        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1866        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1867        gcc31 happy.
1868        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1869        cp.
1870
18712002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1872
1873        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1874        make/bsp.mak.
1875        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1876        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1877
18782002-08-12      Joel Sherrill <joel@OARcorp.com>
1879
1880        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1881        avoid error.
1882
18832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1884
1885        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1886        * configure.ac: Add BSP_SUBDIRS.
1887        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1888        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1889        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1890        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1891        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1892        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1893        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1894        RTEMS_CHECK_BSP_CACHE.
1895        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1896        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1897        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1898        .$(OBJEXT) instead of .o.
1899        * libnetworking/pppd/Makefile.am,
1900        libnetworking/rtems_servers/Makefile.am,
1901        libnetworking/rtems_telnetd/Makefile.am,
1902        libnetworking/rtems_webserver/Makefile.am,
1903        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1904
19052002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1906
1907        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1908        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1909        ../libchip/serial/$(ARCH)/libserialio.a.
1910        * libchip/serial/Makefile.am: Don't tmp-install lib.
1911        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1912
19132002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1914
1915        * Makefile.am: Add rtems_makedir.
1916        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1917        * Makefile.am: Add wrapup-SUBDIR.
1918        * wrapup/ChangeLog: Remove.
1919        * wrapup/configure.ac: Remove.
1920        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1921        (Make the bare BSP happy).
1922        * configure.ac: Ditto.
1923        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1924        Create make/custom/default.cfg.
1925        * configure.ac: Add creation of make/custom/*.cfg. Create
1926        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1927
19282002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1929
1930        * Makefile.am: Clean $(PROJECT_RELEASE).
1931
19322002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1933
1934        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1935        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1936        prototype mismatches.
1937
19382002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1939
1940        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1941        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1942
19432002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1944
1945        * acinclude.m4: Add test "$multilib" != "yes".
1946        * config-ml.in: Remove.
1947        * acinclude.m4: Cleanups.
1948        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1949        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1950        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1951        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1952        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1953
19542002-07-16      Eric Norum <eric.norum@usask.ca>
1955
1956        * New driver for the Intel EtherExpressPro (82559ER) chip.
1957        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1958        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1959        * libchip/network/Makefile.am: Modified to reflect above.
1960
19612002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * acinclude.m4: New.
1964        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1965        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1966        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1967
19682002-07-01      Joel Sherrill <joel@OARcorp.com>
1969
1970        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1971        _Objects_Information_table now that it is a two dimensional array based
1972        upon API and class.
1973        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1974        of strnlen().
1975
19762002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1977
1978        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1979        preinstall libnetapps.a.
1980
19812002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1982
1983        * configure.ac: Remove librpc.
1984
19852002-06-25      Joel Sherrill <joel@OARcorp.com>
1986
1987        * Per PR233, moved librpc to exec.
1988        * configure.ac, wrapup/Makefile.am: Modified.
1989        * librpc, librpc/ChangeLog: Removed.
1990
19912002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1992
1993        * optman/Makefile.am: Remove multilib support.
1994        * optman/configure.ac: Ditto.
1995        * optman/sapi/Makefile.am: Ditto.
1996
19972002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1998
1999        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2000        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2001
20022002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2003
2004        Move networking libraries to c/src/exec/libnetworking
2005        * libnetworking/configure.ac, libnetworking/Makefile.am,
2006        libnetworking/wrapup/Makefile.am: Reflect Moval.
2007
20082002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2009
2010        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2011        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2012        <rtems/bspIo.h>.
2013
20142002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2015
2016        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2017        * libnetworking/rtems/mkrootfs.h: Ditto.
2018        * libnetworking/rtems/Makefile.am: Reflect changes above.
2019
20202002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2021
2022        * configure.ac: Remove lib.
2023
20242002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2025
2026        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2027        that exception stack frames on M68K members with VBR always are 6 byte
2028        long. The incorrect assumption resulted in some gdb commands like "next"
2029        to fail on the 68360.
2030
20312002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2032
2033        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2034        PR 220
2035        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2036        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2037        CVS.
2038        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2039        libnetworking/sys/filio.h: Remove.
2040        * libnetworking/sys/Makefile.am: Reflect changes above.
2041
20422002-05-07      Chris Johns <ccj@acm.org>
2043
2044        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2045        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2046        requires it to be stripped.
2047
20482002-05-01      Eric Norum <eric.norum@usask.ca>
2049
2050        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2051        assembly  to satisfy gcc 3.1 and newer.
2052
20532002-04-26      Eric Norum <eric.norum@usask.ca>
2054
2055        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2056        agressive optimization in gcc 3.1 does not reorder things.
2057
20582002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2059
2060        * libchip/network/dec21140.c: Reflect changes to powerpc's
2061        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2062        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2063        <rtems/score/cpu.h>.
2064        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2065        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2066
20672002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2068
2069        * optman/configure.ac: Remove ENABLE_GCC28.
2070
20712002-04-11      Chris Johns <ccj@acm.org>
2072
2073        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2074        driver control block field to the ifconfig network driver structure.
2075        This field is needed by the i82586 driver which was ported from NetBSD
2076        as it had better hardware abstraction.
2077        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2078        PR59, added the drv_ctrl driver control block field to the ifconfig
2079        network driver structure. This field is needed by the i82586 driver
2080        which was ported from NetBSD as it had better hardware abstraction.
2081
20822002-04-10      Mike Siers <mikes@poliac.com>
2083
2084        * libnetworking/rtems_webserver/NOTES,
2085        libnetworking/rtems_webserver/asp.c,
2086        libnetworking/rtems_webserver/balloc.c,
2087        libnetworking/rtems_webserver/default.c,
2088        libnetworking/rtems_webserver/ej.h,
2089        libnetworking/rtems_webserver/ejIntrn.h,
2090        libnetworking/rtems_webserver/ejlex.c,
2091        libnetworking/rtems_webserver/ejparse.c,
2092        libnetworking/rtems_webserver/emfdb.c,
2093        libnetworking/rtems_webserver/emfdb.h,
2094        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2095        libnetworking/rtems_webserver/handler.c,
2096        libnetworking/rtems_webserver/license.txt,
2097        libnetworking/rtems_webserver/md5.h,
2098        libnetworking/rtems_webserver/md5c.c,
2099        libnetworking/rtems_webserver/mime.c,
2100        libnetworking/rtems_webserver/misc.c,
2101        libnetworking/rtems_webserver/ringq.c,
2102        libnetworking/rtems_webserver/rom.c,
2103        libnetworking/rtems_webserver/security.c,
2104        libnetworking/rtems_webserver/sock.c,
2105        libnetworking/rtems_webserver/sym.c,
2106        libnetworking/rtems_webserver/uemf.c,
2107        libnetworking/rtems_webserver/uemf.h,
2108        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2109        libnetworking/rtems_webserver/url.c,
2110        libnetworking/rtems_webserver/value.c,
2111        libnetworking/rtems_webserver/wbase64.c,
2112        libnetworking/rtems_webserver/webcomp.c,
2113        libnetworking/rtems_webserver/webpage.c,
2114        libnetworking/rtems_webserver/webrom.c,
2115        libnetworking/rtems_webserver/webs.c,
2116        libnetworking/rtems_webserver/webs.h,
2117        libnetworking/rtems_webserver/websuemf.c,
2118        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2119        2.1.4.
2120
21212002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2122
2123        * libchip/network/i82586.c: Include <string.h>.
2124        * libchip/network/sonic.c: Ditto.
2125
21262002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2127
2128        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2129
21302002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2131
2132        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2133
21342002-03-27      Thomas.Doerfler@imd-systems.de
2135
2136        PR 144
2137        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2138        memory address 0 when called for the first time. This is done when
2139        trying to clear the variable "dhcp_hostname".
2140
21412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2142
2143        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2144        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2145        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2146        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2147        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2148        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2149        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2150        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2151        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2152        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2153        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2154        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2155        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2156        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2157        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2158        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2159        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2160        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2161        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2162        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2163        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2164        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2165        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2166        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2167        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2168        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2169        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2170        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2171        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2172        AUTOMAKE_OPTIONS.
2173        * libnetworking/configure.ac:
2174        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2175        foreign 1.6]).
2176        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2177        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2178        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2179        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2180        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2181        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2182        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2183        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2184        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2185        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2186        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2187        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2188        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2189        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2190        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2191        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2192        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2193
21942002-03-27      Ilya Alexeev <ilya@continuum.ru>
2195
2196        PR 162
2197        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2198        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2199        used in a device write routines.  Now ppp_softc structure have own
2200        character for writing to device (sc_outchar).  I think that converting
2201        local variables to static is not a right solution, because problems will
2202        occur in the case of two or more ppp instances.
2203        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2204        must be u_long, otherwise in the case of the big output packet endless
2205        loop may occur.
2206
22072002-03-21      Ilya Alexeev <ilya@continuum.ru>
2208
2209        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2210        preparations for multiple PPPD connections.
2211
22122002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2213
2214        PR 149
2215        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2216        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2217        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2218        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2219
22202002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2221
2222        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2223        * configure.ac: Modified to reflect addition.
2224
22252002-02-27      Ilya Alexeev <ilya@continuum.ru>
2226
2227        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2228        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2229        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2230        capabilities as well as eliminate some warnings.
2231
22322002-02-27      Eric Norum <eric.norum@usask.ca>
2233
2234        * libnetworking/net/radix.c: Properly handle fetching the default route
2235        when there is no route.  This was a bug in the original FreeBSD code and
2236        this fix is from an updated version of their code.
2237
22382002-02-16      Eric Norum <eric.norum@usask.ca>
2239
2240        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2241        checking.
2242
22432002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2244
2245        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2246        dodefaultroute.
2247
22482002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2249
2250        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2251        include <rtems/seterr.h>.
2252
22532002-02-01      Mike Siers <mikes@poliac.com>
2254
2255        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2256        avoid bringing the link down too fast. NOTE: Mike reports successfully
2257        running at 56K baud on a direct link.
2258
22592002-02-01      Eric Valette <valette@crf.canon.fr>
2260
2261        * librdbg/So many patches have been posted recently on the mailing list
2262        and  because we were unable to find correct solution to compile on
2263        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2264        because the coding  style of rdbg was rather inconsistant among various
2265        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2266        global coding style (using indent + manual edits), 2) incorporate/review
2267        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2268        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2269        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2270        after rdbg initialization is done, NB : the paches is huge but it is
2271        mainly due to coding styke chnages.  Only few lines of codes have been
2272        really changed and they do not impact  rdbg functionnality (AFAIKT).
2273        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2274        librdbg/include/rdbg/m68k/rdbg_f.h,
2275        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2276        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2277        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2278        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2279        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2280        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2281        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2282        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2283        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2284        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2285        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2286        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2287        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2288        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2289        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2290        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2291
22922002-01-31      Mike Siers <mikes@poliac.com>
2293
2294        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2295        * Nice Update of PPPD support which eliminates the requiremetn that
2296        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2297        and reports that it seems to be more stable and handle larger packets
2298        better.  This patch replaces the termios tasks with more general pppd
2299        network driver tasks.  The functions pppinput() and pppstart() get
2300        called from the interrupt service routine.
2301        * libnetworking/Makefile.am, libnetworking/configure.ac,
2302        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2303        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2304        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2305        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2306        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2307        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2308        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2309        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2310        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2311        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2312        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2313        libnetworking/net/route.c, libnetworking/net/route.h,
2314        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2315        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2316        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2317        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2318        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2319        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2320        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2321        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2322        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2323        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2324        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2325        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2326        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2327        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2328        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2329        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2330        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2331        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2332        libnetworking/pppd/example/README,
2333        libnetworking/pppd/example/netconfig.h,
2334        libnetworking/wrapup/Makefile.am: Modified.
2335        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2336        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2337        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2338        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2339        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2340        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2341        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2342        libnetworking/modem/pppcompress.c: Subdirectory removed.
2343
23442002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2345
2346        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2347        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2348
23492002-01-18      Till Straumann <strauman@slac.stanford.edu>
2350
2351        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2352        issues: - exception handler needs to enable MSR_FP if the interrupted
2353        thread is FP enabled. - printk message for MSR fixed and added
2354        stacktrace. NOTE: this requires the stacktrace patch to
2355        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2356        however).
2357
23582002-01-06      Joel Sherrill <joel@OARcorp.com>
2359
2360        * optman/.cvsignore: Added aclocal.m4 and configure.
2361        * optman/.cvsignore: New file.
2362
23632002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2364
2365        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2366
23672002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2368
2369        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2370        * optman/ChangeLog: New.
2371        * optman/configure.ac: New.
2372        * optman/Makefile.am: New.
2373        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2374        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2375
23762001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2377
2378        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2379
23802001-12-18      Eric Norum <eric.norum@usask.ca>
2381
2382        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2383        `directories' (path names with a / at the end) while disallowing open()
2384        operations on TFTP `directories'.
2385
23862001-12-07      Eric Norum <eric.norum@usask.ca>
2387
2388        * libnetworking/lib/tftpDriver.c: Restore write capability.
2389
23902001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2391
2392        * libchip/network/sonic.h: Fix typo.
2393        * libnetworking/arpa/Makefile.am: Remove stray lines.
2394
23952001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2396
2397        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2398
23992001-10-18      Eric Norum <eric.norum@usask.ca>
2400
2401        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2402        chdir() and open() operations within the TFTP file system.
2403
24042001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2405
2406        * librdbg/configure.ac: Fix latent bug exposed by removal of
2407        config.cache's which prevented powerpc targets librdbg from building.
2408
24092001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2410
2411        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2412        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2413        autoconf-2.52 happy.
2414
24152001-10-12      Mike Siers <mikes@poliac.com>
2416
2417        * libnetworking/Update to stable working state.  Congratulations Mike!
2418        :).
2419        * libnetworking/modem_example: Directory removed.
2420        * libnetworking/modem_example/16550.h,
2421        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2422        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2423        libnetworking/modem_example/ppp.h,
2424        libnetworking/modem_example/pppcompress.c: Files removed.
2425        * libnetworking/pppd/example/pppd.options: New file.
2426        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2427        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2428        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2429        libnetworking/pppd/rtemsmain.c: Updated.
2430
24312001-10-12      Joel Sherrill <joel@OARcorp.com>
2432
2433        * libchip/serial/z85c30.c: Fixed typo.
2434
24352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2436
2437        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2438        * configure.in: Remove.
2439        * configure.ac: New file, generated from configure.in by autoupdate.
2440        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2441        * libchip/configure.in: Remove.
2442        * libchip/configure.ac: New file, generated from configure.in by
2443        autoupdate.
2444        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2445        * librdbg/configure.in: Remove.
2446        * librdbg/configure.ac: New file, generated from configure.in by
2447        autoupdate.
2448        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2449        * libnetworking/configure.in: Remove.
2450        * libnetworking/configure.ac: New file, generated from configure.in by
2451        autoupdate.
2452
24532001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2454
2455        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2456        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2457        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2458
24592001-09-27      Joel Sherrill <joel@OARcorp.com>
2460
2461        * libchip/ChangeLog: Fixed typo in date.
2462
24632001-09-27      Eric Norum <eric.norum@usask.ca>
2464
2465        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2466        TFTP  filesystem.
2467
24682001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2469
2470        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2471        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2472        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2473        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2474        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2475        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2476        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2477        'PREINSTALL_FILES ='.
2478        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2479        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2480        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2481        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2482        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2483        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2484        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2485        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2486        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2487        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2488        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2489        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2490
24912001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2492
2493        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2494        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2495        * librdbg/src/m68k/any/Makefile.am: Ditto.
2496        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2497        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2498        happy.
2499
25002001-09-21      Joel Sherrill <joel@OARcorp.com>
2501
2502        * libchip/network/Makefile.am: Fixed typo on file name.
2503        * libchip/network/i82586.c: Commented out line 318 which is referencing
2504        a member of a structure that is not currently there.  This needs to be
2505        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2506        to C style.
2507
25082001-09-19      Eric Norum <eric.norum@usask.ca>
2509
2510        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2511
25122001-09-19      Chris Johns <ccj@acm.org>
2513
2514        * libchip/network/README.i82586, libchip/network/i82586.c,
2515        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2516        Network driver for Intel i82586.
2517        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2518        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2519        "root" filesystem with information obtained via the DHCP response.
2520
25212001-09-14      Eric Norum <eric.norum@usask.ca>
2522
2523        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2524        make gcc 3.x happy.
2525
25262001-08-16      Mike Siers <mikes@poliac.com>
2527
2528        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2529        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2530        These support callback functionality that has not even been compiled
2531        under RTEMS yet.
2532        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2533        example application.  Mike's notes on the modifications: - renamed
2534        error() function because of namespace problems - removed calls to the
2535        exit() funciton - removed extra files from the pppd source directory -
2536        defined pppd task constant values in rtemspppd.h - modifyied example
2537        code to get actual tick per second value - placed the pppd 2.3.11 man
2538        page file (pppd.8) into the pppd directory.
2539        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2540        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2541        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2542        libnetworking/pppd/rtems-ppp.c: Deleted.
2543        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2544        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2545        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2546        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2547        libnetworking/pppd/example/init.c,
2548        libnetworking/pppd/example/netconfig.h,
2549        libnetworking/pppd/example/ppp.conf,
2550        libnetworking/pppd/example/pppdapp.c,
2551        libnetworking/pppd/example/system.h: New files.
2552        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2553        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2554        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2555        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2556        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2557        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2558        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2559        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2560        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2561        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2562        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2563        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2564        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2565        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2566        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2567
25682001-08-16      Joel Sherrill <joel@OARcorp.com>
2569
2570        * libnetworking/pppd/example/Makefile: Removed.
2571        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2572        to avoid bootstrap -c clobbering it.
2573        * libnetworking/rtems_telnetd/.cvsignore: New file.
2574
25752001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2576
2577        * libnetworking/Makefile.am, libnetworking/configure.in,
2578        libnetworking/rtems_servers/Makefile.am,
2579        libnetworking/rtems_servers/telnetd.c,
2580        libnetworking/rtems_servers/telnetd.h,
2581        libnetworking/rtems_telnetd/Makefile.am,
2582        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2583        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2584        libnetworking/rtems_telnetd/telnetd.c,
2585        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2586        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2587        effect when ftpd change. - the tcp/ip stats have been implemented into
2588        icmds.c and started when telnetd daemon is started.
2589        * libnetworking/rtems_servers/telnetd.c,
2590        libnetworking/rtems_servers/telnetd.h: Removed.
2591        * libnetworking/rtems_telnetd: New directory.
2592        * libnetworking/rtems_telnetd/Makefile.am,
2593        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2594        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2595        libnetworking/rtems_telnetd/telnetd.c,
2596        libnetworking/rtems_telnetd/telnetd.h: New files.
2597
25982001-06-14      Joel Sherrill <joel@OARcorp.com>
2599
2600        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2601        Moved from libmisc/shell so the network stack to address network
2602        depenendency.
2603        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2604
26052001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2606
2607        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2608
26092001-05-15      Joel Sherrill <joel@OARcorp.com>
2610
2611        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2612        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2613        accidentally deleted the incorrectly empty versions.
2614
26152001-05-14      Till Straumann <strauman@slac.stanford.edu>
2616
2617        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2618        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2619        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2620        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2621        to know the values) - the affected BSP (shared/motorola) headers have
2622        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2623        driver (libchip/network/dec21140.c) has been fixed to use
2624        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2625        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2626        who is using this driver. - the DEC driver also has been fixed to use
2627        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2628        delay_in_bus_cycles().
2629
26302001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2631
2632        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2633
26342001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2635
2636        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2637
26382001-04-24      Eric Norum <eric.norum@usask.ca>
2639
2640        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2641        NTP synchronization a little more robust -- no NTP daemon yet, but at
2642        least it trys a little harder when the primary NTP server is down.
2643
26442001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2645
2646        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2647        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2648        libnetworking/pppd/modem_example/modem.c,
2649        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2650        other strings into English.
2651        * libnetworking/pppd/STATUS: updated to reflect the changes.
2652
26532001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2654
2655        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2656        again.
2657
26582001-04-20      Eric Valette <valette@crf.canon.fr>
2659
2660        * mcp750 directory renamed new_exception processing as it supports many
2661        more CPU models.
2662        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2663        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2664        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2665        formerly in mcp750 plus modifications.
2666        * librdbg/src/powerpc/mcp750/.cvsignore,
2667        librdbg/src/powerpc/mcp750/Makefile.am,
2668        librdbg/src/powerpc/mcp750/remdeb.h,
2669        librdbg/src/powerpc/mcp750/remdeb_f.x,
2670        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2671        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2672        new_exception_processing.
2673        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2674        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2675        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2676        part of this effort to add support for the MPC8xx.
2677
26782001-04-19      Joel Sherrill <joel@OARcorp.com>
2679
2680        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2681        internal include files.
2682
26832001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2684
2685        PR 158
2686        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2687        rcmd() library call by commenting out the parts that deal with signals.
2688        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2689        stdio. The 'server-side' parts of this file which deal with
2690        authentication are disabled since they are not needed.
2691
26922001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2693
2694        * libnetworking/include/.cvsignore: Remove dangling file.
2695
26962001-03-14      Joel Sherrill <joel@OARcorp.com>
2697
2698        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2699        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2700        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2701        libchip style serial drivers can be written in libcpu or libbsp.
2702
27032001-03-01      Joel Sherrill <joel@OARcorp.com>
2704
2705        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2706        libchip/network/sonic.c, libchip/network/sonic.h,
2707        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2708        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2709        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2710        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2711        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2712        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2713        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2714        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2715
27162001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2717
2718        * librdbg/include/rdbg/Makefile.am,
2719        librdbg/include/rdbg/i386/Makefile.am,
2720        librdbg/include/rdbg/m68k/Makefile.am,
2721        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2722        style on include files.
2723
27242001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2725
2726        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2727        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2728        replace ${..} with $(..).
2729        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2730        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2731        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2732        libnetworking/rtems/Makefile.am, libnetworking/
2733        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2734        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2735        include_*HEADERS instead of H_FILES.
2736        * libnetworking/include/Makefile.am: Remove.
2737        * libnetworking/Makefile.am: Add handling of *.h files.
2738        * libnetworking/configure.in: Remove include/Makefile.
2739
27402001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2741
2742        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2743
27442001-01-31      Sergei Organov <osv@javad.ru>
2745
2746        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2747        current dir and root dir removed in favor of new libio support for
2748        task-local current and root directories. - Bug in `close_data_socket()'
2749        introduced by previous change fixed. - `command_pasv()' changed to set
2750        timeout on socket we are listening on and code fixed to don't close
2751        socket twice on error. - `serr()' changed to clear `errno'. -
2752        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2753        changed to clear `errno' before processing session. -
2754        `close_data_socket()' fixed to close both active and passive sockets -
2755        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2756        empty string  in `exec_command()'.
2757
27582001-01-25      Eric Norum <eric.norum@usask.ca>
2759
2760        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2761        improves throughput on systems which are dropping packets.   Only the
2762        first timeout is reduced.  This keeps the number of extra packets down
2763        on networks that are very busy and dropping lots of packets.
2764
27652001-01-24      Sergei Organov <osv@javad.ru>
2766
2767        * libnetworking/rtems_servers/ftpd.c,
2768        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2769        - Timeouts on sockets implemented. 'idle' field added to configuration.
2770        No timeout by default to keep backward compatibility. Note: SITE IDLE
2771        command not implemented yet. - Basic global access control implemented.
2772        'access' field added to configuration. No access limitations by default
2773        to keep backward compatibility. - Anchor data socket for active mode
2774        (using self IP and port 20.) - Fixed default data port support (still
2775        not tested). - Don't allow IP address different from originating host in
2776        PORT command to improve security. - Fixed bug in MDTM command. - Check
2777        for correctness of parsing of argument in command_port(). - Fixed
2778        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2779        a directory. - Command parsing a little bit improved: command names are
2780        now converted to upper-case to be more compatible with RFC (command
2781        names are not case-sensitive.) - Reformat comments so that they have
2782        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2783        previous changes - True ASCII mode implemented (doesn't work for hooks
2784        and /dev/null) - Passive mode implemented, PASV command added. - Default
2785        port for data connection could be used (untested, can't find ftp client
2786        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2787        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2788
27892001-01-18      Joel Sherrill <joel@OARcorp.com>
2790
2791        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2792        macro using variable arguments.
2793        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2794        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2795        since I updated the main RTEMS development machine to RedHat 7.2 and
2796        apparently got a new version of rpcgen.
2797
27982001-01-12      Sergei Organov <osv@javad.ru>
2799
2800        * libnetworking/rtems_servers/ftpd.c,
2801        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2802        - use pool of pre-created threads to handle sessions instead of
2803        creating/deleting threads on the fly - LIST output is now similar to
2804        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2805        happy with it. - LIST NAME now works (both for files and directories) -
2806        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2807        clients happy  - keep track of CWD for every session separately -
2808        ability to specify root directory name for FTPD in configuration table.
2809        FTPD will then create illusion for FTP clients that this is actually
2810        root directory. - ignore options sent in commands, thus LIST -al FILE
2811        works and doesn't try to list "-al" directory. - buffers are allocated
2812        on stack instead of heap where possible to eliminate malloc/free calls
2813        (avoid possible heap fragmentation troubles). - drop using of task
2814        notepad to pass parameters - use function arguments instead - use
2815        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2816        in socket() instead of AF_INET.
2817
28182001-01-02      Joel Sherrill <joel@OARcorp.com>
2819
2820        * libnetworking/CHANGELOG: Removed.
2821        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2822
28232000-12-14      Eric Norum <eric.norum@usask.ca>
2824
2825        * libnetworking/lib/tftpDriver.c: Added write capability.
2826
28272000-12-08      Joel Sherrill <joel@OARcorp.com>
2828
2829        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2830        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2831        numerous variable declarations conditional on PPP_COMPRESS and
2832        PPP_FILTER.  Commented out variables that were not used because the code
2833        using them was commented out. Removed totally unused variables.
2834        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2835        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2836
28372000-11-30      Joel Sherrill <joel@OARcorp.com>
2838
2839        * libnetworking/modem/ppp_tty.c: Changed to include
2840        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2841        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2842        * libnetworking/Makefile.am: Modified to reflect above.
2843
28442000-11-27      Joel Sherrill <joel@OARcorp.com>
2845
2846        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2847
28482000-11-25      Eric Norum <eric.norum@usask.ca>
2849
2850        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2851        core.
2852
28532000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2854
2855        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2856        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2857        subdir.
2858        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2859        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2860        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2861        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2862        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2863        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2864        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2865        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2866        ppp_tty.c and the real pppd main is in pppmain.c.
2867
28682000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2869
2870        * libchip/network/sonic.c: Added ipalign() routine to align the received
2871        packet so that the ip header is on a 32-bit boundary. Necessary for
2872        cpu's that do not allow unaligned loads and stores and when the 32-bit
2873        DMA mode is used.
2874
28752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2876
2877        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2878        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2879        ACLOCAL_AMFLAGS.
2880        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2881        ACLOCAL_AMFLAGS.
2882        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2883        ACLOCAL_AMFLAGS.
2884
28852000-11-03      Chris Johns <ccj@acm.org>
2886
2887        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2888        libchip/network/cs8900.h: New files.
2889
28902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2891
2892        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2893        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2894        $(RTEMS_TOPdir)/aclocal.
2895        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2896        $(RTEMS_TOPdir)/aclocal.
2897        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2898        $(RTEMS_TOPdir)/aclocal.
2899
29002000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2901
2902        * configure.in: Switch to GNU-canonicalization.
2903        * Makefile.am: Reflect changes to configure.in.
2904        * acinclude.m4: Remove.
2905
29062000-10-30      Joel Sherrill <joel@OARcorp.com>
2907
2908        * POSIX include files merged into newlib.  This resulted in some
2909        definitions moving to other files and thus some secondary effects in
2910        RTEMS source code.
2911        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2912        in sync with newlib's <machine/types.h>.
2913        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2914        definition of struct itimerval in <sys/time.h>.
2915
29162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2917
2918        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2919        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2920        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2921        * ChangeLog: Fix typos.
2922        * configure.in: add tests to the GNU canonicalized subdirectories.
2923
29242000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2925
2926        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2927        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2928        the lib directory before configuring lib/.
2929
29302000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2931
2932        * configure.in, Makefile.am: add exec to the GNU canonicalized
2933        subdirectories.
2934        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2935        * configure.in: add libnetworking, librpc and librdb to the GNU
2936        canonicalized subdirectories.
2937        * configure.in: add libmisc and libchip to the GNU canonicalized
2938        subdirectories.
2939        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2940        Switch to GNU canonicalization.
2941        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2942        Switch to GNU canonicalization.
2943        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2944        Switch to GNU canonicalization.
2945
29462000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2947
2948        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2949        canonicalization to libfs/. The approach is currently a bit of a hack as
2950        GNU canonicalization does not support the per-BSP build some of the
2951        other directories require.  As more of the tree is converted, this will
2952        become less  of an issue.
2953
29542000-10-20      Joel Sherrill <joel@OARcorp.com>
2955
2956        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2957        parameter.
2958
29592000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2960
2961        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2962        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2963        * librdbg/configure.in: Add m68k support.
2964        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2965        subdirectory.
2966        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2967        failure.
2968        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2969        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2970        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2971        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2972        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2973        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2974        librdbg/src/m68k/.cvsignore: New files.
2975        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2976        function pointers.
2977        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2978        _after_ pointer has been checked against NULL.
2979
29802000-10-18      Joel Sherrill <joel@OARcorp.com>
2981
2982        * wrapup/Makefile.am: Added libfs.
2983
29842000-10-18      Chris Johns <ccj@acm.org>
2985
2986        * libfs created.
2987        * configure.in: Added libfs subdirectory.
2988        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2989
29902000-09-28      Joel Sherrill <joel@OARcorp.com>
2991
2992        * libnetworking/rtems_webserver/Makefile.am,
2993        libnetworking/rtems_webserver/base64.c,
2994        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2995        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2996
29972000-09-22      Joel Sherrill <joel@OARcorp.com>
2998
2999        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3000        libnetworking/rtems/rtems_bsdnet_internal.h,
3001        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3002        have included rtems.h.  It is now including precisely the  least amount
3003        of low level, yet portable .h files to get the basic RTEMS types
3004        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3005        used machine/types.h to include rtems.h.
3006
30072000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3008
3009        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3010
30112000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3012
3013        * libnetworking/ChangeLog: Cleanup.
3014
30152000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3016
3017        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3018        * libchip/ChangeLog: Fix formating.
3019
30202000-09-05      Joel Sherrill <joel@OARcorp.com>
3021
3022        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3023        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3024        confusion and to work with the converted flags.
3025
30262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3027
3028        * wrapup/Makefile.am: Include compile.am.
3029        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3030        libchip/serial/Makefile.am: Include compile.am.
3031        * librdbg/src/i386/any/Makefile.am,
3032        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3033        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3034        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3035        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3036        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3037        libnetworking/rtems_servers/Makefile.am,
3038        libnetworking/rtems_webserver/Makefile.am,
3039        libnetworking/wrapup/Makefile.am: Include compile.am.
3040
30412000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3042
3043        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3044        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3045
30462000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3047
3048        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3049
30502000-08-31      Joel Sherrill <joel@OARcorp.com>
3051
3052        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3053        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3054        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3055        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3056        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3057        * libnetworking/wbase64.c: Removed.
3058        * libnetworking/Makefile.am, libnetworking/asp.c,
3059        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3060        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3061        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3062        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3063        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3064        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3065        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3066        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3067        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3068        Modified.
3069
30702000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3071
3072        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3073
30742000-08-30      Joel Sherrill <joel@OARcorp.com>
3075
3076        * libnetworking/rtems_webserver/license.txt: New file.
3077
30782000-08-10      Joel Sherrill <joel@OARcorp.com>
3079
3080        * ChangeLog: New file.
3081        * libchip/ChangeLog: New file.
3082        * librdbg/ChangeLog: New file.
3083        * libnetworking/ChangeLog: New file.
3084
Note: See TracBrowser for help on using the repository browser.