source: rtems/c/src/ChangeLog @ 0c2a6a1

4.104.114.84.95
Last change on this file since 0c2a6a1 was 3b6c332, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/15/06 at 14:35:56

2006-11-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_AMPOLISH3.
  • aclocal/bsp-configure.m4: AC_PREREQ(2.60). Remove checks for AMPOLISH3.
  • aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
  • aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
  • ampolish3: Remove.
  • Property mode set to 100644
File size: 123.3 KB
Line 
12006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_AMPOLISH3.
4        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
5          Remove checks for AMPOLISH3.
6        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
7        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
8        * ampolish3: Remove.
9
102006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
13        * aclocal/prog-cc.m4: Remove CFLAGS.
14        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
15        Compose CFLAGS. Append CFLAGS to ac_configure_args.
16
172006-10-23      Joel Sherrill <joel@OARcorp.com>
18
19        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
20
212006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * automake/compile.am: Use hard-coded RTEMS_* flags.
24
252006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * aclocal/rtems-top.m4: Remove RTEMS_API.
28        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
29
302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
33
342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
37
382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * aclocal/version.m4: Bump version to 4.7.99.0.
41
422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * configure.ac: Require autoconf-2.60. Require automake-1.10.
45
462006-09-11      Joel Sherrill <joel@OARcorp.com>
47
48        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
49
502006-09-04      Joel Sherrill <joel@OARcorp.com>
51
52        * libchip/network/greth.c, libchip/network/open_eth.c,
53        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
54        introduced by warning removal.
55
562006-09-01      Joel Sherrill <joel@OARcorp.com>
57
58        * libchip/network/greth.c, libchip/network/open_eth.c,
59        libchip/network/smc91111.c: Remove warnings and correct prototype
60        added earlier today.
61
622006-09-01      Joel Sherrill <joel@OARcorp.com>
63
64        * libchip/network/cs8900.c, libchip/network/greth.c,
65        libchip/network/i82586.c, libchip/network/open_eth.c,
66        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
67        sized integers, and inttypes.h printf helpers.
68
692006-08-09      Kolja Waschk <waschk@telos.de>
70
71        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
72
732006-07-12      Joel Sherrill <joel@OARcorp.com>
74
75        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
76
772006-07-11      Jerry Needell <jerry.needell@unh.edu>
78
79        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
80        4.6 branch.  Original modifications by Gaisler Enterprises.
81        * libchip/network/greth.c, libchip/network/greth.h: New files.
82
832006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
84
85        * ide/ata.[ch]:
86        (PR1118) fetch priority for ATA task from a variable,
87        not a fixed configuration value.
88       
892006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * Makefile.am: Add ampolish3.
92
932006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * ampolish3: New.
96        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
97
982006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * aclocal/rtems-ampolish.m4: New.
101        * configure.ac: Use RTEMS_AMPOLISH3.
102
1032006-04-18  Joel Sherrill <joel@OARcorp.com>
104
105        * aclocal/version.m4: Updated to rtems-4.6.99.3.
106
1072006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
108
109        PR 853/filesystem
110        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
111        should be modified to support the new exception scheme and to use the
112        handle parameter.
113
1142006-02-a32     Eric Norum <norume@aps.anl.gov>
115
116        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
117        "newer" PCI access calls.  Minor cleanups.  Comments.
118
1192006-01-12      Eric Norum <norume@aps.anl.gov>
120
121        PR 861/networking
122        PR 863/networking
123        * libchip/network/smc91111.c: Fix illegal lvalue increments.
124
1252006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * wrapup/Makefile.am: Add preinstall.am.
128        * libchip/Makefile.am: Build libchip/network/smc91111.
129        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
130        Eliminate cyg_int* crap.
131
1322006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * librdbg/Makefile.am: Add preinstall.am.
135        * aclocal/bsp-configure.m4: Add ampolish3.
136        New header guards.
137
1382006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * libchip/network/open_eth.c, libchip/network/open_eth.h:
141        Merger from rtems-4-6-branch.
142
1432006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * libchip/network/smc91111.c
146        libchip/network/smc91111config.h
147        libchip/network/smc91111exp.h
148        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
149        * libchip/Makefile.am: Reflect adding smc91111*.
150
1512006-01-08      Joel Sherrill <joel@OARcorp.com>
152
153        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
154        char *.
155
1562006-01-08      Joel Sherrill <joel@OARcorp.com>
157
158        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
159        warnings.
160
1612005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
164        Add RTEMS_RELLDFLAGS.
165        * automake/compile.am: Remove RTEMS_USE_GCC.
166        Remove RTEMS_RELLDFLAGS.
167        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
168
1692005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * libchip/network/if_media.h, libchip/network/mii.h:
172        Remove (Moved to cpukit).
173        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
174        and libchip/network/if_media.h.
175        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
176        if_media.h having moved.
177
1782005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * automake/compile.am, automake/host.am, automake/local.am,
181        automake/subdirs.am: Remove depend.
182        * configure.ac: Explicitly pass --libdir and --includedir to
183        testsuites.
184
1852005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * configure.ac: Reflect changes to testsuites.
188
1892005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * automake/compile.am: Remove GCCSPECS.
192        * aclocal/prog-cc.m4: Add GCCSPECS.
193        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
194
1952005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
198        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
199
2002005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
203        libcpu/byteorder.h for i386.
204
2052005-11-02      Till Straumann <strauman@slac.stanford.edu>
206
207        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
208        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
209        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
210        added a simple API/library for i2c devices and drivers for i2c
211        2-byte eeproms and a ds1621 temperature sensor; API is documented
212        in libi2c.h.
213
2142005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * libnetworking/pppd/ipxcp.c,
217        libnetworking/pppd/chat.c,
218        libnetworking/pppd/patchlevel.h,
219        libnetworking/pppd/upap.h,
220        libnetworking/pppd/md5.h,
221        libnetworking/pppd/pppd.8,
222        libnetworking/pppd/README,
223        libnetworking/pppd/preinstall.am,
224        libnetworking/pppd/md4.h,
225        libnetworking/pppd/magic.c,
226        libnetworking/pppd/pppd.h,
227        libnetworking/pppd/demand.c,
228        libnetworking/pppd/rtemsmain.c,
229        libnetworking/pppd/sys-rtems.c,
230        libnetworking/pppd/ipcp.h,
231        libnetworking/pppd/lcp.h,
232        libnetworking/pppd/chap_ms.c,
233        libnetworking/pppd/md4.c,
234        libnetworking/pppd/rtemspppd.h,
235        libnetworking/pppd/cbcp.h,
236        libnetworking/pppd/auth.c,
237        libnetworking/pppd/lcp.c,
238        libnetworking/pppd/example/README,
239        libnetworking/pppd/example/ppp.conf,
240        libnetworking/pppd/example/system.h,
241        libnetworking/pppd/example/netconfig.h,
242        libnetworking/pppd/example/pppdapp.c,
243        libnetworking/pppd/example/init.c,
244        libnetworking/pppd/example/Makefile-user,
245        libnetworking/pppd/example/pppd.options,
246        libnetworking/pppd/rtemspppd.c,
247        libnetworking/pppd/ipxcp.h,
248        libnetworking/pppd/chap_ms.h,
249        libnetworking/pppd/options.c,
250        libnetworking/pppd/magic.h,
251        libnetworking/pppd/chap.h,
252        libnetworking/pppd/cbcp.c,
253        libnetworking/pppd/upap.c,
254        libnetworking/pppd/chap.c,
255        libnetworking/pppd/Makefile.am,
256        libnetworking/pppd/ccp.h,
257        libnetworking/pppd/utils.c,
258        libnetworking/pppd/rtemsdialer.h,
259        libnetworking/pppd/fsm.h,
260        libnetworking/pppd/pathnames.h,
261        libnetworking/pppd/md5.c,
262        libnetworking/pppd/fsm.c,
263        libnetworking/pppd/ipcp.c,
264        libnetworking/pppd/STATUS,
265        libnetworking/pppd/ccp.c,
266        libnetworking/Makefile.am: Remove (Moved to cpukit).
267
2682005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
269
270        * configure.ac: Remove libnetworking, libnetworking/pppd.
271        * wrapup/Makefile.am: Remove libpppd.a.
272
2732005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
276        rtemsdialer.h to $(includedir)/rtems.
277
2782005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * libnetworking/rtems_telnetd/icmds.c,
281        libnetworking/rtems_telnetd/Makefile.am,
282        libnetworking/rtems_telnetd/preinstall.am,
283        libnetworking/rtems_telnetd/pty.c,
284        libnetworking/rtems_telnetd/pty.h,
285        libnetworking/rtems_telnetd/README,
286        libnetworking/rtems_telnetd/telnetd.c,
287        libnetworking/rtems_telnetd/telnetd.h:
288        Remove (Moved to cpukit).
289
2902005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
291
292        * configure.ac: Remove libnetworking/rtems_telnetd.
293        * libnetworking/Makefile.am: Remove rtems_telnetd.
294        * libnetworking/README: Remove (Obsolete).
295        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
296
2972005-10-20  Eric Norum <norume@aps.anl.gov>
298
299        * libchip/network/dec21140.c: Clean up PCI mapping.
300
3012005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * libnetworking/pppd/Makefile.am: Use preinstall.am.
304        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
305        librdbg/src/servrpc.c, librdbg/src/servtgt.c
306        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
307        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
308        * configure.ac: Move optman to the end of BSP_SUBDIRS.
309
3102005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
311
312        * aclocal/bspopts.m4: Add missing m4 quotes.
313
3142005-09-02  Joel Sherrill <joel@OARcorp.com>
315
316    * aclocal/version.m4: Updated to rtems-4.6.99.2.
317
3182005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
319
320        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
321        libchip/network/dec21140.c: Remove initialization of PCI bus.
322
3232005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * optman/Makefile.am: Add preinstall.am.
326
3272005-07-18      Karel Gardas <kgardas@objectsecurity.com>
328
329        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
330        UNTESTED to tested.
331
3322005-06-17      Joel Sherrill <joel@OARcorp.com>
333
334        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
335        it is not supported by the MPC5xx.
336
3372005-06-17      Joel Sherrill <joel@OARcorp.com>
338
339        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
340        interface. Also correct attempting to build on other than PowerPC and
341        x86.
342
3432005-06-16      Daron Chabot <daron@nucleus.usask.ca>
344
345        * libchip/Makefile.am: Add driver for Tulip clones.
346        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
347        libchip/network/if_dcreg.h: New files.
348
3492005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
350
351        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
352        to enable rdbg.
353        * configure.ac: Reflect changes above.
354
3552005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
356
357        * configure.ac: Add ada/.
358
3592005-05-20      Sergei Organov  <osv@topconrd.ru>
360
361        PR 750/networking
362        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
363        wait_input().
364
3652005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
366
367        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
368        rtems/irq.h.
369
3702005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        * libchip/Makefile.am: Include preinstall.am.
373        * libchip/preinstall.am: New.
374
3752005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
376
377        * configure.ac: Add AMPOLISH3.
378        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
379        * libnetworking/rtems_telnetd/preinstall.am: New.
380        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
381
3822005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
383
384        * configure.ac: Let enable_rpcgen default to "no".
385
3862005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
387
388        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
389
3902005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
391
392        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
393        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
394
3952005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
396
397        * libchip/network/dec21140.c, libchip/network/elnk.c,
398        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
399
4002005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
401
402        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
403        of code as a result of the implementation of a common PCI interface.
404
4052005-05-04      Joel Sherrill <joel@OARcorp.com>
406
407        * libchip/network/open_eth.c: Remove prototype of set_vector.
408
4092005-05-03      Joel Sherrill <joel@OARcorp.com>
410
411        * librdbg/src/ptrace.c: Remove warning.
412
4132005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
414
415        * libchip/network/dec21140.c, libchip/network/elnk.c,
416        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
417        Modified parameter list to remove warnings.
418
4192005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
420
421        * libchip/network/cs8900.c, libchip/network/i82586.c,
422        libchip/network/open_eth.c, libchip/network/sonic.c,
423        libchip/serial/mc68681.c: Modified types to remove
424        warnings.  Added initialization to remove warnings.
425
4262005-04-28      Joel Sherrill <joel@OARcorp.com>
427
428        * libchip/network/README.sonic: Rewritten to account for removal of
429        dmv177.
430
4312005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
432
433        PR 781/rtems_misc
434        * libchip/serial/ns16550_p.h: Fix baud rate calculation
435
4362005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
437
438        * libchip/serial/ns16550.c:
439        Fixed warnings generated in various powerpc configurations
440
4412005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
442
443        * libchip/serial/ns16550.c: Modified
444        ISR to work with PPC new exception processing
445
4462005-03-14      Joel Sherrill <joel@OARcorp.com>
447
448        * libchip/network/dec21140.c, libchip/network/elnk.c,
449        libchip/network/if_fxp.c: Continue PCI API unification. All use
450        pci_find_device(). Network drivers manufacture a signature since all
451        calls have not been converted yet.
452
4532005-03-04      Joel Sherrill <joel@OARcorp.com>
454
455        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
456        initialize function part of the unified PCI API as pci_initialize().
457
4582005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
459
460        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
461        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
462
4632005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
464
465        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
466        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
467
4682005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
469
470        * aclocal/ppc.m4: Reflect changes to ppc exception processing
471        building procedures.
472
4732005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
474
475        * aclocal/prog-cc.m4:
476        Quote CFLAGS's RHS to accomodate Solaris broken sh.
477
4782005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
479
480        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
481
4822005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
483
484        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
485
4862005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
487
488        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
489
4902005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
491
492        * libnetworking/rtems_servers/ftp.c,
493        libnetworking/rtems_servers/ftp.h,
494        libnetworking/rtems_servers/Makefile.am:
495        Remove (relocated to cpukit/ftpd).
496        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
497        removed move libnetworking/rtems_servers.
498
4992005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
500
501        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
502
5032005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
504
505        PR 755/rtems
506        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
507        Remove local declarations of rtems_bsdnet_nameservers,
508        rtems_bsdnet_nameservers_count.
509
5102005-01-31      Sergei Organov <osv@topconrd.ru>
511
512        PR 751/pppd
513        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
514        committed to fix PR736 breaks pppd. chat.c should have its own static
515        ttyfd for pppd to work correctly. The symptom is that second
516        invokation of chat (for connect script) fails due to pppd_ttyfd set
517        to -1 by previous chat invokation (for init script). In addition,
518        this patch fixes leaving of dangling pointer in the abort_stbring[]
519        by chat_send().
520
5212005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * configure.ac: Remove CFLAGS_DEBUG_V.
524        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
525
5262005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
527
528        * wrapup/Makefile.am: Remove rtems-ctor.o.
529
5302005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
531
532        * libchip/rtc/rtc.h: size_t RTC_Count.
533
5342005-01-20      Joel Sherrill <joel@OARcorp.com>
535
536        PR 736/pppd
537        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
538        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
539        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
540        should not be static and should have a name more specific to pppd.
541
5422005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
543
544        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
545        libnetworking/rtems_servers/Makefile.am,
546        libnetworking/rtems_telnetd/Makefile.am,
547        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
548        Eliminate CFLAGS_OPTIMIZE_V.
549
5502005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
551
552        * configure.ac: Pass CFLAGS to testsuites configure.
553        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
554        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
555
5562005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
557
558        * configure.ac: Pass CFLAGS to cpukit configure.
559        * aclocal/rtems-flags.m4: Remove (Unused).
560        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
561        * aclocal/env-rtemsbsp.m4:
562        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
563        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
564        RTEMS_CFLAGS.
565        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
566        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
567        Cleanup comments.
568
5692005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
570
571        * automake/compile.am: Remove build-variant support.
572
5732005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
574
575        * libnetworking/pppd/Makefile.am,
576        libnetworking/rtems_servers/Makefile.am,
577        libnetworking/rtems_telnetd/Makefile.am:
578        Remove build-variant support.
579
5802005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
581
582        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
583        support/Makefile.am, wrapup/Makefile.am:
584        Remove build-variant support.
585
5862004-11-22      Joel Sherrill <joel@OARcorp.com>
587
588        * libchip/network/if_fxp.c: Add entry for another module ID code.
589
5902004-11-22      Joel Sherrill <joel@OARcorp.com>
591
592        PR 693/misc
593        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
594        in/outport routines.
595
5962004-11-22      Joel Sherrill <joel@OARcorp.com>
597
598        PR 693/misc
599        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
600        in/outport routines.
601
6022004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
603
604        * aclocal/enable-itron.m4: Remove (unused).
605
6062004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
607
608        * configure.ac: Misc. quoting cleanups.
609        Enable ada-tests iff --enable-ada and --enable-tests.
610
6112004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
612
613        PR 703/filesystem
614        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
615        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
616        libchip/ide/ide_controller.c:
617        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
618        available for BSPS/device drivers.
619        Extend the "modes_available" and "mode_active" parameters to
620        uint16_t for UDMA support.
621
6222004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
623
624        * libchip/network/dec21140.c: Cleanup a bit and remove message about
625        not supported on PowerPC since it works on the MVME2100 BSP.
626
6272004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
628
629        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
630        Add dependency tracking for *.cfgs.
631        * Makefile.am: Add dependency tracking for *.cfg.
632
6332004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
634
635        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
636        (Thanks to Lars Munch <lars@segv.dk> for catching this).
637
6382004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
639
640        PR 707/make_build
641        * configure.ac: Add --enable-rpcgen.
642
6432004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
644
645        PR 700/rtems_misc
646        * libnetworking/rtems_webserver/asp.c,
647        libnetworking/rtems_webserver/balloc.c,
648        libnetworking/rtems_webserver/cgi.c,
649        libnetworking/rtems_webserver/default.c,
650        libnetworking/rtems_webserver/ej.h,
651        libnetworking/rtems_webserver/ejIntrn.h,
652        libnetworking/rtems_webserver/ejlex.c,
653        libnetworking/rtems_webserver/ejparse.c,
654        libnetworking/rtems_webserver/emfdb.c,
655        libnetworking/rtems_webserver/emfdb.h,
656        libnetworking/rtems_webserver/form.c,
657        libnetworking/rtems_webserver/handler.c,
658        libnetworking/rtems_webserver/h.c,
659        libnetworking/rtems_webserver/license.txt,
660        libnetworking/rtems_webserver/Makefile.am,
661        libnetworking/rtems_webserver/md5c.c,
662        libnetworking/rtems_webserver/md5.h,
663        libnetworking/rtems_webserver/mime.c,
664        libnetworking/rtems_webserver/misc.c,
665        libnetworking/rtems_webserver/NOTES,
666        libnetworking/rtems_webserver/ringq.c,
667        libnetworking/rtems_webserver/rom.c,
668        libnetworking/rtems_webserver/rtems_webserver.h,
669        libnetworking/rtems_webserver/security.c,
670        libnetworking/rtems_webserver/sock.c,
671        libnetworking/rtems_webserver/socket.c,
672        libnetworking/rtems_webserver/sockGen.c,
673        libnetworking/rtems_webserver/sym.c,
674        libnetworking/rtems_webserver/uemf.c,
675        libnetworking/rtems_webserver/uemf.h,
676        libnetworking/rtems_webserver/um.c,
677        libnetworking/rtems_webserver/um.h,
678        libnetworking/rtems_webserver/umui.c,
679        libnetworking/rtems_webserver/url.c,
680        libnetworking/rtems_webserver/value.c,
681        libnetworking/rtems_webserver/wbase64.c,
682        libnetworking/rtems_webserver/webcomp.c,
683        libnetworking/rtems_webserver/webmain.c,
684        libnetworking/rtems_webserver/webpage.c,
685        libnetworking/rtems_webserver/webrom.c,
686        libnetworking/rtems_webserver/webs.c,
687        libnetworking/rtems_webserver/websda.c,
688        libnetworking/rtems_webserver/websda.h,
689        libnetworking/rtems_webserver/webs.h,
690        libnetworking/rtems_webserver/websSSL.c,
691        libnetworking/rtems_webserver/websSSL.h,
692        libnetworking/rtems_webserver/websuemf.c,
693        libnetworking/rtems_webserver/wsIntrn.h:
694        Remove (Moved to cpukit/http).
695
6962004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
697
698        PR 700/rtems_misc
699        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
700        Remove libnetworking/rtems_webserver.
701
7022004-10-25      Eric Norum <norume@aps.anl.gov>
703
704        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
705
7062004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
707
708        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
709
7102004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
711
712        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
713        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
714
7152004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
716
717        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
718
7192004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
720
721        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
722        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
723
7242004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
725
726        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
727        BITSPERBYTE.
728
7292004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
730
731        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
732        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
733
7342004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
735
736        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
737
7382004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
739
740        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
741        * aclocal/enable-bare.m4: Remove.
742        * configure.ac: Remove BARE_CPU_MODEL.
743
7442004-10-13      Eric Norum <norume@aps.anl.gov>
745
746        PR 688/bsps
747        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
748        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
749        MC146818A (and several Dallas Semiconductor) TOD chips.
750
7512004-10-13      Eric Norum <norume@aps.anl.gov>
752
753        PR 686/networking
754        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
755        device code.
756
7572004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
758
759        * libchip/network/dec21140.c: include <rtems/pci.h>.
760
7612004-09-29      Joel Sherrill <joel@OARcorp.com>
762
763        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
764        libnetworking/pppd/utils.c: i960 obsoleted and all references
765        removed.
766
7672004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
768
769        PR 607/networking
770        * libchip/network/dec21140.c: Made PCI configuration minimum sane
771        instead of fully specifying unused PCI features.
772
7732004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
774
775        * configure.ac: Require automake > 1.9.
776
7772004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
778
779        * aclocal/rtems-cpu-subdirs.m4: Add avr.
780
7812004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
782
783        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
784        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
785
7862004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
787
788        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
789        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
790
7912004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
792
793        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
794
7952004-07-28  Joel Sherrill <joel@OARcorp.com>
796
797    * aclocal/version.m4: Updated to rtems-4.6.99.1.
798
7992004-07-25      Joel Sherrill <joel@OARcorp.com>
800
801        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
802
8032004-05-21  Till Strauman <strauman@slac.stanford.edu>
804
805        PR 625/networking
806        * libchip/network/dec21140.c, ... : Prevent name clashes by making
807        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
808        an error rather than panic if no chip is detected (thus allowing
809        for probing).
810        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
811        instead of looping forever.  Avoid divide by zero (crashed my PC).
812        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
813        they are UNTESTED.
814
8152004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
816
817        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
818
8192004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
820
821        * libchip/network/dec21140.c, libchip/network/elnk.c:
822        #include <errno.h>.
823
8242004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
825
826        * libchip/network/if_media.h: Update from FreeBSD.
827        * libchip/network/open_eth.c, libchip/network/cs8900.c,
828        libchip/network/i82586.c: #include <errno.h>.
829
8302004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
831
832        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
833
8342004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
835
836        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
837
8382004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
839
840        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
841        automake).
842
8432004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
844
845        PR 599/pppd
846        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
847
8482004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
849
850        * optman/rtems/no-region.c: Reflect having changed
851        rtems_region_get_segment_size.
852
8532004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
854
855        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
856        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
857        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
858        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
859        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
860        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
861        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
862
8632004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
864
865        * libchip/ide/ata.c, libchip/network/dec21140.c,
866        libchip/network/elnk.c, libchip/network/i82586.c,
867        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
868        libchip/network/open_eth.c, libchip/network/sonic.c,
869        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
870        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
871        libchip/shmdr/init.c, libchip/shmdr/intr.c,
872        libchip/shmdr/shm_driver.h: Cosmetics.
873
8742004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
875
876        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
877        optman/rtems/no-msg.c, optman/rtems/no-part.c,
878        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
879        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
880        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
881        fixed size types.
882
8832004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
884
885        * configure.ac: Explicitly pass --includedir and --libdir to
886        cpukit/configure.
887
8882004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
889
890        * librdbg/Makefile.am: Fix rpcgen rules.
891        * librdbg/src/i386/any/remdeb_xdr.c,
892        librdbg/src/m68k/any/remdeb_xdr.c,
893        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
894        Reflect changes to librdbg/Makefile.am.
895
8962004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
897
898        * configure.ac: Reflect changes testsuites/configure.ac and
899        cpukit/configure.ac.
900
9012004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
902
903        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
904        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
905
9062004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
907
908        * configure.ac: Reflect changes to testsuites's configuration.
909
9102004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
911
912        PR/589 rtems
913        * libchip/network/pci.h: Remove (Moved to cpukit).
914
9152004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
916
917        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
918        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
919        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
920        libchip/network/dec21140.c, libchip/network/elnk.c,
921        libchip/network/if_fxp.c, libchip/network/open_eth.c,
922        libchip/network/open_eth.h, libchip/network/sonic.c,
923        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
924        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
925        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
926        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
927        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
928        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
929        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
930        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
931        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
932        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
933        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
934        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
935        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
936        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
937        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
938        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
939        fixed-size types.
940
9412004-03-14      Chris Johns  <chrisj@rtems.org>
942
943        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
944        the BSP example code.
945        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
946        support the DIMMPC. This is a pc386 target with IO port support. Minor
947        formating clean up. Add documentation to the header file.
948        * libchip/network/README.cs8900: The CS8900 driver is documented in the
949        cs8900.h header file.
950
9512004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
952
953        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
954        Cosmetics.
955
9562004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
959        There are no application level Makefiles in here.
960
9612004-03-04      Joel Sherrill <joel@OARcorp.com>
962
963        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
964        they can be used in application level makefiles.
965
9662004-03-05      Joel Sherrill <joel@OARcorp.com>
967
968        * libnetworking/rtems_webserver/ejparse.c,
969        libnetworking/rtems_webserver/emfdb.c,
970        libnetworking/rtems_webserver/sock.c,
971        libnetworking/rtems_webserver/socket.c,
972        libnetworking/rtems_webserver/sym.c,
973        libnetworking/rtems_webserver/webs.c,
974        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
9752004-03-05      Joel Sherrill <joel@OARcorp.com>
976
977        * libchipnetwork/open_eth.c: Remove warnings by conditionally
978        compiling this file only only those CPU families with supported
979        exception models.
980
9812004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
982
983        * acinclude.m4: Fix loosing arguments when configuring cpukit and
984        testsuites (Was exposed with --enable-multilib, only).
985        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
986         Add RTEMS_BSP_CONFIG_SUBDIR.
987        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
988        testsuites's configure.
989        * aclocal/rtems-top.m4: Remove ENDIF hack.
990        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
991
9922004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
995        wrapup/Makefile.am: Fix automake problems having been introduced
996        in previous patch.
997
9982004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1001        Preinstall dirs.
1002        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1003        * aclocal/check-multiprocessing.m4: Cosmetics.
1004        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1005        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1006
10072004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1010        librdbg/src/Makefile.am.
1011        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1012        * configure.ac: Reflect changes above.
1013        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1014        * wrapup/Makefile.am: Reflect changes above.
1015        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1016
10172004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1018
1019        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1020
10212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1024
10252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1028
10292004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1030
1031        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1032        librdbg/src/powerpc/Makefile.am: Remove.
1033        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1034        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1035        * configure.ac: Reflect changes above.
1036
10372004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039
10402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1041
1042        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1043        STRIP.
1044
10452004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * librdbg/include/Makefile.am: Merge-in
1048        librdbg/include/rdbg/i386/Makefile.am,
1049        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1050        librdbg/include/rdbg/powerpc/Makefile.am.
1051        * librdbg/include/rdbg/i386/Makefile.am,
1052        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1053        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1054        * configure.ac: Reflect changes above.
1055
10562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * configure.ac: Use AS_HELP_STRING(ada).
1059
10602004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1063        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1064        Use AC_CONFIG_HEADERS.
1065        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1066        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1067
10682004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1069
1070        * Makefile.am: include local.am.
1071
10722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1073
1074        * aclocal/version.m4: 4.6.99.0.
1075
10762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * Makefile.am: Don't include host.am.
1079        * automake/compile.am: Further cleanups.
1080
10812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1082
1083        * automake/lib.am: Remove (Unused).
1084
10852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1086
1087        * wrapup/Makefile.am: Don't include lib.am.
1088        * automake/compile.am: Use automake compilation rules.
1089
10902004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * libnetworking/pppd/Makefile.am,
1093        libnetworking/rtems_servers/Makefile.am,
1094        libnetworking/rtems_telnetd/Makefile.am,
1095        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1096        support/Makefile.am: Don't include lib.am.
1097
10982004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1099
1100        * libchip/Makefile.am: Don't include lib.am.
1101        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1102        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1103        unnecessary EXTRA_DISTs.
1104
11052004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1106
1107        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1108        hack.
1109
11102004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1113        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1114        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1115        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1116
11172004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
1119        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1120        Add AM_CONDITIONAL(HAS_MP).
1121        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1122        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1123        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1124        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1125        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1126        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1127        (Deprecated by autoconf 2.59).
1128
11292004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1130
1131        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1132        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1133
11342004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1135
1136        * ChangeLog: Merge-in libnetworking/ChangeLog.
1137        * libnetworking/ChangeLog: Remove.
1138        * ChangeLog: Merge-in librdbg/ChangeLog.
1139        * librdbg/ChangeLog: Remove.
1140        * ChangeLog: Merge-in libchip/ChangeLog.
1141        * libchip/ChangeLog: Remove.
1142        * ChangeLog: Merge-in optman/ChangeLog.
1143        * optman/ChangeLog: Remove.
1144
11452004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * configure.ac: Reflect changes to cpukit.
1148        * wrapup/Makefile.am: Reflect changes to librdbg.
1149        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1150        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1151        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1152        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1153        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1154        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1155        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1156        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1157        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1158
11592004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1160
1161        * aclocal/rtems-top.m4: Remove check for version.m4.
1162        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1163
11642004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165
1166        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1167        * wrapup/Makefile.am: Reflect changes to libchip/*.
1168        * support/Makefile.am: Use automake compilation rules.
1169        * wrapup/Makefile.am: Reflect changes to support/*.
1170        * configure.ac: Remove libnetworking/wrapup/Makefile.
1171        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1172        libnetworking/*/lib*.a instead of libnetapps.a.
1173        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1174        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1175        * optman/Makefile.am: Use automake compilation rules.
1176        * libchip/Makefile.am: Fix typo in previous patch.
1177        * libchip/Makefile.am: Use automake compilation rules.
1178        * libnetworking/Makefile.am: Remove wrapup.
1179        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1180        automake-compilation rules.
1181        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1182        automake-compilation rules.
1183        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1184        automake-compilation rules.
1185        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1186        automake-compilation rules.
1187        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1188
11892004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1190
1191        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1192        PRE/TMPINSTALL_FILES to CLEANFILES.
1193        * automake/lib.am: Remove TMPINSTALL_FILES.
1194        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1195        PRE/TMPINSTALL_FILES to CLEANFILES.
1196        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1197        PRE/TMPINSTALL_FILES to CLEANFILES.
1198        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1199        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1200        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1201        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1202        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1203        * librdbg/src/i386/Makefile.am: Ditto.
1204        * librdbg/src/m68k/Makefile.am: Ditto.
1205        * librdbg/src/powerpc/Makefile.am: Ditto.
1206        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1207        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1208        * libnetworking/rtems_servers/Makefile.am: Ditto.
1209        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1210        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1211
12122004-01-07      Joel Sherrill <joel@OARcorp.com>
1213
1214        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1215        more completely covers the MIPS family.
1216
12172003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1218
1219        * wrapup/Makefile.am: Reflect changes to shmdr.
1220        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1221
12222003-12-18      Joel Sherrill <joel@OARcorp.com>
1223
1224        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1225        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1226        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1227        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1228        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1229        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1230        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1231
12322003-12-17      Joel Sherrill <joel@OARcorp.com>
1233
1234        * aclocal/version.m4: Updated to rtems-20031217-test.
1235
12362003-12-17     
1237
1238        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1239        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1240
12412003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1242
1243        * automake/compile.am: Remove LINK_LIBS (Unused).
1244        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1245
12462003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1247
1248        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1249        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1250        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1251        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1252        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1253
12542003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1255
1256        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1257        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1258        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1259        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1260        * librdbg/src/i386/Makefile.am:
1261        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1262        * librdbg/src/m68k/Makefile.am:
1263        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1264        * librdbg/src/powerpc/Makefile.am:
1265        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1266
12672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1268
1269        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1270        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1271        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1272        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1273        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1274        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1275        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1276        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1277        * optman/Makefile.am: Remove project_libdir.
1278        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1279        PRE/TMPINSTALL_FILES.
1280        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1281        PRE/TMPINSTALL_FILES.
1282        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1283        PRE/TMPINSTALL_FILES.
1284        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1285        PRE/TMPINSTALL_FILES.
1286        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1287        from PRE/TMPINSTALL_FILES.
1288        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1289        PRE/TMPINSTALL_FILES.
1290        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1291        PRE/TMPINSTALL_FILES.
1292        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1293        PRE/TMPINSTALL_FILES.
1294        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1295        PRE/TMPINSTALL_FILES.
1296        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1297        PRE/TMPINSTALL_FILES.
1298        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1299        PRE/TMPINSTALL_FILES.
1300        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1301        from PRE/TMPINSTALL_FILES.
1302
13032003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1304
1305        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1306        * automake/lib.am: Remove project_libdir.
1307        * wrapup/Makefile.am: Reworked.
1308
13092003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1310
1311        * configure.ac: Reflect changes to librdbg.
1312        * optman/Makefile.am: Add tmpinstall dirstamp support.
1313        * libchip/Makefile.am: Fix variant-tmpinstall support.
1314        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1315        * librdbg/src/powerpc/Makefile.am: Merge-in former
1316        new_exception_processing/Makefile.am.
1317        * librdbg/src/m68k/any/Makefile.am: Remove.
1318        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1319        * librdbg/src/i386/any/Makefile.am: Remove.
1320        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1321        * librdbg/src/Makefile.am: Cosmetics.
1322        * librdbg/include/Makefile.am: Cosmetics.
1323        * librdbg/Makefile.am: Cosmetics.
1324        * libnetworking/Makefile.am: Cosmetics.
1325        * libnetworking/pppd/Makefile.am: Cosmetics.
1326        * libnetworking/wrapup/Makefile.am: Cosmetics.
1327
13282003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1329
1330        * Makefile.am: Cosmetics.
1331        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1332        support.
1333
13342003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1335
1336        * automake/compile.am: Remove $(ARCH):-rule.
1337
13382003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1339
1340        * configure.ac: Remove lib/libbsp/shared/Makefile,
1341        lib/libbsp/shmdr/Makefile.
1342
13432003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1344
1345        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1346        libchip/serial/Makefile, libchip/rtc/Makefile.
1347        * support/Makefile.am: Remove all-local: $(ARCH).
1348        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1349        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1350        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1351        * optman/Makefile.am: Remove all-local: $(ARCH).
1352        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1353        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1354        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1355        compilation dirstamp support.
1356        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1357        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1358        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1359        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1360        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1361        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1362        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1363        all-local: $(ARCH).
1364        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1365        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1366        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1367        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1368        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1369
13702003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1371
1372        * aclocal/lead-dot.m4: New (from automake-1.7f).
1373        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1374        AC_SUBST(dirstamp).
1375        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1376        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1377        libchip/serial/Makefile.am: Ditto.
1378        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1379        * librdbg/include/Makefile.am: Ditto.
1380        * librdbg/include/rdbg/Makefile.am: Ditto.
1381        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1382        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1383        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1384        * librdbg/src/Makefile.am: Ditto.
1385        * librdbg/src/i386/Makefile.am: Ditto.
1386        * librdbg/src/i386/any/Makefile.am: Ditto.
1387        * librdbg/src/m68k/Makefile.am: Ditto.
1388        * librdbg/src/m68k/any/Makefile.am: Ditto.
1389        * librdbg/src/powerpc/Makefile.am: Ditto.
1390        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1391        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1392        preinstallation.
1393        * libnetworking/pppd/Makefile.am: Ditto.
1394        * libnetworking/rtems_servers/Makefile.am: Ditto.
1395        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1396        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1397        * libnetworking/wrapup/Makefile.am: Ditto.
1398
13992003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1400
1401        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1402        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1403        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1404        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1405        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1406        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1407        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1408        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1409        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1410        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1411        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1412        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1413        underquoting to silence automake-1.8.
1414
14152003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1416
1417        * configure.ac: Reflect having moved tests to ../../testsuites.
1418
14192003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1420
1421        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1422        * aclocal/canonical-host.m4: Remove.
1423        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1424        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1425
14262003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1427
1428        * aclocal/check-cpu.m4: Remove.
1429        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1430        * aclocal/canonical-target-name.m4: Add m4-quotes.
1431        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1432        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1433        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1434        * aclocal/check-networking.m4: Add m4-quotes. Require
1435        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1436        * aclocal/check-posix.m4: Add m4-quotes. Require
1437        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1438        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1439        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1440        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1441
14422003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1443
1444        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1445        * aclocal/bsp-alias.m4: Remove.
1446
14472003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1448
1449        * configure.ac: Make presence of tests/ optional.
1450
14512003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1452
1453        * aclocal/path-perl.m4: Remove (Unused).
1454
14552003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1456
1457        * automake/force-preinstall.am: Remove.
1458
14592003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1460
1461        PR 499/rtems_misc
1462        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1463        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1464        Configuration (Odd was forced) - Correction of Stop Bit configuration
1465        (inversed) - Correction of ISR Handler to call
1466        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1467        CTS Hardware flow control Configuration.
1468
14692003-09-04      Joel Sherrill <joel@OARcorp.com>
1470
1471        * lib/libcpu/shared/include/cache.h,
1472        lib/libcpu/shared/src/cache_aligned_malloc.c,
1473        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1474        license changed.
1475        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1476        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1477        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1478        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1479        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1480        for license changed.
1481        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1482        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1483        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1484        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1485        libchip/network/cs8900.h, libchip/network/dec21140.c,
1486        libchip/network/elnk.c, libchip/network/open_eth.c,
1487        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1488        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1489        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1490        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1491        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1492        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1493        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1494        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1495        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1496        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1497        libchip/serial/serial.h, libchip/serial/z85c30.c,
1498        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1499        libchip/serial/z85c30_reg.c: URL for license changed.
1500
15012003-09-03      Jiri Gaisler <jiri@gaisler.com>
1502
1503        PR 477/networking
1504        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1505        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1506        libchip/network/open_eth.h: New files.
1507
15082003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1509
1510        * aclocal/rtems-top.m4: Add RTEMS_API.
1511        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1512
15132003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
1515        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1516        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1517        @RTEMS_BSP@.cfg.
1518
15192003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1520
1521        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1522
15232003-08-20      Joel Sherrill <joel@OARcorp.com>
1524
1525        * libchip/network/cs8900.c: Correct copyright statements.
1526
15272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529        * aclocal/check-itron.m4: Remove.
1530        * aclocal/enable-inlines.m4: Remove.
1531        * Makefile.am: Reflect having moved aclocal/.
1532        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1533        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1534        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1535        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1536        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1537        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1538        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1539        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1540        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1541        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1542        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1543        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1544        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1545        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1546        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1547        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1548        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1549        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1550        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1551        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1552        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1553        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1554        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1555        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1556        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1557        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1558        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1559        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1560        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1561        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1562        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1563        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1564        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1565        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1566        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1567        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1568        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1569        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1570        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1571        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1572        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1573        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1574        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1575        * aclocal/target.m4: New (Copied from ../../aclocal).
1576        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1577        * aclocal/version.m4: New (Copied from ../../aclocal).
1578
15792003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1580
1581        * configure.ac: Remove stray comments.
1582        * automake/local.am, automake/host.am: Remove "debug".
1583
15842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1585
1586        * Makefile.am: Reflect having moved automake/.
1587        * lib/Makefile.am: Reflect having moved automake/.
1588        * support/Makefile.am: Reflect having moved automake/.
1589        * wrapup/Makefile.am: Reflect having moved automake/.
1590        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1591        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1592        from ../../automake).
1593        * optman/Makefile.am: Reflect having moved automake/.
1594        * libchip/Makefile.am: Reflect having moved automake/.
1595        * libchip/ide/Makefile.am: Reflect having moved automake/.
1596        * libchip/network/Makefile.am: Reflect having moved automake/.
1597        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1598        * libchip/serial/Makefile.am: Reflect having moved automake/.
1599        * librdbg/Makefile.am: Reflect having moved automake/.
1600        * librdbg/include/Makefile.am: Reflect having moved automake/.
1601        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1602        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1603        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1604        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1605        automake/.
1606        * librdbg/src/Makefile.am: Reflect having moved automake/.
1607        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1608        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1609        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1610        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1611        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1612        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1613        having moved automake/.
1614        * libnetworking/Makefile.am: Reflect having moved automake/.
1615        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1616        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1617        automake/.
1618        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1619        automake/.
1620        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1621        automake/.
1622        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1623
16242003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1625
1626        * Makefile.am: Add bsp.pc.in.
1627        * bsp.pc.in: New (pkgconfig support).
1628
16292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1630
1631        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1632
16332003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1634
1635        * lib/Makefile.am: New (Required by 'make dist').
1636        * lib/ChangeLog: Remove.
1637        * lib/.cvsignore: Cleanup.
1638        * configure.ac: Reflect having added lib/Makefile.am.
1639        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1640        lib/libbsp/configure.ac.
1641        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1642        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1643
16442003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1645
1646        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1647        * configure.ac: Merge-in librdbg/configure.ac.
1648        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1649        librdbg/configure.ac.
1650        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1651        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1652        LIBCHIP. Conditionally build include-dirs.
1653        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1654        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1655        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1656        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1657        librdbg/include/rdbg/m68k/Makefile.am,
1658        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1659        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1660        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1661        librdbg/src/powerpc/Makefile.am, librdbg/
1662        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1663        configure.ac into ../configure.ac.
1664        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1665        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1666        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1667        libnetworking/rtems_telnetd/Makefile.am,
1668        libnetworking/rtems_webserver/Makefile.am,
1669        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1670        into ../configure.ac.
1671
16722003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1673
1674        PR 427/rtems
1675        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1676        * librdbg/src/servtsp.c: Ditto.
1677
16782003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1679
1680        PR 429/bsps
1681        PR 432/bsps
1682        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1683        packets are queued onto an elnk board, the ISR will deadlock the device
1684        with a tx complete interrupt.  Lighter tx loads are not affected as they
1685        end up submitting single packets to the device.
1686
16872003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1688
1689        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1690        optman/configure.ac.
1691        * optman/configure.ac: Remove (Merged into ../configure.ac).
1692        * optman/Makefile.am: Reflect having merged configure.ac into
1693        ../configure.ac.
1694        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1695        * libchip/Makefile.am, libchip/ide/Makefile.am,
1696        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1697        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1698        ../configure.ac.
1699
17002003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1701
1702        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1703
17042003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1705
1706        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1707        on i386.
1708
17092003-06-13      Joel Sherrill <joel@OARcorp.com>
1710
1711        * libnetworking/pppd/chat.c: Removed warnings.
1712
17132003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1714
1715        * libchip/network/README.3com: New file missed in previous commit.
1716        PR 405/bsps
1717        PR 393/networking
1718        * libchip/network/dec21140.c: Fix leak also known as PR393.
1719        * libchip/network/elnk.c, libchip/network/if_media.h,
1720        libchip/network/mii.h: New files.
1721        * libchip/network/Makefile.am: Reflect new files.
1722
17232003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1724
1725        * configure.ac: Remove support for profile-variant.
1726
17272003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1728
1729        PR 397/pppd
1730        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1731        * libnetworking/pppd/magic.c: Remove *rand48.
1732        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1733
17342003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1735
1736        * wrapup/Makefile.am: Add libide.a.
1737
17382003-04-15      Joel Sherrill <joel@OARcorp.com>
1739
1740        PR 387/rtems_misc
1741        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1742        routines.
1743        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1744
17452003-04-11      Joel Sherrill <joel@OARcorp.com>
1746
1747        * libnetworking/rtems_webserver/cgi.c,
1748        libnetworking/rtems_webserver/sockGen.c,
1749        libnetworking/rtems_webserver/umui.c,
1750        libnetworking/rtems_webserver/websSSL.c,
1751        libnetworking/rtems_webserver/websSSL.h,
1752        libnetworking/rtems_webserver/websda.c,
1753        libnetworking/rtems_webserver/websda.h: New files. Not included in
1754        previous commit.
1755
17562003-04-10      Joel Sherrill <joel@OARcorp.com>
1757
1758        PR 371/pppd
1759        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1760        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1761        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1762        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1763        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1764        still global symbols in rtemspppd.h which might need to be changed or
1765        converted into member of a structure which is dereferenced with a
1766        pointer that is managed as a per task variable. But this patch should
1767        avoid many conflicts.
1768
17692003-03-27      Joel Sherrill <joel@OARcorp.com>
1770
1771        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1772        not allowed in the cpukit source code since it must be buildable
1773        independent of any BSP. These files were moved to libchip/ide.
1774        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1775        files.
1776
17772003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1778
1779        PR 368/filesystems
1780        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1781        improvements which now work on pc386 and mbx8xx.
1782        * libchip/ide/ide_controller.c: New file.
1783
17842003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1785
1786        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1787
17882003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1789
1790        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1791        * configure.ac: Add support/.
1792        * support/.cvsignore: New.
1793        * support/Makefile.am: New.
1794        * support/version.c: New.
1795        * wrapup/Makefile.am: Add support/libsupport.a.
1796        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1797        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1798        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1799        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1800
18012003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1802
1803        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1804
18052003-02-20      Till Straumann <strauman@slac.stanford.edu>
1806
1807        PR 354/networking
1808        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1809        chip against a table of supported chips. The untested ones are still
1810        commented out, however.
1811
18122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1813
1814        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1815        * configure.ac: AC_PREREQ(2.57).
1816        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1817        * optman/configure.ac: AC_PREREQ(2.57).
1818        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1819        * libchip/configure.ac: AC_PREREQ(2.57).
1820        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1821        * librdbg/configure.ac: AC_PREREQ(2.57).
1822        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1823        * libnetworking/configure.ac: AC_PREREQ(2.57).
1824
18252003-02-06      Joel Sherrill <joel@OARcorp.com>
1826
1827        * libnetworking/pppd/chat.c: Convert routines with common names to
1828        static. This included get_char(), put_char(), and character() among
1829        others.
1830
18312003-02-03      Joel Sherrill <joel@OARcorp.com>
1832
1833        PR 338/filesystem
1834        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1835        rtems_io_lookup_name() (API change).  Unused function removed.
1836
18372003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1838
1839        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1840        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1841        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1842        Eliminate *_O_FILES.
1843        * libnetworking/rtems_servers/Makefile.am,
1844        libnetworking/rtems_webserver/Makefile.am,
1845        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1846
18472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1848
1849        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1850        Let all-local: depend on $(LIB).
1851        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1852        * optman/Makefile.am: Apply install-data-local to install *.rels.
1853
18542002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1855
1856        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1857        %.c rules.
1858        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1859        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1860        * libchip/rtc/Makefile.am: Ditto.
1861        * libchip/serial/Makefile.am: Ditto.
1862
18632002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1864
1865        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1866        LIBC_DEFINES.
1867        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1868        LIBC_DEFINES.
1869        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1870        LIBC_DEFINES.
1871
18722002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1873
1874        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1875
18762002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1877
1878        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1879        cache-checking.
1880        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1881
18822002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1883
1884        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1885        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1886        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1887        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1888        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1889
18902002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1891
1892        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1893        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1894        Remove.
1895        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1896
18972002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1898
1899        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1900        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1901
19022002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1903
1904        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1905        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1906
19072002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1908
1909        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1910        * optman/rel.am: New.
1911
19122002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1913
1914        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1915        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1916        braino in comment on "exec". Extend --enable-ada handling.
1917
19182002-11-04      Joel Sherrill <joel@OARcorp.com>
1919
1920        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1921        tasks and rolling multiple loops into 1.
1922        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1923        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1924        Removed warnings.
1925
19262002-10-31      Joel Sherrill <joel@OARcorp.com>
1927
1928        * libchip/network/dec21140.c: Removed warnings.
1929        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1930        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1931        librdbg/src/m68k/any/remdeb_xdr.c,
1932        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1933        warnings.
1934        * libnetworking/rtems_webserver/socket.c,
1935        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1936
19372002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1938
1939        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1940        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1941        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1942        above.
1943
19442002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1945
1946        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1947        * wrapup/.cvsignore: Remove autom4te.cache.
1948        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1949        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1950        autom4te.cache.
1951        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1952        autom4te.cache.
1953        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1954        autom4te.cache.
1955
19562002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1957
1958        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1959
19602002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1961
1962        * optman/.cvsignore: Add autom4te.cache.
1963
19642002-09-14      Joel Sherrill <joel@OARcorp.com>
1965
1966        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1967
19682002-09-07      Joel Sherrill <joel@OARcorp.com>
1969
1970        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1971        include files to resolve warnings.
1972
19732002-09-07      Chris Johns <ccj@acm.org>
1974
1975        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1976        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1977        which corrects the problem  where the cs8900.c file was actually the BSP
1978        glue.  Joel did some hacking so this file will compile.  Previously it
1979        required providing a target.h file to compile.
1980        * libchip/network/cs8900.c.bsp: New file.
1981
19822002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1983
1984        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1985
19862002-08-31      Joel Sherrill <joel@OARcorp.com>
1987
1988        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1989        eliminate warning.
1990
19912002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1992
1993        * configure.ac: Add ada-tests.
1994
19952002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1996
1997        * Makefile.am: Add preinstall-stamp.
1998
19992002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2000
2001        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2002        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2003        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2004        gcc31 happy.
2005        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2006        cp.
2007
20082002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2009
2010        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2011        make/bsp.mak.
2012        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2013        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2014
20152002-08-12      Joel Sherrill <joel@OARcorp.com>
2016
2017        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2018        avoid error.
2019
20202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2021
2022        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2023        * configure.ac: Add BSP_SUBDIRS.
2024        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2025        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2026        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2027        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2028        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2029        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2030        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2031        RTEMS_CHECK_BSP_CACHE.
2032        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2033        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2034        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2035        .$(OBJEXT) instead of .o.
2036        * libnetworking/pppd/Makefile.am,
2037        libnetworking/rtems_servers/Makefile.am,
2038        libnetworking/rtems_telnetd/Makefile.am,
2039        libnetworking/rtems_webserver/Makefile.am,
2040        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2041
20422002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2043
2044        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2045        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2046        ../libchip/serial/$(ARCH)/libserialio.a.
2047        * libchip/serial/Makefile.am: Don't tmp-install lib.
2048        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2049
20502002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2051
2052        * Makefile.am: Add rtems_makedir.
2053        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2054        * Makefile.am: Add wrapup-SUBDIR.
2055        * wrapup/ChangeLog: Remove.
2056        * wrapup/configure.ac: Remove.
2057        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2058        (Make the bare BSP happy).
2059        * configure.ac: Ditto.
2060        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2061        Create make/custom/default.cfg.
2062        * configure.ac: Add creation of make/custom/*.cfg. Create
2063        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2064
20652002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2066
2067        * Makefile.am: Clean $(PROJECT_RELEASE).
2068
20692002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2070
2071        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2072        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2073        prototype mismatches.
2074
20752002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2076
2077        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2078        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2079
20802002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2081
2082        * acinclude.m4: Add test "$multilib" != "yes".
2083        * config-ml.in: Remove.
2084        * acinclude.m4: Cleanups.
2085        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2086        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2087        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2088        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2089        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2090
20912002-07-16      Eric Norum <eric.norum@usask.ca>
2092
2093        * New driver for the Intel EtherExpressPro (82559ER) chip.
2094        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2095        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2096        * libchip/network/Makefile.am: Modified to reflect above.
2097
20982002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2099
2100        * acinclude.m4: New.
2101        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2102        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2103        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2104
21052002-07-01      Joel Sherrill <joel@OARcorp.com>
2106
2107        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2108        _Objects_Information_table now that it is a two dimensional array based
2109        upon API and class.
2110        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2111        of strnlen().
2112
21132002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2114
2115        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2116        preinstall libnetapps.a.
2117
21182002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2119
2120        * configure.ac: Remove librpc.
2121
21222002-06-25      Joel Sherrill <joel@OARcorp.com>
2123
2124        * Per PR233, moved librpc to exec.
2125        * configure.ac, wrapup/Makefile.am: Modified.
2126        * librpc, librpc/ChangeLog: Removed.
2127
21282002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2129
2130        * optman/Makefile.am: Remove multilib support.
2131        * optman/configure.ac: Ditto.
2132        * optman/sapi/Makefile.am: Ditto.
2133
21342002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2135
2136        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2137        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2138
21392002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2140
2141        Move networking libraries to c/src/exec/libnetworking
2142        * libnetworking/configure.ac, libnetworking/Makefile.am,
2143        libnetworking/wrapup/Makefile.am: Reflect Moval.
2144
21452002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2146
2147        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2148        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2149        <rtems/bspIo.h>.
2150
21512002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2152
2153        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2154        * libnetworking/rtems/mkrootfs.h: Ditto.
2155        * libnetworking/rtems/Makefile.am: Reflect changes above.
2156
21572002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2158
2159        * configure.ac: Remove lib.
2160
21612002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2162
2163        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2164        that exception stack frames on M68K members with VBR always are 6 byte
2165        long. The incorrect assumption resulted in some gdb commands like "next"
2166        to fail on the 68360.
2167
21682002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2169
2170        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2171        PR 220
2172        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2173        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2174        CVS.
2175        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2176        libnetworking/sys/filio.h: Remove.
2177        * libnetworking/sys/Makefile.am: Reflect changes above.
2178
21792002-05-07      Chris Johns <ccj@acm.org>
2180
2181        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2182        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2183        requires it to be stripped.
2184
21852002-05-01      Eric Norum <eric.norum@usask.ca>
2186
2187        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2188        assembly  to satisfy gcc 3.1 and newer.
2189
21902002-04-26      Eric Norum <eric.norum@usask.ca>
2191
2192        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2193        agressive optimization in gcc 3.1 does not reorder things.
2194
21952002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2196
2197        * libchip/network/dec21140.c: Reflect changes to powerpc's
2198        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2199        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2200        <rtems/score/cpu.h>.
2201        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2202        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2203
22042002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2205
2206        * optman/configure.ac: Remove ENABLE_GCC28.
2207
22082002-04-11      Chris Johns <ccj@acm.org>
2209
2210        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2211        driver control block field to the ifconfig network driver structure.
2212        This field is needed by the i82586 driver which was ported from NetBSD
2213        as it had better hardware abstraction.
2214        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2215        PR59, added the drv_ctrl driver control block field to the ifconfig
2216        network driver structure. This field is needed by the i82586 driver
2217        which was ported from NetBSD as it had better hardware abstraction.
2218
22192002-04-10      Mike Siers <mikes@poliac.com>
2220
2221        * libnetworking/rtems_webserver/NOTES,
2222        libnetworking/rtems_webserver/asp.c,
2223        libnetworking/rtems_webserver/balloc.c,
2224        libnetworking/rtems_webserver/default.c,
2225        libnetworking/rtems_webserver/ej.h,
2226        libnetworking/rtems_webserver/ejIntrn.h,
2227        libnetworking/rtems_webserver/ejlex.c,
2228        libnetworking/rtems_webserver/ejparse.c,
2229        libnetworking/rtems_webserver/emfdb.c,
2230        libnetworking/rtems_webserver/emfdb.h,
2231        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2232        libnetworking/rtems_webserver/handler.c,
2233        libnetworking/rtems_webserver/license.txt,
2234        libnetworking/rtems_webserver/md5.h,
2235        libnetworking/rtems_webserver/md5c.c,
2236        libnetworking/rtems_webserver/mime.c,
2237        libnetworking/rtems_webserver/misc.c,
2238        libnetworking/rtems_webserver/ringq.c,
2239        libnetworking/rtems_webserver/rom.c,
2240        libnetworking/rtems_webserver/security.c,
2241        libnetworking/rtems_webserver/sock.c,
2242        libnetworking/rtems_webserver/sym.c,
2243        libnetworking/rtems_webserver/uemf.c,
2244        libnetworking/rtems_webserver/uemf.h,
2245        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2246        libnetworking/rtems_webserver/url.c,
2247        libnetworking/rtems_webserver/value.c,
2248        libnetworking/rtems_webserver/wbase64.c,
2249        libnetworking/rtems_webserver/webcomp.c,
2250        libnetworking/rtems_webserver/webpage.c,
2251        libnetworking/rtems_webserver/webrom.c,
2252        libnetworking/rtems_webserver/webs.c,
2253        libnetworking/rtems_webserver/webs.h,
2254        libnetworking/rtems_webserver/websuemf.c,
2255        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2256        2.1.4.
2257
22582002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2259
2260        * libchip/network/i82586.c: Include <string.h>.
2261        * libchip/network/sonic.c: Ditto.
2262
22632002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2264
2265        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2266
22672002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2268
2269        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2270
22712002-03-27      Thomas.Doerfler@imd-systems.de
2272
2273        PR 144
2274        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2275        memory address 0 when called for the first time. This is done when
2276        trying to clear the variable "dhcp_hostname".
2277
22782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2279
2280        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2281        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2282        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2283        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2284        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2285        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2286        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2287        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2288        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2289        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2290        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2291        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2292        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2293        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2294        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2295        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2296        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2297        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2298        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2299        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2300        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2301        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2302        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2303        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2304        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2305        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2306        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2307        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2308        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2309        AUTOMAKE_OPTIONS.
2310        * libnetworking/configure.ac:
2311        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2312        foreign 1.6]).
2313        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2314        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2315        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2316        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2317        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2318        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2319        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2320        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2321        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2322        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2323        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2324        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2325        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2326        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2327        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2328        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2329        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2330
23312002-03-27      Ilya Alexeev <ilya@continuum.ru>
2332
2333        PR 162
2334        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2335        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2336        used in a device write routines.  Now ppp_softc structure have own
2337        character for writing to device (sc_outchar).  I think that converting
2338        local variables to static is not a right solution, because problems will
2339        occur in the case of two or more ppp instances.
2340        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2341        must be u_long, otherwise in the case of the big output packet endless
2342        loop may occur.
2343
23442002-03-21      Ilya Alexeev <ilya@continuum.ru>
2345
2346        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2347        preparations for multiple PPPD connections.
2348
23492002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2350
2351        PR 149
2352        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2353        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2354        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2355        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2356
23572002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2358
2359        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2360        * configure.ac: Modified to reflect addition.
2361
23622002-02-27      Ilya Alexeev <ilya@continuum.ru>
2363
2364        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2365        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2366        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2367        capabilities as well as eliminate some warnings.
2368
23692002-02-27      Eric Norum <eric.norum@usask.ca>
2370
2371        * libnetworking/net/radix.c: Properly handle fetching the default route
2372        when there is no route.  This was a bug in the original FreeBSD code and
2373        this fix is from an updated version of their code.
2374
23752002-02-16      Eric Norum <eric.norum@usask.ca>
2376
2377        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2378        checking.
2379
23802002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2381
2382        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2383        dodefaultroute.
2384
23852002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2386
2387        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2388        include <rtems/seterr.h>.
2389
23902002-02-01      Mike Siers <mikes@poliac.com>
2391
2392        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2393        avoid bringing the link down too fast. NOTE: Mike reports successfully
2394        running at 56K baud on a direct link.
2395
23962002-02-01      Eric Valette <valette@crf.canon.fr>
2397
2398        * librdbg/So many patches have been posted recently on the mailing list
2399        and  because we were unable to find correct solution to compile on
2400        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2401        because the coding  style of rdbg was rather inconsistant among various
2402        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2403        global coding style (using indent + manual edits), 2) incorporate/review
2404        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2405        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2406        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2407        after rdbg initialization is done, NB : the paches is huge but it is
2408        mainly due to coding styke chnages.  Only few lines of codes have been
2409        really changed and they do not impact  rdbg functionnality (AFAIKT).
2410        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2411        librdbg/include/rdbg/m68k/rdbg_f.h,
2412        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2413        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2414        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2415        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2416        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2417        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2418        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2419        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2420        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2421        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2422        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2423        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2424        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2425        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2426        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2427        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2428
24292002-01-31      Mike Siers <mikes@poliac.com>
2430
2431        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2432        * Nice Update of PPPD support which eliminates the requiremetn that
2433        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2434        and reports that it seems to be more stable and handle larger packets
2435        better.  This patch replaces the termios tasks with more general pppd
2436        network driver tasks.  The functions pppinput() and pppstart() get
2437        called from the interrupt service routine.
2438        * libnetworking/Makefile.am, libnetworking/configure.ac,
2439        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2440        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2441        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2442        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2443        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2444        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2445        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2446        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2447        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2448        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2449        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2450        libnetworking/net/route.c, libnetworking/net/route.h,
2451        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2452        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2453        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2454        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2455        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2456        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2457        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2458        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2459        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2460        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2461        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2462        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2463        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2464        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2465        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2466        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2467        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2468        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2469        libnetworking/pppd/example/README,
2470        libnetworking/pppd/example/netconfig.h,
2471        libnetworking/wrapup/Makefile.am: Modified.
2472        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2473        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2474        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2475        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2476        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2477        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2478        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2479        libnetworking/modem/pppcompress.c: Subdirectory removed.
2480
24812002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2482
2483        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2484        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2485
24862002-01-18      Till Straumann <strauman@slac.stanford.edu>
2487
2488        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2489        issues: - exception handler needs to enable MSR_FP if the interrupted
2490        thread is FP enabled. - printk message for MSR fixed and added
2491        stacktrace. NOTE: this requires the stacktrace patch to
2492        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2493        however).
2494
24952002-01-06      Joel Sherrill <joel@OARcorp.com>
2496
2497        * optman/.cvsignore: Added aclocal.m4 and configure.
2498        * optman/.cvsignore: New file.
2499
25002002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2501
2502        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2503
25042002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2505
2506        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2507        * optman/ChangeLog: New.
2508        * optman/configure.ac: New.
2509        * optman/Makefile.am: New.
2510        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2511        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2512
25132001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2514
2515        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2516
25172001-12-18      Eric Norum <eric.norum@usask.ca>
2518
2519        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2520        `directories' (path names with a / at the end) while disallowing open()
2521        operations on TFTP `directories'.
2522
25232001-12-07      Eric Norum <eric.norum@usask.ca>
2524
2525        * libnetworking/lib/tftpDriver.c: Restore write capability.
2526
25272001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2528
2529        * libchip/network/sonic.h: Fix typo.
2530        * libnetworking/arpa/Makefile.am: Remove stray lines.
2531
25322001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2533
2534        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2535
25362001-10-18      Eric Norum <eric.norum@usask.ca>
2537
2538        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2539        chdir() and open() operations within the TFTP file system.
2540
25412001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2542
2543        * librdbg/configure.ac: Fix latent bug exposed by removal of
2544        config.cache's which prevented powerpc targets librdbg from building.
2545
25462001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2547
2548        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2549        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2550        autoconf-2.52 happy.
2551
25522001-10-12      Mike Siers <mikes@poliac.com>
2553
2554        * libnetworking/Update to stable working state.  Congratulations Mike!
2555        :).
2556        * libnetworking/modem_example: Directory removed.
2557        * libnetworking/modem_example/16550.h,
2558        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2559        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2560        libnetworking/modem_example/ppp.h,
2561        libnetworking/modem_example/pppcompress.c: Files removed.
2562        * libnetworking/pppd/example/pppd.options: New file.
2563        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2564        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2565        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2566        libnetworking/pppd/rtemsmain.c: Updated.
2567
25682001-10-12      Joel Sherrill <joel@OARcorp.com>
2569
2570        * libchip/serial/z85c30.c: Fixed typo.
2571
25722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2573
2574        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2575        * configure.in: Remove.
2576        * configure.ac: New file, generated from configure.in by autoupdate.
2577        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2578        * libchip/configure.in: Remove.
2579        * libchip/configure.ac: New file, generated from configure.in by
2580        autoupdate.
2581        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2582        * librdbg/configure.in: Remove.
2583        * librdbg/configure.ac: New file, generated from configure.in by
2584        autoupdate.
2585        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2586        * libnetworking/configure.in: Remove.
2587        * libnetworking/configure.ac: New file, generated from configure.in by
2588        autoupdate.
2589
25902001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2591
2592        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2593        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2594        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2595
25962001-09-27      Joel Sherrill <joel@OARcorp.com>
2597
2598        * libchip/ChangeLog: Fixed typo in date.
2599
26002001-09-27      Eric Norum <eric.norum@usask.ca>
2601
2602        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2603        TFTP  filesystem.
2604
26052001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2606
2607        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2608        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2609        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2610        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2611        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2612        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2613        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2614        'PREINSTALL_FILES ='.
2615        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2616        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2617        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2618        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2619        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2620        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2621        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2622        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2623        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2624        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2625        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2626        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2627
26282001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2629
2630        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2631        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2632        * librdbg/src/m68k/any/Makefile.am: Ditto.
2633        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2634        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2635        happy.
2636
26372001-09-21      Joel Sherrill <joel@OARcorp.com>
2638
2639        * libchip/network/Makefile.am: Fixed typo on file name.
2640        * libchip/network/i82586.c: Commented out line 318 which is referencing
2641        a member of a structure that is not currently there.  This needs to be
2642        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2643        to C style.
2644
26452001-09-19      Eric Norum <eric.norum@usask.ca>
2646
2647        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2648
26492001-09-19      Chris Johns <ccj@acm.org>
2650
2651        * libchip/network/README.i82586, libchip/network/i82586.c,
2652        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2653        Network driver for Intel i82586.
2654        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2655        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2656        "root" filesystem with information obtained via the DHCP response.
2657
26582001-09-14      Eric Norum <eric.norum@usask.ca>
2659
2660        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2661        make gcc 3.x happy.
2662
26632001-08-16      Mike Siers <mikes@poliac.com>
2664
2665        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2666        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2667        These support callback functionality that has not even been compiled
2668        under RTEMS yet.
2669        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2670        example application.  Mike's notes on the modifications: - renamed
2671        error() function because of namespace problems - removed calls to the
2672        exit() funciton - removed extra files from the pppd source directory -
2673        defined pppd task constant values in rtemspppd.h - modifyied example
2674        code to get actual tick per second value - placed the pppd 2.3.11 man
2675        page file (pppd.8) into the pppd directory.
2676        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2677        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2678        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2679        libnetworking/pppd/rtems-ppp.c: Deleted.
2680        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2681        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2682        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2683        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2684        libnetworking/pppd/example/init.c,
2685        libnetworking/pppd/example/netconfig.h,
2686        libnetworking/pppd/example/ppp.conf,
2687        libnetworking/pppd/example/pppdapp.c,
2688        libnetworking/pppd/example/system.h: New files.
2689        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2690        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2691        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2692        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2693        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2694        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2695        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2696        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2697        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2698        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2699        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2700        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2701        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2702        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2703        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2704
27052001-08-16      Joel Sherrill <joel@OARcorp.com>
2706
2707        * libnetworking/pppd/example/Makefile: Removed.
2708        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2709        to avoid bootstrap -c clobbering it.
2710        * libnetworking/rtems_telnetd/.cvsignore: New file.
2711
27122001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2713
2714        * libnetworking/Makefile.am, libnetworking/configure.in,
2715        libnetworking/rtems_servers/Makefile.am,
2716        libnetworking/rtems_servers/telnetd.c,
2717        libnetworking/rtems_servers/telnetd.h,
2718        libnetworking/rtems_telnetd/Makefile.am,
2719        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2720        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2721        libnetworking/rtems_telnetd/telnetd.c,
2722        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2723        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2724        effect when ftpd change. - the tcp/ip stats have been implemented into
2725        icmds.c and started when telnetd daemon is started.
2726        * libnetworking/rtems_servers/telnetd.c,
2727        libnetworking/rtems_servers/telnetd.h: Removed.
2728        * libnetworking/rtems_telnetd: New directory.
2729        * libnetworking/rtems_telnetd/Makefile.am,
2730        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2731        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2732        libnetworking/rtems_telnetd/telnetd.c,
2733        libnetworking/rtems_telnetd/telnetd.h: New files.
2734
27352001-06-14      Joel Sherrill <joel@OARcorp.com>
2736
2737        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2738        Moved from libmisc/shell so the network stack to address network
2739        depenendency.
2740        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2741
27422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2743
2744        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2745
27462001-05-15      Joel Sherrill <joel@OARcorp.com>
2747
2748        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2749        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2750        accidentally deleted the incorrectly empty versions.
2751
27522001-05-14      Till Straumann <strauman@slac.stanford.edu>
2753
2754        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2755        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2756        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2757        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2758        to know the values) - the affected BSP (shared/motorola) headers have
2759        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2760        driver (libchip/network/dec21140.c) has been fixed to use
2761        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2762        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2763        who is using this driver. - the DEC driver also has been fixed to use
2764        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2765        delay_in_bus_cycles().
2766
27672001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2768
2769        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2770
27712001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2772
2773        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2774
27752001-04-24      Eric Norum <eric.norum@usask.ca>
2776
2777        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2778        NTP synchronization a little more robust -- no NTP daemon yet, but at
2779        least it trys a little harder when the primary NTP server is down.
2780
27812001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2782
2783        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2784        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2785        libnetworking/pppd/modem_example/modem.c,
2786        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2787        other strings into English.
2788        * libnetworking/pppd/STATUS: updated to reflect the changes.
2789
27902001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2791
2792        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2793        again.
2794
27952001-04-20      Eric Valette <valette@crf.canon.fr>
2796
2797        * mcp750 directory renamed new_exception processing as it supports many
2798        more CPU models.
2799        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2800        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2801        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2802        formerly in mcp750 plus modifications.
2803        * librdbg/src/powerpc/mcp750/.cvsignore,
2804        librdbg/src/powerpc/mcp750/Makefile.am,
2805        librdbg/src/powerpc/mcp750/remdeb.h,
2806        librdbg/src/powerpc/mcp750/remdeb_f.x,
2807        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2808        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2809        new_exception_processing.
2810        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2811        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2812        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2813        part of this effort to add support for the MPC8xx.
2814
28152001-04-19      Joel Sherrill <joel@OARcorp.com>
2816
2817        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2818        internal include files.
2819
28202001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2821
2822        PR 158
2823        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2824        rcmd() library call by commenting out the parts that deal with signals.
2825        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2826        stdio. The 'server-side' parts of this file which deal with
2827        authentication are disabled since they are not needed.
2828
28292001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2830
2831        * libnetworking/include/.cvsignore: Remove dangling file.
2832
28332001-03-14      Joel Sherrill <joel@OARcorp.com>
2834
2835        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2836        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2837        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2838        libchip style serial drivers can be written in libcpu or libbsp.
2839
28402001-03-01      Joel Sherrill <joel@OARcorp.com>
2841
2842        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2843        libchip/network/sonic.c, libchip/network/sonic.h,
2844        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2845        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2846        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2847        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2848        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2849        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2850        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2851        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2852
28532001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2854
2855        * librdbg/include/rdbg/Makefile.am,
2856        librdbg/include/rdbg/i386/Makefile.am,
2857        librdbg/include/rdbg/m68k/Makefile.am,
2858        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2859        style on include files.
2860
28612001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2862
2863        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2864        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2865        replace ${..} with $(..).
2866        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2867        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2868        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2869        libnetworking/rtems/Makefile.am, libnetworking/
2870        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2871        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2872        include_*HEADERS instead of H_FILES.
2873        * libnetworking/include/Makefile.am: Remove.
2874        * libnetworking/Makefile.am: Add handling of *.h files.
2875        * libnetworking/configure.in: Remove include/Makefile.
2876
28772001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2878
2879        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2880
28812001-01-31      Sergei Organov <osv@javad.ru>
2882
2883        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2884        current dir and root dir removed in favor of new libio support for
2885        task-local current and root directories. - Bug in `close_data_socket()'
2886        introduced by previous change fixed. - `command_pasv()' changed to set
2887        timeout on socket we are listening on and code fixed to don't close
2888        socket twice on error. - `serr()' changed to clear `errno'. -
2889        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2890        changed to clear `errno' before processing session. -
2891        `close_data_socket()' fixed to close both active and passive sockets -
2892        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2893        empty string  in `exec_command()'.
2894
28952001-01-25      Eric Norum <eric.norum@usask.ca>
2896
2897        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2898        improves throughput on systems which are dropping packets.   Only the
2899        first timeout is reduced.  This keeps the number of extra packets down
2900        on networks that are very busy and dropping lots of packets.
2901
29022001-01-24      Sergei Organov <osv@javad.ru>
2903
2904        * libnetworking/rtems_servers/ftpd.c,
2905        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2906        - Timeouts on sockets implemented. 'idle' field added to configuration.
2907        No timeout by default to keep backward compatibility. Note: SITE IDLE
2908        command not implemented yet. - Basic global access control implemented.
2909        'access' field added to configuration. No access limitations by default
2910        to keep backward compatibility. - Anchor data socket for active mode
2911        (using self IP and port 20.) - Fixed default data port support (still
2912        not tested). - Don't allow IP address different from originating host in
2913        PORT command to improve security. - Fixed bug in MDTM command. - Check
2914        for correctness of parsing of argument in command_port(). - Fixed
2915        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2916        a directory. - Command parsing a little bit improved: command names are
2917        now converted to upper-case to be more compatible with RFC (command
2918        names are not case-sensitive.) - Reformat comments so that they have
2919        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2920        previous changes - True ASCII mode implemented (doesn't work for hooks
2921        and /dev/null) - Passive mode implemented, PASV command added. - Default
2922        port for data connection could be used (untested, can't find ftp client
2923        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2924        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2925
29262001-01-18      Joel Sherrill <joel@OARcorp.com>
2927
2928        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2929        macro using variable arguments.
2930        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2931        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2932        since I updated the main RTEMS development machine to RedHat 7.2 and
2933        apparently got a new version of rpcgen.
2934
29352001-01-12      Sergei Organov <osv@javad.ru>
2936
2937        * libnetworking/rtems_servers/ftpd.c,
2938        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2939        - use pool of pre-created threads to handle sessions instead of
2940        creating/deleting threads on the fly - LIST output is now similar to
2941        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2942        happy with it. - LIST NAME now works (both for files and directories) -
2943        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2944        clients happy  - keep track of CWD for every session separately -
2945        ability to specify root directory name for FTPD in configuration table.
2946        FTPD will then create illusion for FTP clients that this is actually
2947        root directory. - ignore options sent in commands, thus LIST -al FILE
2948        works and doesn't try to list "-al" directory. - buffers are allocated
2949        on stack instead of heap where possible to eliminate malloc/free calls
2950        (avoid possible heap fragmentation troubles). - drop using of task
2951        notepad to pass parameters - use function arguments instead - use
2952        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2953        in socket() instead of AF_INET.
2954
29552001-01-02      Joel Sherrill <joel@OARcorp.com>
2956
2957        * libnetworking/CHANGELOG: Removed.
2958        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2959
29602000-12-14      Eric Norum <eric.norum@usask.ca>
2961
2962        * libnetworking/lib/tftpDriver.c: Added write capability.
2963
29642000-12-08      Joel Sherrill <joel@OARcorp.com>
2965
2966        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2967        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2968        numerous variable declarations conditional on PPP_COMPRESS and
2969        PPP_FILTER.  Commented out variables that were not used because the code
2970        using them was commented out. Removed totally unused variables.
2971        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2972        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2973
29742000-11-30      Joel Sherrill <joel@OARcorp.com>
2975
2976        * libnetworking/modem/ppp_tty.c: Changed to include
2977        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2978        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2979        * libnetworking/Makefile.am: Modified to reflect above.
2980
29812000-11-27      Joel Sherrill <joel@OARcorp.com>
2982
2983        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2984
29852000-11-25      Eric Norum <eric.norum@usask.ca>
2986
2987        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2988        core.
2989
29902000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2991
2992        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2993        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2994        subdir.
2995        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2996        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2997        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2998        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2999        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3000        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3001        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3002        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3003        ppp_tty.c and the real pppd main is in pppmain.c.
3004
30052000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3006
3007        * libchip/network/sonic.c: Added ipalign() routine to align the received
3008        packet so that the ip header is on a 32-bit boundary. Necessary for
3009        cpu's that do not allow unaligned loads and stores and when the 32-bit
3010        DMA mode is used.
3011
30122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3013
3014        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3015        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3016        ACLOCAL_AMFLAGS.
3017        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3018        ACLOCAL_AMFLAGS.
3019        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3020        ACLOCAL_AMFLAGS.
3021
30222000-11-03      Chris Johns <ccj@acm.org>
3023
3024        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3025        libchip/network/cs8900.h: New files.
3026
30272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3028
3029        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3030        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3031        $(RTEMS_TOPdir)/aclocal.
3032        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3033        $(RTEMS_TOPdir)/aclocal.
3034        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3035        $(RTEMS_TOPdir)/aclocal.
3036
30372000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3038
3039        * configure.in: Switch to GNU-canonicalization.
3040        * Makefile.am: Reflect changes to configure.in.
3041        * acinclude.m4: Remove.
3042
30432000-10-30      Joel Sherrill <joel@OARcorp.com>
3044
3045        * POSIX include files merged into newlib.  This resulted in some
3046        definitions moving to other files and thus some secondary effects in
3047        RTEMS source code.
3048        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3049        in sync with newlib's <machine/types.h>.
3050        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3051        definition of struct itimerval in <sys/time.h>.
3052
30532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3054
3055        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3056        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3057        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3058        * ChangeLog: Fix typos.
3059        * configure.in: add tests to the GNU canonicalized subdirectories.
3060
30612000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3062
3063        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3064        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3065        the lib directory before configuring lib/.
3066
30672000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3068
3069        * configure.in, Makefile.am: add exec to the GNU canonicalized
3070        subdirectories.
3071        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3072        * configure.in: add libnetworking, librpc and librdb to the GNU
3073        canonicalized subdirectories.
3074        * configure.in: add libmisc and libchip to the GNU canonicalized
3075        subdirectories.
3076        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3077        Switch to GNU canonicalization.
3078        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3079        Switch to GNU canonicalization.
3080        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3081        Switch to GNU canonicalization.
3082
30832000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3084
3085        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3086        canonicalization to libfs/. The approach is currently a bit of a hack as
3087        GNU canonicalization does not support the per-BSP build some of the
3088        other directories require.  As more of the tree is converted, this will
3089        become less  of an issue.
3090
30912000-10-20      Joel Sherrill <joel@OARcorp.com>
3092
3093        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3094        parameter.
3095
30962000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3097
3098        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3099        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3100        * librdbg/configure.in: Add m68k support.
3101        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3102        subdirectory.
3103        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3104        failure.
3105        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3106        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3107        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3108        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3109        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3110        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3111        librdbg/src/m68k/.cvsignore: New files.
3112        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3113        function pointers.
3114        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3115        _after_ pointer has been checked against NULL.
3116
31172000-10-18      Joel Sherrill <joel@OARcorp.com>
3118
3119        * wrapup/Makefile.am: Added libfs.
3120
31212000-10-18      Chris Johns <ccj@acm.org>
3122
3123        * libfs created.
3124        * configure.in: Added libfs subdirectory.
3125        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3126
31272000-09-28      Joel Sherrill <joel@OARcorp.com>
3128
3129        * libnetworking/rtems_webserver/Makefile.am,
3130        libnetworking/rtems_webserver/base64.c,
3131        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3132        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3133
31342000-09-22      Joel Sherrill <joel@OARcorp.com>
3135
3136        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3137        libnetworking/rtems/rtems_bsdnet_internal.h,
3138        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3139        have included rtems.h.  It is now including precisely the  least amount
3140        of low level, yet portable .h files to get the basic RTEMS types
3141        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3142        used machine/types.h to include rtems.h.
3143
31442000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3145
3146        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3147
31482000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3149
3150        * libnetworking/ChangeLog: Cleanup.
3151
31522000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3153
3154        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3155        * libchip/ChangeLog: Fix formating.
3156
31572000-09-05      Joel Sherrill <joel@OARcorp.com>
3158
3159        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3160        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3161        confusion and to work with the converted flags.
3162
31632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3164
3165        * wrapup/Makefile.am: Include compile.am.
3166        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3167        libchip/serial/Makefile.am: Include compile.am.
3168        * librdbg/src/i386/any/Makefile.am,
3169        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3170        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3171        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3172        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3173        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3174        libnetworking/rtems_servers/Makefile.am,
3175        libnetworking/rtems_webserver/Makefile.am,
3176        libnetworking/wrapup/Makefile.am: Include compile.am.
3177
31782000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3179
3180        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3181        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3182
31832000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3184
3185        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3186
31872000-08-31      Joel Sherrill <joel@OARcorp.com>
3188
3189        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3190        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3191        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3192        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3193        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3194        * libnetworking/wbase64.c: Removed.
3195        * libnetworking/Makefile.am, libnetworking/asp.c,
3196        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3197        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3198        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3199        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3200        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3201        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3202        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3203        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3204        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3205        Modified.
3206
32072000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3208
3209        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3210
32112000-08-30      Joel Sherrill <joel@OARcorp.com>
3212
3213        * libnetworking/rtems_webserver/license.txt: New file.
3214
32152000-08-10      Joel Sherrill <joel@OARcorp.com>
3216
3217        * ChangeLog: New file.
3218        * libchip/ChangeLog: New file.
3219        * librdbg/ChangeLog: New file.
3220        * libnetworking/ChangeLog: New file.
3221
Note: See TracBrowser for help on using the repository browser.