source: rtems/c/src/ChangeLog @ 18123fe7

Last change on this file since 18123fe7 was 18123fe7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/06/07 at 10:32:29

2007-02-06 Ralf Corsépius <ralf.corsepius@…>

  • libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c: Use size_t for sizes.
  • Property mode set to 100644
File size: 123.9 KB
Line 
12007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
4        Use size_t for sizes.
5
62007-01-16      Till Straumann <strauman@slac.stanford.edu>
7
8        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
9        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
10        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
11
122006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
13
14        * libchip/ide/ata.c: in ata_request_done: moved call to free()
15        from preemption disabled region
16
172006-12-13      Joel Sherrill <joel@OARcorp.com>
18
19        PR 1181/bsps
20        * optman/rtems/no-msg.c: Clean up dead code.
21
222006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
25
262006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
29        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
30        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
31
322006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: New BUG-REPORT address.
35
362006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Remove ampolish3.
39
402006-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * configure.ac: Remove RTEMS_AMPOLISH3.
43        Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
44        Compose CFLAGS. Append CFLAGS to ac_configure_args.
45        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
46          Remove checks for AMPOLISH3.
47        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
48        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
49        * ampolish3: Remove.
50        * aclocal/prog-cc.m4: Remove CFLAGS.
51
522006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
55
562006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: Require automake-1.10. Require autoconf-2.60.
59        * aclocal/prog-ccas.m4, aclocal/prog-cxx.m4, aclocal/rtems-top.m4,
60        aclocal/version.m4, automake/compile.am:
61        Adaptations to automake-1.10.
62
632006-09-11      Joel Sherrill <joel@OARcorp.com>
64
65        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
66
672006-09-04      Joel Sherrill <joel@OARcorp.com>
68
69        * libchip/network/greth.c, libchip/network/open_eth.c,
70        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
71        introduced by warning removal.
72
732006-09-01      Joel Sherrill <joel@OARcorp.com>
74
75        * libchip/network/greth.c, libchip/network/open_eth.c,
76        libchip/network/smc91111.c: Remove warnings and correct prototype
77        added earlier today.
78
792006-09-01      Joel Sherrill <joel@OARcorp.com>
80
81        * libchip/network/cs8900.c, libchip/network/greth.c,
82        libchip/network/i82586.c, libchip/network/open_eth.c,
83        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
84        sized integers, and inttypes.h printf helpers.
85
862006-08-09      Kolja Waschk <waschk@telos.de>
87
88        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
89
902006-07-12      Joel Sherrill <joel@OARcorp.com>
91
92        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
93
942006-07-11      Jerry Needell <jerry.needell@unh.edu>
95
96        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
97        4.6 branch.  Original modifications by Gaisler Enterprises.
98        * libchip/network/greth.c, libchip/network/greth.h: New files.
99
1002006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
101
102        * ide/ata.[ch]:
103        (PR1118) fetch priority for ATA task from a variable,
104        not a fixed configuration value.
105       
1062006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * Makefile.am: Add ampolish3.
109
1102006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * ampolish3: New.
113        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
114
1152006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * aclocal/rtems-ampolish.m4: New.
118        * configure.ac: Use RTEMS_AMPOLISH3.
119
1202006-04-18  Joel Sherrill <joel@OARcorp.com>
121
122        * aclocal/version.m4: Updated to rtems-4.6.99.3.
123
1242006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
125
126        PR 853/filesystem
127        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
128        should be modified to support the new exception scheme and to use the
129        handle parameter.
130
1312006-02-a32     Eric Norum <norume@aps.anl.gov>
132
133        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
134        "newer" PCI access calls.  Minor cleanups.  Comments.
135
1362006-01-12      Eric Norum <norume@aps.anl.gov>
137
138        PR 861/networking
139        PR 863/networking
140        * libchip/network/smc91111.c: Fix illegal lvalue increments.
141
1422006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * wrapup/Makefile.am: Add preinstall.am.
145        * libchip/Makefile.am: Build libchip/network/smc91111.
146        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
147        Eliminate cyg_int* crap.
148
1492006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * librdbg/Makefile.am: Add preinstall.am.
152        * aclocal/bsp-configure.m4: Add ampolish3.
153        New header guards.
154
1552006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * libchip/network/open_eth.c, libchip/network/open_eth.h:
158        Merger from rtems-4-6-branch.
159
1602006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * libchip/network/smc91111.c
163        libchip/network/smc91111config.h
164        libchip/network/smc91111exp.h
165        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
166        * libchip/Makefile.am: Reflect adding smc91111*.
167
1682006-01-08      Joel Sherrill <joel@OARcorp.com>
169
170        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
171        char *.
172
1732006-01-08      Joel Sherrill <joel@OARcorp.com>
174
175        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
176        warnings.
177
1782005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
181        Add RTEMS_RELLDFLAGS.
182        * automake/compile.am: Remove RTEMS_USE_GCC.
183        Remove RTEMS_RELLDFLAGS.
184        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
185
1862005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * libchip/network/if_media.h, libchip/network/mii.h:
189        Remove (Moved to cpukit).
190        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
191        and libchip/network/if_media.h.
192        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
193        if_media.h having moved.
194
1952005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * automake/compile.am, automake/host.am, automake/local.am,
198        automake/subdirs.am: Remove depend.
199        * configure.ac: Explicitly pass --libdir and --includedir to
200        testsuites.
201
2022005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * configure.ac: Reflect changes to testsuites.
205
2062005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * automake/compile.am: Remove GCCSPECS.
209        * aclocal/prog-cc.m4: Add GCCSPECS.
210        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
211
2122005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
215        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
216
2172005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
220        libcpu/byteorder.h for i386.
221
2222005-11-02      Till Straumann <strauman@slac.stanford.edu>
223
224        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
225        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
226        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
227        added a simple API/library for i2c devices and drivers for i2c
228        2-byte eeproms and a ds1621 temperature sensor; API is documented
229        in libi2c.h.
230
2312005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * libnetworking/pppd/ipxcp.c,
234        libnetworking/pppd/chat.c,
235        libnetworking/pppd/patchlevel.h,
236        libnetworking/pppd/upap.h,
237        libnetworking/pppd/md5.h,
238        libnetworking/pppd/pppd.8,
239        libnetworking/pppd/README,
240        libnetworking/pppd/preinstall.am,
241        libnetworking/pppd/md4.h,
242        libnetworking/pppd/magic.c,
243        libnetworking/pppd/pppd.h,
244        libnetworking/pppd/demand.c,
245        libnetworking/pppd/rtemsmain.c,
246        libnetworking/pppd/sys-rtems.c,
247        libnetworking/pppd/ipcp.h,
248        libnetworking/pppd/lcp.h,
249        libnetworking/pppd/chap_ms.c,
250        libnetworking/pppd/md4.c,
251        libnetworking/pppd/rtemspppd.h,
252        libnetworking/pppd/cbcp.h,
253        libnetworking/pppd/auth.c,
254        libnetworking/pppd/lcp.c,
255        libnetworking/pppd/example/README,
256        libnetworking/pppd/example/ppp.conf,
257        libnetworking/pppd/example/system.h,
258        libnetworking/pppd/example/netconfig.h,
259        libnetworking/pppd/example/pppdapp.c,
260        libnetworking/pppd/example/init.c,
261        libnetworking/pppd/example/Makefile-user,
262        libnetworking/pppd/example/pppd.options,
263        libnetworking/pppd/rtemspppd.c,
264        libnetworking/pppd/ipxcp.h,
265        libnetworking/pppd/chap_ms.h,
266        libnetworking/pppd/options.c,
267        libnetworking/pppd/magic.h,
268        libnetworking/pppd/chap.h,
269        libnetworking/pppd/cbcp.c,
270        libnetworking/pppd/upap.c,
271        libnetworking/pppd/chap.c,
272        libnetworking/pppd/Makefile.am,
273        libnetworking/pppd/ccp.h,
274        libnetworking/pppd/utils.c,
275        libnetworking/pppd/rtemsdialer.h,
276        libnetworking/pppd/fsm.h,
277        libnetworking/pppd/pathnames.h,
278        libnetworking/pppd/md5.c,
279        libnetworking/pppd/fsm.c,
280        libnetworking/pppd/ipcp.c,
281        libnetworking/pppd/STATUS,
282        libnetworking/pppd/ccp.c,
283        libnetworking/Makefile.am: Remove (Moved to cpukit).
284
2852005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        * configure.ac: Remove libnetworking, libnetworking/pppd.
288        * wrapup/Makefile.am: Remove libpppd.a.
289
2902005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
291
292        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
293        rtemsdialer.h to $(includedir)/rtems.
294
2952005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * libnetworking/rtems_telnetd/icmds.c,
298        libnetworking/rtems_telnetd/Makefile.am,
299        libnetworking/rtems_telnetd/preinstall.am,
300        libnetworking/rtems_telnetd/pty.c,
301        libnetworking/rtems_telnetd/pty.h,
302        libnetworking/rtems_telnetd/README,
303        libnetworking/rtems_telnetd/telnetd.c,
304        libnetworking/rtems_telnetd/telnetd.h:
305        Remove (Moved to cpukit).
306
3072005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
308
309        * configure.ac: Remove libnetworking/rtems_telnetd.
310        * libnetworking/Makefile.am: Remove rtems_telnetd.
311        * libnetworking/README: Remove (Obsolete).
312        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
313
3142005-10-20  Eric Norum <norume@aps.anl.gov>
315
316        * libchip/network/dec21140.c: Clean up PCI mapping.
317
3182005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
319
320        * libnetworking/pppd/Makefile.am: Use preinstall.am.
321        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
322        librdbg/src/servrpc.c, librdbg/src/servtgt.c
323        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
324        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
325        * configure.ac: Move optman to the end of BSP_SUBDIRS.
326
3272005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * aclocal/bspopts.m4: Add missing m4 quotes.
330
3312005-09-02  Joel Sherrill <joel@OARcorp.com>
332
333    * aclocal/version.m4: Updated to rtems-4.6.99.2.
334
3352005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
336
337        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
338        libchip/network/dec21140.c: Remove initialization of PCI bus.
339
3402005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
341
342        * optman/Makefile.am: Add preinstall.am.
343
3442005-07-18      Karel Gardas <kgardas@objectsecurity.com>
345
346        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
347        UNTESTED to tested.
348
3492005-06-17      Joel Sherrill <joel@OARcorp.com>
350
351        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
352        it is not supported by the MPC5xx.
353
3542005-06-17      Joel Sherrill <joel@OARcorp.com>
355
356        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
357        interface. Also correct attempting to build on other than PowerPC and
358        x86.
359
3602005-06-16      Daron Chabot <daron@nucleus.usask.ca>
361
362        * libchip/Makefile.am: Add driver for Tulip clones.
363        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
364        libchip/network/if_dcreg.h: New files.
365
3662005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
369        to enable rdbg.
370        * configure.ac: Reflect changes above.
371
3722005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        * configure.ac: Add ada/.
375
3762005-05-20      Sergei Organov  <osv@topconrd.ru>
377
378        PR 750/networking
379        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
380        wait_input().
381
3822005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
383
384        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
385        rtems/irq.h.
386
3872005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
388
389        * libchip/Makefile.am: Include preinstall.am.
390        * libchip/preinstall.am: New.
391
3922005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * configure.ac: Add AMPOLISH3.
395        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
396        * libnetworking/rtems_telnetd/preinstall.am: New.
397        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
398
3992005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
400
401        * configure.ac: Let enable_rpcgen default to "no".
402
4032005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
404
405        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
406
4072005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
408
409        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
410        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
411
4122005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
413
414        * libchip/network/dec21140.c, libchip/network/elnk.c,
415        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
416
4172005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
418
419        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
420        of code as a result of the implementation of a common PCI interface.
421
4222005-05-04      Joel Sherrill <joel@OARcorp.com>
423
424        * libchip/network/open_eth.c: Remove prototype of set_vector.
425
4262005-05-03      Joel Sherrill <joel@OARcorp.com>
427
428        * librdbg/src/ptrace.c: Remove warning.
429
4302005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
431
432        * libchip/network/dec21140.c, libchip/network/elnk.c,
433        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
434        Modified parameter list to remove warnings.
435
4362005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
437
438        * libchip/network/cs8900.c, libchip/network/i82586.c,
439        libchip/network/open_eth.c, libchip/network/sonic.c,
440        libchip/serial/mc68681.c: Modified types to remove
441        warnings.  Added initialization to remove warnings.
442
4432005-04-28      Joel Sherrill <joel@OARcorp.com>
444
445        * libchip/network/README.sonic: Rewritten to account for removal of
446        dmv177.
447
4482005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
449
450        PR 781/rtems_misc
451        * libchip/serial/ns16550_p.h: Fix baud rate calculation
452
4532005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
454
455        * libchip/serial/ns16550.c:
456        Fixed warnings generated in various powerpc configurations
457
4582005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
459
460        * libchip/serial/ns16550.c: Modified
461        ISR to work with PPC new exception processing
462
4632005-03-14      Joel Sherrill <joel@OARcorp.com>
464
465        * libchip/network/dec21140.c, libchip/network/elnk.c,
466        libchip/network/if_fxp.c: Continue PCI API unification. All use
467        pci_find_device(). Network drivers manufacture a signature since all
468        calls have not been converted yet.
469
4702005-03-04      Joel Sherrill <joel@OARcorp.com>
471
472        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
473        initialize function part of the unified PCI API as pci_initialize().
474
4752005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
476
477        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
478        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
479
4802005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
481
482        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
483        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
484
4852005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
486
487        * aclocal/ppc.m4: Reflect changes to ppc exception processing
488        building procedures.
489
4902005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
491
492        * aclocal/prog-cc.m4:
493        Quote CFLAGS's RHS to accomodate Solaris broken sh.
494
4952005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
496
497        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
498
4992005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
500
501        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
502
5032005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
504
505        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
506
5072005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
508
509        * libnetworking/rtems_servers/ftp.c,
510        libnetworking/rtems_servers/ftp.h,
511        libnetworking/rtems_servers/Makefile.am:
512        Remove (relocated to cpukit/ftpd).
513        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
514        removed move libnetworking/rtems_servers.
515
5162005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
517
518        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
519
5202005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
521
522        PR 755/rtems
523        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
524        Remove local declarations of rtems_bsdnet_nameservers,
525        rtems_bsdnet_nameservers_count.
526
5272005-01-31      Sergei Organov <osv@topconrd.ru>
528
529        PR 751/pppd
530        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
531        committed to fix PR736 breaks pppd. chat.c should have its own static
532        ttyfd for pppd to work correctly. The symptom is that second
533        invokation of chat (for connect script) fails due to pppd_ttyfd set
534        to -1 by previous chat invokation (for init script). In addition,
535        this patch fixes leaving of dangling pointer in the abort_stbring[]
536        by chat_send().
537
5382005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
539
540        * configure.ac: Remove CFLAGS_DEBUG_V.
541        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
542
5432005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
544
545        * wrapup/Makefile.am: Remove rtems-ctor.o.
546
5472005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * libchip/rtc/rtc.h: size_t RTC_Count.
550
5512005-01-20      Joel Sherrill <joel@OARcorp.com>
552
553        PR 736/pppd
554        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
555        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
556        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
557        should not be static and should have a name more specific to pppd.
558
5592005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
560
561        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
562        libnetworking/rtems_servers/Makefile.am,
563        libnetworking/rtems_telnetd/Makefile.am,
564        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
565        Eliminate CFLAGS_OPTIMIZE_V.
566
5672005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
568
569        * configure.ac: Pass CFLAGS to testsuites configure.
570        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
571        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
572
5732005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
574
575        * configure.ac: Pass CFLAGS to cpukit configure.
576        * aclocal/rtems-flags.m4: Remove (Unused).
577        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
578        * aclocal/env-rtemsbsp.m4:
579        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
580        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
581        RTEMS_CFLAGS.
582        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
583        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
584        Cleanup comments.
585
5862005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
587
588        * automake/compile.am: Remove build-variant support.
589
5902005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
591
592        * libnetworking/pppd/Makefile.am,
593        libnetworking/rtems_servers/Makefile.am,
594        libnetworking/rtems_telnetd/Makefile.am:
595        Remove build-variant support.
596
5972005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
598
599        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
600        support/Makefile.am, wrapup/Makefile.am:
601        Remove build-variant support.
602
6032004-11-22      Joel Sherrill <joel@OARcorp.com>
604
605        * libchip/network/if_fxp.c: Add entry for another module ID code.
606
6072004-11-22      Joel Sherrill <joel@OARcorp.com>
608
609        PR 693/misc
610        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
611        in/outport routines.
612
6132004-11-22      Joel Sherrill <joel@OARcorp.com>
614
615        PR 693/misc
616        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
617        in/outport routines.
618
6192004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
620
621        * aclocal/enable-itron.m4: Remove (unused).
622
6232004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
624
625        * configure.ac: Misc. quoting cleanups.
626        Enable ada-tests iff --enable-ada and --enable-tests.
627
6282004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
629
630        PR 703/filesystem
631        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
632        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
633        libchip/ide/ide_controller.c:
634        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
635        available for BSPS/device drivers.
636        Extend the "modes_available" and "mode_active" parameters to
637        uint16_t for UDMA support.
638
6392004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
640
641        * libchip/network/dec21140.c: Cleanup a bit and remove message about
642        not supported on PowerPC since it works on the MVME2100 BSP.
643
6442004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
645
646        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
647        Add dependency tracking for *.cfgs.
648        * Makefile.am: Add dependency tracking for *.cfg.
649
6502004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
651
652        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
653        (Thanks to Lars Munch <lars@segv.dk> for catching this).
654
6552004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
656
657        PR 707/make_build
658        * configure.ac: Add --enable-rpcgen.
659
6602004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
661
662        PR 700/rtems_misc
663        * libnetworking/rtems_webserver/asp.c,
664        libnetworking/rtems_webserver/balloc.c,
665        libnetworking/rtems_webserver/cgi.c,
666        libnetworking/rtems_webserver/default.c,
667        libnetworking/rtems_webserver/ej.h,
668        libnetworking/rtems_webserver/ejIntrn.h,
669        libnetworking/rtems_webserver/ejlex.c,
670        libnetworking/rtems_webserver/ejparse.c,
671        libnetworking/rtems_webserver/emfdb.c,
672        libnetworking/rtems_webserver/emfdb.h,
673        libnetworking/rtems_webserver/form.c,
674        libnetworking/rtems_webserver/handler.c,
675        libnetworking/rtems_webserver/h.c,
676        libnetworking/rtems_webserver/license.txt,
677        libnetworking/rtems_webserver/Makefile.am,
678        libnetworking/rtems_webserver/md5c.c,
679        libnetworking/rtems_webserver/md5.h,
680        libnetworking/rtems_webserver/mime.c,
681        libnetworking/rtems_webserver/misc.c,
682        libnetworking/rtems_webserver/NOTES,
683        libnetworking/rtems_webserver/ringq.c,
684        libnetworking/rtems_webserver/rom.c,
685        libnetworking/rtems_webserver/rtems_webserver.h,
686        libnetworking/rtems_webserver/security.c,
687        libnetworking/rtems_webserver/sock.c,
688        libnetworking/rtems_webserver/socket.c,
689        libnetworking/rtems_webserver/sockGen.c,
690        libnetworking/rtems_webserver/sym.c,
691        libnetworking/rtems_webserver/uemf.c,
692        libnetworking/rtems_webserver/uemf.h,
693        libnetworking/rtems_webserver/um.c,
694        libnetworking/rtems_webserver/um.h,
695        libnetworking/rtems_webserver/umui.c,
696        libnetworking/rtems_webserver/url.c,
697        libnetworking/rtems_webserver/value.c,
698        libnetworking/rtems_webserver/wbase64.c,
699        libnetworking/rtems_webserver/webcomp.c,
700        libnetworking/rtems_webserver/webmain.c,
701        libnetworking/rtems_webserver/webpage.c,
702        libnetworking/rtems_webserver/webrom.c,
703        libnetworking/rtems_webserver/webs.c,
704        libnetworking/rtems_webserver/websda.c,
705        libnetworking/rtems_webserver/websda.h,
706        libnetworking/rtems_webserver/webs.h,
707        libnetworking/rtems_webserver/websSSL.c,
708        libnetworking/rtems_webserver/websSSL.h,
709        libnetworking/rtems_webserver/websuemf.c,
710        libnetworking/rtems_webserver/wsIntrn.h:
711        Remove (Moved to cpukit/http).
712
7132004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
714
715        PR 700/rtems_misc
716        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
717        Remove libnetworking/rtems_webserver.
718
7192004-10-25      Eric Norum <norume@aps.anl.gov>
720
721        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
722
7232004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
724
725        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
726
7272004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
728
729        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
730        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
731
7322004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
733
734        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
735
7362004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
737
738        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
739        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
740
7412004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
742
743        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
744        BITSPERBYTE.
745
7462004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
747
748        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
749        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
750
7512004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
752
753        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
754
7552004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
756
757        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
758        * aclocal/enable-bare.m4: Remove.
759        * configure.ac: Remove BARE_CPU_MODEL.
760
7612004-10-13      Eric Norum <norume@aps.anl.gov>
762
763        PR 688/bsps
764        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
765        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
766        MC146818A (and several Dallas Semiconductor) TOD chips.
767
7682004-10-13      Eric Norum <norume@aps.anl.gov>
769
770        PR 686/networking
771        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
772        device code.
773
7742004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
775
776        * libchip/network/dec21140.c: include <rtems/pci.h>.
777
7782004-09-29      Joel Sherrill <joel@OARcorp.com>
779
780        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
781        libnetworking/pppd/utils.c: i960 obsoleted and all references
782        removed.
783
7842004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
785
786        PR 607/networking
787        * libchip/network/dec21140.c: Made PCI configuration minimum sane
788        instead of fully specifying unused PCI features.
789
7902004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
791
792        * configure.ac: Require automake > 1.9.
793
7942004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
795
796        * aclocal/rtems-cpu-subdirs.m4: Add avr.
797
7982004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
799
800        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
801        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
802
8032004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
804
805        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
806        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
807
8082004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
809
810        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
811
8122004-07-28  Joel Sherrill <joel@OARcorp.com>
813
814    * aclocal/version.m4: Updated to rtems-4.6.99.1.
815
8162004-07-25      Joel Sherrill <joel@OARcorp.com>
817
818        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
819
8202004-05-21  Till Strauman <strauman@slac.stanford.edu>
821
822        PR 625/networking
823        * libchip/network/dec21140.c, ... : Prevent name clashes by making
824        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
825        an error rather than panic if no chip is detected (thus allowing
826        for probing).
827        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
828        instead of looping forever.  Avoid divide by zero (crashed my PC).
829        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
830        they are UNTESTED.
831
8322004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
833
834        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
835
8362004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
837
838        * libchip/network/dec21140.c, libchip/network/elnk.c:
839        #include <errno.h>.
840
8412004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
842
843        * libchip/network/if_media.h: Update from FreeBSD.
844        * libchip/network/open_eth.c, libchip/network/cs8900.c,
845        libchip/network/i82586.c: #include <errno.h>.
846
8472004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
848
849        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
850
8512004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
852
853        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
854
8552004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
856
857        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
858        automake).
859
8602004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
861
862        PR 599/pppd
863        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
864
8652004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
866
867        * optman/rtems/no-region.c: Reflect having changed
868        rtems_region_get_segment_size.
869
8702004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
871
872        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
873        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
874        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
875        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
876        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
877        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
878        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
879
8802004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
881
882        * libchip/ide/ata.c, libchip/network/dec21140.c,
883        libchip/network/elnk.c, libchip/network/i82586.c,
884        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
885        libchip/network/open_eth.c, libchip/network/sonic.c,
886        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
887        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
888        libchip/shmdr/init.c, libchip/shmdr/intr.c,
889        libchip/shmdr/shm_driver.h: Cosmetics.
890
8912004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
892
893        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
894        optman/rtems/no-msg.c, optman/rtems/no-part.c,
895        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
896        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
897        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
898        fixed size types.
899
9002004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
901
902        * configure.ac: Explicitly pass --includedir and --libdir to
903        cpukit/configure.
904
9052004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
906
907        * librdbg/Makefile.am: Fix rpcgen rules.
908        * librdbg/src/i386/any/remdeb_xdr.c,
909        librdbg/src/m68k/any/remdeb_xdr.c,
910        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
911        Reflect changes to librdbg/Makefile.am.
912
9132004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
914
915        * configure.ac: Reflect changes testsuites/configure.ac and
916        cpukit/configure.ac.
917
9182004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
919
920        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
921        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
922
9232004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
924
925        * configure.ac: Reflect changes to testsuites's configuration.
926
9272004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
928
929        PR/589 rtems
930        * libchip/network/pci.h: Remove (Moved to cpukit).
931
9322004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
933
934        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
935        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
936        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
937        libchip/network/dec21140.c, libchip/network/elnk.c,
938        libchip/network/if_fxp.c, libchip/network/open_eth.c,
939        libchip/network/open_eth.h, libchip/network/sonic.c,
940        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
941        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
942        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
943        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
944        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
945        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
946        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
947        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
948        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
949        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
950        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
951        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
952        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
953        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
954        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
955        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
956        fixed-size types.
957
9582004-03-14      Chris Johns  <chrisj@rtems.org>
959
960        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
961        the BSP example code.
962        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
963        support the DIMMPC. This is a pc386 target with IO port support. Minor
964        formating clean up. Add documentation to the header file.
965        * libchip/network/README.cs8900: The CS8900 driver is documented in the
966        cs8900.h header file.
967
9682004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
969
970        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
971        Cosmetics.
972
9732004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
976        There are no application level Makefiles in here.
977
9782004-03-04      Joel Sherrill <joel@OARcorp.com>
979
980        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
981        they can be used in application level makefiles.
982
9832004-03-05      Joel Sherrill <joel@OARcorp.com>
984
985        * libnetworking/rtems_webserver/ejparse.c,
986        libnetworking/rtems_webserver/emfdb.c,
987        libnetworking/rtems_webserver/sock.c,
988        libnetworking/rtems_webserver/socket.c,
989        libnetworking/rtems_webserver/sym.c,
990        libnetworking/rtems_webserver/webs.c,
991        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
9922004-03-05      Joel Sherrill <joel@OARcorp.com>
993
994        * libchipnetwork/open_eth.c: Remove warnings by conditionally
995        compiling this file only only those CPU families with supported
996        exception models.
997
9982004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1001        testsuites (Was exposed with --enable-multilib, only).
1002        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1003         Add RTEMS_BSP_CONFIG_SUBDIR.
1004        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1005        testsuites's configure.
1006        * aclocal/rtems-top.m4: Remove ENDIF hack.
1007        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1008
10092004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1012        wrapup/Makefile.am: Fix automake problems having been introduced
1013        in previous patch.
1014
10152004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1016
1017        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1018        Preinstall dirs.
1019        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1020        * aclocal/check-multiprocessing.m4: Cosmetics.
1021        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1022        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1023
10242004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1025
1026        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1027        librdbg/src/Makefile.am.
1028        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1029        * configure.ac: Reflect changes above.
1030        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1031        * wrapup/Makefile.am: Reflect changes above.
1032        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1033
10342004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1035
1036        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1037
10382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1039
1040        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1041
10422004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1043
1044        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1045
10462004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1047
1048        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1049        librdbg/src/powerpc/Makefile.am: Remove.
1050        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1051        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1052        * configure.ac: Reflect changes above.
1053
10542004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1055
1056
10572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1058
1059        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1060        STRIP.
1061
10622004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1063
1064        * librdbg/include/Makefile.am: Merge-in
1065        librdbg/include/rdbg/i386/Makefile.am,
1066        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1067        librdbg/include/rdbg/powerpc/Makefile.am.
1068        * librdbg/include/rdbg/i386/Makefile.am,
1069        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1070        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1071        * configure.ac: Reflect changes above.
1072
10732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * configure.ac: Use AS_HELP_STRING(ada).
1076
10772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1080        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1081        Use AC_CONFIG_HEADERS.
1082        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1083        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1084
10852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1086
1087        * Makefile.am: include local.am.
1088
10892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1090
1091        * aclocal/version.m4: 4.6.99.0.
1092
10932004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1094
1095        * Makefile.am: Don't include host.am.
1096        * automake/compile.am: Further cleanups.
1097
10982004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1099
1100        * automake/lib.am: Remove (Unused).
1101
11022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1103
1104        * wrapup/Makefile.am: Don't include lib.am.
1105        * automake/compile.am: Use automake compilation rules.
1106
11072004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1108
1109        * libnetworking/pppd/Makefile.am,
1110        libnetworking/rtems_servers/Makefile.am,
1111        libnetworking/rtems_telnetd/Makefile.am,
1112        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1113        support/Makefile.am: Don't include lib.am.
1114
11152004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1116
1117        * libchip/Makefile.am: Don't include lib.am.
1118        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1119        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1120        unnecessary EXTRA_DISTs.
1121
11222004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1123
1124        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1125        hack.
1126
11272004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1128
1129        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1130        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1131        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1132        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1133
11342004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1135
1136        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1137        Add AM_CONDITIONAL(HAS_MP).
1138        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1139        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1140        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1141        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1142        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1143        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1144        (Deprecated by autoconf 2.59).
1145
11462004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1147
1148        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1149        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1150
11512004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1152
1153        * ChangeLog: Merge-in libnetworking/ChangeLog.
1154        * libnetworking/ChangeLog: Remove.
1155        * ChangeLog: Merge-in librdbg/ChangeLog.
1156        * librdbg/ChangeLog: Remove.
1157        * ChangeLog: Merge-in libchip/ChangeLog.
1158        * libchip/ChangeLog: Remove.
1159        * ChangeLog: Merge-in optman/ChangeLog.
1160        * optman/ChangeLog: Remove.
1161
11622004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1163
1164        * configure.ac: Reflect changes to cpukit.
1165        * wrapup/Makefile.am: Reflect changes to librdbg.
1166        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1167        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1168        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1169        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1170        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1171        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1172        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1173        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1174        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1175
11762004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1177
1178        * aclocal/rtems-top.m4: Remove check for version.m4.
1179        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1180
11812004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1182
1183        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1184        * wrapup/Makefile.am: Reflect changes to libchip/*.
1185        * support/Makefile.am: Use automake compilation rules.
1186        * wrapup/Makefile.am: Reflect changes to support/*.
1187        * configure.ac: Remove libnetworking/wrapup/Makefile.
1188        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1189        libnetworking/*/lib*.a instead of libnetapps.a.
1190        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1191        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1192        * optman/Makefile.am: Use automake compilation rules.
1193        * libchip/Makefile.am: Fix typo in previous patch.
1194        * libchip/Makefile.am: Use automake compilation rules.
1195        * libnetworking/Makefile.am: Remove wrapup.
1196        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1197        automake-compilation rules.
1198        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1199        automake-compilation rules.
1200        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1201        automake-compilation rules.
1202        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1203        automake-compilation rules.
1204        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1205
12062004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1207
1208        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1209        PRE/TMPINSTALL_FILES to CLEANFILES.
1210        * automake/lib.am: Remove TMPINSTALL_FILES.
1211        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1212        PRE/TMPINSTALL_FILES to CLEANFILES.
1213        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1214        PRE/TMPINSTALL_FILES to CLEANFILES.
1215        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1216        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1217        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1218        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1219        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1220        * librdbg/src/i386/Makefile.am: Ditto.
1221        * librdbg/src/m68k/Makefile.am: Ditto.
1222        * librdbg/src/powerpc/Makefile.am: Ditto.
1223        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1224        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1225        * libnetworking/rtems_servers/Makefile.am: Ditto.
1226        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1227        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1228
12292004-01-07      Joel Sherrill <joel@OARcorp.com>
1230
1231        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1232        more completely covers the MIPS family.
1233
12342003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1235
1236        * wrapup/Makefile.am: Reflect changes to shmdr.
1237        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1238
12392003-12-18      Joel Sherrill <joel@OARcorp.com>
1240
1241        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1242        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1243        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1244        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1245        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1246        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1247        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1248
12492003-12-17      Joel Sherrill <joel@OARcorp.com>
1250
1251        * aclocal/version.m4: Updated to rtems-20031217-test.
1252
12532003-12-17     
1254
1255        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1256        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1257
12582003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1259
1260        * automake/compile.am: Remove LINK_LIBS (Unused).
1261        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1262
12632003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1266        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1267        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1268        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1269        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1270
12712003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1272
1273        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1274        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1275        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1276        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1277        * librdbg/src/i386/Makefile.am:
1278        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1279        * librdbg/src/m68k/Makefile.am:
1280        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1281        * librdbg/src/powerpc/Makefile.am:
1282        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1283
12842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1285
1286        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1287        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1288        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1289        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1290        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1291        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1292        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1293        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1294        * optman/Makefile.am: Remove project_libdir.
1295        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1296        PRE/TMPINSTALL_FILES.
1297        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1298        PRE/TMPINSTALL_FILES.
1299        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1300        PRE/TMPINSTALL_FILES.
1301        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1302        PRE/TMPINSTALL_FILES.
1303        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1304        from PRE/TMPINSTALL_FILES.
1305        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1306        PRE/TMPINSTALL_FILES.
1307        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1308        PRE/TMPINSTALL_FILES.
1309        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1310        PRE/TMPINSTALL_FILES.
1311        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1312        PRE/TMPINSTALL_FILES.
1313        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1314        PRE/TMPINSTALL_FILES.
1315        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1316        PRE/TMPINSTALL_FILES.
1317        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1318        from PRE/TMPINSTALL_FILES.
1319
13202003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1321
1322        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1323        * automake/lib.am: Remove project_libdir.
1324        * wrapup/Makefile.am: Reworked.
1325
13262003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1327
1328        * configure.ac: Reflect changes to librdbg.
1329        * optman/Makefile.am: Add tmpinstall dirstamp support.
1330        * libchip/Makefile.am: Fix variant-tmpinstall support.
1331        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1332        * librdbg/src/powerpc/Makefile.am: Merge-in former
1333        new_exception_processing/Makefile.am.
1334        * librdbg/src/m68k/any/Makefile.am: Remove.
1335        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1336        * librdbg/src/i386/any/Makefile.am: Remove.
1337        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1338        * librdbg/src/Makefile.am: Cosmetics.
1339        * librdbg/include/Makefile.am: Cosmetics.
1340        * librdbg/Makefile.am: Cosmetics.
1341        * libnetworking/Makefile.am: Cosmetics.
1342        * libnetworking/pppd/Makefile.am: Cosmetics.
1343        * libnetworking/wrapup/Makefile.am: Cosmetics.
1344
13452003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * Makefile.am: Cosmetics.
1348        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1349        support.
1350
13512003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1352
1353        * automake/compile.am: Remove $(ARCH):-rule.
1354
13552003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1356
1357        * configure.ac: Remove lib/libbsp/shared/Makefile,
1358        lib/libbsp/shmdr/Makefile.
1359
13602003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1361
1362        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1363        libchip/serial/Makefile, libchip/rtc/Makefile.
1364        * support/Makefile.am: Remove all-local: $(ARCH).
1365        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1366        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1367        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1368        * optman/Makefile.am: Remove all-local: $(ARCH).
1369        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1370        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1371        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1372        compilation dirstamp support.
1373        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1374        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1375        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1376        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1377        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1378        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1379        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1380        all-local: $(ARCH).
1381        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1382        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1383        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1384        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1385        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1386
13872003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1388
1389        * aclocal/lead-dot.m4: New (from automake-1.7f).
1390        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1391        AC_SUBST(dirstamp).
1392        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1393        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1394        libchip/serial/Makefile.am: Ditto.
1395        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1396        * librdbg/include/Makefile.am: Ditto.
1397        * librdbg/include/rdbg/Makefile.am: Ditto.
1398        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1399        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1400        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1401        * librdbg/src/Makefile.am: Ditto.
1402        * librdbg/src/i386/Makefile.am: Ditto.
1403        * librdbg/src/i386/any/Makefile.am: Ditto.
1404        * librdbg/src/m68k/Makefile.am: Ditto.
1405        * librdbg/src/m68k/any/Makefile.am: Ditto.
1406        * librdbg/src/powerpc/Makefile.am: Ditto.
1407        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1408        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1409        preinstallation.
1410        * libnetworking/pppd/Makefile.am: Ditto.
1411        * libnetworking/rtems_servers/Makefile.am: Ditto.
1412        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1413        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1414        * libnetworking/wrapup/Makefile.am: Ditto.
1415
14162003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1417
1418        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1419        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1420        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1421        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1422        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1423        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1424        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1425        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1426        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1427        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1428        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1429        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1430        underquoting to silence automake-1.8.
1431
14322003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1433
1434        * configure.ac: Reflect having moved tests to ../../testsuites.
1435
14362003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1437
1438        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1439        * aclocal/canonical-host.m4: Remove.
1440        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1441        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1442
14432003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1444
1445        * aclocal/check-cpu.m4: Remove.
1446        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1447        * aclocal/canonical-target-name.m4: Add m4-quotes.
1448        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1449        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1450        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1451        * aclocal/check-networking.m4: Add m4-quotes. Require
1452        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1453        * aclocal/check-posix.m4: Add m4-quotes. Require
1454        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1455        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1456        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1457        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1458
14592003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1460
1461        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1462        * aclocal/bsp-alias.m4: Remove.
1463
14642003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1465
1466        * configure.ac: Make presence of tests/ optional.
1467
14682003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1469
1470        * aclocal/path-perl.m4: Remove (Unused).
1471
14722003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1473
1474        * automake/force-preinstall.am: Remove.
1475
14762003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1477
1478        PR 499/rtems_misc
1479        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1480        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1481        Configuration (Odd was forced) - Correction of Stop Bit configuration
1482        (inversed) - Correction of ISR Handler to call
1483        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1484        CTS Hardware flow control Configuration.
1485
14862003-09-04      Joel Sherrill <joel@OARcorp.com>
1487
1488        * lib/libcpu/shared/include/cache.h,
1489        lib/libcpu/shared/src/cache_aligned_malloc.c,
1490        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1491        license changed.
1492        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1493        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1494        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1495        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1496        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1497        for license changed.
1498        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1499        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1500        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1501        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1502        libchip/network/cs8900.h, libchip/network/dec21140.c,
1503        libchip/network/elnk.c, libchip/network/open_eth.c,
1504        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1505        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1506        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1507        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1508        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1509        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1510        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1511        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1512        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1513        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1514        libchip/serial/serial.h, libchip/serial/z85c30.c,
1515        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1516        libchip/serial/z85c30_reg.c: URL for license changed.
1517
15182003-09-03      Jiri Gaisler <jiri@gaisler.com>
1519
1520        PR 477/networking
1521        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1522        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1523        libchip/network/open_eth.h: New files.
1524
15252003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1526
1527        * aclocal/rtems-top.m4: Add RTEMS_API.
1528        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1529
15302003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1531
1532        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1533        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1534        @RTEMS_BSP@.cfg.
1535
15362003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1537
1538        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1539
15402003-08-20      Joel Sherrill <joel@OARcorp.com>
1541
1542        * libchip/network/cs8900.c: Correct copyright statements.
1543
15442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1545
1546        * aclocal/check-itron.m4: Remove.
1547        * aclocal/enable-inlines.m4: Remove.
1548        * Makefile.am: Reflect having moved aclocal/.
1549        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1550        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1551        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1552        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1553        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1554        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1555        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1556        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1557        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1558        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1559        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1560        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1561        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1562        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1563        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1564        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1565        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1566        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1567        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1568        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1569        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1570        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1571        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1572        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1573        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1574        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1575        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1576        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1577        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1578        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1579        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1580        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1581        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1582        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1583        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1584        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1585        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1586        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1587        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1588        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1589        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1590        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1591        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1592        * aclocal/target.m4: New (Copied from ../../aclocal).
1593        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1594        * aclocal/version.m4: New (Copied from ../../aclocal).
1595
15962003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1597
1598        * configure.ac: Remove stray comments.
1599        * automake/local.am, automake/host.am: Remove "debug".
1600
16012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1602
1603        * Makefile.am: Reflect having moved automake/.
1604        * lib/Makefile.am: Reflect having moved automake/.
1605        * support/Makefile.am: Reflect having moved automake/.
1606        * wrapup/Makefile.am: Reflect having moved automake/.
1607        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1608        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1609        from ../../automake).
1610        * optman/Makefile.am: Reflect having moved automake/.
1611        * libchip/Makefile.am: Reflect having moved automake/.
1612        * libchip/ide/Makefile.am: Reflect having moved automake/.
1613        * libchip/network/Makefile.am: Reflect having moved automake/.
1614        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1615        * libchip/serial/Makefile.am: Reflect having moved automake/.
1616        * librdbg/Makefile.am: Reflect having moved automake/.
1617        * librdbg/include/Makefile.am: Reflect having moved automake/.
1618        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1619        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1620        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1621        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1622        automake/.
1623        * librdbg/src/Makefile.am: Reflect having moved automake/.
1624        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1625        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1626        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1627        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1628        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1629        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1630        having moved automake/.
1631        * libnetworking/Makefile.am: Reflect having moved automake/.
1632        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1633        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1634        automake/.
1635        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1636        automake/.
1637        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1638        automake/.
1639        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1640
16412003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1642
1643        * Makefile.am: Add bsp.pc.in.
1644        * bsp.pc.in: New (pkgconfig support).
1645
16462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1647
1648        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1649
16502003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1651
1652        * lib/Makefile.am: New (Required by 'make dist').
1653        * lib/ChangeLog: Remove.
1654        * lib/.cvsignore: Cleanup.
1655        * configure.ac: Reflect having added lib/Makefile.am.
1656        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1657        lib/libbsp/configure.ac.
1658        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1659        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1660
16612003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1662
1663        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1664        * configure.ac: Merge-in librdbg/configure.ac.
1665        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1666        librdbg/configure.ac.
1667        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1668        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1669        LIBCHIP. Conditionally build include-dirs.
1670        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1671        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1672        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1673        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1674        librdbg/include/rdbg/m68k/Makefile.am,
1675        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1676        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1677        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1678        librdbg/src/powerpc/Makefile.am, librdbg/
1679        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1680        configure.ac into ../configure.ac.
1681        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1682        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1683        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1684        libnetworking/rtems_telnetd/Makefile.am,
1685        libnetworking/rtems_webserver/Makefile.am,
1686        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1687        into ../configure.ac.
1688
16892003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1690
1691        PR 427/rtems
1692        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1693        * librdbg/src/servtsp.c: Ditto.
1694
16952003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1696
1697        PR 429/bsps
1698        PR 432/bsps
1699        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1700        packets are queued onto an elnk board, the ISR will deadlock the device
1701        with a tx complete interrupt.  Lighter tx loads are not affected as they
1702        end up submitting single packets to the device.
1703
17042003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1705
1706        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1707        optman/configure.ac.
1708        * optman/configure.ac: Remove (Merged into ../configure.ac).
1709        * optman/Makefile.am: Reflect having merged configure.ac into
1710        ../configure.ac.
1711        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1712        * libchip/Makefile.am, libchip/ide/Makefile.am,
1713        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1714        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1715        ../configure.ac.
1716
17172003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1718
1719        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1720
17212003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1722
1723        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1724        on i386.
1725
17262003-06-13      Joel Sherrill <joel@OARcorp.com>
1727
1728        * libnetworking/pppd/chat.c: Removed warnings.
1729
17302003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1731
1732        * libchip/network/README.3com: New file missed in previous commit.
1733        PR 405/bsps
1734        PR 393/networking
1735        * libchip/network/dec21140.c: Fix leak also known as PR393.
1736        * libchip/network/elnk.c, libchip/network/if_media.h,
1737        libchip/network/mii.h: New files.
1738        * libchip/network/Makefile.am: Reflect new files.
1739
17402003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1741
1742        * configure.ac: Remove support for profile-variant.
1743
17442003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1745
1746        PR 397/pppd
1747        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1748        * libnetworking/pppd/magic.c: Remove *rand48.
1749        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1750
17512003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1752
1753        * wrapup/Makefile.am: Add libide.a.
1754
17552003-04-15      Joel Sherrill <joel@OARcorp.com>
1756
1757        PR 387/rtems_misc
1758        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1759        routines.
1760        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1761
17622003-04-11      Joel Sherrill <joel@OARcorp.com>
1763
1764        * libnetworking/rtems_webserver/cgi.c,
1765        libnetworking/rtems_webserver/sockGen.c,
1766        libnetworking/rtems_webserver/umui.c,
1767        libnetworking/rtems_webserver/websSSL.c,
1768        libnetworking/rtems_webserver/websSSL.h,
1769        libnetworking/rtems_webserver/websda.c,
1770        libnetworking/rtems_webserver/websda.h: New files. Not included in
1771        previous commit.
1772
17732003-04-10      Joel Sherrill <joel@OARcorp.com>
1774
1775        PR 371/pppd
1776        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1777        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1778        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1779        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1780        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1781        still global symbols in rtemspppd.h which might need to be changed or
1782        converted into member of a structure which is dereferenced with a
1783        pointer that is managed as a per task variable. But this patch should
1784        avoid many conflicts.
1785
17862003-03-27      Joel Sherrill <joel@OARcorp.com>
1787
1788        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1789        not allowed in the cpukit source code since it must be buildable
1790        independent of any BSP. These files were moved to libchip/ide.
1791        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1792        files.
1793
17942003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1795
1796        PR 368/filesystems
1797        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1798        improvements which now work on pc386 and mbx8xx.
1799        * libchip/ide/ide_controller.c: New file.
1800
18012003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1802
1803        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1804
18052003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1806
1807        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1808        * configure.ac: Add support/.
1809        * support/.cvsignore: New.
1810        * support/Makefile.am: New.
1811        * support/version.c: New.
1812        * wrapup/Makefile.am: Add support/libsupport.a.
1813        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1814        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1815        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1816        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1817
18182003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1819
1820        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1821
18222003-02-20      Till Straumann <strauman@slac.stanford.edu>
1823
1824        PR 354/networking
1825        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1826        chip against a table of supported chips. The untested ones are still
1827        commented out, however.
1828
18292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1830
1831        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1832        * configure.ac: AC_PREREQ(2.57).
1833        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1834        * optman/configure.ac: AC_PREREQ(2.57).
1835        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1836        * libchip/configure.ac: AC_PREREQ(2.57).
1837        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1838        * librdbg/configure.ac: AC_PREREQ(2.57).
1839        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1840        * libnetworking/configure.ac: AC_PREREQ(2.57).
1841
18422003-02-06      Joel Sherrill <joel@OARcorp.com>
1843
1844        * libnetworking/pppd/chat.c: Convert routines with common names to
1845        static. This included get_char(), put_char(), and character() among
1846        others.
1847
18482003-02-03      Joel Sherrill <joel@OARcorp.com>
1849
1850        PR 338/filesystem
1851        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1852        rtems_io_lookup_name() (API change).  Unused function removed.
1853
18542003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1855
1856        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1857        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1858        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1859        Eliminate *_O_FILES.
1860        * libnetworking/rtems_servers/Makefile.am,
1861        libnetworking/rtems_webserver/Makefile.am,
1862        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1863
18642002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1865
1866        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1867        Let all-local: depend on $(LIB).
1868        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1869        * optman/Makefile.am: Apply install-data-local to install *.rels.
1870
18712002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1872
1873        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1874        %.c rules.
1875        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1876        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1877        * libchip/rtc/Makefile.am: Ditto.
1878        * libchip/serial/Makefile.am: Ditto.
1879
18802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1881
1882        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1883        LIBC_DEFINES.
1884        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1885        LIBC_DEFINES.
1886        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1887        LIBC_DEFINES.
1888
18892002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1890
1891        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1892
18932002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1894
1895        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1896        cache-checking.
1897        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1898
18992002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1900
1901        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1902        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1903        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1904        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1905        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1906
19072002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1908
1909        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1910        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1911        Remove.
1912        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1913
19142002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1915
1916        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1917        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1918
19192002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1920
1921        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1922        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1923
19242002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1925
1926        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1927        * optman/rel.am: New.
1928
19292002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1930
1931        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1932        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1933        braino in comment on "exec". Extend --enable-ada handling.
1934
19352002-11-04      Joel Sherrill <joel@OARcorp.com>
1936
1937        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1938        tasks and rolling multiple loops into 1.
1939        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1940        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1941        Removed warnings.
1942
19432002-10-31      Joel Sherrill <joel@OARcorp.com>
1944
1945        * libchip/network/dec21140.c: Removed warnings.
1946        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1947        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1948        librdbg/src/m68k/any/remdeb_xdr.c,
1949        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1950        warnings.
1951        * libnetworking/rtems_webserver/socket.c,
1952        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1953
19542002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1955
1956        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1957        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1958        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1959        above.
1960
19612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1964        * wrapup/.cvsignore: Remove autom4te.cache.
1965        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1966        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1967        autom4te.cache.
1968        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1969        autom4te.cache.
1970        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1971        autom4te.cache.
1972
19732002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1974
1975        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1976
19772002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1978
1979        * optman/.cvsignore: Add autom4te.cache.
1980
19812002-09-14      Joel Sherrill <joel@OARcorp.com>
1982
1983        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1984
19852002-09-07      Joel Sherrill <joel@OARcorp.com>
1986
1987        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1988        include files to resolve warnings.
1989
19902002-09-07      Chris Johns <ccj@acm.org>
1991
1992        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1993        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1994        which corrects the problem  where the cs8900.c file was actually the BSP
1995        glue.  Joel did some hacking so this file will compile.  Previously it
1996        required providing a target.h file to compile.
1997        * libchip/network/cs8900.c.bsp: New file.
1998
19992002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2000
2001        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2002
20032002-08-31      Joel Sherrill <joel@OARcorp.com>
2004
2005        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2006        eliminate warning.
2007
20082002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2009
2010        * configure.ac: Add ada-tests.
2011
20122002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2013
2014        * Makefile.am: Add preinstall-stamp.
2015
20162002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2017
2018        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2019        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2020        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2021        gcc31 happy.
2022        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2023        cp.
2024
20252002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2026
2027        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2028        make/bsp.mak.
2029        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2030        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2031
20322002-08-12      Joel Sherrill <joel@OARcorp.com>
2033
2034        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2035        avoid error.
2036
20372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2038
2039        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2040        * configure.ac: Add BSP_SUBDIRS.
2041        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2042        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2043        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2044        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2045        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2046        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2047        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2048        RTEMS_CHECK_BSP_CACHE.
2049        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2050        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2051        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2052        .$(OBJEXT) instead of .o.
2053        * libnetworking/pppd/Makefile.am,
2054        libnetworking/rtems_servers/Makefile.am,
2055        libnetworking/rtems_telnetd/Makefile.am,
2056        libnetworking/rtems_webserver/Makefile.am,
2057        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2058
20592002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2060
2061        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2062        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2063        ../libchip/serial/$(ARCH)/libserialio.a.
2064        * libchip/serial/Makefile.am: Don't tmp-install lib.
2065        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2066
20672002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2068
2069        * Makefile.am: Add rtems_makedir.
2070        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2071        * Makefile.am: Add wrapup-SUBDIR.
2072        * wrapup/ChangeLog: Remove.
2073        * wrapup/configure.ac: Remove.
2074        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2075        (Make the bare BSP happy).
2076        * configure.ac: Ditto.
2077        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2078        Create make/custom/default.cfg.
2079        * configure.ac: Add creation of make/custom/*.cfg. Create
2080        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2081
20822002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2083
2084        * Makefile.am: Clean $(PROJECT_RELEASE).
2085
20862002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2087
2088        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2089        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2090        prototype mismatches.
2091
20922002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2093
2094        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2095        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2096
20972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2098
2099        * acinclude.m4: Add test "$multilib" != "yes".
2100        * config-ml.in: Remove.
2101        * acinclude.m4: Cleanups.
2102        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2103        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2104        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2105        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2106        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2107
21082002-07-16      Eric Norum <eric.norum@usask.ca>
2109
2110        * New driver for the Intel EtherExpressPro (82559ER) chip.
2111        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2112        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2113        * libchip/network/Makefile.am: Modified to reflect above.
2114
21152002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2116
2117        * acinclude.m4: New.
2118        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2119        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2120        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2121
21222002-07-01      Joel Sherrill <joel@OARcorp.com>
2123
2124        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2125        _Objects_Information_table now that it is a two dimensional array based
2126        upon API and class.
2127        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2128        of strnlen().
2129
21302002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2131
2132        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2133        preinstall libnetapps.a.
2134
21352002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2136
2137        * configure.ac: Remove librpc.
2138
21392002-06-25      Joel Sherrill <joel@OARcorp.com>
2140
2141        * Per PR233, moved librpc to exec.
2142        * configure.ac, wrapup/Makefile.am: Modified.
2143        * librpc, librpc/ChangeLog: Removed.
2144
21452002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2146
2147        * optman/Makefile.am: Remove multilib support.
2148        * optman/configure.ac: Ditto.
2149        * optman/sapi/Makefile.am: Ditto.
2150
21512002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2152
2153        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2154        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2155
21562002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2157
2158        Move networking libraries to c/src/exec/libnetworking
2159        * libnetworking/configure.ac, libnetworking/Makefile.am,
2160        libnetworking/wrapup/Makefile.am: Reflect Moval.
2161
21622002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2163
2164        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2165        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2166        <rtems/bspIo.h>.
2167
21682002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2169
2170        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2171        * libnetworking/rtems/mkrootfs.h: Ditto.
2172        * libnetworking/rtems/Makefile.am: Reflect changes above.
2173
21742002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2175
2176        * configure.ac: Remove lib.
2177
21782002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2179
2180        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2181        that exception stack frames on M68K members with VBR always are 6 byte
2182        long. The incorrect assumption resulted in some gdb commands like "next"
2183        to fail on the 68360.
2184
21852002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2186
2187        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2188        PR 220
2189        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2190        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2191        CVS.
2192        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2193        libnetworking/sys/filio.h: Remove.
2194        * libnetworking/sys/Makefile.am: Reflect changes above.
2195
21962002-05-07      Chris Johns <ccj@acm.org>
2197
2198        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2199        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2200        requires it to be stripped.
2201
22022002-05-01      Eric Norum <eric.norum@usask.ca>
2203
2204        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2205        assembly  to satisfy gcc 3.1 and newer.
2206
22072002-04-26      Eric Norum <eric.norum@usask.ca>
2208
2209        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2210        agressive optimization in gcc 3.1 does not reorder things.
2211
22122002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2213
2214        * libchip/network/dec21140.c: Reflect changes to powerpc's
2215        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2216        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2217        <rtems/score/cpu.h>.
2218        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2219        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2220
22212002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2222
2223        * optman/configure.ac: Remove ENABLE_GCC28.
2224
22252002-04-11      Chris Johns <ccj@acm.org>
2226
2227        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2228        driver control block field to the ifconfig network driver structure.
2229        This field is needed by the i82586 driver which was ported from NetBSD
2230        as it had better hardware abstraction.
2231        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2232        PR59, added the drv_ctrl driver control block field to the ifconfig
2233        network driver structure. This field is needed by the i82586 driver
2234        which was ported from NetBSD as it had better hardware abstraction.
2235
22362002-04-10      Mike Siers <mikes@poliac.com>
2237
2238        * libnetworking/rtems_webserver/NOTES,
2239        libnetworking/rtems_webserver/asp.c,
2240        libnetworking/rtems_webserver/balloc.c,
2241        libnetworking/rtems_webserver/default.c,
2242        libnetworking/rtems_webserver/ej.h,
2243        libnetworking/rtems_webserver/ejIntrn.h,
2244        libnetworking/rtems_webserver/ejlex.c,
2245        libnetworking/rtems_webserver/ejparse.c,
2246        libnetworking/rtems_webserver/emfdb.c,
2247        libnetworking/rtems_webserver/emfdb.h,
2248        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2249        libnetworking/rtems_webserver/handler.c,
2250        libnetworking/rtems_webserver/license.txt,
2251        libnetworking/rtems_webserver/md5.h,
2252        libnetworking/rtems_webserver/md5c.c,
2253        libnetworking/rtems_webserver/mime.c,
2254        libnetworking/rtems_webserver/misc.c,
2255        libnetworking/rtems_webserver/ringq.c,
2256        libnetworking/rtems_webserver/rom.c,
2257        libnetworking/rtems_webserver/security.c,
2258        libnetworking/rtems_webserver/sock.c,
2259        libnetworking/rtems_webserver/sym.c,
2260        libnetworking/rtems_webserver/uemf.c,
2261        libnetworking/rtems_webserver/uemf.h,
2262        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2263        libnetworking/rtems_webserver/url.c,
2264        libnetworking/rtems_webserver/value.c,
2265        libnetworking/rtems_webserver/wbase64.c,
2266        libnetworking/rtems_webserver/webcomp.c,
2267        libnetworking/rtems_webserver/webpage.c,
2268        libnetworking/rtems_webserver/webrom.c,
2269        libnetworking/rtems_webserver/webs.c,
2270        libnetworking/rtems_webserver/webs.h,
2271        libnetworking/rtems_webserver/websuemf.c,
2272        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2273        2.1.4.
2274
22752002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2276
2277        * libchip/network/i82586.c: Include <string.h>.
2278        * libchip/network/sonic.c: Ditto.
2279
22802002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2281
2282        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2283
22842002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2285
2286        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2287
22882002-03-27      Thomas.Doerfler@imd-systems.de
2289
2290        PR 144
2291        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2292        memory address 0 when called for the first time. This is done when
2293        trying to clear the variable "dhcp_hostname".
2294
22952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2296
2297        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2298        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2299        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2300        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2301        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2302        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2303        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2304        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2305        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2306        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2307        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2308        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2309        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2310        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2311        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2312        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2313        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2314        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2315        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2316        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2317        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2318        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2319        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2320        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2321        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2322        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2323        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2324        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2325        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2326        AUTOMAKE_OPTIONS.
2327        * libnetworking/configure.ac:
2328        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2329        foreign 1.6]).
2330        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2331        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2332        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2333        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2334        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2335        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2336        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2337        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2338        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2339        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2340        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2341        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2342        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2343        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2344        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2345        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2346        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2347
23482002-03-27      Ilya Alexeev <ilya@continuum.ru>
2349
2350        PR 162
2351        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2352        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2353        used in a device write routines.  Now ppp_softc structure have own
2354        character for writing to device (sc_outchar).  I think that converting
2355        local variables to static is not a right solution, because problems will
2356        occur in the case of two or more ppp instances.
2357        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2358        must be u_long, otherwise in the case of the big output packet endless
2359        loop may occur.
2360
23612002-03-21      Ilya Alexeev <ilya@continuum.ru>
2362
2363        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2364        preparations for multiple PPPD connections.
2365
23662002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2367
2368        PR 149
2369        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2370        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2371        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2372        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2373
23742002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2375
2376        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2377        * configure.ac: Modified to reflect addition.
2378
23792002-02-27      Ilya Alexeev <ilya@continuum.ru>
2380
2381        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2382        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2383        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2384        capabilities as well as eliminate some warnings.
2385
23862002-02-27      Eric Norum <eric.norum@usask.ca>
2387
2388        * libnetworking/net/radix.c: Properly handle fetching the default route
2389        when there is no route.  This was a bug in the original FreeBSD code and
2390        this fix is from an updated version of their code.
2391
23922002-02-16      Eric Norum <eric.norum@usask.ca>
2393
2394        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2395        checking.
2396
23972002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2398
2399        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2400        dodefaultroute.
2401
24022002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2403
2404        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2405        include <rtems/seterr.h>.
2406
24072002-02-01      Mike Siers <mikes@poliac.com>
2408
2409        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2410        avoid bringing the link down too fast. NOTE: Mike reports successfully
2411        running at 56K baud on a direct link.
2412
24132002-02-01      Eric Valette <valette@crf.canon.fr>
2414
2415        * librdbg/So many patches have been posted recently on the mailing list
2416        and  because we were unable to find correct solution to compile on
2417        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2418        because the coding  style of rdbg was rather inconsistant among various
2419        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2420        global coding style (using indent + manual edits), 2) incorporate/review
2421        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2422        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2423        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2424        after rdbg initialization is done, NB : the paches is huge but it is
2425        mainly due to coding styke chnages.  Only few lines of codes have been
2426        really changed and they do not impact  rdbg functionnality (AFAIKT).
2427        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2428        librdbg/include/rdbg/m68k/rdbg_f.h,
2429        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2430        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2431        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2432        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2433        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2434        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2435        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2436        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2437        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2438        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2439        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2440        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2441        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2442        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2443        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2444        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2445
24462002-01-31      Mike Siers <mikes@poliac.com>
2447
2448        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2449        * Nice Update of PPPD support which eliminates the requiremetn that
2450        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2451        and reports that it seems to be more stable and handle larger packets
2452        better.  This patch replaces the termios tasks with more general pppd
2453        network driver tasks.  The functions pppinput() and pppstart() get
2454        called from the interrupt service routine.
2455        * libnetworking/Makefile.am, libnetworking/configure.ac,
2456        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2457        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2458        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2459        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2460        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2461        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2462        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2463        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2464        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2465        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2466        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2467        libnetworking/net/route.c, libnetworking/net/route.h,
2468        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2469        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2470        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2471        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2472        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2473        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2474        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2475        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2476        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2477        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2478        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2479        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2480        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2481        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2482        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2483        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2484        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2485        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2486        libnetworking/pppd/example/README,
2487        libnetworking/pppd/example/netconfig.h,
2488        libnetworking/wrapup/Makefile.am: Modified.
2489        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2490        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2491        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2492        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2493        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2494        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2495        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2496        libnetworking/modem/pppcompress.c: Subdirectory removed.
2497
24982002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2499
2500        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2501        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2502
25032002-01-18      Till Straumann <strauman@slac.stanford.edu>
2504
2505        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2506        issues: - exception handler needs to enable MSR_FP if the interrupted
2507        thread is FP enabled. - printk message for MSR fixed and added
2508        stacktrace. NOTE: this requires the stacktrace patch to
2509        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2510        however).
2511
25122002-01-06      Joel Sherrill <joel@OARcorp.com>
2513
2514        * optman/.cvsignore: Added aclocal.m4 and configure.
2515        * optman/.cvsignore: New file.
2516
25172002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2518
2519        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2520
25212002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2522
2523        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2524        * optman/ChangeLog: New.
2525        * optman/configure.ac: New.
2526        * optman/Makefile.am: New.
2527        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2528        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2529
25302001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2531
2532        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2533
25342001-12-18      Eric Norum <eric.norum@usask.ca>
2535
2536        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2537        `directories' (path names with a / at the end) while disallowing open()
2538        operations on TFTP `directories'.
2539
25402001-12-07      Eric Norum <eric.norum@usask.ca>
2541
2542        * libnetworking/lib/tftpDriver.c: Restore write capability.
2543
25442001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2545
2546        * libchip/network/sonic.h: Fix typo.
2547        * libnetworking/arpa/Makefile.am: Remove stray lines.
2548
25492001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2550
2551        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2552
25532001-10-18      Eric Norum <eric.norum@usask.ca>
2554
2555        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2556        chdir() and open() operations within the TFTP file system.
2557
25582001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2559
2560        * librdbg/configure.ac: Fix latent bug exposed by removal of
2561        config.cache's which prevented powerpc targets librdbg from building.
2562
25632001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2564
2565        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2566        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2567        autoconf-2.52 happy.
2568
25692001-10-12      Mike Siers <mikes@poliac.com>
2570
2571        * libnetworking/Update to stable working state.  Congratulations Mike!
2572        :).
2573        * libnetworking/modem_example: Directory removed.
2574        * libnetworking/modem_example/16550.h,
2575        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2576        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2577        libnetworking/modem_example/ppp.h,
2578        libnetworking/modem_example/pppcompress.c: Files removed.
2579        * libnetworking/pppd/example/pppd.options: New file.
2580        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2581        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2582        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2583        libnetworking/pppd/rtemsmain.c: Updated.
2584
25852001-10-12      Joel Sherrill <joel@OARcorp.com>
2586
2587        * libchip/serial/z85c30.c: Fixed typo.
2588
25892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2590
2591        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2592        * configure.in: Remove.
2593        * configure.ac: New file, generated from configure.in by autoupdate.
2594        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2595        * libchip/configure.in: Remove.
2596        * libchip/configure.ac: New file, generated from configure.in by
2597        autoupdate.
2598        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2599        * librdbg/configure.in: Remove.
2600        * librdbg/configure.ac: New file, generated from configure.in by
2601        autoupdate.
2602        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2603        * libnetworking/configure.in: Remove.
2604        * libnetworking/configure.ac: New file, generated from configure.in by
2605        autoupdate.
2606
26072001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2608
2609        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2610        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2611        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2612
26132001-09-27      Joel Sherrill <joel@OARcorp.com>
2614
2615        * libchip/ChangeLog: Fixed typo in date.
2616
26172001-09-27      Eric Norum <eric.norum@usask.ca>
2618
2619        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2620        TFTP  filesystem.
2621
26222001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2623
2624        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2625        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2626        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2627        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2628        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2629        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2630        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2631        'PREINSTALL_FILES ='.
2632        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2633        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2634        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2635        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2636        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2637        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2638        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2639        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2640        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2641        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2642        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2643        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2644
26452001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2646
2647        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2648        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2649        * librdbg/src/m68k/any/Makefile.am: Ditto.
2650        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2651        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2652        happy.
2653
26542001-09-21      Joel Sherrill <joel@OARcorp.com>
2655
2656        * libchip/network/Makefile.am: Fixed typo on file name.
2657        * libchip/network/i82586.c: Commented out line 318 which is referencing
2658        a member of a structure that is not currently there.  This needs to be
2659        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2660        to C style.
2661
26622001-09-19      Eric Norum <eric.norum@usask.ca>
2663
2664        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2665
26662001-09-19      Chris Johns <ccj@acm.org>
2667
2668        * libchip/network/README.i82586, libchip/network/i82586.c,
2669        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2670        Network driver for Intel i82586.
2671        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2672        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2673        "root" filesystem with information obtained via the DHCP response.
2674
26752001-09-14      Eric Norum <eric.norum@usask.ca>
2676
2677        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2678        make gcc 3.x happy.
2679
26802001-08-16      Mike Siers <mikes@poliac.com>
2681
2682        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2683        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2684        These support callback functionality that has not even been compiled
2685        under RTEMS yet.
2686        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2687        example application.  Mike's notes on the modifications: - renamed
2688        error() function because of namespace problems - removed calls to the
2689        exit() funciton - removed extra files from the pppd source directory -
2690        defined pppd task constant values in rtemspppd.h - modifyied example
2691        code to get actual tick per second value - placed the pppd 2.3.11 man
2692        page file (pppd.8) into the pppd directory.
2693        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2694        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2695        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2696        libnetworking/pppd/rtems-ppp.c: Deleted.
2697        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2698        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2699        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2700        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2701        libnetworking/pppd/example/init.c,
2702        libnetworking/pppd/example/netconfig.h,
2703        libnetworking/pppd/example/ppp.conf,
2704        libnetworking/pppd/example/pppdapp.c,
2705        libnetworking/pppd/example/system.h: New files.
2706        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2707        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2708        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2709        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2710        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2711        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2712        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2713        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2714        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2715        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2716        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2717        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2718        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2719        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2720        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2721
27222001-08-16      Joel Sherrill <joel@OARcorp.com>
2723
2724        * libnetworking/pppd/example/Makefile: Removed.
2725        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2726        to avoid bootstrap -c clobbering it.
2727        * libnetworking/rtems_telnetd/.cvsignore: New file.
2728
27292001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2730
2731        * libnetworking/Makefile.am, libnetworking/configure.in,
2732        libnetworking/rtems_servers/Makefile.am,
2733        libnetworking/rtems_servers/telnetd.c,
2734        libnetworking/rtems_servers/telnetd.h,
2735        libnetworking/rtems_telnetd/Makefile.am,
2736        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2737        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2738        libnetworking/rtems_telnetd/telnetd.c,
2739        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2740        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2741        effect when ftpd change. - the tcp/ip stats have been implemented into
2742        icmds.c and started when telnetd daemon is started.
2743        * libnetworking/rtems_servers/telnetd.c,
2744        libnetworking/rtems_servers/telnetd.h: Removed.
2745        * libnetworking/rtems_telnetd: New directory.
2746        * libnetworking/rtems_telnetd/Makefile.am,
2747        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2748        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2749        libnetworking/rtems_telnetd/telnetd.c,
2750        libnetworking/rtems_telnetd/telnetd.h: New files.
2751
27522001-06-14      Joel Sherrill <joel@OARcorp.com>
2753
2754        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2755        Moved from libmisc/shell so the network stack to address network
2756        depenendency.
2757        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2758
27592001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2760
2761        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2762
27632001-05-15      Joel Sherrill <joel@OARcorp.com>
2764
2765        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2766        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2767        accidentally deleted the incorrectly empty versions.
2768
27692001-05-14      Till Straumann <strauman@slac.stanford.edu>
2770
2771        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2772        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2773        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2774        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2775        to know the values) - the affected BSP (shared/motorola) headers have
2776        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2777        driver (libchip/network/dec21140.c) has been fixed to use
2778        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2779        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2780        who is using this driver. - the DEC driver also has been fixed to use
2781        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2782        delay_in_bus_cycles().
2783
27842001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2785
2786        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2787
27882001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2789
2790        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2791
27922001-04-24      Eric Norum <eric.norum@usask.ca>
2793
2794        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2795        NTP synchronization a little more robust -- no NTP daemon yet, but at
2796        least it trys a little harder when the primary NTP server is down.
2797
27982001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2799
2800        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2801        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2802        libnetworking/pppd/modem_example/modem.c,
2803        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2804        other strings into English.
2805        * libnetworking/pppd/STATUS: updated to reflect the changes.
2806
28072001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2808
2809        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2810        again.
2811
28122001-04-20      Eric Valette <valette@crf.canon.fr>
2813
2814        * mcp750 directory renamed new_exception processing as it supports many
2815        more CPU models.
2816        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2817        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2818        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2819        formerly in mcp750 plus modifications.
2820        * librdbg/src/powerpc/mcp750/.cvsignore,
2821        librdbg/src/powerpc/mcp750/Makefile.am,
2822        librdbg/src/powerpc/mcp750/remdeb.h,
2823        librdbg/src/powerpc/mcp750/remdeb_f.x,
2824        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2825        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2826        new_exception_processing.
2827        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2828        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2829        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2830        part of this effort to add support for the MPC8xx.
2831
28322001-04-19      Joel Sherrill <joel@OARcorp.com>
2833
2834        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2835        internal include files.
2836
28372001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2838
2839        PR 158
2840        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2841        rcmd() library call by commenting out the parts that deal with signals.
2842        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2843        stdio. The 'server-side' parts of this file which deal with
2844        authentication are disabled since they are not needed.
2845
28462001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2847
2848        * libnetworking/include/.cvsignore: Remove dangling file.
2849
28502001-03-14      Joel Sherrill <joel@OARcorp.com>
2851
2852        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2853        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2854        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2855        libchip style serial drivers can be written in libcpu or libbsp.
2856
28572001-03-01      Joel Sherrill <joel@OARcorp.com>
2858
2859        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2860        libchip/network/sonic.c, libchip/network/sonic.h,
2861        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2862        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2863        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2864        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2865        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2866        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2867        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2868        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2869
28702001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2871
2872        * librdbg/include/rdbg/Makefile.am,
2873        librdbg/include/rdbg/i386/Makefile.am,
2874        librdbg/include/rdbg/m68k/Makefile.am,
2875        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2876        style on include files.
2877
28782001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2879
2880        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2881        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2882        replace ${..} with $(..).
2883        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2884        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2885        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2886        libnetworking/rtems/Makefile.am, libnetworking/
2887        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2888        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2889        include_*HEADERS instead of H_FILES.
2890        * libnetworking/include/Makefile.am: Remove.
2891        * libnetworking/Makefile.am: Add handling of *.h files.
2892        * libnetworking/configure.in: Remove include/Makefile.
2893
28942001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2895
2896        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2897
28982001-01-31      Sergei Organov <osv@javad.ru>
2899
2900        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2901        current dir and root dir removed in favor of new libio support for
2902        task-local current and root directories. - Bug in `close_data_socket()'
2903        introduced by previous change fixed. - `command_pasv()' changed to set
2904        timeout on socket we are listening on and code fixed to don't close
2905        socket twice on error. - `serr()' changed to clear `errno'. -
2906        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2907        changed to clear `errno' before processing session. -
2908        `close_data_socket()' fixed to close both active and passive sockets -
2909        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2910        empty string  in `exec_command()'.
2911
29122001-01-25      Eric Norum <eric.norum@usask.ca>
2913
2914        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2915        improves throughput on systems which are dropping packets.   Only the
2916        first timeout is reduced.  This keeps the number of extra packets down
2917        on networks that are very busy and dropping lots of packets.
2918
29192001-01-24      Sergei Organov <osv@javad.ru>
2920
2921        * libnetworking/rtems_servers/ftpd.c,
2922        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2923        - Timeouts on sockets implemented. 'idle' field added to configuration.
2924        No timeout by default to keep backward compatibility. Note: SITE IDLE
2925        command not implemented yet. - Basic global access control implemented.
2926        'access' field added to configuration. No access limitations by default
2927        to keep backward compatibility. - Anchor data socket for active mode
2928        (using self IP and port 20.) - Fixed default data port support (still
2929        not tested). - Don't allow IP address different from originating host in
2930        PORT command to improve security. - Fixed bug in MDTM command. - Check
2931        for correctness of parsing of argument in command_port(). - Fixed
2932        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2933        a directory. - Command parsing a little bit improved: command names are
2934        now converted to upper-case to be more compatible with RFC (command
2935        names are not case-sensitive.) - Reformat comments so that they have
2936        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2937        previous changes - True ASCII mode implemented (doesn't work for hooks
2938        and /dev/null) - Passive mode implemented, PASV command added. - Default
2939        port for data connection could be used (untested, can't find ftp client
2940        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2941        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2942
29432001-01-18      Joel Sherrill <joel@OARcorp.com>
2944
2945        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2946        macro using variable arguments.
2947        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2948        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2949        since I updated the main RTEMS development machine to RedHat 7.2 and
2950        apparently got a new version of rpcgen.
2951
29522001-01-12      Sergei Organov <osv@javad.ru>
2953
2954        * libnetworking/rtems_servers/ftpd.c,
2955        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2956        - use pool of pre-created threads to handle sessions instead of
2957        creating/deleting threads on the fly - LIST output is now similar to
2958        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2959        happy with it. - LIST NAME now works (both for files and directories) -
2960        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2961        clients happy  - keep track of CWD for every session separately -
2962        ability to specify root directory name for FTPD in configuration table.
2963        FTPD will then create illusion for FTP clients that this is actually
2964        root directory. - ignore options sent in commands, thus LIST -al FILE
2965        works and doesn't try to list "-al" directory. - buffers are allocated
2966        on stack instead of heap where possible to eliminate malloc/free calls
2967        (avoid possible heap fragmentation troubles). - drop using of task
2968        notepad to pass parameters - use function arguments instead - use
2969        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2970        in socket() instead of AF_INET.
2971
29722001-01-02      Joel Sherrill <joel@OARcorp.com>
2973
2974        * libnetworking/CHANGELOG: Removed.
2975        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2976
29772000-12-14      Eric Norum <eric.norum@usask.ca>
2978
2979        * libnetworking/lib/tftpDriver.c: Added write capability.
2980
29812000-12-08      Joel Sherrill <joel@OARcorp.com>
2982
2983        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2984        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2985        numerous variable declarations conditional on PPP_COMPRESS and
2986        PPP_FILTER.  Commented out variables that were not used because the code
2987        using them was commented out. Removed totally unused variables.
2988        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2989        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2990
29912000-11-30      Joel Sherrill <joel@OARcorp.com>
2992
2993        * libnetworking/modem/ppp_tty.c: Changed to include
2994        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2995        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2996        * libnetworking/Makefile.am: Modified to reflect above.
2997
29982000-11-27      Joel Sherrill <joel@OARcorp.com>
2999
3000        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3001
30022000-11-25      Eric Norum <eric.norum@usask.ca>
3003
3004        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3005        core.
3006
30072000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3008
3009        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3010        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3011        subdir.
3012        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3013        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3014        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3015        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3016        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3017        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3018        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3019        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3020        ppp_tty.c and the real pppd main is in pppmain.c.
3021
30222000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3023
3024        * libchip/network/sonic.c: Added ipalign() routine to align the received
3025        packet so that the ip header is on a 32-bit boundary. Necessary for
3026        cpu's that do not allow unaligned loads and stores and when the 32-bit
3027        DMA mode is used.
3028
30292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3030
3031        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3032        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3033        ACLOCAL_AMFLAGS.
3034        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3035        ACLOCAL_AMFLAGS.
3036        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3037        ACLOCAL_AMFLAGS.
3038
30392000-11-03      Chris Johns <ccj@acm.org>
3040
3041        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3042        libchip/network/cs8900.h: New files.
3043
30442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3045
3046        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3047        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3048        $(RTEMS_TOPdir)/aclocal.
3049        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3050        $(RTEMS_TOPdir)/aclocal.
3051        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3052        $(RTEMS_TOPdir)/aclocal.
3053
30542000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3055
3056        * configure.in: Switch to GNU-canonicalization.
3057        * Makefile.am: Reflect changes to configure.in.
3058        * acinclude.m4: Remove.
3059
30602000-10-30      Joel Sherrill <joel@OARcorp.com>
3061
3062        * POSIX include files merged into newlib.  This resulted in some
3063        definitions moving to other files and thus some secondary effects in
3064        RTEMS source code.
3065        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3066        in sync with newlib's <machine/types.h>.
3067        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3068        definition of struct itimerval in <sys/time.h>.
3069
30702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3071
3072        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3073        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3074        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3075        * ChangeLog: Fix typos.
3076        * configure.in: add tests to the GNU canonicalized subdirectories.
3077
30782000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3079
3080        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3081        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3082        the lib directory before configuring lib/.
3083
30842000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3085
3086        * configure.in, Makefile.am: add exec to the GNU canonicalized
3087        subdirectories.
3088        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3089        * configure.in: add libnetworking, librpc and librdb to the GNU
3090        canonicalized subdirectories.
3091        * configure.in: add libmisc and libchip to the GNU canonicalized
3092        subdirectories.
3093        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3094        Switch to GNU canonicalization.
3095        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3096        Switch to GNU canonicalization.
3097        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3098        Switch to GNU canonicalization.
3099
31002000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3101
3102        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3103        canonicalization to libfs/. The approach is currently a bit of a hack as
3104        GNU canonicalization does not support the per-BSP build some of the
3105        other directories require.  As more of the tree is converted, this will
3106        become less  of an issue.
3107
31082000-10-20      Joel Sherrill <joel@OARcorp.com>
3109
3110        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3111        parameter.
3112
31132000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3114
3115        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3116        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3117        * librdbg/configure.in: Add m68k support.
3118        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3119        subdirectory.
3120        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3121        failure.
3122        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3123        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3124        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3125        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3126        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3127        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3128        librdbg/src/m68k/.cvsignore: New files.
3129        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3130        function pointers.
3131        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3132        _after_ pointer has been checked against NULL.
3133
31342000-10-18      Joel Sherrill <joel@OARcorp.com>
3135
3136        * wrapup/Makefile.am: Added libfs.
3137
31382000-10-18      Chris Johns <ccj@acm.org>
3139
3140        * libfs created.
3141        * configure.in: Added libfs subdirectory.
3142        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3143
31442000-09-28      Joel Sherrill <joel@OARcorp.com>
3145
3146        * libnetworking/rtems_webserver/Makefile.am,
3147        libnetworking/rtems_webserver/base64.c,
3148        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3149        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3150
31512000-09-22      Joel Sherrill <joel@OARcorp.com>
3152
3153        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3154        libnetworking/rtems/rtems_bsdnet_internal.h,
3155        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3156        have included rtems.h.  It is now including precisely the  least amount
3157        of low level, yet portable .h files to get the basic RTEMS types
3158        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3159        used machine/types.h to include rtems.h.
3160
31612000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3162
3163        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3164
31652000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3166
3167        * libnetworking/ChangeLog: Cleanup.
3168
31692000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3170
3171        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3172        * libchip/ChangeLog: Fix formating.
3173
31742000-09-05      Joel Sherrill <joel@OARcorp.com>
3175
3176        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3177        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3178        confusion and to work with the converted flags.
3179
31802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3181
3182        * wrapup/Makefile.am: Include compile.am.
3183        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3184        libchip/serial/Makefile.am: Include compile.am.
3185        * librdbg/src/i386/any/Makefile.am,
3186        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3187        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3188        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3189        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3190        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3191        libnetworking/rtems_servers/Makefile.am,
3192        libnetworking/rtems_webserver/Makefile.am,
3193        libnetworking/wrapup/Makefile.am: Include compile.am.
3194
31952000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3196
3197        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3198        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3199
32002000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3201
3202        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3203
32042000-08-31      Joel Sherrill <joel@OARcorp.com>
3205
3206        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3207        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3208        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3209        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3210        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3211        * libnetworking/wbase64.c: Removed.
3212        * libnetworking/Makefile.am, libnetworking/asp.c,
3213        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3214        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3215        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3216        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3217        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3218        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3219        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3220        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3221        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3222        Modified.
3223
32242000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3225
3226        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3227
32282000-08-30      Joel Sherrill <joel@OARcorp.com>
3229
3230        * libnetworking/rtems_webserver/license.txt: New file.
3231
32322000-08-10      Joel Sherrill <joel@OARcorp.com>
3233
3234        * ChangeLog: New file.
3235        * libchip/ChangeLog: New file.
3236        * librdbg/ChangeLog: New file.
3237        * libnetworking/ChangeLog: New file.
3238
Note: See TracBrowser for help on using the repository browser.