source: rtems/c/src/ChangeLog @ 4b3756d7

4.104.114.84.95
Last change on this file since 4b3756d7 was c4c4528, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/21/07 at 17:06:08

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

  • wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
  • Property mode set to 100644
File size: 125.4 KB
Line 
12007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
4
52007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * libchip/Makefile.am: Correct path to README.tulipclone.
8
92007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * libchip/ide/ata.c: Remove superfluous type casts.
12
132007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
16        Use size_t for sizes.
17
182007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
19
20        * libchip/ide/ata.c: in ata_request_done: moved call to free()
21        from preemption disabled region
22
232007-01-16      Till Straumann <strauman@slac.stanford.edu>
24
25        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
26        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
27        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
28
292006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
32          ioctl_command_t as ioctl argument.
33
342006-12-13      Joel Sherrill <joel@OARcorp.com>
35
36        * librtems++/include/rtems++/rtemsEvent.h,
37        librtems++/include/rtems++/rtemsMessageQueue.h,
38        librtems++/include/rtems++/rtemsSemaphore.h,
39        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
40        librtems++/src/rtemsMessageQueue.cc,
41        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
42        rtems_unsigned32 to uint32_t.
43
442006-12-13      Joel Sherrill <joel@OARcorp.com>
45
46        PR 1181/bsps
47        * optman/rtems/no-msg.c: Clean up dead code.
48
492006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
52
532006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
56        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
57        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
58
592006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * configure.ac: New BUG-REPORT address.
62
632006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Remove ampolish3.
66
672006-11-17      Joel Sherrill <joel@OARcorp.com>
68
69        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
70        blank lines.
71
722006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * configure.ac: Remove RTEMS_AMPOLISH3.
75        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
76          Remove checks for AMPOLISH3.
77        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
78        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
79        * ampolish3: Remove.
80
812006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
84        * aclocal/prog-cc.m4: Remove CFLAGS.
85        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
86        Compose CFLAGS. Append CFLAGS to ac_configure_args.
87
882006-10-23      Joel Sherrill <joel@OARcorp.com>
89
90        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
91
922006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * automake/compile.am: Use hard-coded RTEMS_* flags.
95
962006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * aclocal/rtems-top.m4: Remove RTEMS_API.
99        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
100
1012006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
104
1052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
108
1092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * aclocal/version.m4: Bump version to 4.7.99.0.
112
1132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * configure.ac: Require autoconf-2.60. Require automake-1.10.
116
1172006-09-11      Joel Sherrill <joel@OARcorp.com>
118
119        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
120
1212006-09-04      Joel Sherrill <joel@OARcorp.com>
122
123        * libchip/network/greth.c, libchip/network/open_eth.c,
124        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
125        introduced by warning removal.
126
1272006-09-01      Joel Sherrill <joel@OARcorp.com>
128
129        * libchip/network/greth.c, libchip/network/open_eth.c,
130        libchip/network/smc91111.c: Remove warnings and correct prototype
131        added earlier today.
132
1332006-09-01      Joel Sherrill <joel@OARcorp.com>
134
135        * libchip/network/cs8900.c, libchip/network/greth.c,
136        libchip/network/i82586.c, libchip/network/open_eth.c,
137        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
138        sized integers, and inttypes.h printf helpers.
139
1402006-08-09      Kolja Waschk <waschk@telos.de>
141
142        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
143
1442006-07-12      Joel Sherrill <joel@OARcorp.com>
145
146        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
147
1482006-07-11      Jerry Needell <jerry.needell@unh.edu>
149
150        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
151        4.6 branch.  Original modifications by Gaisler Enterprises.
152        * libchip/network/greth.c, libchip/network/greth.h: New files.
153
1542006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
155
156        * ide/ata.[ch]:
157        (PR1118) fetch priority for ATA task from a variable,
158        not a fixed configuration value.
159       
1602006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * Makefile.am: Add ampolish3.
163
1642006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * ampolish3: New.
167        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
168
1692006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * aclocal/rtems-ampolish.m4: New.
172        * configure.ac: Use RTEMS_AMPOLISH3.
173
1742006-04-18  Joel Sherrill <joel@OARcorp.com>
175
176        * aclocal/version.m4: Updated to rtems-4.6.99.3.
177
1782006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
179
180        PR 853/filesystem
181        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
182        should be modified to support the new exception scheme and to use the
183        handle parameter.
184
1852006-02-a32     Eric Norum <norume@aps.anl.gov>
186
187        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
188        "newer" PCI access calls.  Minor cleanups.  Comments.
189
1902006-01-12      Eric Norum <norume@aps.anl.gov>
191
192        PR 861/networking
193        PR 863/networking
194        * libchip/network/smc91111.c: Fix illegal lvalue increments.
195
1962006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * wrapup/Makefile.am: Add preinstall.am.
199        * libchip/Makefile.am: Build libchip/network/smc91111.
200        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
201        Eliminate cyg_int* crap.
202
2032006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * librdbg/Makefile.am: Add preinstall.am.
206        * aclocal/bsp-configure.m4: Add ampolish3.
207        New header guards.
208
2092006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * libchip/network/open_eth.c, libchip/network/open_eth.h:
212        Merger from rtems-4-6-branch.
213
2142006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * libchip/network/smc91111.c
217        libchip/network/smc91111config.h
218        libchip/network/smc91111exp.h
219        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
220        * libchip/Makefile.am: Reflect adding smc91111*.
221
2222006-01-08      Joel Sherrill <joel@OARcorp.com>
223
224        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
225        char *.
226
2272006-01-08      Joel Sherrill <joel@OARcorp.com>
228
229        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
230        warnings.
231
2322005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
235        Add RTEMS_RELLDFLAGS.
236        * automake/compile.am: Remove RTEMS_USE_GCC.
237        Remove RTEMS_RELLDFLAGS.
238        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
239
2402005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * libchip/network/if_media.h, libchip/network/mii.h:
243        Remove (Moved to cpukit).
244        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
245        and libchip/network/if_media.h.
246        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
247        if_media.h having moved.
248
2492005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
250
251        * automake/compile.am, automake/host.am, automake/local.am,
252        automake/subdirs.am: Remove depend.
253        * configure.ac: Explicitly pass --libdir and --includedir to
254        testsuites.
255
2562005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * configure.ac: Reflect changes to testsuites.
259
2602005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * automake/compile.am: Remove GCCSPECS.
263        * aclocal/prog-cc.m4: Add GCCSPECS.
264        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
265
2662005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
269        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
270
2712005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
274        libcpu/byteorder.h for i386.
275
2762005-11-02      Till Straumann <strauman@slac.stanford.edu>
277
278        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
279        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
280        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
281        added a simple API/library for i2c devices and drivers for i2c
282        2-byte eeproms and a ds1621 temperature sensor; API is documented
283        in libi2c.h.
284
2852005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        * libnetworking/pppd/ipxcp.c,
288        libnetworking/pppd/chat.c,
289        libnetworking/pppd/patchlevel.h,
290        libnetworking/pppd/upap.h,
291        libnetworking/pppd/md5.h,
292        libnetworking/pppd/pppd.8,
293        libnetworking/pppd/README,
294        libnetworking/pppd/preinstall.am,
295        libnetworking/pppd/md4.h,
296        libnetworking/pppd/magic.c,
297        libnetworking/pppd/pppd.h,
298        libnetworking/pppd/demand.c,
299        libnetworking/pppd/rtemsmain.c,
300        libnetworking/pppd/sys-rtems.c,
301        libnetworking/pppd/ipcp.h,
302        libnetworking/pppd/lcp.h,
303        libnetworking/pppd/chap_ms.c,
304        libnetworking/pppd/md4.c,
305        libnetworking/pppd/rtemspppd.h,
306        libnetworking/pppd/cbcp.h,
307        libnetworking/pppd/auth.c,
308        libnetworking/pppd/lcp.c,
309        libnetworking/pppd/example/README,
310        libnetworking/pppd/example/ppp.conf,
311        libnetworking/pppd/example/system.h,
312        libnetworking/pppd/example/netconfig.h,
313        libnetworking/pppd/example/pppdapp.c,
314        libnetworking/pppd/example/init.c,
315        libnetworking/pppd/example/Makefile-user,
316        libnetworking/pppd/example/pppd.options,
317        libnetworking/pppd/rtemspppd.c,
318        libnetworking/pppd/ipxcp.h,
319        libnetworking/pppd/chap_ms.h,
320        libnetworking/pppd/options.c,
321        libnetworking/pppd/magic.h,
322        libnetworking/pppd/chap.h,
323        libnetworking/pppd/cbcp.c,
324        libnetworking/pppd/upap.c,
325        libnetworking/pppd/chap.c,
326        libnetworking/pppd/Makefile.am,
327        libnetworking/pppd/ccp.h,
328        libnetworking/pppd/utils.c,
329        libnetworking/pppd/rtemsdialer.h,
330        libnetworking/pppd/fsm.h,
331        libnetworking/pppd/pathnames.h,
332        libnetworking/pppd/md5.c,
333        libnetworking/pppd/fsm.c,
334        libnetworking/pppd/ipcp.c,
335        libnetworking/pppd/STATUS,
336        libnetworking/pppd/ccp.c,
337        libnetworking/Makefile.am: Remove (Moved to cpukit).
338
3392005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * configure.ac: Remove libnetworking, libnetworking/pppd.
342        * wrapup/Makefile.am: Remove libpppd.a.
343
3442005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
345
346        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
347        rtemsdialer.h to $(includedir)/rtems.
348
3492005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
350
351        * libnetworking/rtems_telnetd/icmds.c,
352        libnetworking/rtems_telnetd/Makefile.am,
353        libnetworking/rtems_telnetd/preinstall.am,
354        libnetworking/rtems_telnetd/pty.c,
355        libnetworking/rtems_telnetd/pty.h,
356        libnetworking/rtems_telnetd/README,
357        libnetworking/rtems_telnetd/telnetd.c,
358        libnetworking/rtems_telnetd/telnetd.h:
359        Remove (Moved to cpukit).
360
3612005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
362
363        * configure.ac: Remove libnetworking/rtems_telnetd.
364        * libnetworking/Makefile.am: Remove rtems_telnetd.
365        * libnetworking/README: Remove (Obsolete).
366        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
367
3682005-10-20  Eric Norum <norume@aps.anl.gov>
369
370        * libchip/network/dec21140.c: Clean up PCI mapping.
371
3722005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        * libnetworking/pppd/Makefile.am: Use preinstall.am.
375        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
376        librdbg/src/servrpc.c, librdbg/src/servtgt.c
377        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
378        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
379        * configure.ac: Move optman to the end of BSP_SUBDIRS.
380
3812005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        * aclocal/bspopts.m4: Add missing m4 quotes.
384
3852005-09-02  Joel Sherrill <joel@OARcorp.com>
386
387    * aclocal/version.m4: Updated to rtems-4.6.99.2.
388
3892005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
390
391        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
392        libchip/network/dec21140.c: Remove initialization of PCI bus.
393
3942005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
395
396        * optman/Makefile.am: Add preinstall.am.
397
3982005-07-18      Karel Gardas <kgardas@objectsecurity.com>
399
400        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
401        UNTESTED to tested.
402
4032005-06-17      Joel Sherrill <joel@OARcorp.com>
404
405        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
406        it is not supported by the MPC5xx.
407
4082005-06-17      Joel Sherrill <joel@OARcorp.com>
409
410        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
411        interface. Also correct attempting to build on other than PowerPC and
412        x86.
413
4142005-06-16      Daron Chabot <daron@nucleus.usask.ca>
415
416        * libchip/Makefile.am: Add driver for Tulip clones.
417        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
418        libchip/network/if_dcreg.h: New files.
419
4202005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
423        to enable rdbg.
424        * configure.ac: Reflect changes above.
425
4262005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
427
428        * configure.ac: Add ada/.
429
4302005-05-20      Sergei Organov  <osv@topconrd.ru>
431
432        PR 750/networking
433        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
434        wait_input().
435
4362005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
437
438        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
439        rtems/irq.h.
440
4412005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
442
443        * libchip/Makefile.am: Include preinstall.am.
444        * libchip/preinstall.am: New.
445
4462005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
447
448        * configure.ac: Add AMPOLISH3.
449        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
450        * libnetworking/rtems_telnetd/preinstall.am: New.
451        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
452
4532005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
454
455        * configure.ac: Let enable_rpcgen default to "no".
456
4572005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
458
459        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
460
4612005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
462
463        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
464        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
465
4662005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
467
468        * libchip/network/dec21140.c, libchip/network/elnk.c,
469        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
470
4712005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
472
473        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
474        of code as a result of the implementation of a common PCI interface.
475
4762005-05-04      Joel Sherrill <joel@OARcorp.com>
477
478        * libchip/network/open_eth.c: Remove prototype of set_vector.
479
4802005-05-03      Joel Sherrill <joel@OARcorp.com>
481
482        * librdbg/src/ptrace.c: Remove warning.
483
4842005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
485
486        * libchip/network/dec21140.c, libchip/network/elnk.c,
487        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
488        Modified parameter list to remove warnings.
489
4902005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
491
492        * libchip/network/cs8900.c, libchip/network/i82586.c,
493        libchip/network/open_eth.c, libchip/network/sonic.c,
494        libchip/serial/mc68681.c: Modified types to remove
495        warnings.  Added initialization to remove warnings.
496
4972005-04-28      Joel Sherrill <joel@OARcorp.com>
498
499        * libchip/network/README.sonic: Rewritten to account for removal of
500        dmv177.
501
5022005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
503
504        PR 781/rtems_misc
505        * libchip/serial/ns16550_p.h: Fix baud rate calculation
506
5072005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
508
509        * libchip/serial/ns16550.c:
510        Fixed warnings generated in various powerpc configurations
511
5122005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
513
514        * libchip/serial/ns16550.c: Modified
515        ISR to work with PPC new exception processing
516
5172005-03-14      Joel Sherrill <joel@OARcorp.com>
518
519        * libchip/network/dec21140.c, libchip/network/elnk.c,
520        libchip/network/if_fxp.c: Continue PCI API unification. All use
521        pci_find_device(). Network drivers manufacture a signature since all
522        calls have not been converted yet.
523
5242005-03-04      Joel Sherrill <joel@OARcorp.com>
525
526        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
527        initialize function part of the unified PCI API as pci_initialize().
528
5292005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
530
531        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
532        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
533
5342005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
535
536        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
537        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
538
5392005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
540
541        * aclocal/ppc.m4: Reflect changes to ppc exception processing
542        building procedures.
543
5442005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
545
546        * aclocal/prog-cc.m4:
547        Quote CFLAGS's RHS to accomodate Solaris broken sh.
548
5492005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
550
551        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
552
5532005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
554
555        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
556
5572005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
558
559        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
560
5612005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
562
563        * libnetworking/rtems_servers/ftp.c,
564        libnetworking/rtems_servers/ftp.h,
565        libnetworking/rtems_servers/Makefile.am:
566        Remove (relocated to cpukit/ftpd).
567        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
568        removed move libnetworking/rtems_servers.
569
5702005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
571
572        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
573
5742005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
575
576        PR 755/rtems
577        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
578        Remove local declarations of rtems_bsdnet_nameservers,
579        rtems_bsdnet_nameservers_count.
580
5812005-01-31      Sergei Organov <osv@topconrd.ru>
582
583        PR 751/pppd
584        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
585        committed to fix PR736 breaks pppd. chat.c should have its own static
586        ttyfd for pppd to work correctly. The symptom is that second
587        invokation of chat (for connect script) fails due to pppd_ttyfd set
588        to -1 by previous chat invokation (for init script). In addition,
589        this patch fixes leaving of dangling pointer in the abort_stbring[]
590        by chat_send().
591
5922005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
593
594        * configure.ac: Remove CFLAGS_DEBUG_V.
595        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
596
5972005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
598
599        * wrapup/Makefile.am: Remove rtems-ctor.o.
600
6012005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
602
603        * libchip/rtc/rtc.h: size_t RTC_Count.
604
6052005-01-20      Joel Sherrill <joel@OARcorp.com>
606
607        PR 736/pppd
608        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
609        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
610        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
611        should not be static and should have a name more specific to pppd.
612
6132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
614
615        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
616        libnetworking/rtems_servers/Makefile.am,
617        libnetworking/rtems_telnetd/Makefile.am,
618        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
619        Eliminate CFLAGS_OPTIMIZE_V.
620
6212005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
622
623        * configure.ac: Pass CFLAGS to testsuites configure.
624        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
625        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
626
6272005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
628
629        * configure.ac: Pass CFLAGS to cpukit configure.
630        * aclocal/rtems-flags.m4: Remove (Unused).
631        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
632        * aclocal/env-rtemsbsp.m4:
633        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
634        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
635        RTEMS_CFLAGS.
636        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
637        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
638        Cleanup comments.
639
6402005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
641
642        * automake/compile.am: Remove build-variant support.
643
6442005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
645
646        * libnetworking/pppd/Makefile.am,
647        libnetworking/rtems_servers/Makefile.am,
648        libnetworking/rtems_telnetd/Makefile.am:
649        Remove build-variant support.
650
6512005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
652
653        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
654        support/Makefile.am, wrapup/Makefile.am:
655        Remove build-variant support.
656
6572004-11-22      Joel Sherrill <joel@OARcorp.com>
658
659        * libchip/network/if_fxp.c: Add entry for another module ID code.
660
6612004-11-22      Joel Sherrill <joel@OARcorp.com>
662
663        PR 693/misc
664        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
665        in/outport routines.
666
6672004-11-22      Joel Sherrill <joel@OARcorp.com>
668
669        PR 693/misc
670        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
671        in/outport routines.
672
6732004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
674
675        * aclocal/enable-itron.m4: Remove (unused).
676
6772004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
678
679        * configure.ac: Misc. quoting cleanups.
680        Enable ada-tests iff --enable-ada and --enable-tests.
681
6822004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
683
684        PR 703/filesystem
685        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
686        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
687        libchip/ide/ide_controller.c:
688        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
689        available for BSPS/device drivers.
690        Extend the "modes_available" and "mode_active" parameters to
691        uint16_t for UDMA support.
692
6932004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
694
695        * libchip/network/dec21140.c: Cleanup a bit and remove message about
696        not supported on PowerPC since it works on the MVME2100 BSP.
697
6982004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
699
700        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
701        Add dependency tracking for *.cfgs.
702        * Makefile.am: Add dependency tracking for *.cfg.
703
7042004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
705
706        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
707        (Thanks to Lars Munch <lars@segv.dk> for catching this).
708
7092004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
710
711        PR 707/make_build
712        * configure.ac: Add --enable-rpcgen.
713
7142004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
715
716        PR 700/rtems_misc
717        * libnetworking/rtems_webserver/asp.c,
718        libnetworking/rtems_webserver/balloc.c,
719        libnetworking/rtems_webserver/cgi.c,
720        libnetworking/rtems_webserver/default.c,
721        libnetworking/rtems_webserver/ej.h,
722        libnetworking/rtems_webserver/ejIntrn.h,
723        libnetworking/rtems_webserver/ejlex.c,
724        libnetworking/rtems_webserver/ejparse.c,
725        libnetworking/rtems_webserver/emfdb.c,
726        libnetworking/rtems_webserver/emfdb.h,
727        libnetworking/rtems_webserver/form.c,
728        libnetworking/rtems_webserver/handler.c,
729        libnetworking/rtems_webserver/h.c,
730        libnetworking/rtems_webserver/license.txt,
731        libnetworking/rtems_webserver/Makefile.am,
732        libnetworking/rtems_webserver/md5c.c,
733        libnetworking/rtems_webserver/md5.h,
734        libnetworking/rtems_webserver/mime.c,
735        libnetworking/rtems_webserver/misc.c,
736        libnetworking/rtems_webserver/NOTES,
737        libnetworking/rtems_webserver/ringq.c,
738        libnetworking/rtems_webserver/rom.c,
739        libnetworking/rtems_webserver/rtems_webserver.h,
740        libnetworking/rtems_webserver/security.c,
741        libnetworking/rtems_webserver/sock.c,
742        libnetworking/rtems_webserver/socket.c,
743        libnetworking/rtems_webserver/sockGen.c,
744        libnetworking/rtems_webserver/sym.c,
745        libnetworking/rtems_webserver/uemf.c,
746        libnetworking/rtems_webserver/uemf.h,
747        libnetworking/rtems_webserver/um.c,
748        libnetworking/rtems_webserver/um.h,
749        libnetworking/rtems_webserver/umui.c,
750        libnetworking/rtems_webserver/url.c,
751        libnetworking/rtems_webserver/value.c,
752        libnetworking/rtems_webserver/wbase64.c,
753        libnetworking/rtems_webserver/webcomp.c,
754        libnetworking/rtems_webserver/webmain.c,
755        libnetworking/rtems_webserver/webpage.c,
756        libnetworking/rtems_webserver/webrom.c,
757        libnetworking/rtems_webserver/webs.c,
758        libnetworking/rtems_webserver/websda.c,
759        libnetworking/rtems_webserver/websda.h,
760        libnetworking/rtems_webserver/webs.h,
761        libnetworking/rtems_webserver/websSSL.c,
762        libnetworking/rtems_webserver/websSSL.h,
763        libnetworking/rtems_webserver/websuemf.c,
764        libnetworking/rtems_webserver/wsIntrn.h:
765        Remove (Moved to cpukit/http).
766
7672004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
768
769        PR 700/rtems_misc
770        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
771        Remove libnetworking/rtems_webserver.
772
7732004-10-25      Eric Norum <norume@aps.anl.gov>
774
775        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
776
7772004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
778
779        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
780
7812004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
782
783        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
784        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
785
7862004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
787
788        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
789
7902004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
791
792        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
793        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
794
7952004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
796
797        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
798        BITSPERBYTE.
799
8002004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
801
802        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
803        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
804
8052004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
806
807        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
808
8092004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
810
811        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
812        * aclocal/enable-bare.m4: Remove.
813        * configure.ac: Remove BARE_CPU_MODEL.
814
8152004-10-13      Eric Norum <norume@aps.anl.gov>
816
817        PR 688/bsps
818        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
819        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
820        MC146818A (and several Dallas Semiconductor) TOD chips.
821
8222004-10-13      Eric Norum <norume@aps.anl.gov>
823
824        PR 686/networking
825        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
826        device code.
827
8282004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
829
830        * libchip/network/dec21140.c: include <rtems/pci.h>.
831
8322004-09-29      Joel Sherrill <joel@OARcorp.com>
833
834        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
835        libnetworking/pppd/utils.c: i960 obsoleted and all references
836        removed.
837
8382004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
839
840        PR 607/networking
841        * libchip/network/dec21140.c: Made PCI configuration minimum sane
842        instead of fully specifying unused PCI features.
843
8442004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
845
846        * configure.ac: Require automake > 1.9.
847
8482004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
849
850        * aclocal/rtems-cpu-subdirs.m4: Add avr.
851
8522004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
853
854        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
855        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
856
8572004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
858
859        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
860        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
861
8622004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
863
864        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
865
8662004-07-28  Joel Sherrill <joel@OARcorp.com>
867
868    * aclocal/version.m4: Updated to rtems-4.6.99.1.
869
8702004-07-25      Joel Sherrill <joel@OARcorp.com>
871
872        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
873
8742004-05-21  Till Strauman <strauman@slac.stanford.edu>
875
876        PR 625/networking
877        * libchip/network/dec21140.c, ... : Prevent name clashes by making
878        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
879        an error rather than panic if no chip is detected (thus allowing
880        for probing).
881        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
882        instead of looping forever.  Avoid divide by zero (crashed my PC).
883        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
884        they are UNTESTED.
885
8862004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
887
888        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
889
8902004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
891
892        * libchip/network/dec21140.c, libchip/network/elnk.c:
893        #include <errno.h>.
894
8952004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
896
897        * libchip/network/if_media.h: Update from FreeBSD.
898        * libchip/network/open_eth.c, libchip/network/cs8900.c,
899        libchip/network/i82586.c: #include <errno.h>.
900
9012004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
902
903        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
904
9052004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
906
907        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
908
9092004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
910
911        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
912        automake).
913
9142004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
915
916        PR 599/pppd
917        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
918
9192004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
920
921        * optman/rtems/no-region.c: Reflect having changed
922        rtems_region_get_segment_size.
923
9242004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
925
926        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
927        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
928        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
929        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
930        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
931        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
932        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
933
9342004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
935
936        * libchip/ide/ata.c, libchip/network/dec21140.c,
937        libchip/network/elnk.c, libchip/network/i82586.c,
938        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
939        libchip/network/open_eth.c, libchip/network/sonic.c,
940        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
941        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
942        libchip/shmdr/init.c, libchip/shmdr/intr.c,
943        libchip/shmdr/shm_driver.h: Cosmetics.
944
9452004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
946
947        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
948        optman/rtems/no-msg.c, optman/rtems/no-part.c,
949        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
950        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
951        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
952        fixed size types.
953
9542004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
955
956        * configure.ac: Explicitly pass --includedir and --libdir to
957        cpukit/configure.
958
9592004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
960
961        * librdbg/Makefile.am: Fix rpcgen rules.
962        * librdbg/src/i386/any/remdeb_xdr.c,
963        librdbg/src/m68k/any/remdeb_xdr.c,
964        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
965        Reflect changes to librdbg/Makefile.am.
966
9672004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
968
969        * configure.ac: Reflect changes testsuites/configure.ac and
970        cpukit/configure.ac.
971
9722004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
973
974        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
975        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
976
9772004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
978
979        * configure.ac: Reflect changes to testsuites's configuration.
980
9812004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
982
983        PR/589 rtems
984        * libchip/network/pci.h: Remove (Moved to cpukit).
985
9862004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
987
988        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
989        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
990        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
991        libchip/network/dec21140.c, libchip/network/elnk.c,
992        libchip/network/if_fxp.c, libchip/network/open_eth.c,
993        libchip/network/open_eth.h, libchip/network/sonic.c,
994        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
995        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
996        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
997        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
998        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
999        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1000        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1001        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1002        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1003        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1004        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1005        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1006        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1007        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1008        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1009        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1010        fixed-size types.
1011
10122004-03-14      Chris Johns  <chrisj@rtems.org>
1013
1014        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1015        the BSP example code.
1016        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1017        support the DIMMPC. This is a pc386 target with IO port support. Minor
1018        formating clean up. Add documentation to the header file.
1019        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1020        cs8900.h header file.
1021
10222004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1023
1024        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1025        Cosmetics.
1026
10272004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1030        There are no application level Makefiles in here.
1031
10322004-03-04      Joel Sherrill <joel@OARcorp.com>
1033
1034        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1035        they can be used in application level makefiles.
1036
10372004-03-05      Joel Sherrill <joel@OARcorp.com>
1038
1039        * libnetworking/rtems_webserver/ejparse.c,
1040        libnetworking/rtems_webserver/emfdb.c,
1041        libnetworking/rtems_webserver/sock.c,
1042        libnetworking/rtems_webserver/socket.c,
1043        libnetworking/rtems_webserver/sym.c,
1044        libnetworking/rtems_webserver/webs.c,
1045        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
10462004-03-05      Joel Sherrill <joel@OARcorp.com>
1047
1048        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1049        compiling this file only only those CPU families with supported
1050        exception models.
1051
10522004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1055        testsuites (Was exposed with --enable-multilib, only).
1056        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1057         Add RTEMS_BSP_CONFIG_SUBDIR.
1058        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1059        testsuites's configure.
1060        * aclocal/rtems-top.m4: Remove ENDIF hack.
1061        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1062
10632004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1064
1065        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1066        wrapup/Makefile.am: Fix automake problems having been introduced
1067        in previous patch.
1068
10692004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1072        Preinstall dirs.
1073        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1074        * aclocal/check-multiprocessing.m4: Cosmetics.
1075        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1076        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1077
10782004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079
1080        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1081        librdbg/src/Makefile.am.
1082        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1083        * configure.ac: Reflect changes above.
1084        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1085        * wrapup/Makefile.am: Reflect changes above.
1086        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1087
10882004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1091
10922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
1094        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1095
10962004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1097
1098        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1099
11002004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1101
1102        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1103        librdbg/src/powerpc/Makefile.am: Remove.
1104        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1105        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1106        * configure.ac: Reflect changes above.
1107
11082004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1109
1110
11112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1112
1113        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1114        STRIP.
1115
11162004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * librdbg/include/Makefile.am: Merge-in
1119        librdbg/include/rdbg/i386/Makefile.am,
1120        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1121        librdbg/include/rdbg/powerpc/Makefile.am.
1122        * librdbg/include/rdbg/i386/Makefile.am,
1123        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1124        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1125        * configure.ac: Reflect changes above.
1126
11272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1128
1129        * configure.ac: Use AS_HELP_STRING(ada).
1130
11312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1132
1133        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1134        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1135        Use AC_CONFIG_HEADERS.
1136        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1137        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1138
11392004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1140
1141        * Makefile.am: include local.am.
1142
11432004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1144
1145        * aclocal/version.m4: 4.6.99.0.
1146
11472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1148
1149        * Makefile.am: Don't include host.am.
1150        * automake/compile.am: Further cleanups.
1151
11522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1153
1154        * automake/lib.am: Remove (Unused).
1155
11562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1157
1158        * wrapup/Makefile.am: Don't include lib.am.
1159        * automake/compile.am: Use automake compilation rules.
1160
11612004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1162
1163        * libnetworking/pppd/Makefile.am,
1164        libnetworking/rtems_servers/Makefile.am,
1165        libnetworking/rtems_telnetd/Makefile.am,
1166        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1167        support/Makefile.am: Don't include lib.am.
1168
11692004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * libchip/Makefile.am: Don't include lib.am.
1172        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1173        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1174        unnecessary EXTRA_DISTs.
1175
11762004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1177
1178        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1179        hack.
1180
11812004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1182
1183        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1184        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1185        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1186        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1187
11882004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1191        Add AM_CONDITIONAL(HAS_MP).
1192        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1193        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1194        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1195        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1196        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1197        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1198        (Deprecated by autoconf 2.59).
1199
12002004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1201
1202        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1203        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1204
12052004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1206
1207        * ChangeLog: Merge-in libnetworking/ChangeLog.
1208        * libnetworking/ChangeLog: Remove.
1209        * ChangeLog: Merge-in librdbg/ChangeLog.
1210        * librdbg/ChangeLog: Remove.
1211        * ChangeLog: Merge-in libchip/ChangeLog.
1212        * libchip/ChangeLog: Remove.
1213        * ChangeLog: Merge-in optman/ChangeLog.
1214        * optman/ChangeLog: Remove.
1215
12162004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1217
1218        * configure.ac: Reflect changes to cpukit.
1219        * wrapup/Makefile.am: Reflect changes to librdbg.
1220        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1221        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1222        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1223        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1224        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1225        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1226        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1227        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1228        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1229
12302004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1231
1232        * aclocal/rtems-top.m4: Remove check for version.m4.
1233        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1234
12352004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1236
1237        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1238        * wrapup/Makefile.am: Reflect changes to libchip/*.
1239        * support/Makefile.am: Use automake compilation rules.
1240        * wrapup/Makefile.am: Reflect changes to support/*.
1241        * configure.ac: Remove libnetworking/wrapup/Makefile.
1242        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1243        libnetworking/*/lib*.a instead of libnetapps.a.
1244        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1245        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1246        * optman/Makefile.am: Use automake compilation rules.
1247        * libchip/Makefile.am: Fix typo in previous patch.
1248        * libchip/Makefile.am: Use automake compilation rules.
1249        * libnetworking/Makefile.am: Remove wrapup.
1250        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1251        automake-compilation rules.
1252        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1253        automake-compilation rules.
1254        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1255        automake-compilation rules.
1256        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1257        automake-compilation rules.
1258        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1259
12602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1261
1262        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1263        PRE/TMPINSTALL_FILES to CLEANFILES.
1264        * automake/lib.am: Remove TMPINSTALL_FILES.
1265        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1266        PRE/TMPINSTALL_FILES to CLEANFILES.
1267        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1268        PRE/TMPINSTALL_FILES to CLEANFILES.
1269        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1270        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1271        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1272        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1273        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1274        * librdbg/src/i386/Makefile.am: Ditto.
1275        * librdbg/src/m68k/Makefile.am: Ditto.
1276        * librdbg/src/powerpc/Makefile.am: Ditto.
1277        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1278        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1279        * libnetworking/rtems_servers/Makefile.am: Ditto.
1280        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1281        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1282
12832004-01-07      Joel Sherrill <joel@OARcorp.com>
1284
1285        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1286        more completely covers the MIPS family.
1287
12882003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1289
1290        * wrapup/Makefile.am: Reflect changes to shmdr.
1291        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1292
12932003-12-18      Joel Sherrill <joel@OARcorp.com>
1294
1295        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1296        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1297        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1298        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1299        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1300        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1301        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1302
13032003-12-17      Joel Sherrill <joel@OARcorp.com>
1304
1305        * aclocal/version.m4: Updated to rtems-20031217-test.
1306
13072003-12-17     
1308
1309        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1310        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1311
13122003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1313
1314        * automake/compile.am: Remove LINK_LIBS (Unused).
1315        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1316
13172003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1318
1319        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1320        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1321        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1322        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1323        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1324
13252003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1326
1327        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1328        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1329        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1330        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1331        * librdbg/src/i386/Makefile.am:
1332        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1333        * librdbg/src/m68k/Makefile.am:
1334        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1335        * librdbg/src/powerpc/Makefile.am:
1336        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1337
13382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1339
1340        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1341        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1342        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1343        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1344        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1345        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1346        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1347        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1348        * optman/Makefile.am: Remove project_libdir.
1349        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1350        PRE/TMPINSTALL_FILES.
1351        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1352        PRE/TMPINSTALL_FILES.
1353        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1354        PRE/TMPINSTALL_FILES.
1355        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1356        PRE/TMPINSTALL_FILES.
1357        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1358        from PRE/TMPINSTALL_FILES.
1359        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1360        PRE/TMPINSTALL_FILES.
1361        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1362        PRE/TMPINSTALL_FILES.
1363        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1364        PRE/TMPINSTALL_FILES.
1365        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1366        PRE/TMPINSTALL_FILES.
1367        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1368        PRE/TMPINSTALL_FILES.
1369        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1370        PRE/TMPINSTALL_FILES.
1371        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1372        from PRE/TMPINSTALL_FILES.
1373
13742003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1375
1376        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1377        * automake/lib.am: Remove project_libdir.
1378        * wrapup/Makefile.am: Reworked.
1379
13802003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1381
1382        * configure.ac: Reflect changes to librdbg.
1383        * optman/Makefile.am: Add tmpinstall dirstamp support.
1384        * libchip/Makefile.am: Fix variant-tmpinstall support.
1385        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1386        * librdbg/src/powerpc/Makefile.am: Merge-in former
1387        new_exception_processing/Makefile.am.
1388        * librdbg/src/m68k/any/Makefile.am: Remove.
1389        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1390        * librdbg/src/i386/any/Makefile.am: Remove.
1391        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1392        * librdbg/src/Makefile.am: Cosmetics.
1393        * librdbg/include/Makefile.am: Cosmetics.
1394        * librdbg/Makefile.am: Cosmetics.
1395        * libnetworking/Makefile.am: Cosmetics.
1396        * libnetworking/pppd/Makefile.am: Cosmetics.
1397        * libnetworking/wrapup/Makefile.am: Cosmetics.
1398
13992003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1400
1401        * Makefile.am: Cosmetics.
1402        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1403        support.
1404
14052003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1406
1407        * automake/compile.am: Remove $(ARCH):-rule.
1408
14092003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1410
1411        * configure.ac: Remove lib/libbsp/shared/Makefile,
1412        lib/libbsp/shmdr/Makefile.
1413
14142003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1415
1416        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1417        libchip/serial/Makefile, libchip/rtc/Makefile.
1418        * support/Makefile.am: Remove all-local: $(ARCH).
1419        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1420        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1421        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1422        * optman/Makefile.am: Remove all-local: $(ARCH).
1423        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1424        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1425        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1426        compilation dirstamp support.
1427        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1428        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1429        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1430        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1431        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1432        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1433        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1434        all-local: $(ARCH).
1435        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1436        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1437        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1438        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1439        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1440
14412003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1442
1443        * aclocal/lead-dot.m4: New (from automake-1.7f).
1444        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1445        AC_SUBST(dirstamp).
1446        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1447        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1448        libchip/serial/Makefile.am: Ditto.
1449        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1450        * librdbg/include/Makefile.am: Ditto.
1451        * librdbg/include/rdbg/Makefile.am: Ditto.
1452        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1453        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1454        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1455        * librdbg/src/Makefile.am: Ditto.
1456        * librdbg/src/i386/Makefile.am: Ditto.
1457        * librdbg/src/i386/any/Makefile.am: Ditto.
1458        * librdbg/src/m68k/Makefile.am: Ditto.
1459        * librdbg/src/m68k/any/Makefile.am: Ditto.
1460        * librdbg/src/powerpc/Makefile.am: Ditto.
1461        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1462        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1463        preinstallation.
1464        * libnetworking/pppd/Makefile.am: Ditto.
1465        * libnetworking/rtems_servers/Makefile.am: Ditto.
1466        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1467        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1468        * libnetworking/wrapup/Makefile.am: Ditto.
1469
14702003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1471
1472        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1473        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1474        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1475        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1476        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1477        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1478        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1479        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1480        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1481        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1482        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1483        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1484        underquoting to silence automake-1.8.
1485
14862003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1487
1488        * configure.ac: Reflect having moved tests to ../../testsuites.
1489
14902003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1491
1492        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1493        * aclocal/canonical-host.m4: Remove.
1494        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1495        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1496
14972003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1498
1499        * aclocal/check-cpu.m4: Remove.
1500        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1501        * aclocal/canonical-target-name.m4: Add m4-quotes.
1502        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1503        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1504        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1505        * aclocal/check-networking.m4: Add m4-quotes. Require
1506        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1507        * aclocal/check-posix.m4: Add m4-quotes. Require
1508        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1509        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1510        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1511        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1512
15132003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
1515        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1516        * aclocal/bsp-alias.m4: Remove.
1517
15182003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1519
1520        * configure.ac: Make presence of tests/ optional.
1521
15222003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1523
1524        * aclocal/path-perl.m4: Remove (Unused).
1525
15262003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1527
1528        * automake/force-preinstall.am: Remove.
1529
15302003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1531
1532        PR 499/rtems_misc
1533        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1534        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1535        Configuration (Odd was forced) - Correction of Stop Bit configuration
1536        (inversed) - Correction of ISR Handler to call
1537        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1538        CTS Hardware flow control Configuration.
1539
15402003-09-04      Joel Sherrill <joel@OARcorp.com>
1541
1542        * lib/libcpu/shared/include/cache.h,
1543        lib/libcpu/shared/src/cache_aligned_malloc.c,
1544        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1545        license changed.
1546        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1547        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1548        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1549        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1550        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1551        for license changed.
1552        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1553        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1554        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1555        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1556        libchip/network/cs8900.h, libchip/network/dec21140.c,
1557        libchip/network/elnk.c, libchip/network/open_eth.c,
1558        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1559        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1560        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1561        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1562        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1563        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1564        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1565        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1566        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1567        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1568        libchip/serial/serial.h, libchip/serial/z85c30.c,
1569        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1570        libchip/serial/z85c30_reg.c: URL for license changed.
1571
15722003-09-03      Jiri Gaisler <jiri@gaisler.com>
1573
1574        PR 477/networking
1575        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1576        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1577        libchip/network/open_eth.h: New files.
1578
15792003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1580
1581        * aclocal/rtems-top.m4: Add RTEMS_API.
1582        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1583
15842003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1585
1586        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1587        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1588        @RTEMS_BSP@.cfg.
1589
15902003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1591
1592        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1593
15942003-08-20      Joel Sherrill <joel@OARcorp.com>
1595
1596        * libchip/network/cs8900.c: Correct copyright statements.
1597
15982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1599
1600        * aclocal/check-itron.m4: Remove.
1601        * aclocal/enable-inlines.m4: Remove.
1602        * Makefile.am: Reflect having moved aclocal/.
1603        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1604        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1605        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1606        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1607        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1608        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1609        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1610        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1611        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1612        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1613        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1614        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1615        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1616        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1617        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1618        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1619        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1620        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1621        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1622        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1623        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1624        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1625        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1626        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1627        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1628        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1629        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1630        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1631        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1632        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1633        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1634        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1635        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1636        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1637        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1638        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1639        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1640        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1641        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1642        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1643        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1644        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1645        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1646        * aclocal/target.m4: New (Copied from ../../aclocal).
1647        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1648        * aclocal/version.m4: New (Copied from ../../aclocal).
1649
16502003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1651
1652        * configure.ac: Remove stray comments.
1653        * automake/local.am, automake/host.am: Remove "debug".
1654
16552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1656
1657        * Makefile.am: Reflect having moved automake/.
1658        * lib/Makefile.am: Reflect having moved automake/.
1659        * support/Makefile.am: Reflect having moved automake/.
1660        * wrapup/Makefile.am: Reflect having moved automake/.
1661        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1662        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1663        from ../../automake).
1664        * optman/Makefile.am: Reflect having moved automake/.
1665        * libchip/Makefile.am: Reflect having moved automake/.
1666        * libchip/ide/Makefile.am: Reflect having moved automake/.
1667        * libchip/network/Makefile.am: Reflect having moved automake/.
1668        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1669        * libchip/serial/Makefile.am: Reflect having moved automake/.
1670        * librdbg/Makefile.am: Reflect having moved automake/.
1671        * librdbg/include/Makefile.am: Reflect having moved automake/.
1672        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1673        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1674        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1675        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1676        automake/.
1677        * librdbg/src/Makefile.am: Reflect having moved automake/.
1678        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1679        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1680        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1681        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1682        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1683        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1684        having moved automake/.
1685        * libnetworking/Makefile.am: Reflect having moved automake/.
1686        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1687        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1688        automake/.
1689        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1690        automake/.
1691        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1692        automake/.
1693        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1694
16952003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1696
1697        * Makefile.am: Add bsp.pc.in.
1698        * bsp.pc.in: New (pkgconfig support).
1699
17002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1701
1702        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1703
17042003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1705
1706        * lib/Makefile.am: New (Required by 'make dist').
1707        * lib/ChangeLog: Remove.
1708        * lib/.cvsignore: Cleanup.
1709        * configure.ac: Reflect having added lib/Makefile.am.
1710        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1711        lib/libbsp/configure.ac.
1712        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1713        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1714
17152003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1716
1717        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1718        * configure.ac: Merge-in librdbg/configure.ac.
1719        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1720        librdbg/configure.ac.
1721        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1722        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1723        LIBCHIP. Conditionally build include-dirs.
1724        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1725        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1726        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1727        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1728        librdbg/include/rdbg/m68k/Makefile.am,
1729        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1730        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1731        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1732        librdbg/src/powerpc/Makefile.am, librdbg/
1733        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1734        configure.ac into ../configure.ac.
1735        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1736        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1737        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1738        libnetworking/rtems_telnetd/Makefile.am,
1739        libnetworking/rtems_webserver/Makefile.am,
1740        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1741        into ../configure.ac.
1742
17432003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1744
1745        PR 427/rtems
1746        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1747        * librdbg/src/servtsp.c: Ditto.
1748
17492003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1750
1751        PR 429/bsps
1752        PR 432/bsps
1753        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1754        packets are queued onto an elnk board, the ISR will deadlock the device
1755        with a tx complete interrupt.  Lighter tx loads are not affected as they
1756        end up submitting single packets to the device.
1757
17582003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1759
1760        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1761        optman/configure.ac.
1762        * optman/configure.ac: Remove (Merged into ../configure.ac).
1763        * optman/Makefile.am: Reflect having merged configure.ac into
1764        ../configure.ac.
1765        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1766        * libchip/Makefile.am, libchip/ide/Makefile.am,
1767        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1768        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1769        ../configure.ac.
1770
17712003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1772
1773        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1774
17752003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1776
1777        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1778        on i386.
1779
17802003-06-13      Joel Sherrill <joel@OARcorp.com>
1781
1782        * libnetworking/pppd/chat.c: Removed warnings.
1783
17842003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1785
1786        * libchip/network/README.3com: New file missed in previous commit.
1787        PR 405/bsps
1788        PR 393/networking
1789        * libchip/network/dec21140.c: Fix leak also known as PR393.
1790        * libchip/network/elnk.c, libchip/network/if_media.h,
1791        libchip/network/mii.h: New files.
1792        * libchip/network/Makefile.am: Reflect new files.
1793
17942003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1795
1796        * configure.ac: Remove support for profile-variant.
1797
17982003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1799
1800        PR 397/pppd
1801        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1802        * libnetworking/pppd/magic.c: Remove *rand48.
1803        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1804
18052003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1806
1807        * wrapup/Makefile.am: Add libide.a.
1808
18092003-04-15      Joel Sherrill <joel@OARcorp.com>
1810
1811        PR 387/rtems_misc
1812        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1813        routines.
1814        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1815
18162003-04-11      Joel Sherrill <joel@OARcorp.com>
1817
1818        * libnetworking/rtems_webserver/cgi.c,
1819        libnetworking/rtems_webserver/sockGen.c,
1820        libnetworking/rtems_webserver/umui.c,
1821        libnetworking/rtems_webserver/websSSL.c,
1822        libnetworking/rtems_webserver/websSSL.h,
1823        libnetworking/rtems_webserver/websda.c,
1824        libnetworking/rtems_webserver/websda.h: New files. Not included in
1825        previous commit.
1826
18272003-04-10      Joel Sherrill <joel@OARcorp.com>
1828
1829        PR 371/pppd
1830        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1831        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1832        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1833        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1834        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1835        still global symbols in rtemspppd.h which might need to be changed or
1836        converted into member of a structure which is dereferenced with a
1837        pointer that is managed as a per task variable. But this patch should
1838        avoid many conflicts.
1839
18402003-03-27      Joel Sherrill <joel@OARcorp.com>
1841
1842        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1843        not allowed in the cpukit source code since it must be buildable
1844        independent of any BSP. These files were moved to libchip/ide.
1845        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1846        files.
1847
18482003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1849
1850        PR 368/filesystems
1851        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1852        improvements which now work on pc386 and mbx8xx.
1853        * libchip/ide/ide_controller.c: New file.
1854
18552003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1856
1857        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1858
18592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1860
1861        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1862        * configure.ac: Add support/.
1863        * support/.cvsignore: New.
1864        * support/Makefile.am: New.
1865        * support/version.c: New.
1866        * wrapup/Makefile.am: Add support/libsupport.a.
1867        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1868        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1869        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1870        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1871
18722003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1873
1874        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1875
18762003-02-20      Till Straumann <strauman@slac.stanford.edu>
1877
1878        PR 354/networking
1879        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1880        chip against a table of supported chips. The untested ones are still
1881        commented out, however.
1882
18832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1884
1885        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1886        * configure.ac: AC_PREREQ(2.57).
1887        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1888        * optman/configure.ac: AC_PREREQ(2.57).
1889        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1890        * libchip/configure.ac: AC_PREREQ(2.57).
1891        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1892        * librdbg/configure.ac: AC_PREREQ(2.57).
1893        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1894        * libnetworking/configure.ac: AC_PREREQ(2.57).
1895
18962003-02-06      Joel Sherrill <joel@OARcorp.com>
1897
1898        * libnetworking/pppd/chat.c: Convert routines with common names to
1899        static. This included get_char(), put_char(), and character() among
1900        others.
1901
19022003-02-03      Joel Sherrill <joel@OARcorp.com>
1903
1904        PR 338/filesystem
1905        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1906        rtems_io_lookup_name() (API change).  Unused function removed.
1907
19082003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1909
1910        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1911        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1912        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1913        Eliminate *_O_FILES.
1914        * libnetworking/rtems_servers/Makefile.am,
1915        libnetworking/rtems_webserver/Makefile.am,
1916        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1917
19182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1919
1920        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1921        Let all-local: depend on $(LIB).
1922        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1923        * optman/Makefile.am: Apply install-data-local to install *.rels.
1924
19252002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1926
1927        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1928        %.c rules.
1929        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1930        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1931        * libchip/rtc/Makefile.am: Ditto.
1932        * libchip/serial/Makefile.am: Ditto.
1933
19342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1935
1936        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1937        LIBC_DEFINES.
1938        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1939        LIBC_DEFINES.
1940        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1941        LIBC_DEFINES.
1942
19432002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1944
1945        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1946
19472002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1948
1949        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1950        cache-checking.
1951        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1952
19532002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1954
1955        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1956        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1957        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1958        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1959        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1960
19612002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1964        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1965        Remove.
1966        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1967
19682002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1969
1970        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1971        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1972
19732002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1974
1975        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1976        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1977
19782002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1979
1980        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1981        * optman/rel.am: New.
1982
19832002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1984
1985        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1986        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1987        braino in comment on "exec". Extend --enable-ada handling.
1988
19892002-11-04      Joel Sherrill <joel@OARcorp.com>
1990
1991        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1992        tasks and rolling multiple loops into 1.
1993        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1994        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1995        Removed warnings.
1996
19972002-10-31      Joel Sherrill <joel@OARcorp.com>
1998
1999        * libchip/network/dec21140.c: Removed warnings.
2000        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2001        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2002        librdbg/src/m68k/any/remdeb_xdr.c,
2003        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2004        warnings.
2005        * libnetworking/rtems_webserver/socket.c,
2006        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2007
20082002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2009
2010        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2011        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2012        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2013        above.
2014
20152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2016
2017        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2018        * wrapup/.cvsignore: Remove autom4te.cache.
2019        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2020        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2021        autom4te.cache.
2022        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2023        autom4te.cache.
2024        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2025        autom4te.cache.
2026
20272002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2028
2029        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2030
20312002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2032
2033        * optman/.cvsignore: Add autom4te.cache.
2034
20352002-09-14      Joel Sherrill <joel@OARcorp.com>
2036
2037        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2038
20392002-09-07      Joel Sherrill <joel@OARcorp.com>
2040
2041        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2042        include files to resolve warnings.
2043
20442002-09-07      Chris Johns <ccj@acm.org>
2045
2046        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2047        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2048        which corrects the problem  where the cs8900.c file was actually the BSP
2049        glue.  Joel did some hacking so this file will compile.  Previously it
2050        required providing a target.h file to compile.
2051        * libchip/network/cs8900.c.bsp: New file.
2052
20532002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2054
2055        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2056
20572002-08-31      Joel Sherrill <joel@OARcorp.com>
2058
2059        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2060        eliminate warning.
2061
20622002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2063
2064        * configure.ac: Add ada-tests.
2065
20662002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2067
2068        * Makefile.am: Add preinstall-stamp.
2069
20702002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2071
2072        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2073        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2074        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2075        gcc31 happy.
2076        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2077        cp.
2078
20792002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2080
2081        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2082        make/bsp.mak.
2083        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2084        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2085
20862002-08-12      Joel Sherrill <joel@OARcorp.com>
2087
2088        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2089        avoid error.
2090
20912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2092
2093        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2094        * configure.ac: Add BSP_SUBDIRS.
2095        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2096        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2097        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2098        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2099        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2100        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2101        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2102        RTEMS_CHECK_BSP_CACHE.
2103        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2104        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2105        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2106        .$(OBJEXT) instead of .o.
2107        * libnetworking/pppd/Makefile.am,
2108        libnetworking/rtems_servers/Makefile.am,
2109        libnetworking/rtems_telnetd/Makefile.am,
2110        libnetworking/rtems_webserver/Makefile.am,
2111        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2112
21132002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2114
2115        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2116        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2117        ../libchip/serial/$(ARCH)/libserialio.a.
2118        * libchip/serial/Makefile.am: Don't tmp-install lib.
2119        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2120
21212002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2122
2123        * Makefile.am: Add rtems_makedir.
2124        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2125        * Makefile.am: Add wrapup-SUBDIR.
2126        * wrapup/ChangeLog: Remove.
2127        * wrapup/configure.ac: Remove.
2128        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2129        (Make the bare BSP happy).
2130        * configure.ac: Ditto.
2131        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2132        Create make/custom/default.cfg.
2133        * configure.ac: Add creation of make/custom/*.cfg. Create
2134        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2135
21362002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2137
2138        * Makefile.am: Clean $(PROJECT_RELEASE).
2139
21402002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2141
2142        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2143        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2144        prototype mismatches.
2145
21462002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2147
2148        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2149        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2150
21512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2152
2153        * acinclude.m4: Add test "$multilib" != "yes".
2154        * config-ml.in: Remove.
2155        * acinclude.m4: Cleanups.
2156        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2157        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2158        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2159        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2160        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2161
21622002-07-16      Eric Norum <eric.norum@usask.ca>
2163
2164        * New driver for the Intel EtherExpressPro (82559ER) chip.
2165        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2166        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2167        * libchip/network/Makefile.am: Modified to reflect above.
2168
21692002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2170
2171        * acinclude.m4: New.
2172        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2173        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2174        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2175
21762002-07-01      Joel Sherrill <joel@OARcorp.com>
2177
2178        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2179        _Objects_Information_table now that it is a two dimensional array based
2180        upon API and class.
2181        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2182        of strnlen().
2183
21842002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2185
2186        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2187        preinstall libnetapps.a.
2188
21892002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2190
2191        * configure.ac: Remove librpc.
2192
21932002-06-25      Joel Sherrill <joel@OARcorp.com>
2194
2195        * Per PR233, moved librpc to exec.
2196        * configure.ac, wrapup/Makefile.am: Modified.
2197        * librpc, librpc/ChangeLog: Removed.
2198
21992002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2200
2201        * optman/Makefile.am: Remove multilib support.
2202        * optman/configure.ac: Ditto.
2203        * optman/sapi/Makefile.am: Ditto.
2204
22052002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2206
2207        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2208        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2209
22102002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2211
2212        Move networking libraries to c/src/exec/libnetworking
2213        * libnetworking/configure.ac, libnetworking/Makefile.am,
2214        libnetworking/wrapup/Makefile.am: Reflect Moval.
2215
22162002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2217
2218        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2219        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2220        <rtems/bspIo.h>.
2221
22222002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2223
2224        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2225        * libnetworking/rtems/mkrootfs.h: Ditto.
2226        * libnetworking/rtems/Makefile.am: Reflect changes above.
2227
22282002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2229
2230        * configure.ac: Remove lib.
2231
22322002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2233
2234        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2235        that exception stack frames on M68K members with VBR always are 6 byte
2236        long. The incorrect assumption resulted in some gdb commands like "next"
2237        to fail on the 68360.
2238
22392002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2240
2241        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2242        PR 220
2243        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2244        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2245        CVS.
2246        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2247        libnetworking/sys/filio.h: Remove.
2248        * libnetworking/sys/Makefile.am: Reflect changes above.
2249
22502002-05-07      Chris Johns <ccj@acm.org>
2251
2252        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2253        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2254        requires it to be stripped.
2255
22562002-05-01      Eric Norum <eric.norum@usask.ca>
2257
2258        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2259        assembly  to satisfy gcc 3.1 and newer.
2260
22612002-04-26      Eric Norum <eric.norum@usask.ca>
2262
2263        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2264        agressive optimization in gcc 3.1 does not reorder things.
2265
22662002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2267
2268        * libchip/network/dec21140.c: Reflect changes to powerpc's
2269        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2270        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2271        <rtems/score/cpu.h>.
2272        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2273        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2274
22752002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2276
2277        * optman/configure.ac: Remove ENABLE_GCC28.
2278
22792002-04-11      Chris Johns <ccj@acm.org>
2280
2281        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2282        driver control block field to the ifconfig network driver structure.
2283        This field is needed by the i82586 driver which was ported from NetBSD
2284        as it had better hardware abstraction.
2285        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2286        PR59, added the drv_ctrl driver control block field to the ifconfig
2287        network driver structure. This field is needed by the i82586 driver
2288        which was ported from NetBSD as it had better hardware abstraction.
2289
22902002-04-10      Mike Siers <mikes@poliac.com>
2291
2292        * libnetworking/rtems_webserver/NOTES,
2293        libnetworking/rtems_webserver/asp.c,
2294        libnetworking/rtems_webserver/balloc.c,
2295        libnetworking/rtems_webserver/default.c,
2296        libnetworking/rtems_webserver/ej.h,
2297        libnetworking/rtems_webserver/ejIntrn.h,
2298        libnetworking/rtems_webserver/ejlex.c,
2299        libnetworking/rtems_webserver/ejparse.c,
2300        libnetworking/rtems_webserver/emfdb.c,
2301        libnetworking/rtems_webserver/emfdb.h,
2302        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2303        libnetworking/rtems_webserver/handler.c,
2304        libnetworking/rtems_webserver/license.txt,
2305        libnetworking/rtems_webserver/md5.h,
2306        libnetworking/rtems_webserver/md5c.c,
2307        libnetworking/rtems_webserver/mime.c,
2308        libnetworking/rtems_webserver/misc.c,
2309        libnetworking/rtems_webserver/ringq.c,
2310        libnetworking/rtems_webserver/rom.c,
2311        libnetworking/rtems_webserver/security.c,
2312        libnetworking/rtems_webserver/sock.c,
2313        libnetworking/rtems_webserver/sym.c,
2314        libnetworking/rtems_webserver/uemf.c,
2315        libnetworking/rtems_webserver/uemf.h,
2316        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2317        libnetworking/rtems_webserver/url.c,
2318        libnetworking/rtems_webserver/value.c,
2319        libnetworking/rtems_webserver/wbase64.c,
2320        libnetworking/rtems_webserver/webcomp.c,
2321        libnetworking/rtems_webserver/webpage.c,
2322        libnetworking/rtems_webserver/webrom.c,
2323        libnetworking/rtems_webserver/webs.c,
2324        libnetworking/rtems_webserver/webs.h,
2325        libnetworking/rtems_webserver/websuemf.c,
2326        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2327        2.1.4.
2328
23292002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2330
2331        * libchip/network/i82586.c: Include <string.h>.
2332        * libchip/network/sonic.c: Ditto.
2333
23342002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2335
2336        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2337
23382002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2339
2340        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2341
23422002-03-27      Thomas.Doerfler@imd-systems.de
2343
2344        PR 144
2345        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2346        memory address 0 when called for the first time. This is done when
2347        trying to clear the variable "dhcp_hostname".
2348
23492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2350
2351        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2352        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2353        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2354        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2355        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2356        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2357        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2358        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2359        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2360        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2361        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2362        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2363        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2364        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2365        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2366        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2367        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2368        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2369        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2370        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2371        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2372        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2373        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2374        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2375        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2376        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2377        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2378        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2379        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2380        AUTOMAKE_OPTIONS.
2381        * libnetworking/configure.ac:
2382        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2383        foreign 1.6]).
2384        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2385        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2386        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2387        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2388        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2389        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2390        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2391        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2392        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2393        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2394        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2395        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2396        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2397        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2398        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2399        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2400        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2401
24022002-03-27      Ilya Alexeev <ilya@continuum.ru>
2403
2404        PR 162
2405        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2406        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2407        used in a device write routines.  Now ppp_softc structure have own
2408        character for writing to device (sc_outchar).  I think that converting
2409        local variables to static is not a right solution, because problems will
2410        occur in the case of two or more ppp instances.
2411        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2412        must be u_long, otherwise in the case of the big output packet endless
2413        loop may occur.
2414
24152002-03-21      Ilya Alexeev <ilya@continuum.ru>
2416
2417        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2418        preparations for multiple PPPD connections.
2419
24202002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2421
2422        PR 149
2423        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2424        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2425        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2426        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2427
24282002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2429
2430        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2431        * configure.ac: Modified to reflect addition.
2432
24332002-02-27      Ilya Alexeev <ilya@continuum.ru>
2434
2435        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2436        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2437        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2438        capabilities as well as eliminate some warnings.
2439
24402002-02-27      Eric Norum <eric.norum@usask.ca>
2441
2442        * libnetworking/net/radix.c: Properly handle fetching the default route
2443        when there is no route.  This was a bug in the original FreeBSD code and
2444        this fix is from an updated version of their code.
2445
24462002-02-16      Eric Norum <eric.norum@usask.ca>
2447
2448        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2449        checking.
2450
24512002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2452
2453        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2454        dodefaultroute.
2455
24562002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2457
2458        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2459        include <rtems/seterr.h>.
2460
24612002-02-01      Mike Siers <mikes@poliac.com>
2462
2463        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2464        avoid bringing the link down too fast. NOTE: Mike reports successfully
2465        running at 56K baud on a direct link.
2466
24672002-02-01      Eric Valette <valette@crf.canon.fr>
2468
2469        * librdbg/So many patches have been posted recently on the mailing list
2470        and  because we were unable to find correct solution to compile on
2471        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2472        because the coding  style of rdbg was rather inconsistant among various
2473        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2474        global coding style (using indent + manual edits), 2) incorporate/review
2475        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2476        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2477        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2478        after rdbg initialization is done, NB : the paches is huge but it is
2479        mainly due to coding styke chnages.  Only few lines of codes have been
2480        really changed and they do not impact  rdbg functionnality (AFAIKT).
2481        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2482        librdbg/include/rdbg/m68k/rdbg_f.h,
2483        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2484        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2485        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2486        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2487        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2488        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2489        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2490        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2491        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2492        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2493        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2494        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2495        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2496        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2497        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2498        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2499
25002002-01-31      Mike Siers <mikes@poliac.com>
2501
2502        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2503        * Nice Update of PPPD support which eliminates the requiremetn that
2504        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2505        and reports that it seems to be more stable and handle larger packets
2506        better.  This patch replaces the termios tasks with more general pppd
2507        network driver tasks.  The functions pppinput() and pppstart() get
2508        called from the interrupt service routine.
2509        * libnetworking/Makefile.am, libnetworking/configure.ac,
2510        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2511        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2512        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2513        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2514        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2515        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2516        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2517        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2518        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2519        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2520        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2521        libnetworking/net/route.c, libnetworking/net/route.h,
2522        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2523        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2524        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2525        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2526        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2527        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2528        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2529        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2530        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2531        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2532        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2533        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2534        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2535        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2536        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2537        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2538        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2539        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2540        libnetworking/pppd/example/README,
2541        libnetworking/pppd/example/netconfig.h,
2542        libnetworking/wrapup/Makefile.am: Modified.
2543        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2544        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2545        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2546        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2547        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2548        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2549        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2550        libnetworking/modem/pppcompress.c: Subdirectory removed.
2551
25522002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2553
2554        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2555        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2556
25572002-01-18      Till Straumann <strauman@slac.stanford.edu>
2558
2559        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2560        issues: - exception handler needs to enable MSR_FP if the interrupted
2561        thread is FP enabled. - printk message for MSR fixed and added
2562        stacktrace. NOTE: this requires the stacktrace patch to
2563        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2564        however).
2565
25662002-01-06      Joel Sherrill <joel@OARcorp.com>
2567
2568        * optman/.cvsignore: Added aclocal.m4 and configure.
2569        * optman/.cvsignore: New file.
2570
25712002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2572
2573        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2574
25752002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2576
2577        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2578        * optman/ChangeLog: New.
2579        * optman/configure.ac: New.
2580        * optman/Makefile.am: New.
2581        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2582        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2583
25842001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2585
2586        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2587
25882001-12-18      Eric Norum <eric.norum@usask.ca>
2589
2590        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2591        `directories' (path names with a / at the end) while disallowing open()
2592        operations on TFTP `directories'.
2593
25942001-12-07      Eric Norum <eric.norum@usask.ca>
2595
2596        * libnetworking/lib/tftpDriver.c: Restore write capability.
2597
25982001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2599
2600        * libchip/network/sonic.h: Fix typo.
2601        * libnetworking/arpa/Makefile.am: Remove stray lines.
2602
26032001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2604
2605        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2606
26072001-10-18      Eric Norum <eric.norum@usask.ca>
2608
2609        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2610        chdir() and open() operations within the TFTP file system.
2611
26122001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2613
2614        * librdbg/configure.ac: Fix latent bug exposed by removal of
2615        config.cache's which prevented powerpc targets librdbg from building.
2616
26172001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2618
2619        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2620        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2621        autoconf-2.52 happy.
2622
26232001-10-12      Mike Siers <mikes@poliac.com>
2624
2625        * libnetworking/Update to stable working state.  Congratulations Mike!
2626        :).
2627        * libnetworking/modem_example: Directory removed.
2628        * libnetworking/modem_example/16550.h,
2629        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2630        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2631        libnetworking/modem_example/ppp.h,
2632        libnetworking/modem_example/pppcompress.c: Files removed.
2633        * libnetworking/pppd/example/pppd.options: New file.
2634        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2635        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2636        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2637        libnetworking/pppd/rtemsmain.c: Updated.
2638
26392001-10-12      Joel Sherrill <joel@OARcorp.com>
2640
2641        * libchip/serial/z85c30.c: Fixed typo.
2642
26432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2644
2645        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2646        * configure.in: Remove.
2647        * configure.ac: New file, generated from configure.in by autoupdate.
2648        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2649        * libchip/configure.in: Remove.
2650        * libchip/configure.ac: New file, generated from configure.in by
2651        autoupdate.
2652        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2653        * librdbg/configure.in: Remove.
2654        * librdbg/configure.ac: New file, generated from configure.in by
2655        autoupdate.
2656        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2657        * libnetworking/configure.in: Remove.
2658        * libnetworking/configure.ac: New file, generated from configure.in by
2659        autoupdate.
2660
26612001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2662
2663        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2664        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2665        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2666
26672001-09-27      Joel Sherrill <joel@OARcorp.com>
2668
2669        * libchip/ChangeLog: Fixed typo in date.
2670
26712001-09-27      Eric Norum <eric.norum@usask.ca>
2672
2673        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2674        TFTP  filesystem.
2675
26762001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2677
2678        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2679        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2680        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2681        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2682        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2683        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2684        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2685        'PREINSTALL_FILES ='.
2686        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2687        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2688        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2689        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2690        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2691        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2692        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2693        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2694        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2695        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2696        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2697        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2698
26992001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2700
2701        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2702        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2703        * librdbg/src/m68k/any/Makefile.am: Ditto.
2704        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2705        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2706        happy.
2707
27082001-09-21      Joel Sherrill <joel@OARcorp.com>
2709
2710        * libchip/network/Makefile.am: Fixed typo on file name.
2711        * libchip/network/i82586.c: Commented out line 318 which is referencing
2712        a member of a structure that is not currently there.  This needs to be
2713        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2714        to C style.
2715
27162001-09-19      Eric Norum <eric.norum@usask.ca>
2717
2718        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2719
27202001-09-19      Chris Johns <ccj@acm.org>
2721
2722        * libchip/network/README.i82586, libchip/network/i82586.c,
2723        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2724        Network driver for Intel i82586.
2725        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2726        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2727        "root" filesystem with information obtained via the DHCP response.
2728
27292001-09-14      Eric Norum <eric.norum@usask.ca>
2730
2731        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2732        make gcc 3.x happy.
2733
27342001-08-16      Mike Siers <mikes@poliac.com>
2735
2736        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2737        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2738        These support callback functionality that has not even been compiled
2739        under RTEMS yet.
2740        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2741        example application.  Mike's notes on the modifications: - renamed
2742        error() function because of namespace problems - removed calls to the
2743        exit() funciton - removed extra files from the pppd source directory -
2744        defined pppd task constant values in rtemspppd.h - modifyied example
2745        code to get actual tick per second value - placed the pppd 2.3.11 man
2746        page file (pppd.8) into the pppd directory.
2747        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2748        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2749        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2750        libnetworking/pppd/rtems-ppp.c: Deleted.
2751        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2752        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2753        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2754        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2755        libnetworking/pppd/example/init.c,
2756        libnetworking/pppd/example/netconfig.h,
2757        libnetworking/pppd/example/ppp.conf,
2758        libnetworking/pppd/example/pppdapp.c,
2759        libnetworking/pppd/example/system.h: New files.
2760        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2761        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2762        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2763        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2764        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2765        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2766        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2767        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2768        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2769        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2770        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2771        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2772        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2773        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2774        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2775
27762001-08-16      Joel Sherrill <joel@OARcorp.com>
2777
2778        * libnetworking/pppd/example/Makefile: Removed.
2779        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2780        to avoid bootstrap -c clobbering it.
2781        * libnetworking/rtems_telnetd/.cvsignore: New file.
2782
27832001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2784
2785        * libnetworking/Makefile.am, libnetworking/configure.in,
2786        libnetworking/rtems_servers/Makefile.am,
2787        libnetworking/rtems_servers/telnetd.c,
2788        libnetworking/rtems_servers/telnetd.h,
2789        libnetworking/rtems_telnetd/Makefile.am,
2790        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2791        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2792        libnetworking/rtems_telnetd/telnetd.c,
2793        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2794        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2795        effect when ftpd change. - the tcp/ip stats have been implemented into
2796        icmds.c and started when telnetd daemon is started.
2797        * libnetworking/rtems_servers/telnetd.c,
2798        libnetworking/rtems_servers/telnetd.h: Removed.
2799        * libnetworking/rtems_telnetd: New directory.
2800        * libnetworking/rtems_telnetd/Makefile.am,
2801        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2802        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2803        libnetworking/rtems_telnetd/telnetd.c,
2804        libnetworking/rtems_telnetd/telnetd.h: New files.
2805
28062001-06-14      Joel Sherrill <joel@OARcorp.com>
2807
2808        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2809        Moved from libmisc/shell so the network stack to address network
2810        depenendency.
2811        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2812
28132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2814
2815        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2816
28172001-05-15      Joel Sherrill <joel@OARcorp.com>
2818
2819        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2820        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2821        accidentally deleted the incorrectly empty versions.
2822
28232001-05-14      Till Straumann <strauman@slac.stanford.edu>
2824
2825        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2826        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2827        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2828        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2829        to know the values) - the affected BSP (shared/motorola) headers have
2830        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2831        driver (libchip/network/dec21140.c) has been fixed to use
2832        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2833        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2834        who is using this driver. - the DEC driver also has been fixed to use
2835        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2836        delay_in_bus_cycles().
2837
28382001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2839
2840        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2841
28422001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2843
2844        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2845
28462001-04-24      Eric Norum <eric.norum@usask.ca>
2847
2848        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2849        NTP synchronization a little more robust -- no NTP daemon yet, but at
2850        least it trys a little harder when the primary NTP server is down.
2851
28522001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2853
2854        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2855        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2856        libnetworking/pppd/modem_example/modem.c,
2857        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2858        other strings into English.
2859        * libnetworking/pppd/STATUS: updated to reflect the changes.
2860
28612001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2862
2863        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2864        again.
2865
28662001-04-20      Eric Valette <valette@crf.canon.fr>
2867
2868        * mcp750 directory renamed new_exception processing as it supports many
2869        more CPU models.
2870        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2871        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2872        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2873        formerly in mcp750 plus modifications.
2874        * librdbg/src/powerpc/mcp750/.cvsignore,
2875        librdbg/src/powerpc/mcp750/Makefile.am,
2876        librdbg/src/powerpc/mcp750/remdeb.h,
2877        librdbg/src/powerpc/mcp750/remdeb_f.x,
2878        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2879        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2880        new_exception_processing.
2881        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2882        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2883        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2884        part of this effort to add support for the MPC8xx.
2885
28862001-04-19      Joel Sherrill <joel@OARcorp.com>
2887
2888        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2889        internal include files.
2890
28912001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2892
2893        PR 158
2894        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2895        rcmd() library call by commenting out the parts that deal with signals.
2896        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2897        stdio. The 'server-side' parts of this file which deal with
2898        authentication are disabled since they are not needed.
2899
29002001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2901
2902        * libnetworking/include/.cvsignore: Remove dangling file.
2903
29042001-03-14      Joel Sherrill <joel@OARcorp.com>
2905
2906        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2907        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2908        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2909        libchip style serial drivers can be written in libcpu or libbsp.
2910
29112001-03-01      Joel Sherrill <joel@OARcorp.com>
2912
2913        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2914        libchip/network/sonic.c, libchip/network/sonic.h,
2915        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2916        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2917        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2918        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2919        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2920        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2921        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2922        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2923
29242001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2925
2926        * librdbg/include/rdbg/Makefile.am,
2927        librdbg/include/rdbg/i386/Makefile.am,
2928        librdbg/include/rdbg/m68k/Makefile.am,
2929        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2930        style on include files.
2931
29322001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2933
2934        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2935        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2936        replace ${..} with $(..).
2937        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2938        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2939        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2940        libnetworking/rtems/Makefile.am, libnetworking/
2941        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2942        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2943        include_*HEADERS instead of H_FILES.
2944        * libnetworking/include/Makefile.am: Remove.
2945        * libnetworking/Makefile.am: Add handling of *.h files.
2946        * libnetworking/configure.in: Remove include/Makefile.
2947
29482001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2949
2950        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2951
29522001-01-31      Sergei Organov <osv@javad.ru>
2953
2954        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2955        current dir and root dir removed in favor of new libio support for
2956        task-local current and root directories. - Bug in `close_data_socket()'
2957        introduced by previous change fixed. - `command_pasv()' changed to set
2958        timeout on socket we are listening on and code fixed to don't close
2959        socket twice on error. - `serr()' changed to clear `errno'. -
2960        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2961        changed to clear `errno' before processing session. -
2962        `close_data_socket()' fixed to close both active and passive sockets -
2963        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2964        empty string  in `exec_command()'.
2965
29662001-01-25      Eric Norum <eric.norum@usask.ca>
2967
2968        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2969        improves throughput on systems which are dropping packets.   Only the
2970        first timeout is reduced.  This keeps the number of extra packets down
2971        on networks that are very busy and dropping lots of packets.
2972
29732001-01-24      Sergei Organov <osv@javad.ru>
2974
2975        * libnetworking/rtems_servers/ftpd.c,
2976        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2977        - Timeouts on sockets implemented. 'idle' field added to configuration.
2978        No timeout by default to keep backward compatibility. Note: SITE IDLE
2979        command not implemented yet. - Basic global access control implemented.
2980        'access' field added to configuration. No access limitations by default
2981        to keep backward compatibility. - Anchor data socket for active mode
2982        (using self IP and port 20.) - Fixed default data port support (still
2983        not tested). - Don't allow IP address different from originating host in
2984        PORT command to improve security. - Fixed bug in MDTM command. - Check
2985        for correctness of parsing of argument in command_port(). - Fixed
2986        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2987        a directory. - Command parsing a little bit improved: command names are
2988        now converted to upper-case to be more compatible with RFC (command
2989        names are not case-sensitive.) - Reformat comments so that they have
2990        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2991        previous changes - True ASCII mode implemented (doesn't work for hooks
2992        and /dev/null) - Passive mode implemented, PASV command added. - Default
2993        port for data connection could be used (untested, can't find ftp client
2994        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2995        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2996
29972001-01-18      Joel Sherrill <joel@OARcorp.com>
2998
2999        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3000        macro using variable arguments.
3001        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3002        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3003        since I updated the main RTEMS development machine to RedHat 7.2 and
3004        apparently got a new version of rpcgen.
3005
30062001-01-12      Sergei Organov <osv@javad.ru>
3007
3008        * libnetworking/rtems_servers/ftpd.c,
3009        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3010        - use pool of pre-created threads to handle sessions instead of
3011        creating/deleting threads on the fly - LIST output is now similar to
3012        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3013        happy with it. - LIST NAME now works (both for files and directories) -
3014        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3015        clients happy  - keep track of CWD for every session separately -
3016        ability to specify root directory name for FTPD in configuration table.
3017        FTPD will then create illusion for FTP clients that this is actually
3018        root directory. - ignore options sent in commands, thus LIST -al FILE
3019        works and doesn't try to list "-al" directory. - buffers are allocated
3020        on stack instead of heap where possible to eliminate malloc/free calls
3021        (avoid possible heap fragmentation troubles). - drop using of task
3022        notepad to pass parameters - use function arguments instead - use
3023        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3024        in socket() instead of AF_INET.
3025
30262001-01-02      Joel Sherrill <joel@OARcorp.com>
3027
3028        * libnetworking/CHANGELOG: Removed.
3029        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3030
30312000-12-14      Eric Norum <eric.norum@usask.ca>
3032
3033        * libnetworking/lib/tftpDriver.c: Added write capability.
3034
30352000-12-08      Joel Sherrill <joel@OARcorp.com>
3036
3037        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3038        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3039        numerous variable declarations conditional on PPP_COMPRESS and
3040        PPP_FILTER.  Commented out variables that were not used because the code
3041        using them was commented out. Removed totally unused variables.
3042        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3043        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3044
30452000-11-30      Joel Sherrill <joel@OARcorp.com>
3046
3047        * libnetworking/modem/ppp_tty.c: Changed to include
3048        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3049        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3050        * libnetworking/Makefile.am: Modified to reflect above.
3051
30522000-11-27      Joel Sherrill <joel@OARcorp.com>
3053
3054        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3055
30562000-11-25      Eric Norum <eric.norum@usask.ca>
3057
3058        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3059        core.
3060
30612000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3062
3063        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3064        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3065        subdir.
3066        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3067        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3068        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3069        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3070        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3071        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3072        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3073        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3074        ppp_tty.c and the real pppd main is in pppmain.c.
3075
30762000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3077
3078        * libchip/network/sonic.c: Added ipalign() routine to align the received
3079        packet so that the ip header is on a 32-bit boundary. Necessary for
3080        cpu's that do not allow unaligned loads and stores and when the 32-bit
3081        DMA mode is used.
3082
30832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3084
3085        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3086        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3087        ACLOCAL_AMFLAGS.
3088        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3089        ACLOCAL_AMFLAGS.
3090        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3091        ACLOCAL_AMFLAGS.
3092
30932000-11-03      Chris Johns <ccj@acm.org>
3094
3095        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3096        libchip/network/cs8900.h: New files.
3097
30982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3099
3100        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3101        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3102        $(RTEMS_TOPdir)/aclocal.
3103        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3104        $(RTEMS_TOPdir)/aclocal.
3105        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3106        $(RTEMS_TOPdir)/aclocal.
3107
31082000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3109
3110        * configure.in: Switch to GNU-canonicalization.
3111        * Makefile.am: Reflect changes to configure.in.
3112        * acinclude.m4: Remove.
3113
31142000-10-30      Joel Sherrill <joel@OARcorp.com>
3115
3116        * POSIX include files merged into newlib.  This resulted in some
3117        definitions moving to other files and thus some secondary effects in
3118        RTEMS source code.
3119        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3120        in sync with newlib's <machine/types.h>.
3121        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3122        definition of struct itimerval in <sys/time.h>.
3123
31242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3125
3126        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3127        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3128        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3129        * ChangeLog: Fix typos.
3130        * configure.in: add tests to the GNU canonicalized subdirectories.
3131
31322000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3133
3134        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3135        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3136        the lib directory before configuring lib/.
3137
31382000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3139
3140        * configure.in, Makefile.am: add exec to the GNU canonicalized
3141        subdirectories.
3142        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3143        * configure.in: add libnetworking, librpc and librdb to the GNU
3144        canonicalized subdirectories.
3145        * configure.in: add libmisc and libchip to the GNU canonicalized
3146        subdirectories.
3147        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3148        Switch to GNU canonicalization.
3149        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3150        Switch to GNU canonicalization.
3151        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3152        Switch to GNU canonicalization.
3153
31542000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3155
3156        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3157        canonicalization to libfs/. The approach is currently a bit of a hack as
3158        GNU canonicalization does not support the per-BSP build some of the
3159        other directories require.  As more of the tree is converted, this will
3160        become less  of an issue.
3161
31622000-10-20      Joel Sherrill <joel@OARcorp.com>
3163
3164        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3165        parameter.
3166
31672000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3168
3169        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3170        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3171        * librdbg/configure.in: Add m68k support.
3172        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3173        subdirectory.
3174        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3175        failure.
3176        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3177        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3178        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3179        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3180        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3181        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3182        librdbg/src/m68k/.cvsignore: New files.
3183        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3184        function pointers.
3185        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3186        _after_ pointer has been checked against NULL.
3187
31882000-10-18      Joel Sherrill <joel@OARcorp.com>
3189
3190        * wrapup/Makefile.am: Added libfs.
3191
31922000-10-18      Chris Johns <ccj@acm.org>
3193
3194        * libfs created.
3195        * configure.in: Added libfs subdirectory.
3196        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3197
31982000-09-28      Joel Sherrill <joel@OARcorp.com>
3199
3200        * libnetworking/rtems_webserver/Makefile.am,
3201        libnetworking/rtems_webserver/base64.c,
3202        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3203        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3204
32052000-09-22      Joel Sherrill <joel@OARcorp.com>
3206
3207        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3208        libnetworking/rtems/rtems_bsdnet_internal.h,
3209        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3210        have included rtems.h.  It is now including precisely the  least amount
3211        of low level, yet portable .h files to get the basic RTEMS types
3212        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3213        used machine/types.h to include rtems.h.
3214
32152000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3216
3217        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3218
32192000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3220
3221        * libnetworking/ChangeLog: Cleanup.
3222
32232000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3224
3225        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3226        * libchip/ChangeLog: Fix formating.
3227
32282000-09-05      Joel Sherrill <joel@OARcorp.com>
3229
3230        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3231        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3232        confusion and to work with the converted flags.
3233
32342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3235
3236        * wrapup/Makefile.am: Include compile.am.
3237        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3238        libchip/serial/Makefile.am: Include compile.am.
3239        * librdbg/src/i386/any/Makefile.am,
3240        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3241        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3242        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3243        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3244        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3245        libnetworking/rtems_servers/Makefile.am,
3246        libnetworking/rtems_webserver/Makefile.am,
3247        libnetworking/wrapup/Makefile.am: Include compile.am.
3248
32492000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3250
3251        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3252        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3253
32542000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3255
3256        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3257
32582000-08-31      Joel Sherrill <joel@OARcorp.com>
3259
3260        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3261        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3262        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3263        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3264        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3265        * libnetworking/wbase64.c: Removed.
3266        * libnetworking/Makefile.am, libnetworking/asp.c,
3267        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3268        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3269        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3270        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3271        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3272        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3273        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3274        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3275        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3276        Modified.
3277
32782000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3279
3280        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3281
32822000-08-30      Joel Sherrill <joel@OARcorp.com>
3283
3284        * libnetworking/rtems_webserver/license.txt: New file.
3285
32862000-08-10      Joel Sherrill <joel@OARcorp.com>
3287
3288        * ChangeLog: New file.
3289        * libchip/ChangeLog: New file.
3290        * librdbg/ChangeLog: New file.
3291        * libnetworking/ChangeLog: New file.
3292
Note: See TracBrowser for help on using the repository browser.