source: rtems/c/src/ChangeLog @ 18a3bbe

4.104.114.84.95
Last change on this file since 18a3bbe was f68663dc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/30/07 at 07:45:06

2007-03-30 Ralf Corsépius <ralf.corsepius@…>

  • libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
  • libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
  • Property mode set to 100644
File size: 126.2 KB
Line 
12007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
4        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
5
62007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
9          being used to compile "tools").
10
112007-03-13      Joel Sherrill <joel@OARcorp.com>
12
13        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
14
152007-03-12      Joel Sherrill <joel@OARcorp.com>
16
17        * libchip/network/cs8900.c, libchip/network/cs8900.h,
18        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
19        and/or fix mistake in copyright notice. Both of these mistakes appear
20        to be from code submitted after these changes were made previously.
21
222007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
25
262007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * libchip/Makefile.am: Correct path to README.tulipclone.
29
302007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * libchip/ide/ata.c: Remove superfluous type casts.
33
342007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
37        Use size_t for sizes.
38
392007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
40
41        * libchip/ide/ata.c: in ata_request_done: moved call to free()
42        from preemption disabled region
43
442007-01-16      Till Straumann <strauman@slac.stanford.edu>
45
46        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
47        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
48        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
49
502006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
53          ioctl_command_t as ioctl argument.
54
552006-12-13      Joel Sherrill <joel@OARcorp.com>
56
57        * librtems++/include/rtems++/rtemsEvent.h,
58        librtems++/include/rtems++/rtemsMessageQueue.h,
59        librtems++/include/rtems++/rtemsSemaphore.h,
60        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
61        librtems++/src/rtemsMessageQueue.cc,
62        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
63        rtems_unsigned32 to uint32_t.
64
652006-12-13      Joel Sherrill <joel@OARcorp.com>
66
67        PR 1181/bsps
68        * optman/rtems/no-msg.c: Clean up dead code.
69
702006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
73
742006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
77        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
78        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
79
802006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * configure.ac: New BUG-REPORT address.
83
842006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Remove ampolish3.
87
882006-11-17      Joel Sherrill <joel@OARcorp.com>
89
90        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
91        blank lines.
92
932006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * configure.ac: Remove RTEMS_AMPOLISH3.
96        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
97          Remove checks for AMPOLISH3.
98        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
99        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
100        * ampolish3: Remove.
101
1022006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
105        * aclocal/prog-cc.m4: Remove CFLAGS.
106        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
107        Compose CFLAGS. Append CFLAGS to ac_configure_args.
108
1092006-10-23      Joel Sherrill <joel@OARcorp.com>
110
111        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
112
1132006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * automake/compile.am: Use hard-coded RTEMS_* flags.
116
1172006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * aclocal/rtems-top.m4: Remove RTEMS_API.
120        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
121
1222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
125
1262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
129
1302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * aclocal/version.m4: Bump version to 4.7.99.0.
133
1342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * configure.ac: Require autoconf-2.60. Require automake-1.10.
137
1382006-09-11      Joel Sherrill <joel@OARcorp.com>
139
140        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
141
1422006-09-04      Joel Sherrill <joel@OARcorp.com>
143
144        * libchip/network/greth.c, libchip/network/open_eth.c,
145        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
146        introduced by warning removal.
147
1482006-09-01      Joel Sherrill <joel@OARcorp.com>
149
150        * libchip/network/greth.c, libchip/network/open_eth.c,
151        libchip/network/smc91111.c: Remove warnings and correct prototype
152        added earlier today.
153
1542006-09-01      Joel Sherrill <joel@OARcorp.com>
155
156        * libchip/network/cs8900.c, libchip/network/greth.c,
157        libchip/network/i82586.c, libchip/network/open_eth.c,
158        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
159        sized integers, and inttypes.h printf helpers.
160
1612006-08-09      Kolja Waschk <waschk@telos.de>
162
163        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
164
1652006-07-12      Joel Sherrill <joel@OARcorp.com>
166
167        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
168
1692006-07-11      Jerry Needell <jerry.needell@unh.edu>
170
171        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
172        4.6 branch.  Original modifications by Gaisler Enterprises.
173        * libchip/network/greth.c, libchip/network/greth.h: New files.
174
1752006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
176
177        * ide/ata.[ch]:
178        (PR1118) fetch priority for ATA task from a variable,
179        not a fixed configuration value.
180       
1812006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Add ampolish3.
184
1852006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * ampolish3: New.
188        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
189
1902006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * aclocal/rtems-ampolish.m4: New.
193        * configure.ac: Use RTEMS_AMPOLISH3.
194
1952006-04-18  Joel Sherrill <joel@OARcorp.com>
196
197        * aclocal/version.m4: Updated to rtems-4.6.99.3.
198
1992006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
200
201        PR 853/filesystem
202        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
203        should be modified to support the new exception scheme and to use the
204        handle parameter.
205
2062006-02-a32     Eric Norum <norume@aps.anl.gov>
207
208        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
209        "newer" PCI access calls.  Minor cleanups.  Comments.
210
2112006-01-12      Eric Norum <norume@aps.anl.gov>
212
213        PR 861/networking
214        PR 863/networking
215        * libchip/network/smc91111.c: Fix illegal lvalue increments.
216
2172006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * wrapup/Makefile.am: Add preinstall.am.
220        * libchip/Makefile.am: Build libchip/network/smc91111.
221        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
222        Eliminate cyg_int* crap.
223
2242006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * librdbg/Makefile.am: Add preinstall.am.
227        * aclocal/bsp-configure.m4: Add ampolish3.
228        New header guards.
229
2302006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * libchip/network/open_eth.c, libchip/network/open_eth.h:
233        Merger from rtems-4-6-branch.
234
2352006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * libchip/network/smc91111.c
238        libchip/network/smc91111config.h
239        libchip/network/smc91111exp.h
240        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
241        * libchip/Makefile.am: Reflect adding smc91111*.
242
2432006-01-08      Joel Sherrill <joel@OARcorp.com>
244
245        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
246        char *.
247
2482006-01-08      Joel Sherrill <joel@OARcorp.com>
249
250        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
251        warnings.
252
2532005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
256        Add RTEMS_RELLDFLAGS.
257        * automake/compile.am: Remove RTEMS_USE_GCC.
258        Remove RTEMS_RELLDFLAGS.
259        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
260
2612005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * libchip/network/if_media.h, libchip/network/mii.h:
264        Remove (Moved to cpukit).
265        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
266        and libchip/network/if_media.h.
267        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
268        if_media.h having moved.
269
2702005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
271
272        * automake/compile.am, automake/host.am, automake/local.am,
273        automake/subdirs.am: Remove depend.
274        * configure.ac: Explicitly pass --libdir and --includedir to
275        testsuites.
276
2772005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
278
279        * configure.ac: Reflect changes to testsuites.
280
2812005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * automake/compile.am: Remove GCCSPECS.
284        * aclocal/prog-cc.m4: Add GCCSPECS.
285        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
286
2872005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
288
289        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
290        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
291
2922005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
293
294        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
295        libcpu/byteorder.h for i386.
296
2972005-11-02      Till Straumann <strauman@slac.stanford.edu>
298
299        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
300        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
301        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
302        added a simple API/library for i2c devices and drivers for i2c
303        2-byte eeproms and a ds1621 temperature sensor; API is documented
304        in libi2c.h.
305
3062005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        * libnetworking/pppd/ipxcp.c,
309        libnetworking/pppd/chat.c,
310        libnetworking/pppd/patchlevel.h,
311        libnetworking/pppd/upap.h,
312        libnetworking/pppd/md5.h,
313        libnetworking/pppd/pppd.8,
314        libnetworking/pppd/README,
315        libnetworking/pppd/preinstall.am,
316        libnetworking/pppd/md4.h,
317        libnetworking/pppd/magic.c,
318        libnetworking/pppd/pppd.h,
319        libnetworking/pppd/demand.c,
320        libnetworking/pppd/rtemsmain.c,
321        libnetworking/pppd/sys-rtems.c,
322        libnetworking/pppd/ipcp.h,
323        libnetworking/pppd/lcp.h,
324        libnetworking/pppd/chap_ms.c,
325        libnetworking/pppd/md4.c,
326        libnetworking/pppd/rtemspppd.h,
327        libnetworking/pppd/cbcp.h,
328        libnetworking/pppd/auth.c,
329        libnetworking/pppd/lcp.c,
330        libnetworking/pppd/example/README,
331        libnetworking/pppd/example/ppp.conf,
332        libnetworking/pppd/example/system.h,
333        libnetworking/pppd/example/netconfig.h,
334        libnetworking/pppd/example/pppdapp.c,
335        libnetworking/pppd/example/init.c,
336        libnetworking/pppd/example/Makefile-user,
337        libnetworking/pppd/example/pppd.options,
338        libnetworking/pppd/rtemspppd.c,
339        libnetworking/pppd/ipxcp.h,
340        libnetworking/pppd/chap_ms.h,
341        libnetworking/pppd/options.c,
342        libnetworking/pppd/magic.h,
343        libnetworking/pppd/chap.h,
344        libnetworking/pppd/cbcp.c,
345        libnetworking/pppd/upap.c,
346        libnetworking/pppd/chap.c,
347        libnetworking/pppd/Makefile.am,
348        libnetworking/pppd/ccp.h,
349        libnetworking/pppd/utils.c,
350        libnetworking/pppd/rtemsdialer.h,
351        libnetworking/pppd/fsm.h,
352        libnetworking/pppd/pathnames.h,
353        libnetworking/pppd/md5.c,
354        libnetworking/pppd/fsm.c,
355        libnetworking/pppd/ipcp.c,
356        libnetworking/pppd/STATUS,
357        libnetworking/pppd/ccp.c,
358        libnetworking/Makefile.am: Remove (Moved to cpukit).
359
3602005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
361
362        * configure.ac: Remove libnetworking, libnetworking/pppd.
363        * wrapup/Makefile.am: Remove libpppd.a.
364
3652005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
366
367        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
368        rtemsdialer.h to $(includedir)/rtems.
369
3702005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        * libnetworking/rtems_telnetd/icmds.c,
373        libnetworking/rtems_telnetd/Makefile.am,
374        libnetworking/rtems_telnetd/preinstall.am,
375        libnetworking/rtems_telnetd/pty.c,
376        libnetworking/rtems_telnetd/pty.h,
377        libnetworking/rtems_telnetd/README,
378        libnetworking/rtems_telnetd/telnetd.c,
379        libnetworking/rtems_telnetd/telnetd.h:
380        Remove (Moved to cpukit).
381
3822005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
383
384        * configure.ac: Remove libnetworking/rtems_telnetd.
385        * libnetworking/Makefile.am: Remove rtems_telnetd.
386        * libnetworking/README: Remove (Obsolete).
387        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
388
3892005-10-20  Eric Norum <norume@aps.anl.gov>
390
391        * libchip/network/dec21140.c: Clean up PCI mapping.
392
3932005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
394
395        * libnetworking/pppd/Makefile.am: Use preinstall.am.
396        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
397        librdbg/src/servrpc.c, librdbg/src/servtgt.c
398        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
399        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
400        * configure.ac: Move optman to the end of BSP_SUBDIRS.
401
4022005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * aclocal/bspopts.m4: Add missing m4 quotes.
405
4062005-09-02  Joel Sherrill <joel@OARcorp.com>
407
408    * aclocal/version.m4: Updated to rtems-4.6.99.2.
409
4102005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
411
412        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
413        libchip/network/dec21140.c: Remove initialization of PCI bus.
414
4152005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
416
417        * optman/Makefile.am: Add preinstall.am.
418
4192005-07-18      Karel Gardas <kgardas@objectsecurity.com>
420
421        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
422        UNTESTED to tested.
423
4242005-06-17      Joel Sherrill <joel@OARcorp.com>
425
426        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
427        it is not supported by the MPC5xx.
428
4292005-06-17      Joel Sherrill <joel@OARcorp.com>
430
431        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
432        interface. Also correct attempting to build on other than PowerPC and
433        x86.
434
4352005-06-16      Daron Chabot <daron@nucleus.usask.ca>
436
437        * libchip/Makefile.am: Add driver for Tulip clones.
438        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
439        libchip/network/if_dcreg.h: New files.
440
4412005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
442
443        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
444        to enable rdbg.
445        * configure.ac: Reflect changes above.
446
4472005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
448
449        * configure.ac: Add ada/.
450
4512005-05-20      Sergei Organov  <osv@topconrd.ru>
452
453        PR 750/networking
454        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
455        wait_input().
456
4572005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
458
459        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
460        rtems/irq.h.
461
4622005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
463
464        * libchip/Makefile.am: Include preinstall.am.
465        * libchip/preinstall.am: New.
466
4672005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
468
469        * configure.ac: Add AMPOLISH3.
470        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
471        * libnetworking/rtems_telnetd/preinstall.am: New.
472        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
473
4742005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
475
476        * configure.ac: Let enable_rpcgen default to "no".
477
4782005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
479
480        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
481
4822005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
483
484        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
485        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
486
4872005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
488
489        * libchip/network/dec21140.c, libchip/network/elnk.c,
490        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
491
4922005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
493
494        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
495        of code as a result of the implementation of a common PCI interface.
496
4972005-05-04      Joel Sherrill <joel@OARcorp.com>
498
499        * libchip/network/open_eth.c: Remove prototype of set_vector.
500
5012005-05-03      Joel Sherrill <joel@OARcorp.com>
502
503        * librdbg/src/ptrace.c: Remove warning.
504
5052005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
506
507        * libchip/network/dec21140.c, libchip/network/elnk.c,
508        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
509        Modified parameter list to remove warnings.
510
5112005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
512
513        * libchip/network/cs8900.c, libchip/network/i82586.c,
514        libchip/network/open_eth.c, libchip/network/sonic.c,
515        libchip/serial/mc68681.c: Modified types to remove
516        warnings.  Added initialization to remove warnings.
517
5182005-04-28      Joel Sherrill <joel@OARcorp.com>
519
520        * libchip/network/README.sonic: Rewritten to account for removal of
521        dmv177.
522
5232005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
524
525        PR 781/rtems_misc
526        * libchip/serial/ns16550_p.h: Fix baud rate calculation
527
5282005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
529
530        * libchip/serial/ns16550.c:
531        Fixed warnings generated in various powerpc configurations
532
5332005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
534
535        * libchip/serial/ns16550.c: Modified
536        ISR to work with PPC new exception processing
537
5382005-03-14      Joel Sherrill <joel@OARcorp.com>
539
540        * libchip/network/dec21140.c, libchip/network/elnk.c,
541        libchip/network/if_fxp.c: Continue PCI API unification. All use
542        pci_find_device(). Network drivers manufacture a signature since all
543        calls have not been converted yet.
544
5452005-03-04      Joel Sherrill <joel@OARcorp.com>
546
547        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
548        initialize function part of the unified PCI API as pci_initialize().
549
5502005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
551
552        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
553        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
554
5552005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
556
557        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
558        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
559
5602005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
561
562        * aclocal/ppc.m4: Reflect changes to ppc exception processing
563        building procedures.
564
5652005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
566
567        * aclocal/prog-cc.m4:
568        Quote CFLAGS's RHS to accomodate Solaris broken sh.
569
5702005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
571
572        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
573
5742005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
575
576        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
577
5782005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
581
5822005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
583
584        * libnetworking/rtems_servers/ftp.c,
585        libnetworking/rtems_servers/ftp.h,
586        libnetworking/rtems_servers/Makefile.am:
587        Remove (relocated to cpukit/ftpd).
588        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
589        removed move libnetworking/rtems_servers.
590
5912005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
592
593        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
594
5952005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
596
597        PR 755/rtems
598        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
599        Remove local declarations of rtems_bsdnet_nameservers,
600        rtems_bsdnet_nameservers_count.
601
6022005-01-31      Sergei Organov <osv@topconrd.ru>
603
604        PR 751/pppd
605        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
606        committed to fix PR736 breaks pppd. chat.c should have its own static
607        ttyfd for pppd to work correctly. The symptom is that second
608        invokation of chat (for connect script) fails due to pppd_ttyfd set
609        to -1 by previous chat invokation (for init script). In addition,
610        this patch fixes leaving of dangling pointer in the abort_stbring[]
611        by chat_send().
612
6132005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
614
615        * configure.ac: Remove CFLAGS_DEBUG_V.
616        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
617
6182005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
619
620        * wrapup/Makefile.am: Remove rtems-ctor.o.
621
6222005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
623
624        * libchip/rtc/rtc.h: size_t RTC_Count.
625
6262005-01-20      Joel Sherrill <joel@OARcorp.com>
627
628        PR 736/pppd
629        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
630        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
631        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
632        should not be static and should have a name more specific to pppd.
633
6342005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
635
636        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
637        libnetworking/rtems_servers/Makefile.am,
638        libnetworking/rtems_telnetd/Makefile.am,
639        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
640        Eliminate CFLAGS_OPTIMIZE_V.
641
6422005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
643
644        * configure.ac: Pass CFLAGS to testsuites configure.
645        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
646        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
647
6482005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
649
650        * configure.ac: Pass CFLAGS to cpukit configure.
651        * aclocal/rtems-flags.m4: Remove (Unused).
652        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
653        * aclocal/env-rtemsbsp.m4:
654        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
655        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
656        RTEMS_CFLAGS.
657        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
658        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
659        Cleanup comments.
660
6612005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
662
663        * automake/compile.am: Remove build-variant support.
664
6652005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
666
667        * libnetworking/pppd/Makefile.am,
668        libnetworking/rtems_servers/Makefile.am,
669        libnetworking/rtems_telnetd/Makefile.am:
670        Remove build-variant support.
671
6722005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
673
674        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
675        support/Makefile.am, wrapup/Makefile.am:
676        Remove build-variant support.
677
6782004-11-22      Joel Sherrill <joel@OARcorp.com>
679
680        * libchip/network/if_fxp.c: Add entry for another module ID code.
681
6822004-11-22      Joel Sherrill <joel@OARcorp.com>
683
684        PR 693/misc
685        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
686        in/outport routines.
687
6882004-11-22      Joel Sherrill <joel@OARcorp.com>
689
690        PR 693/misc
691        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
692        in/outport routines.
693
6942004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
695
696        * aclocal/enable-itron.m4: Remove (unused).
697
6982004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
699
700        * configure.ac: Misc. quoting cleanups.
701        Enable ada-tests iff --enable-ada and --enable-tests.
702
7032004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
704
705        PR 703/filesystem
706        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
707        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
708        libchip/ide/ide_controller.c:
709        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
710        available for BSPS/device drivers.
711        Extend the "modes_available" and "mode_active" parameters to
712        uint16_t for UDMA support.
713
7142004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
715
716        * libchip/network/dec21140.c: Cleanup a bit and remove message about
717        not supported on PowerPC since it works on the MVME2100 BSP.
718
7192004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
720
721        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
722        Add dependency tracking for *.cfgs.
723        * Makefile.am: Add dependency tracking for *.cfg.
724
7252004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
726
727        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
728        (Thanks to Lars Munch <lars@segv.dk> for catching this).
729
7302004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
731
732        PR 707/make_build
733        * configure.ac: Add --enable-rpcgen.
734
7352004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
736
737        PR 700/rtems_misc
738        * libnetworking/rtems_webserver/asp.c,
739        libnetworking/rtems_webserver/balloc.c,
740        libnetworking/rtems_webserver/cgi.c,
741        libnetworking/rtems_webserver/default.c,
742        libnetworking/rtems_webserver/ej.h,
743        libnetworking/rtems_webserver/ejIntrn.h,
744        libnetworking/rtems_webserver/ejlex.c,
745        libnetworking/rtems_webserver/ejparse.c,
746        libnetworking/rtems_webserver/emfdb.c,
747        libnetworking/rtems_webserver/emfdb.h,
748        libnetworking/rtems_webserver/form.c,
749        libnetworking/rtems_webserver/handler.c,
750        libnetworking/rtems_webserver/h.c,
751        libnetworking/rtems_webserver/license.txt,
752        libnetworking/rtems_webserver/Makefile.am,
753        libnetworking/rtems_webserver/md5c.c,
754        libnetworking/rtems_webserver/md5.h,
755        libnetworking/rtems_webserver/mime.c,
756        libnetworking/rtems_webserver/misc.c,
757        libnetworking/rtems_webserver/NOTES,
758        libnetworking/rtems_webserver/ringq.c,
759        libnetworking/rtems_webserver/rom.c,
760        libnetworking/rtems_webserver/rtems_webserver.h,
761        libnetworking/rtems_webserver/security.c,
762        libnetworking/rtems_webserver/sock.c,
763        libnetworking/rtems_webserver/socket.c,
764        libnetworking/rtems_webserver/sockGen.c,
765        libnetworking/rtems_webserver/sym.c,
766        libnetworking/rtems_webserver/uemf.c,
767        libnetworking/rtems_webserver/uemf.h,
768        libnetworking/rtems_webserver/um.c,
769        libnetworking/rtems_webserver/um.h,
770        libnetworking/rtems_webserver/umui.c,
771        libnetworking/rtems_webserver/url.c,
772        libnetworking/rtems_webserver/value.c,
773        libnetworking/rtems_webserver/wbase64.c,
774        libnetworking/rtems_webserver/webcomp.c,
775        libnetworking/rtems_webserver/webmain.c,
776        libnetworking/rtems_webserver/webpage.c,
777        libnetworking/rtems_webserver/webrom.c,
778        libnetworking/rtems_webserver/webs.c,
779        libnetworking/rtems_webserver/websda.c,
780        libnetworking/rtems_webserver/websda.h,
781        libnetworking/rtems_webserver/webs.h,
782        libnetworking/rtems_webserver/websSSL.c,
783        libnetworking/rtems_webserver/websSSL.h,
784        libnetworking/rtems_webserver/websuemf.c,
785        libnetworking/rtems_webserver/wsIntrn.h:
786        Remove (Moved to cpukit/http).
787
7882004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
789
790        PR 700/rtems_misc
791        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
792        Remove libnetworking/rtems_webserver.
793
7942004-10-25      Eric Norum <norume@aps.anl.gov>
795
796        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
797
7982004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
799
800        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
801
8022004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
803
804        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
805        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
806
8072004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
808
809        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
810
8112004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
812
813        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
814        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
815
8162004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
817
818        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
819        BITSPERBYTE.
820
8212004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
822
823        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
824        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
825
8262004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
827
828        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
829
8302004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
831
832        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
833        * aclocal/enable-bare.m4: Remove.
834        * configure.ac: Remove BARE_CPU_MODEL.
835
8362004-10-13      Eric Norum <norume@aps.anl.gov>
837
838        PR 688/bsps
839        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
840        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
841        MC146818A (and several Dallas Semiconductor) TOD chips.
842
8432004-10-13      Eric Norum <norume@aps.anl.gov>
844
845        PR 686/networking
846        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
847        device code.
848
8492004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
850
851        * libchip/network/dec21140.c: include <rtems/pci.h>.
852
8532004-09-29      Joel Sherrill <joel@OARcorp.com>
854
855        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
856        libnetworking/pppd/utils.c: i960 obsoleted and all references
857        removed.
858
8592004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
860
861        PR 607/networking
862        * libchip/network/dec21140.c: Made PCI configuration minimum sane
863        instead of fully specifying unused PCI features.
864
8652004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
866
867        * configure.ac: Require automake > 1.9.
868
8692004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
870
871        * aclocal/rtems-cpu-subdirs.m4: Add avr.
872
8732004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
874
875        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
876        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
877
8782004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
879
880        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
881        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
882
8832004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
884
885        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
886
8872004-07-28  Joel Sherrill <joel@OARcorp.com>
888
889    * aclocal/version.m4: Updated to rtems-4.6.99.1.
890
8912004-07-25      Joel Sherrill <joel@OARcorp.com>
892
893        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
894
8952004-05-21  Till Strauman <strauman@slac.stanford.edu>
896
897        PR 625/networking
898        * libchip/network/dec21140.c, ... : Prevent name clashes by making
899        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
900        an error rather than panic if no chip is detected (thus allowing
901        for probing).
902        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
903        instead of looping forever.  Avoid divide by zero (crashed my PC).
904        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
905        they are UNTESTED.
906
9072004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
908
909        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
910
9112004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
912
913        * libchip/network/dec21140.c, libchip/network/elnk.c:
914        #include <errno.h>.
915
9162004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
917
918        * libchip/network/if_media.h: Update from FreeBSD.
919        * libchip/network/open_eth.c, libchip/network/cs8900.c,
920        libchip/network/i82586.c: #include <errno.h>.
921
9222004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
923
924        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
925
9262004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
927
928        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
929
9302004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
931
932        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
933        automake).
934
9352004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
936
937        PR 599/pppd
938        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
939
9402004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
941
942        * optman/rtems/no-region.c: Reflect having changed
943        rtems_region_get_segment_size.
944
9452004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
946
947        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
948        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
949        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
950        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
951        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
952        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
953        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
954
9552004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
956
957        * libchip/ide/ata.c, libchip/network/dec21140.c,
958        libchip/network/elnk.c, libchip/network/i82586.c,
959        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
960        libchip/network/open_eth.c, libchip/network/sonic.c,
961        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
962        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
963        libchip/shmdr/init.c, libchip/shmdr/intr.c,
964        libchip/shmdr/shm_driver.h: Cosmetics.
965
9662004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
967
968        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
969        optman/rtems/no-msg.c, optman/rtems/no-part.c,
970        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
971        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
972        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
973        fixed size types.
974
9752004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
976
977        * configure.ac: Explicitly pass --includedir and --libdir to
978        cpukit/configure.
979
9802004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
981
982        * librdbg/Makefile.am: Fix rpcgen rules.
983        * librdbg/src/i386/any/remdeb_xdr.c,
984        librdbg/src/m68k/any/remdeb_xdr.c,
985        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
986        Reflect changes to librdbg/Makefile.am.
987
9882004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
989
990        * configure.ac: Reflect changes testsuites/configure.ac and
991        cpukit/configure.ac.
992
9932004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
994
995        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
996        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
997
9982004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
999
1000        * configure.ac: Reflect changes to testsuites's configuration.
1001
10022004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1003
1004        PR/589 rtems
1005        * libchip/network/pci.h: Remove (Moved to cpukit).
1006
10072004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1008
1009        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1010        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1011        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1012        libchip/network/dec21140.c, libchip/network/elnk.c,
1013        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1014        libchip/network/open_eth.h, libchip/network/sonic.c,
1015        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1016        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1017        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1018        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1019        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1020        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1021        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1022        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1023        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1024        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1025        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1026        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1027        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1028        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1029        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1030        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1031        fixed-size types.
1032
10332004-03-14      Chris Johns  <chrisj@rtems.org>
1034
1035        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1036        the BSP example code.
1037        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1038        support the DIMMPC. This is a pc386 target with IO port support. Minor
1039        formating clean up. Add documentation to the header file.
1040        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1041        cs8900.h header file.
1042
10432004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1046        Cosmetics.
1047
10482004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1049
1050        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1051        There are no application level Makefiles in here.
1052
10532004-03-04      Joel Sherrill <joel@OARcorp.com>
1054
1055        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1056        they can be used in application level makefiles.
1057
10582004-03-05      Joel Sherrill <joel@OARcorp.com>
1059
1060        * libnetworking/rtems_webserver/ejparse.c,
1061        libnetworking/rtems_webserver/emfdb.c,
1062        libnetworking/rtems_webserver/sock.c,
1063        libnetworking/rtems_webserver/socket.c,
1064        libnetworking/rtems_webserver/sym.c,
1065        libnetworking/rtems_webserver/webs.c,
1066        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
10672004-03-05      Joel Sherrill <joel@OARcorp.com>
1068
1069        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1070        compiling this file only only those CPU families with supported
1071        exception models.
1072
10732004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1076        testsuites (Was exposed with --enable-multilib, only).
1077        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1078         Add RTEMS_BSP_CONFIG_SUBDIR.
1079        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1080        testsuites's configure.
1081        * aclocal/rtems-top.m4: Remove ENDIF hack.
1082        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1083
10842004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1085
1086        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1087        wrapup/Makefile.am: Fix automake problems having been introduced
1088        in previous patch.
1089
10902004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1093        Preinstall dirs.
1094        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1095        * aclocal/check-multiprocessing.m4: Cosmetics.
1096        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1097        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1098
10992004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1102        librdbg/src/Makefile.am.
1103        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1104        * configure.ac: Reflect changes above.
1105        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1106        * wrapup/Makefile.am: Reflect changes above.
1107        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1108
11092004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1110
1111        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1112
11132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1114
1115        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1116
11172004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
1119        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1120
11212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1122
1123        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1124        librdbg/src/powerpc/Makefile.am: Remove.
1125        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1126        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1127        * configure.ac: Reflect changes above.
1128
11292004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1130
1131
11322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1133
1134        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1135        STRIP.
1136
11372004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1138
1139        * librdbg/include/Makefile.am: Merge-in
1140        librdbg/include/rdbg/i386/Makefile.am,
1141        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1142        librdbg/include/rdbg/powerpc/Makefile.am.
1143        * librdbg/include/rdbg/i386/Makefile.am,
1144        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1145        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1146        * configure.ac: Reflect changes above.
1147
11482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1149
1150        * configure.ac: Use AS_HELP_STRING(ada).
1151
11522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1153
1154        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1155        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1156        Use AC_CONFIG_HEADERS.
1157        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1158        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1159
11602004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1161
1162        * Makefile.am: include local.am.
1163
11642004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165
1166        * aclocal/version.m4: 4.6.99.0.
1167
11682004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169
1170        * Makefile.am: Don't include host.am.
1171        * automake/compile.am: Further cleanups.
1172
11732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1174
1175        * automake/lib.am: Remove (Unused).
1176
11772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1178
1179        * wrapup/Makefile.am: Don't include lib.am.
1180        * automake/compile.am: Use automake compilation rules.
1181
11822004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1183
1184        * libnetworking/pppd/Makefile.am,
1185        libnetworking/rtems_servers/Makefile.am,
1186        libnetworking/rtems_telnetd/Makefile.am,
1187        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1188        support/Makefile.am: Don't include lib.am.
1189
11902004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1191
1192        * libchip/Makefile.am: Don't include lib.am.
1193        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1194        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1195        unnecessary EXTRA_DISTs.
1196
11972004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1198
1199        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1200        hack.
1201
12022004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1203
1204        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1205        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1206        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1207        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1208
12092004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1210
1211        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1212        Add AM_CONDITIONAL(HAS_MP).
1213        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1214        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1215        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1216        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1217        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1218        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1219        (Deprecated by autoconf 2.59).
1220
12212004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1222
1223        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1224        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1225
12262004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1227
1228        * ChangeLog: Merge-in libnetworking/ChangeLog.
1229        * libnetworking/ChangeLog: Remove.
1230        * ChangeLog: Merge-in librdbg/ChangeLog.
1231        * librdbg/ChangeLog: Remove.
1232        * ChangeLog: Merge-in libchip/ChangeLog.
1233        * libchip/ChangeLog: Remove.
1234        * ChangeLog: Merge-in optman/ChangeLog.
1235        * optman/ChangeLog: Remove.
1236
12372004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1238
1239        * configure.ac: Reflect changes to cpukit.
1240        * wrapup/Makefile.am: Reflect changes to librdbg.
1241        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1242        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1243        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1244        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1245        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1246        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1247        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1248        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1249        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1250
12512004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1252
1253        * aclocal/rtems-top.m4: Remove check for version.m4.
1254        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1255
12562004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1259        * wrapup/Makefile.am: Reflect changes to libchip/*.
1260        * support/Makefile.am: Use automake compilation rules.
1261        * wrapup/Makefile.am: Reflect changes to support/*.
1262        * configure.ac: Remove libnetworking/wrapup/Makefile.
1263        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1264        libnetworking/*/lib*.a instead of libnetapps.a.
1265        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1266        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1267        * optman/Makefile.am: Use automake compilation rules.
1268        * libchip/Makefile.am: Fix typo in previous patch.
1269        * libchip/Makefile.am: Use automake compilation rules.
1270        * libnetworking/Makefile.am: Remove wrapup.
1271        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1272        automake-compilation rules.
1273        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1274        automake-compilation rules.
1275        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1276        automake-compilation rules.
1277        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1278        automake-compilation rules.
1279        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1280
12812004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1282
1283        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1284        PRE/TMPINSTALL_FILES to CLEANFILES.
1285        * automake/lib.am: Remove TMPINSTALL_FILES.
1286        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1287        PRE/TMPINSTALL_FILES to CLEANFILES.
1288        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1289        PRE/TMPINSTALL_FILES to CLEANFILES.
1290        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1291        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1292        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1293        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1294        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1295        * librdbg/src/i386/Makefile.am: Ditto.
1296        * librdbg/src/m68k/Makefile.am: Ditto.
1297        * librdbg/src/powerpc/Makefile.am: Ditto.
1298        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1299        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1300        * libnetworking/rtems_servers/Makefile.am: Ditto.
1301        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1302        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1303
13042004-01-07      Joel Sherrill <joel@OARcorp.com>
1305
1306        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1307        more completely covers the MIPS family.
1308
13092003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1310
1311        * wrapup/Makefile.am: Reflect changes to shmdr.
1312        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1313
13142003-12-18      Joel Sherrill <joel@OARcorp.com>
1315
1316        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1317        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1318        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1319        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1320        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1321        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1322        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1323
13242003-12-17      Joel Sherrill <joel@OARcorp.com>
1325
1326        * aclocal/version.m4: Updated to rtems-20031217-test.
1327
13282003-12-17     
1329
1330        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1331        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1332
13332003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1334
1335        * automake/compile.am: Remove LINK_LIBS (Unused).
1336        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1337
13382003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1339
1340        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1341        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1342        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1343        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1344        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1345
13462003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1347
1348        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1349        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1350        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1351        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1352        * librdbg/src/i386/Makefile.am:
1353        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1354        * librdbg/src/m68k/Makefile.am:
1355        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1356        * librdbg/src/powerpc/Makefile.am:
1357        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1358
13592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1360
1361        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1362        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1363        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1364        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1365        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1366        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1367        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1368        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1369        * optman/Makefile.am: Remove project_libdir.
1370        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1371        PRE/TMPINSTALL_FILES.
1372        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1373        PRE/TMPINSTALL_FILES.
1374        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1375        PRE/TMPINSTALL_FILES.
1376        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1377        PRE/TMPINSTALL_FILES.
1378        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1379        from PRE/TMPINSTALL_FILES.
1380        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1381        PRE/TMPINSTALL_FILES.
1382        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1383        PRE/TMPINSTALL_FILES.
1384        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1385        PRE/TMPINSTALL_FILES.
1386        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1387        PRE/TMPINSTALL_FILES.
1388        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1389        PRE/TMPINSTALL_FILES.
1390        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1391        PRE/TMPINSTALL_FILES.
1392        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1393        from PRE/TMPINSTALL_FILES.
1394
13952003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1396
1397        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1398        * automake/lib.am: Remove project_libdir.
1399        * wrapup/Makefile.am: Reworked.
1400
14012003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1402
1403        * configure.ac: Reflect changes to librdbg.
1404        * optman/Makefile.am: Add tmpinstall dirstamp support.
1405        * libchip/Makefile.am: Fix variant-tmpinstall support.
1406        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1407        * librdbg/src/powerpc/Makefile.am: Merge-in former
1408        new_exception_processing/Makefile.am.
1409        * librdbg/src/m68k/any/Makefile.am: Remove.
1410        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1411        * librdbg/src/i386/any/Makefile.am: Remove.
1412        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1413        * librdbg/src/Makefile.am: Cosmetics.
1414        * librdbg/include/Makefile.am: Cosmetics.
1415        * librdbg/Makefile.am: Cosmetics.
1416        * libnetworking/Makefile.am: Cosmetics.
1417        * libnetworking/pppd/Makefile.am: Cosmetics.
1418        * libnetworking/wrapup/Makefile.am: Cosmetics.
1419
14202003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1421
1422        * Makefile.am: Cosmetics.
1423        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1424        support.
1425
14262003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1427
1428        * automake/compile.am: Remove $(ARCH):-rule.
1429
14302003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1431
1432        * configure.ac: Remove lib/libbsp/shared/Makefile,
1433        lib/libbsp/shmdr/Makefile.
1434
14352003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1436
1437        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1438        libchip/serial/Makefile, libchip/rtc/Makefile.
1439        * support/Makefile.am: Remove all-local: $(ARCH).
1440        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1441        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1442        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1443        * optman/Makefile.am: Remove all-local: $(ARCH).
1444        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1445        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1446        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1447        compilation dirstamp support.
1448        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1449        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1450        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1451        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1452        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1453        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1454        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1455        all-local: $(ARCH).
1456        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1457        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1458        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1459        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1460        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1461
14622003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1463
1464        * aclocal/lead-dot.m4: New (from automake-1.7f).
1465        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1466        AC_SUBST(dirstamp).
1467        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1468        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1469        libchip/serial/Makefile.am: Ditto.
1470        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1471        * librdbg/include/Makefile.am: Ditto.
1472        * librdbg/include/rdbg/Makefile.am: Ditto.
1473        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1474        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1475        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1476        * librdbg/src/Makefile.am: Ditto.
1477        * librdbg/src/i386/Makefile.am: Ditto.
1478        * librdbg/src/i386/any/Makefile.am: Ditto.
1479        * librdbg/src/m68k/Makefile.am: Ditto.
1480        * librdbg/src/m68k/any/Makefile.am: Ditto.
1481        * librdbg/src/powerpc/Makefile.am: Ditto.
1482        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1483        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1484        preinstallation.
1485        * libnetworking/pppd/Makefile.am: Ditto.
1486        * libnetworking/rtems_servers/Makefile.am: Ditto.
1487        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1488        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1489        * libnetworking/wrapup/Makefile.am: Ditto.
1490
14912003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1492
1493        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1494        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1495        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1496        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1497        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1498        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1499        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1500        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1501        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1502        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1503        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1504        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1505        underquoting to silence automake-1.8.
1506
15072003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1508
1509        * configure.ac: Reflect having moved tests to ../../testsuites.
1510
15112003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1512
1513        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1514        * aclocal/canonical-host.m4: Remove.
1515        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1516        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1517
15182003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1519
1520        * aclocal/check-cpu.m4: Remove.
1521        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1522        * aclocal/canonical-target-name.m4: Add m4-quotes.
1523        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1524        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1525        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1526        * aclocal/check-networking.m4: Add m4-quotes. Require
1527        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1528        * aclocal/check-posix.m4: Add m4-quotes. Require
1529        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1530        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1531        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1532        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1533
15342003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1535
1536        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1537        * aclocal/bsp-alias.m4: Remove.
1538
15392003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1540
1541        * configure.ac: Make presence of tests/ optional.
1542
15432003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1544
1545        * aclocal/path-perl.m4: Remove (Unused).
1546
15472003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1548
1549        * automake/force-preinstall.am: Remove.
1550
15512003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1552
1553        PR 499/rtems_misc
1554        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1555        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1556        Configuration (Odd was forced) - Correction of Stop Bit configuration
1557        (inversed) - Correction of ISR Handler to call
1558        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1559        CTS Hardware flow control Configuration.
1560
15612003-09-04      Joel Sherrill <joel@OARcorp.com>
1562
1563        * lib/libcpu/shared/include/cache.h,
1564        lib/libcpu/shared/src/cache_aligned_malloc.c,
1565        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1566        license changed.
1567        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1568        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1569        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1570        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1571        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1572        for license changed.
1573        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1574        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1575        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1576        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1577        libchip/network/cs8900.h, libchip/network/dec21140.c,
1578        libchip/network/elnk.c, libchip/network/open_eth.c,
1579        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1580        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1581        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1582        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1583        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1584        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1585        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1586        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1587        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1588        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1589        libchip/serial/serial.h, libchip/serial/z85c30.c,
1590        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1591        libchip/serial/z85c30_reg.c: URL for license changed.
1592
15932003-09-03      Jiri Gaisler <jiri@gaisler.com>
1594
1595        PR 477/networking
1596        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1597        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1598        libchip/network/open_eth.h: New files.
1599
16002003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * aclocal/rtems-top.m4: Add RTEMS_API.
1603        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1604
16052003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1606
1607        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1608        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1609        @RTEMS_BSP@.cfg.
1610
16112003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1612
1613        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1614
16152003-08-20      Joel Sherrill <joel@OARcorp.com>
1616
1617        * libchip/network/cs8900.c: Correct copyright statements.
1618
16192003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1620
1621        * aclocal/check-itron.m4: Remove.
1622        * aclocal/enable-inlines.m4: Remove.
1623        * Makefile.am: Reflect having moved aclocal/.
1624        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1625        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1626        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1627        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1628        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1629        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1630        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1631        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1632        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1633        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1634        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1635        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1636        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1637        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1638        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1639        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1640        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1641        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1642        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1643        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1644        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1645        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1646        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1647        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1648        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1649        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1650        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1651        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1652        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1653        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1654        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1655        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1656        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1657        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1658        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1659        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1660        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1661        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1662        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1663        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1664        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1665        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1666        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1667        * aclocal/target.m4: New (Copied from ../../aclocal).
1668        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1669        * aclocal/version.m4: New (Copied from ../../aclocal).
1670
16712003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1672
1673        * configure.ac: Remove stray comments.
1674        * automake/local.am, automake/host.am: Remove "debug".
1675
16762003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1677
1678        * Makefile.am: Reflect having moved automake/.
1679        * lib/Makefile.am: Reflect having moved automake/.
1680        * support/Makefile.am: Reflect having moved automake/.
1681        * wrapup/Makefile.am: Reflect having moved automake/.
1682        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1683        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1684        from ../../automake).
1685        * optman/Makefile.am: Reflect having moved automake/.
1686        * libchip/Makefile.am: Reflect having moved automake/.
1687        * libchip/ide/Makefile.am: Reflect having moved automake/.
1688        * libchip/network/Makefile.am: Reflect having moved automake/.
1689        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1690        * libchip/serial/Makefile.am: Reflect having moved automake/.
1691        * librdbg/Makefile.am: Reflect having moved automake/.
1692        * librdbg/include/Makefile.am: Reflect having moved automake/.
1693        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1694        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1695        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1696        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1697        automake/.
1698        * librdbg/src/Makefile.am: Reflect having moved automake/.
1699        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1700        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1701        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1702        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1703        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1704        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1705        having moved automake/.
1706        * libnetworking/Makefile.am: Reflect having moved automake/.
1707        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1708        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1709        automake/.
1710        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1711        automake/.
1712        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1713        automake/.
1714        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1715
17162003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1717
1718        * Makefile.am: Add bsp.pc.in.
1719        * bsp.pc.in: New (pkgconfig support).
1720
17212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1722
1723        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1724
17252003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1726
1727        * lib/Makefile.am: New (Required by 'make dist').
1728        * lib/ChangeLog: Remove.
1729        * lib/.cvsignore: Cleanup.
1730        * configure.ac: Reflect having added lib/Makefile.am.
1731        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1732        lib/libbsp/configure.ac.
1733        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1734        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1735
17362003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1737
1738        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1739        * configure.ac: Merge-in librdbg/configure.ac.
1740        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1741        librdbg/configure.ac.
1742        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1743        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1744        LIBCHIP. Conditionally build include-dirs.
1745        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1746        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1747        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1748        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1749        librdbg/include/rdbg/m68k/Makefile.am,
1750        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1751        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1752        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1753        librdbg/src/powerpc/Makefile.am, librdbg/
1754        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1755        configure.ac into ../configure.ac.
1756        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1757        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1758        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1759        libnetworking/rtems_telnetd/Makefile.am,
1760        libnetworking/rtems_webserver/Makefile.am,
1761        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1762        into ../configure.ac.
1763
17642003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1765
1766        PR 427/rtems
1767        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1768        * librdbg/src/servtsp.c: Ditto.
1769
17702003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1771
1772        PR 429/bsps
1773        PR 432/bsps
1774        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1775        packets are queued onto an elnk board, the ISR will deadlock the device
1776        with a tx complete interrupt.  Lighter tx loads are not affected as they
1777        end up submitting single packets to the device.
1778
17792003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1780
1781        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1782        optman/configure.ac.
1783        * optman/configure.ac: Remove (Merged into ../configure.ac).
1784        * optman/Makefile.am: Reflect having merged configure.ac into
1785        ../configure.ac.
1786        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1787        * libchip/Makefile.am, libchip/ide/Makefile.am,
1788        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1789        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1790        ../configure.ac.
1791
17922003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1793
1794        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1795
17962003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1797
1798        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1799        on i386.
1800
18012003-06-13      Joel Sherrill <joel@OARcorp.com>
1802
1803        * libnetworking/pppd/chat.c: Removed warnings.
1804
18052003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1806
1807        * libchip/network/README.3com: New file missed in previous commit.
1808        PR 405/bsps
1809        PR 393/networking
1810        * libchip/network/dec21140.c: Fix leak also known as PR393.
1811        * libchip/network/elnk.c, libchip/network/if_media.h,
1812        libchip/network/mii.h: New files.
1813        * libchip/network/Makefile.am: Reflect new files.
1814
18152003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1816
1817        * configure.ac: Remove support for profile-variant.
1818
18192003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1820
1821        PR 397/pppd
1822        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1823        * libnetworking/pppd/magic.c: Remove *rand48.
1824        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1825
18262003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1827
1828        * wrapup/Makefile.am: Add libide.a.
1829
18302003-04-15      Joel Sherrill <joel@OARcorp.com>
1831
1832        PR 387/rtems_misc
1833        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1834        routines.
1835        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1836
18372003-04-11      Joel Sherrill <joel@OARcorp.com>
1838
1839        * libnetworking/rtems_webserver/cgi.c,
1840        libnetworking/rtems_webserver/sockGen.c,
1841        libnetworking/rtems_webserver/umui.c,
1842        libnetworking/rtems_webserver/websSSL.c,
1843        libnetworking/rtems_webserver/websSSL.h,
1844        libnetworking/rtems_webserver/websda.c,
1845        libnetworking/rtems_webserver/websda.h: New files. Not included in
1846        previous commit.
1847
18482003-04-10      Joel Sherrill <joel@OARcorp.com>
1849
1850        PR 371/pppd
1851        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1852        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1853        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1854        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1855        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1856        still global symbols in rtemspppd.h which might need to be changed or
1857        converted into member of a structure which is dereferenced with a
1858        pointer that is managed as a per task variable. But this patch should
1859        avoid many conflicts.
1860
18612003-03-27      Joel Sherrill <joel@OARcorp.com>
1862
1863        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1864        not allowed in the cpukit source code since it must be buildable
1865        independent of any BSP. These files were moved to libchip/ide.
1866        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1867        files.
1868
18692003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1870
1871        PR 368/filesystems
1872        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1873        improvements which now work on pc386 and mbx8xx.
1874        * libchip/ide/ide_controller.c: New file.
1875
18762003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1877
1878        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1879
18802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1881
1882        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1883        * configure.ac: Add support/.
1884        * support/.cvsignore: New.
1885        * support/Makefile.am: New.
1886        * support/version.c: New.
1887        * wrapup/Makefile.am: Add support/libsupport.a.
1888        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1889        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1890        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1891        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1892
18932003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1894
1895        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1896
18972003-02-20      Till Straumann <strauman@slac.stanford.edu>
1898
1899        PR 354/networking
1900        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1901        chip against a table of supported chips. The untested ones are still
1902        commented out, however.
1903
19042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1905
1906        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1907        * configure.ac: AC_PREREQ(2.57).
1908        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1909        * optman/configure.ac: AC_PREREQ(2.57).
1910        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1911        * libchip/configure.ac: AC_PREREQ(2.57).
1912        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1913        * librdbg/configure.ac: AC_PREREQ(2.57).
1914        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1915        * libnetworking/configure.ac: AC_PREREQ(2.57).
1916
19172003-02-06      Joel Sherrill <joel@OARcorp.com>
1918
1919        * libnetworking/pppd/chat.c: Convert routines with common names to
1920        static. This included get_char(), put_char(), and character() among
1921        others.
1922
19232003-02-03      Joel Sherrill <joel@OARcorp.com>
1924
1925        PR 338/filesystem
1926        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1927        rtems_io_lookup_name() (API change).  Unused function removed.
1928
19292003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1930
1931        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1932        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1933        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1934        Eliminate *_O_FILES.
1935        * libnetworking/rtems_servers/Makefile.am,
1936        libnetworking/rtems_webserver/Makefile.am,
1937        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1938
19392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1940
1941        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1942        Let all-local: depend on $(LIB).
1943        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1944        * optman/Makefile.am: Apply install-data-local to install *.rels.
1945
19462002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1947
1948        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1949        %.c rules.
1950        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1951        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1952        * libchip/rtc/Makefile.am: Ditto.
1953        * libchip/serial/Makefile.am: Ditto.
1954
19552002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1956
1957        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1958        LIBC_DEFINES.
1959        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1960        LIBC_DEFINES.
1961        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1962        LIBC_DEFINES.
1963
19642002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1965
1966        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1967
19682002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1969
1970        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1971        cache-checking.
1972        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1973
19742002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1975
1976        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1977        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1978        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1979        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1980        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1981
19822002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1983
1984        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1985        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1986        Remove.
1987        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1988
19892002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1990
1991        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1992        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1993
19942002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1995
1996        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1997        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1998
19992002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2000
2001        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2002        * optman/rel.am: New.
2003
20042002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2005
2006        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2007        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2008        braino in comment on "exec". Extend --enable-ada handling.
2009
20102002-11-04      Joel Sherrill <joel@OARcorp.com>
2011
2012        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2013        tasks and rolling multiple loops into 1.
2014        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2015        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2016        Removed warnings.
2017
20182002-10-31      Joel Sherrill <joel@OARcorp.com>
2019
2020        * libchip/network/dec21140.c: Removed warnings.
2021        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2022        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2023        librdbg/src/m68k/any/remdeb_xdr.c,
2024        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2025        warnings.
2026        * libnetworking/rtems_webserver/socket.c,
2027        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2028
20292002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2030
2031        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2032        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2033        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2034        above.
2035
20362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2037
2038        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2039        * wrapup/.cvsignore: Remove autom4te.cache.
2040        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2041        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2042        autom4te.cache.
2043        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2044        autom4te.cache.
2045        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2046        autom4te.cache.
2047
20482002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2049
2050        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2051
20522002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2053
2054        * optman/.cvsignore: Add autom4te.cache.
2055
20562002-09-14      Joel Sherrill <joel@OARcorp.com>
2057
2058        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2059
20602002-09-07      Joel Sherrill <joel@OARcorp.com>
2061
2062        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2063        include files to resolve warnings.
2064
20652002-09-07      Chris Johns <ccj@acm.org>
2066
2067        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2068        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2069        which corrects the problem  where the cs8900.c file was actually the BSP
2070        glue.  Joel did some hacking so this file will compile.  Previously it
2071        required providing a target.h file to compile.
2072        * libchip/network/cs8900.c.bsp: New file.
2073
20742002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2075
2076        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2077
20782002-08-31      Joel Sherrill <joel@OARcorp.com>
2079
2080        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2081        eliminate warning.
2082
20832002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2084
2085        * configure.ac: Add ada-tests.
2086
20872002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2088
2089        * Makefile.am: Add preinstall-stamp.
2090
20912002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2092
2093        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2094        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2095        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2096        gcc31 happy.
2097        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2098        cp.
2099
21002002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2101
2102        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2103        make/bsp.mak.
2104        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2105        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2106
21072002-08-12      Joel Sherrill <joel@OARcorp.com>
2108
2109        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2110        avoid error.
2111
21122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2113
2114        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2115        * configure.ac: Add BSP_SUBDIRS.
2116        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2117        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2118        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2119        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2120        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2121        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2122        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2123        RTEMS_CHECK_BSP_CACHE.
2124        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2125        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2126        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2127        .$(OBJEXT) instead of .o.
2128        * libnetworking/pppd/Makefile.am,
2129        libnetworking/rtems_servers/Makefile.am,
2130        libnetworking/rtems_telnetd/Makefile.am,
2131        libnetworking/rtems_webserver/Makefile.am,
2132        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2133
21342002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2135
2136        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2137        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2138        ../libchip/serial/$(ARCH)/libserialio.a.
2139        * libchip/serial/Makefile.am: Don't tmp-install lib.
2140        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2141
21422002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2143
2144        * Makefile.am: Add rtems_makedir.
2145        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2146        * Makefile.am: Add wrapup-SUBDIR.
2147        * wrapup/ChangeLog: Remove.
2148        * wrapup/configure.ac: Remove.
2149        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2150        (Make the bare BSP happy).
2151        * configure.ac: Ditto.
2152        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2153        Create make/custom/default.cfg.
2154        * configure.ac: Add creation of make/custom/*.cfg. Create
2155        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2156
21572002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2158
2159        * Makefile.am: Clean $(PROJECT_RELEASE).
2160
21612002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2162
2163        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2164        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2165        prototype mismatches.
2166
21672002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2168
2169        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2170        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2171
21722002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2173
2174        * acinclude.m4: Add test "$multilib" != "yes".
2175        * config-ml.in: Remove.
2176        * acinclude.m4: Cleanups.
2177        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2178        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2179        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2180        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2181        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2182
21832002-07-16      Eric Norum <eric.norum@usask.ca>
2184
2185        * New driver for the Intel EtherExpressPro (82559ER) chip.
2186        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2187        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2188        * libchip/network/Makefile.am: Modified to reflect above.
2189
21902002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2191
2192        * acinclude.m4: New.
2193        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2194        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2195        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2196
21972002-07-01      Joel Sherrill <joel@OARcorp.com>
2198
2199        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2200        _Objects_Information_table now that it is a two dimensional array based
2201        upon API and class.
2202        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2203        of strnlen().
2204
22052002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2206
2207        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2208        preinstall libnetapps.a.
2209
22102002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2211
2212        * configure.ac: Remove librpc.
2213
22142002-06-25      Joel Sherrill <joel@OARcorp.com>
2215
2216        * Per PR233, moved librpc to exec.
2217        * configure.ac, wrapup/Makefile.am: Modified.
2218        * librpc, librpc/ChangeLog: Removed.
2219
22202002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2221
2222        * optman/Makefile.am: Remove multilib support.
2223        * optman/configure.ac: Ditto.
2224        * optman/sapi/Makefile.am: Ditto.
2225
22262002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2227
2228        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2229        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2230
22312002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2232
2233        Move networking libraries to c/src/exec/libnetworking
2234        * libnetworking/configure.ac, libnetworking/Makefile.am,
2235        libnetworking/wrapup/Makefile.am: Reflect Moval.
2236
22372002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2238
2239        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2240        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2241        <rtems/bspIo.h>.
2242
22432002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2244
2245        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2246        * libnetworking/rtems/mkrootfs.h: Ditto.
2247        * libnetworking/rtems/Makefile.am: Reflect changes above.
2248
22492002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2250
2251        * configure.ac: Remove lib.
2252
22532002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2254
2255        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2256        that exception stack frames on M68K members with VBR always are 6 byte
2257        long. The incorrect assumption resulted in some gdb commands like "next"
2258        to fail on the 68360.
2259
22602002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2261
2262        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2263        PR 220
2264        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2265        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2266        CVS.
2267        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2268        libnetworking/sys/filio.h: Remove.
2269        * libnetworking/sys/Makefile.am: Reflect changes above.
2270
22712002-05-07      Chris Johns <ccj@acm.org>
2272
2273        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2274        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2275        requires it to be stripped.
2276
22772002-05-01      Eric Norum <eric.norum@usask.ca>
2278
2279        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2280        assembly  to satisfy gcc 3.1 and newer.
2281
22822002-04-26      Eric Norum <eric.norum@usask.ca>
2283
2284        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2285        agressive optimization in gcc 3.1 does not reorder things.
2286
22872002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2288
2289        * libchip/network/dec21140.c: Reflect changes to powerpc's
2290        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2291        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2292        <rtems/score/cpu.h>.
2293        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2294        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2295
22962002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2297
2298        * optman/configure.ac: Remove ENABLE_GCC28.
2299
23002002-04-11      Chris Johns <ccj@acm.org>
2301
2302        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2303        driver control block field to the ifconfig network driver structure.
2304        This field is needed by the i82586 driver which was ported from NetBSD
2305        as it had better hardware abstraction.
2306        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2307        PR59, added the drv_ctrl driver control block field to the ifconfig
2308        network driver structure. This field is needed by the i82586 driver
2309        which was ported from NetBSD as it had better hardware abstraction.
2310
23112002-04-10      Mike Siers <mikes@poliac.com>
2312
2313        * libnetworking/rtems_webserver/NOTES,
2314        libnetworking/rtems_webserver/asp.c,
2315        libnetworking/rtems_webserver/balloc.c,
2316        libnetworking/rtems_webserver/default.c,
2317        libnetworking/rtems_webserver/ej.h,
2318        libnetworking/rtems_webserver/ejIntrn.h,
2319        libnetworking/rtems_webserver/ejlex.c,
2320        libnetworking/rtems_webserver/ejparse.c,
2321        libnetworking/rtems_webserver/emfdb.c,
2322        libnetworking/rtems_webserver/emfdb.h,
2323        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2324        libnetworking/rtems_webserver/handler.c,
2325        libnetworking/rtems_webserver/license.txt,
2326        libnetworking/rtems_webserver/md5.h,
2327        libnetworking/rtems_webserver/md5c.c,
2328        libnetworking/rtems_webserver/mime.c,
2329        libnetworking/rtems_webserver/misc.c,
2330        libnetworking/rtems_webserver/ringq.c,
2331        libnetworking/rtems_webserver/rom.c,
2332        libnetworking/rtems_webserver/security.c,
2333        libnetworking/rtems_webserver/sock.c,
2334        libnetworking/rtems_webserver/sym.c,
2335        libnetworking/rtems_webserver/uemf.c,
2336        libnetworking/rtems_webserver/uemf.h,
2337        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2338        libnetworking/rtems_webserver/url.c,
2339        libnetworking/rtems_webserver/value.c,
2340        libnetworking/rtems_webserver/wbase64.c,
2341        libnetworking/rtems_webserver/webcomp.c,
2342        libnetworking/rtems_webserver/webpage.c,
2343        libnetworking/rtems_webserver/webrom.c,
2344        libnetworking/rtems_webserver/webs.c,
2345        libnetworking/rtems_webserver/webs.h,
2346        libnetworking/rtems_webserver/websuemf.c,
2347        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2348        2.1.4.
2349
23502002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2351
2352        * libchip/network/i82586.c: Include <string.h>.
2353        * libchip/network/sonic.c: Ditto.
2354
23552002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2356
2357        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2358
23592002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2360
2361        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2362
23632002-03-27      Thomas.Doerfler@imd-systems.de
2364
2365        PR 144
2366        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2367        memory address 0 when called for the first time. This is done when
2368        trying to clear the variable "dhcp_hostname".
2369
23702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2371
2372        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2373        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2374        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2375        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2376        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2377        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2378        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2379        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2380        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2381        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2382        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2383        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2384        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2385        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2386        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2387        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2388        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2389        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2390        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2391        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2392        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2393        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2394        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2395        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2396        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2397        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2398        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2399        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2400        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2401        AUTOMAKE_OPTIONS.
2402        * libnetworking/configure.ac:
2403        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2404        foreign 1.6]).
2405        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2406        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2407        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2408        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2409        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2410        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2411        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2412        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2413        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2414        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2415        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2416        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2417        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2418        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2419        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2420        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2421        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2422
24232002-03-27      Ilya Alexeev <ilya@continuum.ru>
2424
2425        PR 162
2426        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2427        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2428        used in a device write routines.  Now ppp_softc structure have own
2429        character for writing to device (sc_outchar).  I think that converting
2430        local variables to static is not a right solution, because problems will
2431        occur in the case of two or more ppp instances.
2432        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2433        must be u_long, otherwise in the case of the big output packet endless
2434        loop may occur.
2435
24362002-03-21      Ilya Alexeev <ilya@continuum.ru>
2437
2438        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2439        preparations for multiple PPPD connections.
2440
24412002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2442
2443        PR 149
2444        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2445        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2446        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2447        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2448
24492002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2450
2451        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2452        * configure.ac: Modified to reflect addition.
2453
24542002-02-27      Ilya Alexeev <ilya@continuum.ru>
2455
2456        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2457        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2458        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2459        capabilities as well as eliminate some warnings.
2460
24612002-02-27      Eric Norum <eric.norum@usask.ca>
2462
2463        * libnetworking/net/radix.c: Properly handle fetching the default route
2464        when there is no route.  This was a bug in the original FreeBSD code and
2465        this fix is from an updated version of their code.
2466
24672002-02-16      Eric Norum <eric.norum@usask.ca>
2468
2469        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2470        checking.
2471
24722002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2473
2474        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2475        dodefaultroute.
2476
24772002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2478
2479        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2480        include <rtems/seterr.h>.
2481
24822002-02-01      Mike Siers <mikes@poliac.com>
2483
2484        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2485        avoid bringing the link down too fast. NOTE: Mike reports successfully
2486        running at 56K baud on a direct link.
2487
24882002-02-01      Eric Valette <valette@crf.canon.fr>
2489
2490        * librdbg/So many patches have been posted recently on the mailing list
2491        and  because we were unable to find correct solution to compile on
2492        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2493        because the coding  style of rdbg was rather inconsistant among various
2494        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2495        global coding style (using indent + manual edits), 2) incorporate/review
2496        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2497        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2498        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2499        after rdbg initialization is done, NB : the paches is huge but it is
2500        mainly due to coding styke chnages.  Only few lines of codes have been
2501        really changed and they do not impact  rdbg functionnality (AFAIKT).
2502        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2503        librdbg/include/rdbg/m68k/rdbg_f.h,
2504        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2505        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2506        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2507        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2508        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2509        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2510        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2511        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2512        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2513        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2514        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2515        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2516        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2517        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2518        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2519        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2520
25212002-01-31      Mike Siers <mikes@poliac.com>
2522
2523        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2524        * Nice Update of PPPD support which eliminates the requiremetn that
2525        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2526        and reports that it seems to be more stable and handle larger packets
2527        better.  This patch replaces the termios tasks with more general pppd
2528        network driver tasks.  The functions pppinput() and pppstart() get
2529        called from the interrupt service routine.
2530        * libnetworking/Makefile.am, libnetworking/configure.ac,
2531        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2532        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2533        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2534        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2535        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2536        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2537        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2538        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2539        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2540        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2541        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2542        libnetworking/net/route.c, libnetworking/net/route.h,
2543        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2544        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2545        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2546        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2547        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2548        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2549        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2550        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2551        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2552        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2553        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2554        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2555        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2556        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2557        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2558        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2559        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2560        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2561        libnetworking/pppd/example/README,
2562        libnetworking/pppd/example/netconfig.h,
2563        libnetworking/wrapup/Makefile.am: Modified.
2564        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2565        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2566        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2567        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2568        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2569        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2570        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2571        libnetworking/modem/pppcompress.c: Subdirectory removed.
2572
25732002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2574
2575        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2576        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2577
25782002-01-18      Till Straumann <strauman@slac.stanford.edu>
2579
2580        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2581        issues: - exception handler needs to enable MSR_FP if the interrupted
2582        thread is FP enabled. - printk message for MSR fixed and added
2583        stacktrace. NOTE: this requires the stacktrace patch to
2584        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2585        however).
2586
25872002-01-06      Joel Sherrill <joel@OARcorp.com>
2588
2589        * optman/.cvsignore: Added aclocal.m4 and configure.
2590        * optman/.cvsignore: New file.
2591
25922002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2593
2594        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2595
25962002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2597
2598        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2599        * optman/ChangeLog: New.
2600        * optman/configure.ac: New.
2601        * optman/Makefile.am: New.
2602        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2603        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2604
26052001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2606
2607        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2608
26092001-12-18      Eric Norum <eric.norum@usask.ca>
2610
2611        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2612        `directories' (path names with a / at the end) while disallowing open()
2613        operations on TFTP `directories'.
2614
26152001-12-07      Eric Norum <eric.norum@usask.ca>
2616
2617        * libnetworking/lib/tftpDriver.c: Restore write capability.
2618
26192001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2620
2621        * libchip/network/sonic.h: Fix typo.
2622        * libnetworking/arpa/Makefile.am: Remove stray lines.
2623
26242001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2625
2626        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2627
26282001-10-18      Eric Norum <eric.norum@usask.ca>
2629
2630        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2631        chdir() and open() operations within the TFTP file system.
2632
26332001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2634
2635        * librdbg/configure.ac: Fix latent bug exposed by removal of
2636        config.cache's which prevented powerpc targets librdbg from building.
2637
26382001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2639
2640        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2641        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2642        autoconf-2.52 happy.
2643
26442001-10-12      Mike Siers <mikes@poliac.com>
2645
2646        * libnetworking/Update to stable working state.  Congratulations Mike!
2647        :).
2648        * libnetworking/modem_example: Directory removed.
2649        * libnetworking/modem_example/16550.h,
2650        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2651        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2652        libnetworking/modem_example/ppp.h,
2653        libnetworking/modem_example/pppcompress.c: Files removed.
2654        * libnetworking/pppd/example/pppd.options: New file.
2655        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2656        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2657        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2658        libnetworking/pppd/rtemsmain.c: Updated.
2659
26602001-10-12      Joel Sherrill <joel@OARcorp.com>
2661
2662        * libchip/serial/z85c30.c: Fixed typo.
2663
26642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2665
2666        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2667        * configure.in: Remove.
2668        * configure.ac: New file, generated from configure.in by autoupdate.
2669        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2670        * libchip/configure.in: Remove.
2671        * libchip/configure.ac: New file, generated from configure.in by
2672        autoupdate.
2673        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2674        * librdbg/configure.in: Remove.
2675        * librdbg/configure.ac: New file, generated from configure.in by
2676        autoupdate.
2677        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2678        * libnetworking/configure.in: Remove.
2679        * libnetworking/configure.ac: New file, generated from configure.in by
2680        autoupdate.
2681
26822001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2683
2684        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2685        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2686        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2687
26882001-09-27      Joel Sherrill <joel@OARcorp.com>
2689
2690        * libchip/ChangeLog: Fixed typo in date.
2691
26922001-09-27      Eric Norum <eric.norum@usask.ca>
2693
2694        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2695        TFTP  filesystem.
2696
26972001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2698
2699        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2700        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2701        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2702        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2703        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2704        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2705        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2706        'PREINSTALL_FILES ='.
2707        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2708        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2709        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2710        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2711        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2712        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2713        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2714        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2715        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2716        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2717        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2718        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2719
27202001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2721
2722        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2723        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2724        * librdbg/src/m68k/any/Makefile.am: Ditto.
2725        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2726        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2727        happy.
2728
27292001-09-21      Joel Sherrill <joel@OARcorp.com>
2730
2731        * libchip/network/Makefile.am: Fixed typo on file name.
2732        * libchip/network/i82586.c: Commented out line 318 which is referencing
2733        a member of a structure that is not currently there.  This needs to be
2734        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2735        to C style.
2736
27372001-09-19      Eric Norum <eric.norum@usask.ca>
2738
2739        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2740
27412001-09-19      Chris Johns <ccj@acm.org>
2742
2743        * libchip/network/README.i82586, libchip/network/i82586.c,
2744        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2745        Network driver for Intel i82586.
2746        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2747        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2748        "root" filesystem with information obtained via the DHCP response.
2749
27502001-09-14      Eric Norum <eric.norum@usask.ca>
2751
2752        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2753        make gcc 3.x happy.
2754
27552001-08-16      Mike Siers <mikes@poliac.com>
2756
2757        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2758        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2759        These support callback functionality that has not even been compiled
2760        under RTEMS yet.
2761        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2762        example application.  Mike's notes on the modifications: - renamed
2763        error() function because of namespace problems - removed calls to the
2764        exit() funciton - removed extra files from the pppd source directory -
2765        defined pppd task constant values in rtemspppd.h - modifyied example
2766        code to get actual tick per second value - placed the pppd 2.3.11 man
2767        page file (pppd.8) into the pppd directory.
2768        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2769        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2770        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2771        libnetworking/pppd/rtems-ppp.c: Deleted.
2772        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2773        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2774        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2775        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2776        libnetworking/pppd/example/init.c,
2777        libnetworking/pppd/example/netconfig.h,
2778        libnetworking/pppd/example/ppp.conf,
2779        libnetworking/pppd/example/pppdapp.c,
2780        libnetworking/pppd/example/system.h: New files.
2781        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2782        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2783        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2784        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2785        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2786        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2787        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2788        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2789        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2790        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2791        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2792        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2793        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2794        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2795        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2796
27972001-08-16      Joel Sherrill <joel@OARcorp.com>
2798
2799        * libnetworking/pppd/example/Makefile: Removed.
2800        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2801        to avoid bootstrap -c clobbering it.
2802        * libnetworking/rtems_telnetd/.cvsignore: New file.
2803
28042001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2805
2806        * libnetworking/Makefile.am, libnetworking/configure.in,
2807        libnetworking/rtems_servers/Makefile.am,
2808        libnetworking/rtems_servers/telnetd.c,
2809        libnetworking/rtems_servers/telnetd.h,
2810        libnetworking/rtems_telnetd/Makefile.am,
2811        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2812        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2813        libnetworking/rtems_telnetd/telnetd.c,
2814        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2815        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2816        effect when ftpd change. - the tcp/ip stats have been implemented into
2817        icmds.c and started when telnetd daemon is started.
2818        * libnetworking/rtems_servers/telnetd.c,
2819        libnetworking/rtems_servers/telnetd.h: Removed.
2820        * libnetworking/rtems_telnetd: New directory.
2821        * libnetworking/rtems_telnetd/Makefile.am,
2822        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2823        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2824        libnetworking/rtems_telnetd/telnetd.c,
2825        libnetworking/rtems_telnetd/telnetd.h: New files.
2826
28272001-06-14      Joel Sherrill <joel@OARcorp.com>
2828
2829        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2830        Moved from libmisc/shell so the network stack to address network
2831        depenendency.
2832        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2833
28342001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2835
2836        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2837
28382001-05-15      Joel Sherrill <joel@OARcorp.com>
2839
2840        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2841        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2842        accidentally deleted the incorrectly empty versions.
2843
28442001-05-14      Till Straumann <strauman@slac.stanford.edu>
2845
2846        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2847        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2848        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2849        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2850        to know the values) - the affected BSP (shared/motorola) headers have
2851        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2852        driver (libchip/network/dec21140.c) has been fixed to use
2853        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2854        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2855        who is using this driver. - the DEC driver also has been fixed to use
2856        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2857        delay_in_bus_cycles().
2858
28592001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2860
2861        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2862
28632001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2864
2865        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2866
28672001-04-24      Eric Norum <eric.norum@usask.ca>
2868
2869        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2870        NTP synchronization a little more robust -- no NTP daemon yet, but at
2871        least it trys a little harder when the primary NTP server is down.
2872
28732001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2874
2875        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2876        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2877        libnetworking/pppd/modem_example/modem.c,
2878        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2879        other strings into English.
2880        * libnetworking/pppd/STATUS: updated to reflect the changes.
2881
28822001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2883
2884        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2885        again.
2886
28872001-04-20      Eric Valette <valette@crf.canon.fr>
2888
2889        * mcp750 directory renamed new_exception processing as it supports many
2890        more CPU models.
2891        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2892        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2893        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2894        formerly in mcp750 plus modifications.
2895        * librdbg/src/powerpc/mcp750/.cvsignore,
2896        librdbg/src/powerpc/mcp750/Makefile.am,
2897        librdbg/src/powerpc/mcp750/remdeb.h,
2898        librdbg/src/powerpc/mcp750/remdeb_f.x,
2899        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2900        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2901        new_exception_processing.
2902        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2903        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2904        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2905        part of this effort to add support for the MPC8xx.
2906
29072001-04-19      Joel Sherrill <joel@OARcorp.com>
2908
2909        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2910        internal include files.
2911
29122001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2913
2914        PR 158
2915        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2916        rcmd() library call by commenting out the parts that deal with signals.
2917        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2918        stdio. The 'server-side' parts of this file which deal with
2919        authentication are disabled since they are not needed.
2920
29212001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2922
2923        * libnetworking/include/.cvsignore: Remove dangling file.
2924
29252001-03-14      Joel Sherrill <joel@OARcorp.com>
2926
2927        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2928        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2929        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2930        libchip style serial drivers can be written in libcpu or libbsp.
2931
29322001-03-01      Joel Sherrill <joel@OARcorp.com>
2933
2934        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2935        libchip/network/sonic.c, libchip/network/sonic.h,
2936        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2937        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2938        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2939        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2940        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2941        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2942        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2943        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2944
29452001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2946
2947        * librdbg/include/rdbg/Makefile.am,
2948        librdbg/include/rdbg/i386/Makefile.am,
2949        librdbg/include/rdbg/m68k/Makefile.am,
2950        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2951        style on include files.
2952
29532001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2954
2955        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2956        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2957        replace ${..} with $(..).
2958        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2959        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2960        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2961        libnetworking/rtems/Makefile.am, libnetworking/
2962        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2963        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2964        include_*HEADERS instead of H_FILES.
2965        * libnetworking/include/Makefile.am: Remove.
2966        * libnetworking/Makefile.am: Add handling of *.h files.
2967        * libnetworking/configure.in: Remove include/Makefile.
2968
29692001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2970
2971        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2972
29732001-01-31      Sergei Organov <osv@javad.ru>
2974
2975        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2976        current dir and root dir removed in favor of new libio support for
2977        task-local current and root directories. - Bug in `close_data_socket()'
2978        introduced by previous change fixed. - `command_pasv()' changed to set
2979        timeout on socket we are listening on and code fixed to don't close
2980        socket twice on error. - `serr()' changed to clear `errno'. -
2981        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2982        changed to clear `errno' before processing session. -
2983        `close_data_socket()' fixed to close both active and passive sockets -
2984        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2985        empty string  in `exec_command()'.
2986
29872001-01-25      Eric Norum <eric.norum@usask.ca>
2988
2989        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2990        improves throughput on systems which are dropping packets.   Only the
2991        first timeout is reduced.  This keeps the number of extra packets down
2992        on networks that are very busy and dropping lots of packets.
2993
29942001-01-24      Sergei Organov <osv@javad.ru>
2995
2996        * libnetworking/rtems_servers/ftpd.c,
2997        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2998        - Timeouts on sockets implemented. 'idle' field added to configuration.
2999        No timeout by default to keep backward compatibility. Note: SITE IDLE
3000        command not implemented yet. - Basic global access control implemented.
3001        'access' field added to configuration. No access limitations by default
3002        to keep backward compatibility. - Anchor data socket for active mode
3003        (using self IP and port 20.) - Fixed default data port support (still
3004        not tested). - Don't allow IP address different from originating host in
3005        PORT command to improve security. - Fixed bug in MDTM command. - Check
3006        for correctness of parsing of argument in command_port(). - Fixed
3007        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3008        a directory. - Command parsing a little bit improved: command names are
3009        now converted to upper-case to be more compatible with RFC (command
3010        names are not case-sensitive.) - Reformat comments so that they have
3011        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3012        previous changes - True ASCII mode implemented (doesn't work for hooks
3013        and /dev/null) - Passive mode implemented, PASV command added. - Default
3014        port for data connection could be used (untested, can't find ftp client
3015        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3016        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3017
30182001-01-18      Joel Sherrill <joel@OARcorp.com>
3019
3020        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3021        macro using variable arguments.
3022        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3023        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3024        since I updated the main RTEMS development machine to RedHat 7.2 and
3025        apparently got a new version of rpcgen.
3026
30272001-01-12      Sergei Organov <osv@javad.ru>
3028
3029        * libnetworking/rtems_servers/ftpd.c,
3030        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3031        - use pool of pre-created threads to handle sessions instead of
3032        creating/deleting threads on the fly - LIST output is now similar to
3033        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3034        happy with it. - LIST NAME now works (both for files and directories) -
3035        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3036        clients happy  - keep track of CWD for every session separately -
3037        ability to specify root directory name for FTPD in configuration table.
3038        FTPD will then create illusion for FTP clients that this is actually
3039        root directory. - ignore options sent in commands, thus LIST -al FILE
3040        works and doesn't try to list "-al" directory. - buffers are allocated
3041        on stack instead of heap where possible to eliminate malloc/free calls
3042        (avoid possible heap fragmentation troubles). - drop using of task
3043        notepad to pass parameters - use function arguments instead - use
3044        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3045        in socket() instead of AF_INET.
3046
30472001-01-02      Joel Sherrill <joel@OARcorp.com>
3048
3049        * libnetworking/CHANGELOG: Removed.
3050        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3051
30522000-12-14      Eric Norum <eric.norum@usask.ca>
3053
3054        * libnetworking/lib/tftpDriver.c: Added write capability.
3055
30562000-12-08      Joel Sherrill <joel@OARcorp.com>
3057
3058        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3059        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3060        numerous variable declarations conditional on PPP_COMPRESS and
3061        PPP_FILTER.  Commented out variables that were not used because the code
3062        using them was commented out. Removed totally unused variables.
3063        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3064        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3065
30662000-11-30      Joel Sherrill <joel@OARcorp.com>
3067
3068        * libnetworking/modem/ppp_tty.c: Changed to include
3069        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3070        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3071        * libnetworking/Makefile.am: Modified to reflect above.
3072
30732000-11-27      Joel Sherrill <joel@OARcorp.com>
3074
3075        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3076
30772000-11-25      Eric Norum <eric.norum@usask.ca>
3078
3079        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3080        core.
3081
30822000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3083
3084        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3085        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3086        subdir.
3087        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3088        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3089        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3090        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3091        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3092        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3093        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3094        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3095        ppp_tty.c and the real pppd main is in pppmain.c.
3096
30972000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3098
3099        * libchip/network/sonic.c: Added ipalign() routine to align the received
3100        packet so that the ip header is on a 32-bit boundary. Necessary for
3101        cpu's that do not allow unaligned loads and stores and when the 32-bit
3102        DMA mode is used.
3103
31042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3105
3106        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3107        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3108        ACLOCAL_AMFLAGS.
3109        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3110        ACLOCAL_AMFLAGS.
3111        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3112        ACLOCAL_AMFLAGS.
3113
31142000-11-03      Chris Johns <ccj@acm.org>
3115
3116        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3117        libchip/network/cs8900.h: New files.
3118
31192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3120
3121        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3122        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3123        $(RTEMS_TOPdir)/aclocal.
3124        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3125        $(RTEMS_TOPdir)/aclocal.
3126        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3127        $(RTEMS_TOPdir)/aclocal.
3128
31292000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3130
3131        * configure.in: Switch to GNU-canonicalization.
3132        * Makefile.am: Reflect changes to configure.in.
3133        * acinclude.m4: Remove.
3134
31352000-10-30      Joel Sherrill <joel@OARcorp.com>
3136
3137        * POSIX include files merged into newlib.  This resulted in some
3138        definitions moving to other files and thus some secondary effects in
3139        RTEMS source code.
3140        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3141        in sync with newlib's <machine/types.h>.
3142        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3143        definition of struct itimerval in <sys/time.h>.
3144
31452000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3146
3147        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3148        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3149        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3150        * ChangeLog: Fix typos.
3151        * configure.in: add tests to the GNU canonicalized subdirectories.
3152
31532000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3154
3155        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3156        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3157        the lib directory before configuring lib/.
3158
31592000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3160
3161        * configure.in, Makefile.am: add exec to the GNU canonicalized
3162        subdirectories.
3163        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3164        * configure.in: add libnetworking, librpc and librdb to the GNU
3165        canonicalized subdirectories.
3166        * configure.in: add libmisc and libchip to the GNU canonicalized
3167        subdirectories.
3168        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3169        Switch to GNU canonicalization.
3170        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3171        Switch to GNU canonicalization.
3172        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3173        Switch to GNU canonicalization.
3174
31752000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3176
3177        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3178        canonicalization to libfs/. The approach is currently a bit of a hack as
3179        GNU canonicalization does not support the per-BSP build some of the
3180        other directories require.  As more of the tree is converted, this will
3181        become less  of an issue.
3182
31832000-10-20      Joel Sherrill <joel@OARcorp.com>
3184
3185        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3186        parameter.
3187
31882000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3189
3190        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3191        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3192        * librdbg/configure.in: Add m68k support.
3193        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3194        subdirectory.
3195        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3196        failure.
3197        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3198        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3199        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3200        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3201        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3202        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3203        librdbg/src/m68k/.cvsignore: New files.
3204        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3205        function pointers.
3206        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3207        _after_ pointer has been checked against NULL.
3208
32092000-10-18      Joel Sherrill <joel@OARcorp.com>
3210
3211        * wrapup/Makefile.am: Added libfs.
3212
32132000-10-18      Chris Johns <ccj@acm.org>
3214
3215        * libfs created.
3216        * configure.in: Added libfs subdirectory.
3217        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3218
32192000-09-28      Joel Sherrill <joel@OARcorp.com>
3220
3221        * libnetworking/rtems_webserver/Makefile.am,
3222        libnetworking/rtems_webserver/base64.c,
3223        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3224        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3225
32262000-09-22      Joel Sherrill <joel@OARcorp.com>
3227
3228        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3229        libnetworking/rtems/rtems_bsdnet_internal.h,
3230        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3231        have included rtems.h.  It is now including precisely the  least amount
3232        of low level, yet portable .h files to get the basic RTEMS types
3233        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3234        used machine/types.h to include rtems.h.
3235
32362000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3237
3238        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3239
32402000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3241
3242        * libnetworking/ChangeLog: Cleanup.
3243
32442000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3245
3246        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3247        * libchip/ChangeLog: Fix formating.
3248
32492000-09-05      Joel Sherrill <joel@OARcorp.com>
3250
3251        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3252        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3253        confusion and to work with the converted flags.
3254
32552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3256
3257        * wrapup/Makefile.am: Include compile.am.
3258        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3259        libchip/serial/Makefile.am: Include compile.am.
3260        * librdbg/src/i386/any/Makefile.am,
3261        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3262        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3263        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3264        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3265        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3266        libnetworking/rtems_servers/Makefile.am,
3267        libnetworking/rtems_webserver/Makefile.am,
3268        libnetworking/wrapup/Makefile.am: Include compile.am.
3269
32702000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3271
3272        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3273        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3274
32752000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3276
3277        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3278
32792000-08-31      Joel Sherrill <joel@OARcorp.com>
3280
3281        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3282        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3283        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3284        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3285        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3286        * libnetworking/wbase64.c: Removed.
3287        * libnetworking/Makefile.am, libnetworking/asp.c,
3288        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3289        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3290        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3291        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3292        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3293        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3294        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3295        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3296        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3297        Modified.
3298
32992000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3300
3301        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3302
33032000-08-30      Joel Sherrill <joel@OARcorp.com>
3304
3305        * libnetworking/rtems_webserver/license.txt: New file.
3306
33072000-08-10      Joel Sherrill <joel@OARcorp.com>
3308
3309        * ChangeLog: New file.
3310        * libchip/ChangeLog: New file.
3311        * librdbg/ChangeLog: New file.
3312        * libnetworking/ChangeLog: New file.
3313
Note: See TracBrowser for help on using the repository browser.