source: rtems/c/src/ChangeLog @ d17f2b5

4.104.114.84.95
Last change on this file since d17f2b5 was d17f2b5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/06 at 05:47:35

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

  • Makefile.am: Remove ampolish3.
  • Property mode set to 100644
File size: 123.5 KB
Line 
12006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove ampolish3.
4
52006-11-17      Joel Sherrill <joel@OARcorp.com>
6
7        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
8        blank lines.
9
102006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Remove RTEMS_AMPOLISH3.
13        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
14          Remove checks for AMPOLISH3.
15        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
16        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
17        * ampolish3: Remove.
18
192006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
22        * aclocal/prog-cc.m4: Remove CFLAGS.
23        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
24        Compose CFLAGS. Append CFLAGS to ac_configure_args.
25
262006-10-23      Joel Sherrill <joel@OARcorp.com>
27
28        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
29
302006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * automake/compile.am: Use hard-coded RTEMS_* flags.
33
342006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * aclocal/rtems-top.m4: Remove RTEMS_API.
37        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
38
392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
42
432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
46
472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * aclocal/version.m4: Bump version to 4.7.99.0.
50
512006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Require autoconf-2.60. Require automake-1.10.
54
552006-09-11      Joel Sherrill <joel@OARcorp.com>
56
57        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
58
592006-09-04      Joel Sherrill <joel@OARcorp.com>
60
61        * libchip/network/greth.c, libchip/network/open_eth.c,
62        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
63        introduced by warning removal.
64
652006-09-01      Joel Sherrill <joel@OARcorp.com>
66
67        * libchip/network/greth.c, libchip/network/open_eth.c,
68        libchip/network/smc91111.c: Remove warnings and correct prototype
69        added earlier today.
70
712006-09-01      Joel Sherrill <joel@OARcorp.com>
72
73        * libchip/network/cs8900.c, libchip/network/greth.c,
74        libchip/network/i82586.c, libchip/network/open_eth.c,
75        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
76        sized integers, and inttypes.h printf helpers.
77
782006-08-09      Kolja Waschk <waschk@telos.de>
79
80        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
81
822006-07-12      Joel Sherrill <joel@OARcorp.com>
83
84        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
85
862006-07-11      Jerry Needell <jerry.needell@unh.edu>
87
88        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
89        4.6 branch.  Original modifications by Gaisler Enterprises.
90        * libchip/network/greth.c, libchip/network/greth.h: New files.
91
922006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
93
94        * ide/ata.[ch]:
95        (PR1118) fetch priority for ATA task from a variable,
96        not a fixed configuration value.
97       
982006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Add ampolish3.
101
1022006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * ampolish3: New.
105        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
106
1072006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * aclocal/rtems-ampolish.m4: New.
110        * configure.ac: Use RTEMS_AMPOLISH3.
111
1122006-04-18  Joel Sherrill <joel@OARcorp.com>
113
114        * aclocal/version.m4: Updated to rtems-4.6.99.3.
115
1162006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
117
118        PR 853/filesystem
119        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
120        should be modified to support the new exception scheme and to use the
121        handle parameter.
122
1232006-02-a32     Eric Norum <norume@aps.anl.gov>
124
125        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
126        "newer" PCI access calls.  Minor cleanups.  Comments.
127
1282006-01-12      Eric Norum <norume@aps.anl.gov>
129
130        PR 861/networking
131        PR 863/networking
132        * libchip/network/smc91111.c: Fix illegal lvalue increments.
133
1342006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * wrapup/Makefile.am: Add preinstall.am.
137        * libchip/Makefile.am: Build libchip/network/smc91111.
138        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
139        Eliminate cyg_int* crap.
140
1412006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * librdbg/Makefile.am: Add preinstall.am.
144        * aclocal/bsp-configure.m4: Add ampolish3.
145        New header guards.
146
1472006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * libchip/network/open_eth.c, libchip/network/open_eth.h:
150        Merger from rtems-4-6-branch.
151
1522006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * libchip/network/smc91111.c
155        libchip/network/smc91111config.h
156        libchip/network/smc91111exp.h
157        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
158        * libchip/Makefile.am: Reflect adding smc91111*.
159
1602006-01-08      Joel Sherrill <joel@OARcorp.com>
161
162        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
163        char *.
164
1652006-01-08      Joel Sherrill <joel@OARcorp.com>
166
167        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
168        warnings.
169
1702005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
173        Add RTEMS_RELLDFLAGS.
174        * automake/compile.am: Remove RTEMS_USE_GCC.
175        Remove RTEMS_RELLDFLAGS.
176        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
177
1782005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * libchip/network/if_media.h, libchip/network/mii.h:
181        Remove (Moved to cpukit).
182        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
183        and libchip/network/if_media.h.
184        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
185        if_media.h having moved.
186
1872005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * automake/compile.am, automake/host.am, automake/local.am,
190        automake/subdirs.am: Remove depend.
191        * configure.ac: Explicitly pass --libdir and --includedir to
192        testsuites.
193
1942005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * configure.ac: Reflect changes to testsuites.
197
1982005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * automake/compile.am: Remove GCCSPECS.
201        * aclocal/prog-cc.m4: Add GCCSPECS.
202        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
203
2042005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
207        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
208
2092005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
212        libcpu/byteorder.h for i386.
213
2142005-11-02      Till Straumann <strauman@slac.stanford.edu>
215
216        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
217        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
218        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
219        added a simple API/library for i2c devices and drivers for i2c
220        2-byte eeproms and a ds1621 temperature sensor; API is documented
221        in libi2c.h.
222
2232005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * libnetworking/pppd/ipxcp.c,
226        libnetworking/pppd/chat.c,
227        libnetworking/pppd/patchlevel.h,
228        libnetworking/pppd/upap.h,
229        libnetworking/pppd/md5.h,
230        libnetworking/pppd/pppd.8,
231        libnetworking/pppd/README,
232        libnetworking/pppd/preinstall.am,
233        libnetworking/pppd/md4.h,
234        libnetworking/pppd/magic.c,
235        libnetworking/pppd/pppd.h,
236        libnetworking/pppd/demand.c,
237        libnetworking/pppd/rtemsmain.c,
238        libnetworking/pppd/sys-rtems.c,
239        libnetworking/pppd/ipcp.h,
240        libnetworking/pppd/lcp.h,
241        libnetworking/pppd/chap_ms.c,
242        libnetworking/pppd/md4.c,
243        libnetworking/pppd/rtemspppd.h,
244        libnetworking/pppd/cbcp.h,
245        libnetworking/pppd/auth.c,
246        libnetworking/pppd/lcp.c,
247        libnetworking/pppd/example/README,
248        libnetworking/pppd/example/ppp.conf,
249        libnetworking/pppd/example/system.h,
250        libnetworking/pppd/example/netconfig.h,
251        libnetworking/pppd/example/pppdapp.c,
252        libnetworking/pppd/example/init.c,
253        libnetworking/pppd/example/Makefile-user,
254        libnetworking/pppd/example/pppd.options,
255        libnetworking/pppd/rtemspppd.c,
256        libnetworking/pppd/ipxcp.h,
257        libnetworking/pppd/chap_ms.h,
258        libnetworking/pppd/options.c,
259        libnetworking/pppd/magic.h,
260        libnetworking/pppd/chap.h,
261        libnetworking/pppd/cbcp.c,
262        libnetworking/pppd/upap.c,
263        libnetworking/pppd/chap.c,
264        libnetworking/pppd/Makefile.am,
265        libnetworking/pppd/ccp.h,
266        libnetworking/pppd/utils.c,
267        libnetworking/pppd/rtemsdialer.h,
268        libnetworking/pppd/fsm.h,
269        libnetworking/pppd/pathnames.h,
270        libnetworking/pppd/md5.c,
271        libnetworking/pppd/fsm.c,
272        libnetworking/pppd/ipcp.c,
273        libnetworking/pppd/STATUS,
274        libnetworking/pppd/ccp.c,
275        libnetworking/Makefile.am: Remove (Moved to cpukit).
276
2772005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
278
279        * configure.ac: Remove libnetworking, libnetworking/pppd.
280        * wrapup/Makefile.am: Remove libpppd.a.
281
2822005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
283
284        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
285        rtemsdialer.h to $(includedir)/rtems.
286
2872005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
288
289        * libnetworking/rtems_telnetd/icmds.c,
290        libnetworking/rtems_telnetd/Makefile.am,
291        libnetworking/rtems_telnetd/preinstall.am,
292        libnetworking/rtems_telnetd/pty.c,
293        libnetworking/rtems_telnetd/pty.h,
294        libnetworking/rtems_telnetd/README,
295        libnetworking/rtems_telnetd/telnetd.c,
296        libnetworking/rtems_telnetd/telnetd.h:
297        Remove (Moved to cpukit).
298
2992005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * configure.ac: Remove libnetworking/rtems_telnetd.
302        * libnetworking/Makefile.am: Remove rtems_telnetd.
303        * libnetworking/README: Remove (Obsolete).
304        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
305
3062005-10-20  Eric Norum <norume@aps.anl.gov>
307
308        * libchip/network/dec21140.c: Clean up PCI mapping.
309
3102005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
311
312        * libnetworking/pppd/Makefile.am: Use preinstall.am.
313        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
314        librdbg/src/servrpc.c, librdbg/src/servtgt.c
315        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
316        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
317        * configure.ac: Move optman to the end of BSP_SUBDIRS.
318
3192005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
320
321        * aclocal/bspopts.m4: Add missing m4 quotes.
322
3232005-09-02  Joel Sherrill <joel@OARcorp.com>
324
325    * aclocal/version.m4: Updated to rtems-4.6.99.2.
326
3272005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
328
329        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
330        libchip/network/dec21140.c: Remove initialization of PCI bus.
331
3322005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * optman/Makefile.am: Add preinstall.am.
335
3362005-07-18      Karel Gardas <kgardas@objectsecurity.com>
337
338        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
339        UNTESTED to tested.
340
3412005-06-17      Joel Sherrill <joel@OARcorp.com>
342
343        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
344        it is not supported by the MPC5xx.
345
3462005-06-17      Joel Sherrill <joel@OARcorp.com>
347
348        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
349        interface. Also correct attempting to build on other than PowerPC and
350        x86.
351
3522005-06-16      Daron Chabot <daron@nucleus.usask.ca>
353
354        * libchip/Makefile.am: Add driver for Tulip clones.
355        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
356        libchip/network/if_dcreg.h: New files.
357
3582005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
361        to enable rdbg.
362        * configure.ac: Reflect changes above.
363
3642005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
365
366        * configure.ac: Add ada/.
367
3682005-05-20      Sergei Organov  <osv@topconrd.ru>
369
370        PR 750/networking
371        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
372        wait_input().
373
3742005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
375
376        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
377        rtems/irq.h.
378
3792005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
380
381        * libchip/Makefile.am: Include preinstall.am.
382        * libchip/preinstall.am: New.
383
3842005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
385
386        * configure.ac: Add AMPOLISH3.
387        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
388        * libnetworking/rtems_telnetd/preinstall.am: New.
389        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
390
3912005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
392
393        * configure.ac: Let enable_rpcgen default to "no".
394
3952005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
396
397        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
398
3992005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
400
401        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
402        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
403
4042005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
405
406        * libchip/network/dec21140.c, libchip/network/elnk.c,
407        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
408
4092005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
410
411        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
412        of code as a result of the implementation of a common PCI interface.
413
4142005-05-04      Joel Sherrill <joel@OARcorp.com>
415
416        * libchip/network/open_eth.c: Remove prototype of set_vector.
417
4182005-05-03      Joel Sherrill <joel@OARcorp.com>
419
420        * librdbg/src/ptrace.c: Remove warning.
421
4222005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
423
424        * libchip/network/dec21140.c, libchip/network/elnk.c,
425        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
426        Modified parameter list to remove warnings.
427
4282005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
429
430        * libchip/network/cs8900.c, libchip/network/i82586.c,
431        libchip/network/open_eth.c, libchip/network/sonic.c,
432        libchip/serial/mc68681.c: Modified types to remove
433        warnings.  Added initialization to remove warnings.
434
4352005-04-28      Joel Sherrill <joel@OARcorp.com>
436
437        * libchip/network/README.sonic: Rewritten to account for removal of
438        dmv177.
439
4402005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
441
442        PR 781/rtems_misc
443        * libchip/serial/ns16550_p.h: Fix baud rate calculation
444
4452005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
446
447        * libchip/serial/ns16550.c:
448        Fixed warnings generated in various powerpc configurations
449
4502005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
451
452        * libchip/serial/ns16550.c: Modified
453        ISR to work with PPC new exception processing
454
4552005-03-14      Joel Sherrill <joel@OARcorp.com>
456
457        * libchip/network/dec21140.c, libchip/network/elnk.c,
458        libchip/network/if_fxp.c: Continue PCI API unification. All use
459        pci_find_device(). Network drivers manufacture a signature since all
460        calls have not been converted yet.
461
4622005-03-04      Joel Sherrill <joel@OARcorp.com>
463
464        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
465        initialize function part of the unified PCI API as pci_initialize().
466
4672005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
468
469        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
470        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
471
4722005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
473
474        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
475        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
476
4772005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
478
479        * aclocal/ppc.m4: Reflect changes to ppc exception processing
480        building procedures.
481
4822005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
483
484        * aclocal/prog-cc.m4:
485        Quote CFLAGS's RHS to accomodate Solaris broken sh.
486
4872005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
488
489        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
490
4912005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
492
493        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
494
4952005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
496
497        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
498
4992005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
500
501        * libnetworking/rtems_servers/ftp.c,
502        libnetworking/rtems_servers/ftp.h,
503        libnetworking/rtems_servers/Makefile.am:
504        Remove (relocated to cpukit/ftpd).
505        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
506        removed move libnetworking/rtems_servers.
507
5082005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
509
510        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
511
5122005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
513
514        PR 755/rtems
515        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
516        Remove local declarations of rtems_bsdnet_nameservers,
517        rtems_bsdnet_nameservers_count.
518
5192005-01-31      Sergei Organov <osv@topconrd.ru>
520
521        PR 751/pppd
522        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
523        committed to fix PR736 breaks pppd. chat.c should have its own static
524        ttyfd for pppd to work correctly. The symptom is that second
525        invokation of chat (for connect script) fails due to pppd_ttyfd set
526        to -1 by previous chat invokation (for init script). In addition,
527        this patch fixes leaving of dangling pointer in the abort_stbring[]
528        by chat_send().
529
5302005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
531
532        * configure.ac: Remove CFLAGS_DEBUG_V.
533        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
534
5352005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
536
537        * wrapup/Makefile.am: Remove rtems-ctor.o.
538
5392005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
540
541        * libchip/rtc/rtc.h: size_t RTC_Count.
542
5432005-01-20      Joel Sherrill <joel@OARcorp.com>
544
545        PR 736/pppd
546        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
547        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
548        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
549        should not be static and should have a name more specific to pppd.
550
5512005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
554        libnetworking/rtems_servers/Makefile.am,
555        libnetworking/rtems_telnetd/Makefile.am,
556        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
557        Eliminate CFLAGS_OPTIMIZE_V.
558
5592005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
560
561        * configure.ac: Pass CFLAGS to testsuites configure.
562        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
563        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
564
5652005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
566
567        * configure.ac: Pass CFLAGS to cpukit configure.
568        * aclocal/rtems-flags.m4: Remove (Unused).
569        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
570        * aclocal/env-rtemsbsp.m4:
571        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
572        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
573        RTEMS_CFLAGS.
574        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
575        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
576        Cleanup comments.
577
5782005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * automake/compile.am: Remove build-variant support.
581
5822005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
583
584        * libnetworking/pppd/Makefile.am,
585        libnetworking/rtems_servers/Makefile.am,
586        libnetworking/rtems_telnetd/Makefile.am:
587        Remove build-variant support.
588
5892005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
590
591        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
592        support/Makefile.am, wrapup/Makefile.am:
593        Remove build-variant support.
594
5952004-11-22      Joel Sherrill <joel@OARcorp.com>
596
597        * libchip/network/if_fxp.c: Add entry for another module ID code.
598
5992004-11-22      Joel Sherrill <joel@OARcorp.com>
600
601        PR 693/misc
602        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
603        in/outport routines.
604
6052004-11-22      Joel Sherrill <joel@OARcorp.com>
606
607        PR 693/misc
608        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
609        in/outport routines.
610
6112004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
612
613        * aclocal/enable-itron.m4: Remove (unused).
614
6152004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
616
617        * configure.ac: Misc. quoting cleanups.
618        Enable ada-tests iff --enable-ada and --enable-tests.
619
6202004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
621
622        PR 703/filesystem
623        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
624        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
625        libchip/ide/ide_controller.c:
626        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
627        available for BSPS/device drivers.
628        Extend the "modes_available" and "mode_active" parameters to
629        uint16_t for UDMA support.
630
6312004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
632
633        * libchip/network/dec21140.c: Cleanup a bit and remove message about
634        not supported on PowerPC since it works on the MVME2100 BSP.
635
6362004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
637
638        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
639        Add dependency tracking for *.cfgs.
640        * Makefile.am: Add dependency tracking for *.cfg.
641
6422004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
643
644        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
645        (Thanks to Lars Munch <lars@segv.dk> for catching this).
646
6472004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
648
649        PR 707/make_build
650        * configure.ac: Add --enable-rpcgen.
651
6522004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
653
654        PR 700/rtems_misc
655        * libnetworking/rtems_webserver/asp.c,
656        libnetworking/rtems_webserver/balloc.c,
657        libnetworking/rtems_webserver/cgi.c,
658        libnetworking/rtems_webserver/default.c,
659        libnetworking/rtems_webserver/ej.h,
660        libnetworking/rtems_webserver/ejIntrn.h,
661        libnetworking/rtems_webserver/ejlex.c,
662        libnetworking/rtems_webserver/ejparse.c,
663        libnetworking/rtems_webserver/emfdb.c,
664        libnetworking/rtems_webserver/emfdb.h,
665        libnetworking/rtems_webserver/form.c,
666        libnetworking/rtems_webserver/handler.c,
667        libnetworking/rtems_webserver/h.c,
668        libnetworking/rtems_webserver/license.txt,
669        libnetworking/rtems_webserver/Makefile.am,
670        libnetworking/rtems_webserver/md5c.c,
671        libnetworking/rtems_webserver/md5.h,
672        libnetworking/rtems_webserver/mime.c,
673        libnetworking/rtems_webserver/misc.c,
674        libnetworking/rtems_webserver/NOTES,
675        libnetworking/rtems_webserver/ringq.c,
676        libnetworking/rtems_webserver/rom.c,
677        libnetworking/rtems_webserver/rtems_webserver.h,
678        libnetworking/rtems_webserver/security.c,
679        libnetworking/rtems_webserver/sock.c,
680        libnetworking/rtems_webserver/socket.c,
681        libnetworking/rtems_webserver/sockGen.c,
682        libnetworking/rtems_webserver/sym.c,
683        libnetworking/rtems_webserver/uemf.c,
684        libnetworking/rtems_webserver/uemf.h,
685        libnetworking/rtems_webserver/um.c,
686        libnetworking/rtems_webserver/um.h,
687        libnetworking/rtems_webserver/umui.c,
688        libnetworking/rtems_webserver/url.c,
689        libnetworking/rtems_webserver/value.c,
690        libnetworking/rtems_webserver/wbase64.c,
691        libnetworking/rtems_webserver/webcomp.c,
692        libnetworking/rtems_webserver/webmain.c,
693        libnetworking/rtems_webserver/webpage.c,
694        libnetworking/rtems_webserver/webrom.c,
695        libnetworking/rtems_webserver/webs.c,
696        libnetworking/rtems_webserver/websda.c,
697        libnetworking/rtems_webserver/websda.h,
698        libnetworking/rtems_webserver/webs.h,
699        libnetworking/rtems_webserver/websSSL.c,
700        libnetworking/rtems_webserver/websSSL.h,
701        libnetworking/rtems_webserver/websuemf.c,
702        libnetworking/rtems_webserver/wsIntrn.h:
703        Remove (Moved to cpukit/http).
704
7052004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
706
707        PR 700/rtems_misc
708        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
709        Remove libnetworking/rtems_webserver.
710
7112004-10-25      Eric Norum <norume@aps.anl.gov>
712
713        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
714
7152004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
716
717        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
718
7192004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
720
721        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
722        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
723
7242004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
725
726        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
727
7282004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
729
730        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
731        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
732
7332004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
734
735        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
736        BITSPERBYTE.
737
7382004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
739
740        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
741        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
742
7432004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
744
745        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
746
7472004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
748
749        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
750        * aclocal/enable-bare.m4: Remove.
751        * configure.ac: Remove BARE_CPU_MODEL.
752
7532004-10-13      Eric Norum <norume@aps.anl.gov>
754
755        PR 688/bsps
756        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
757        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
758        MC146818A (and several Dallas Semiconductor) TOD chips.
759
7602004-10-13      Eric Norum <norume@aps.anl.gov>
761
762        PR 686/networking
763        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
764        device code.
765
7662004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
767
768        * libchip/network/dec21140.c: include <rtems/pci.h>.
769
7702004-09-29      Joel Sherrill <joel@OARcorp.com>
771
772        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
773        libnetworking/pppd/utils.c: i960 obsoleted and all references
774        removed.
775
7762004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
777
778        PR 607/networking
779        * libchip/network/dec21140.c: Made PCI configuration minimum sane
780        instead of fully specifying unused PCI features.
781
7822004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
783
784        * configure.ac: Require automake > 1.9.
785
7862004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
787
788        * aclocal/rtems-cpu-subdirs.m4: Add avr.
789
7902004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
791
792        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
793        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
794
7952004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
796
797        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
798        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
799
8002004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
801
802        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
803
8042004-07-28  Joel Sherrill <joel@OARcorp.com>
805
806    * aclocal/version.m4: Updated to rtems-4.6.99.1.
807
8082004-07-25      Joel Sherrill <joel@OARcorp.com>
809
810        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
811
8122004-05-21  Till Strauman <strauman@slac.stanford.edu>
813
814        PR 625/networking
815        * libchip/network/dec21140.c, ... : Prevent name clashes by making
816        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
817        an error rather than panic if no chip is detected (thus allowing
818        for probing).
819        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
820        instead of looping forever.  Avoid divide by zero (crashed my PC).
821        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
822        they are UNTESTED.
823
8242004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
825
826        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
827
8282004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
829
830        * libchip/network/dec21140.c, libchip/network/elnk.c:
831        #include <errno.h>.
832
8332004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
834
835        * libchip/network/if_media.h: Update from FreeBSD.
836        * libchip/network/open_eth.c, libchip/network/cs8900.c,
837        libchip/network/i82586.c: #include <errno.h>.
838
8392004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
840
841        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
842
8432004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
844
845        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
846
8472004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
848
849        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
850        automake).
851
8522004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
853
854        PR 599/pppd
855        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
856
8572004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
858
859        * optman/rtems/no-region.c: Reflect having changed
860        rtems_region_get_segment_size.
861
8622004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
863
864        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
865        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
866        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
867        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
868        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
869        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
870        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
871
8722004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
873
874        * libchip/ide/ata.c, libchip/network/dec21140.c,
875        libchip/network/elnk.c, libchip/network/i82586.c,
876        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
877        libchip/network/open_eth.c, libchip/network/sonic.c,
878        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
879        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
880        libchip/shmdr/init.c, libchip/shmdr/intr.c,
881        libchip/shmdr/shm_driver.h: Cosmetics.
882
8832004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
884
885        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
886        optman/rtems/no-msg.c, optman/rtems/no-part.c,
887        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
888        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
889        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
890        fixed size types.
891
8922004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
893
894        * configure.ac: Explicitly pass --includedir and --libdir to
895        cpukit/configure.
896
8972004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
898
899        * librdbg/Makefile.am: Fix rpcgen rules.
900        * librdbg/src/i386/any/remdeb_xdr.c,
901        librdbg/src/m68k/any/remdeb_xdr.c,
902        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
903        Reflect changes to librdbg/Makefile.am.
904
9052004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
906
907        * configure.ac: Reflect changes testsuites/configure.ac and
908        cpukit/configure.ac.
909
9102004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
911
912        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
913        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
914
9152004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
916
917        * configure.ac: Reflect changes to testsuites's configuration.
918
9192004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
920
921        PR/589 rtems
922        * libchip/network/pci.h: Remove (Moved to cpukit).
923
9242004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
925
926        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
927        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
928        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
929        libchip/network/dec21140.c, libchip/network/elnk.c,
930        libchip/network/if_fxp.c, libchip/network/open_eth.c,
931        libchip/network/open_eth.h, libchip/network/sonic.c,
932        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
933        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
934        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
935        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
936        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
937        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
938        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
939        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
940        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
941        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
942        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
943        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
944        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
945        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
946        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
947        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
948        fixed-size types.
949
9502004-03-14      Chris Johns  <chrisj@rtems.org>
951
952        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
953        the BSP example code.
954        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
955        support the DIMMPC. This is a pc386 target with IO port support. Minor
956        formating clean up. Add documentation to the header file.
957        * libchip/network/README.cs8900: The CS8900 driver is documented in the
958        cs8900.h header file.
959
9602004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
963        Cosmetics.
964
9652004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
968        There are no application level Makefiles in here.
969
9702004-03-04      Joel Sherrill <joel@OARcorp.com>
971
972        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
973        they can be used in application level makefiles.
974
9752004-03-05      Joel Sherrill <joel@OARcorp.com>
976
977        * libnetworking/rtems_webserver/ejparse.c,
978        libnetworking/rtems_webserver/emfdb.c,
979        libnetworking/rtems_webserver/sock.c,
980        libnetworking/rtems_webserver/socket.c,
981        libnetworking/rtems_webserver/sym.c,
982        libnetworking/rtems_webserver/webs.c,
983        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
9842004-03-05      Joel Sherrill <joel@OARcorp.com>
985
986        * libchipnetwork/open_eth.c: Remove warnings by conditionally
987        compiling this file only only those CPU families with supported
988        exception models.
989
9902004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
991
992        * acinclude.m4: Fix loosing arguments when configuring cpukit and
993        testsuites (Was exposed with --enable-multilib, only).
994        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
995         Add RTEMS_BSP_CONFIG_SUBDIR.
996        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
997        testsuites's configure.
998        * aclocal/rtems-top.m4: Remove ENDIF hack.
999        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1000
10012004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1002
1003        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1004        wrapup/Makefile.am: Fix automake problems having been introduced
1005        in previous patch.
1006
10072004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1010        Preinstall dirs.
1011        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1012        * aclocal/check-multiprocessing.m4: Cosmetics.
1013        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1014        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1015
10162004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1019        librdbg/src/Makefile.am.
1020        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1021        * configure.ac: Reflect changes above.
1022        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1023        * wrapup/Makefile.am: Reflect changes above.
1024        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1025
10262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1029
10302004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1033
10342004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1035
1036        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1037
10382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1039
1040        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1041        librdbg/src/powerpc/Makefile.am: Remove.
1042        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1043        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1044        * configure.ac: Reflect changes above.
1045
10462004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1047
1048
10492004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1050
1051        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1052        STRIP.
1053
10542004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1055
1056        * librdbg/include/Makefile.am: Merge-in
1057        librdbg/include/rdbg/i386/Makefile.am,
1058        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1059        librdbg/include/rdbg/powerpc/Makefile.am.
1060        * librdbg/include/rdbg/i386/Makefile.am,
1061        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1062        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1063        * configure.ac: Reflect changes above.
1064
10652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1066
1067        * configure.ac: Use AS_HELP_STRING(ada).
1068
10692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1072        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1073        Use AC_CONFIG_HEADERS.
1074        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1075        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1076
10772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * Makefile.am: include local.am.
1080
10812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1082
1083        * aclocal/version.m4: 4.6.99.0.
1084
10852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1086
1087        * Makefile.am: Don't include host.am.
1088        * automake/compile.am: Further cleanups.
1089
10902004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * automake/lib.am: Remove (Unused).
1093
10942004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1095
1096        * wrapup/Makefile.am: Don't include lib.am.
1097        * automake/compile.am: Use automake compilation rules.
1098
10992004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * libnetworking/pppd/Makefile.am,
1102        libnetworking/rtems_servers/Makefile.am,
1103        libnetworking/rtems_telnetd/Makefile.am,
1104        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1105        support/Makefile.am: Don't include lib.am.
1106
11072004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1108
1109        * libchip/Makefile.am: Don't include lib.am.
1110        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1111        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1112        unnecessary EXTRA_DISTs.
1113
11142004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1115
1116        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1117        hack.
1118
11192004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1120
1121        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1122        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1123        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1124        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1125
11262004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1127
1128        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1129        Add AM_CONDITIONAL(HAS_MP).
1130        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1131        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1132        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1133        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1134        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1135        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1136        (Deprecated by autoconf 2.59).
1137
11382004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1139
1140        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1141        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1142
11432004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1144
1145        * ChangeLog: Merge-in libnetworking/ChangeLog.
1146        * libnetworking/ChangeLog: Remove.
1147        * ChangeLog: Merge-in librdbg/ChangeLog.
1148        * librdbg/ChangeLog: Remove.
1149        * ChangeLog: Merge-in libchip/ChangeLog.
1150        * libchip/ChangeLog: Remove.
1151        * ChangeLog: Merge-in optman/ChangeLog.
1152        * optman/ChangeLog: Remove.
1153
11542004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * configure.ac: Reflect changes to cpukit.
1157        * wrapup/Makefile.am: Reflect changes to librdbg.
1158        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1159        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1160        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1161        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1162        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1163        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1164        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1165        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1166        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1167
11682004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169
1170        * aclocal/rtems-top.m4: Remove check for version.m4.
1171        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1172
11732004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1174
1175        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1176        * wrapup/Makefile.am: Reflect changes to libchip/*.
1177        * support/Makefile.am: Use automake compilation rules.
1178        * wrapup/Makefile.am: Reflect changes to support/*.
1179        * configure.ac: Remove libnetworking/wrapup/Makefile.
1180        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1181        libnetworking/*/lib*.a instead of libnetapps.a.
1182        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1183        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1184        * optman/Makefile.am: Use automake compilation rules.
1185        * libchip/Makefile.am: Fix typo in previous patch.
1186        * libchip/Makefile.am: Use automake compilation rules.
1187        * libnetworking/Makefile.am: Remove wrapup.
1188        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1189        automake-compilation rules.
1190        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1191        automake-compilation rules.
1192        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1193        automake-compilation rules.
1194        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1195        automake-compilation rules.
1196        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1197
11982004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1199
1200        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1201        PRE/TMPINSTALL_FILES to CLEANFILES.
1202        * automake/lib.am: Remove TMPINSTALL_FILES.
1203        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1204        PRE/TMPINSTALL_FILES to CLEANFILES.
1205        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1206        PRE/TMPINSTALL_FILES to CLEANFILES.
1207        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1208        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1209        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1210        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1211        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1212        * librdbg/src/i386/Makefile.am: Ditto.
1213        * librdbg/src/m68k/Makefile.am: Ditto.
1214        * librdbg/src/powerpc/Makefile.am: Ditto.
1215        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1216        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1217        * libnetworking/rtems_servers/Makefile.am: Ditto.
1218        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1219        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1220
12212004-01-07      Joel Sherrill <joel@OARcorp.com>
1222
1223        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1224        more completely covers the MIPS family.
1225
12262003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1227
1228        * wrapup/Makefile.am: Reflect changes to shmdr.
1229        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1230
12312003-12-18      Joel Sherrill <joel@OARcorp.com>
1232
1233        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1234        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1235        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1236        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1237        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1238        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1239        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1240
12412003-12-17      Joel Sherrill <joel@OARcorp.com>
1242
1243        * aclocal/version.m4: Updated to rtems-20031217-test.
1244
12452003-12-17     
1246
1247        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1248        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1249
12502003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1251
1252        * automake/compile.am: Remove LINK_LIBS (Unused).
1253        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1254
12552003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1258        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1259        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1260        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1261        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1262
12632003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1266        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1267        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1268        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1269        * librdbg/src/i386/Makefile.am:
1270        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1271        * librdbg/src/m68k/Makefile.am:
1272        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1273        * librdbg/src/powerpc/Makefile.am:
1274        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1275
12762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1279        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1280        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1281        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1282        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1283        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1284        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1285        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1286        * optman/Makefile.am: Remove project_libdir.
1287        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1288        PRE/TMPINSTALL_FILES.
1289        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1290        PRE/TMPINSTALL_FILES.
1291        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1292        PRE/TMPINSTALL_FILES.
1293        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1294        PRE/TMPINSTALL_FILES.
1295        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1296        from PRE/TMPINSTALL_FILES.
1297        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1298        PRE/TMPINSTALL_FILES.
1299        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1300        PRE/TMPINSTALL_FILES.
1301        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1302        PRE/TMPINSTALL_FILES.
1303        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1304        PRE/TMPINSTALL_FILES.
1305        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1306        PRE/TMPINSTALL_FILES.
1307        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1308        PRE/TMPINSTALL_FILES.
1309        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1310        from PRE/TMPINSTALL_FILES.
1311
13122003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1313
1314        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1315        * automake/lib.am: Remove project_libdir.
1316        * wrapup/Makefile.am: Reworked.
1317
13182003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1319
1320        * configure.ac: Reflect changes to librdbg.
1321        * optman/Makefile.am: Add tmpinstall dirstamp support.
1322        * libchip/Makefile.am: Fix variant-tmpinstall support.
1323        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1324        * librdbg/src/powerpc/Makefile.am: Merge-in former
1325        new_exception_processing/Makefile.am.
1326        * librdbg/src/m68k/any/Makefile.am: Remove.
1327        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1328        * librdbg/src/i386/any/Makefile.am: Remove.
1329        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1330        * librdbg/src/Makefile.am: Cosmetics.
1331        * librdbg/include/Makefile.am: Cosmetics.
1332        * librdbg/Makefile.am: Cosmetics.
1333        * libnetworking/Makefile.am: Cosmetics.
1334        * libnetworking/pppd/Makefile.am: Cosmetics.
1335        * libnetworking/wrapup/Makefile.am: Cosmetics.
1336
13372003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * Makefile.am: Cosmetics.
1340        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1341        support.
1342
13432003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1344
1345        * automake/compile.am: Remove $(ARCH):-rule.
1346
13472003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1348
1349        * configure.ac: Remove lib/libbsp/shared/Makefile,
1350        lib/libbsp/shmdr/Makefile.
1351
13522003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1353
1354        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1355        libchip/serial/Makefile, libchip/rtc/Makefile.
1356        * support/Makefile.am: Remove all-local: $(ARCH).
1357        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1358        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1359        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1360        * optman/Makefile.am: Remove all-local: $(ARCH).
1361        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1362        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1363        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1364        compilation dirstamp support.
1365        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1366        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1367        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1368        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1369        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1370        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1371        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1372        all-local: $(ARCH).
1373        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1374        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1375        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1376        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1377        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1378
13792003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1380
1381        * aclocal/lead-dot.m4: New (from automake-1.7f).
1382        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1383        AC_SUBST(dirstamp).
1384        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1385        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1386        libchip/serial/Makefile.am: Ditto.
1387        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1388        * librdbg/include/Makefile.am: Ditto.
1389        * librdbg/include/rdbg/Makefile.am: Ditto.
1390        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1391        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1392        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1393        * librdbg/src/Makefile.am: Ditto.
1394        * librdbg/src/i386/Makefile.am: Ditto.
1395        * librdbg/src/i386/any/Makefile.am: Ditto.
1396        * librdbg/src/m68k/Makefile.am: Ditto.
1397        * librdbg/src/m68k/any/Makefile.am: Ditto.
1398        * librdbg/src/powerpc/Makefile.am: Ditto.
1399        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1400        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1401        preinstallation.
1402        * libnetworking/pppd/Makefile.am: Ditto.
1403        * libnetworking/rtems_servers/Makefile.am: Ditto.
1404        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1405        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1406        * libnetworking/wrapup/Makefile.am: Ditto.
1407
14082003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1409
1410        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1411        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1412        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1413        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1414        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1415        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1416        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1417        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1418        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1419        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1420        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1421        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1422        underquoting to silence automake-1.8.
1423
14242003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1425
1426        * configure.ac: Reflect having moved tests to ../../testsuites.
1427
14282003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1429
1430        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1431        * aclocal/canonical-host.m4: Remove.
1432        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1433        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1434
14352003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1436
1437        * aclocal/check-cpu.m4: Remove.
1438        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1439        * aclocal/canonical-target-name.m4: Add m4-quotes.
1440        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1441        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1442        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1443        * aclocal/check-networking.m4: Add m4-quotes. Require
1444        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1445        * aclocal/check-posix.m4: Add m4-quotes. Require
1446        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1447        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1448        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1449        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1450
14512003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1452
1453        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1454        * aclocal/bsp-alias.m4: Remove.
1455
14562003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1457
1458        * configure.ac: Make presence of tests/ optional.
1459
14602003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1461
1462        * aclocal/path-perl.m4: Remove (Unused).
1463
14642003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1465
1466        * automake/force-preinstall.am: Remove.
1467
14682003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1469
1470        PR 499/rtems_misc
1471        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1472        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1473        Configuration (Odd was forced) - Correction of Stop Bit configuration
1474        (inversed) - Correction of ISR Handler to call
1475        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1476        CTS Hardware flow control Configuration.
1477
14782003-09-04      Joel Sherrill <joel@OARcorp.com>
1479
1480        * lib/libcpu/shared/include/cache.h,
1481        lib/libcpu/shared/src/cache_aligned_malloc.c,
1482        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1483        license changed.
1484        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1485        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1486        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1487        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1488        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1489        for license changed.
1490        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1491        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1492        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1493        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1494        libchip/network/cs8900.h, libchip/network/dec21140.c,
1495        libchip/network/elnk.c, libchip/network/open_eth.c,
1496        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1497        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1498        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1499        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1500        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1501        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1502        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1503        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1504        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1505        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1506        libchip/serial/serial.h, libchip/serial/z85c30.c,
1507        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1508        libchip/serial/z85c30_reg.c: URL for license changed.
1509
15102003-09-03      Jiri Gaisler <jiri@gaisler.com>
1511
1512        PR 477/networking
1513        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1514        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1515        libchip/network/open_eth.h: New files.
1516
15172003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1518
1519        * aclocal/rtems-top.m4: Add RTEMS_API.
1520        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1521
15222003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1523
1524        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1525        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1526        @RTEMS_BSP@.cfg.
1527
15282003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1529
1530        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1531
15322003-08-20      Joel Sherrill <joel@OARcorp.com>
1533
1534        * libchip/network/cs8900.c: Correct copyright statements.
1535
15362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1537
1538        * aclocal/check-itron.m4: Remove.
1539        * aclocal/enable-inlines.m4: Remove.
1540        * Makefile.am: Reflect having moved aclocal/.
1541        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1542        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1543        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1544        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1545        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1546        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1547        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1548        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1549        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1550        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1551        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1552        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1553        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1554        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1555        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1556        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1557        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1558        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1559        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1560        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1561        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1562        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1563        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1564        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1565        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1566        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1567        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1568        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1569        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1570        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1571        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1572        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1573        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1574        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1575        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1576        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1577        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1578        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1579        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1580        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1581        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1582        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1583        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1584        * aclocal/target.m4: New (Copied from ../../aclocal).
1585        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1586        * aclocal/version.m4: New (Copied from ../../aclocal).
1587
15882003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1589
1590        * configure.ac: Remove stray comments.
1591        * automake/local.am, automake/host.am: Remove "debug".
1592
15932003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1594
1595        * Makefile.am: Reflect having moved automake/.
1596        * lib/Makefile.am: Reflect having moved automake/.
1597        * support/Makefile.am: Reflect having moved automake/.
1598        * wrapup/Makefile.am: Reflect having moved automake/.
1599        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1600        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1601        from ../../automake).
1602        * optman/Makefile.am: Reflect having moved automake/.
1603        * libchip/Makefile.am: Reflect having moved automake/.
1604        * libchip/ide/Makefile.am: Reflect having moved automake/.
1605        * libchip/network/Makefile.am: Reflect having moved automake/.
1606        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1607        * libchip/serial/Makefile.am: Reflect having moved automake/.
1608        * librdbg/Makefile.am: Reflect having moved automake/.
1609        * librdbg/include/Makefile.am: Reflect having moved automake/.
1610        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1611        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1612        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1613        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1614        automake/.
1615        * librdbg/src/Makefile.am: Reflect having moved automake/.
1616        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1617        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1618        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1619        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1620        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1621        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1622        having moved automake/.
1623        * libnetworking/Makefile.am: Reflect having moved automake/.
1624        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1625        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1626        automake/.
1627        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1628        automake/.
1629        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1630        automake/.
1631        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1632
16332003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1634
1635        * Makefile.am: Add bsp.pc.in.
1636        * bsp.pc.in: New (pkgconfig support).
1637
16382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1639
1640        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1641
16422003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1643
1644        * lib/Makefile.am: New (Required by 'make dist').
1645        * lib/ChangeLog: Remove.
1646        * lib/.cvsignore: Cleanup.
1647        * configure.ac: Reflect having added lib/Makefile.am.
1648        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1649        lib/libbsp/configure.ac.
1650        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1651        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1652
16532003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1654
1655        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1656        * configure.ac: Merge-in librdbg/configure.ac.
1657        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1658        librdbg/configure.ac.
1659        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1660        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1661        LIBCHIP. Conditionally build include-dirs.
1662        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1663        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1664        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1665        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1666        librdbg/include/rdbg/m68k/Makefile.am,
1667        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1668        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1669        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1670        librdbg/src/powerpc/Makefile.am, librdbg/
1671        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1672        configure.ac into ../configure.ac.
1673        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1674        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1675        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1676        libnetworking/rtems_telnetd/Makefile.am,
1677        libnetworking/rtems_webserver/Makefile.am,
1678        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1679        into ../configure.ac.
1680
16812003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1682
1683        PR 427/rtems
1684        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1685        * librdbg/src/servtsp.c: Ditto.
1686
16872003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1688
1689        PR 429/bsps
1690        PR 432/bsps
1691        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1692        packets are queued onto an elnk board, the ISR will deadlock the device
1693        with a tx complete interrupt.  Lighter tx loads are not affected as they
1694        end up submitting single packets to the device.
1695
16962003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1697
1698        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1699        optman/configure.ac.
1700        * optman/configure.ac: Remove (Merged into ../configure.ac).
1701        * optman/Makefile.am: Reflect having merged configure.ac into
1702        ../configure.ac.
1703        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1704        * libchip/Makefile.am, libchip/ide/Makefile.am,
1705        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1706        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1707        ../configure.ac.
1708
17092003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1710
1711        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1712
17132003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1714
1715        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1716        on i386.
1717
17182003-06-13      Joel Sherrill <joel@OARcorp.com>
1719
1720        * libnetworking/pppd/chat.c: Removed warnings.
1721
17222003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1723
1724        * libchip/network/README.3com: New file missed in previous commit.
1725        PR 405/bsps
1726        PR 393/networking
1727        * libchip/network/dec21140.c: Fix leak also known as PR393.
1728        * libchip/network/elnk.c, libchip/network/if_media.h,
1729        libchip/network/mii.h: New files.
1730        * libchip/network/Makefile.am: Reflect new files.
1731
17322003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1733
1734        * configure.ac: Remove support for profile-variant.
1735
17362003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1737
1738        PR 397/pppd
1739        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1740        * libnetworking/pppd/magic.c: Remove *rand48.
1741        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1742
17432003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1744
1745        * wrapup/Makefile.am: Add libide.a.
1746
17472003-04-15      Joel Sherrill <joel@OARcorp.com>
1748
1749        PR 387/rtems_misc
1750        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1751        routines.
1752        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1753
17542003-04-11      Joel Sherrill <joel@OARcorp.com>
1755
1756        * libnetworking/rtems_webserver/cgi.c,
1757        libnetworking/rtems_webserver/sockGen.c,
1758        libnetworking/rtems_webserver/umui.c,
1759        libnetworking/rtems_webserver/websSSL.c,
1760        libnetworking/rtems_webserver/websSSL.h,
1761        libnetworking/rtems_webserver/websda.c,
1762        libnetworking/rtems_webserver/websda.h: New files. Not included in
1763        previous commit.
1764
17652003-04-10      Joel Sherrill <joel@OARcorp.com>
1766
1767        PR 371/pppd
1768        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1769        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1770        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1771        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1772        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1773        still global symbols in rtemspppd.h which might need to be changed or
1774        converted into member of a structure which is dereferenced with a
1775        pointer that is managed as a per task variable. But this patch should
1776        avoid many conflicts.
1777
17782003-03-27      Joel Sherrill <joel@OARcorp.com>
1779
1780        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1781        not allowed in the cpukit source code since it must be buildable
1782        independent of any BSP. These files were moved to libchip/ide.
1783        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1784        files.
1785
17862003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1787
1788        PR 368/filesystems
1789        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1790        improvements which now work on pc386 and mbx8xx.
1791        * libchip/ide/ide_controller.c: New file.
1792
17932003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1794
1795        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1796
17972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1798
1799        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1800        * configure.ac: Add support/.
1801        * support/.cvsignore: New.
1802        * support/Makefile.am: New.
1803        * support/version.c: New.
1804        * wrapup/Makefile.am: Add support/libsupport.a.
1805        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1806        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1807        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1808        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1809
18102003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1811
1812        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1813
18142003-02-20      Till Straumann <strauman@slac.stanford.edu>
1815
1816        PR 354/networking
1817        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1818        chip against a table of supported chips. The untested ones are still
1819        commented out, however.
1820
18212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1822
1823        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1824        * configure.ac: AC_PREREQ(2.57).
1825        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1826        * optman/configure.ac: AC_PREREQ(2.57).
1827        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1828        * libchip/configure.ac: AC_PREREQ(2.57).
1829        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1830        * librdbg/configure.ac: AC_PREREQ(2.57).
1831        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1832        * libnetworking/configure.ac: AC_PREREQ(2.57).
1833
18342003-02-06      Joel Sherrill <joel@OARcorp.com>
1835
1836        * libnetworking/pppd/chat.c: Convert routines with common names to
1837        static. This included get_char(), put_char(), and character() among
1838        others.
1839
18402003-02-03      Joel Sherrill <joel@OARcorp.com>
1841
1842        PR 338/filesystem
1843        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1844        rtems_io_lookup_name() (API change).  Unused function removed.
1845
18462003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1847
1848        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1849        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1850        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1851        Eliminate *_O_FILES.
1852        * libnetworking/rtems_servers/Makefile.am,
1853        libnetworking/rtems_webserver/Makefile.am,
1854        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1855
18562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1857
1858        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1859        Let all-local: depend on $(LIB).
1860        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1861        * optman/Makefile.am: Apply install-data-local to install *.rels.
1862
18632002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1864
1865        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1866        %.c rules.
1867        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1868        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1869        * libchip/rtc/Makefile.am: Ditto.
1870        * libchip/serial/Makefile.am: Ditto.
1871
18722002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1873
1874        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1875        LIBC_DEFINES.
1876        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1877        LIBC_DEFINES.
1878        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1879        LIBC_DEFINES.
1880
18812002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1882
1883        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1884
18852002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1886
1887        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1888        cache-checking.
1889        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1890
18912002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1892
1893        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1894        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1895        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1896        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1897        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1898
18992002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1900
1901        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1902        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1903        Remove.
1904        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1905
19062002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1907
1908        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1909        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1910
19112002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1912
1913        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1914        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1915
19162002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1917
1918        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1919        * optman/rel.am: New.
1920
19212002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1922
1923        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1924        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1925        braino in comment on "exec". Extend --enable-ada handling.
1926
19272002-11-04      Joel Sherrill <joel@OARcorp.com>
1928
1929        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1930        tasks and rolling multiple loops into 1.
1931        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1932        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1933        Removed warnings.
1934
19352002-10-31      Joel Sherrill <joel@OARcorp.com>
1936
1937        * libchip/network/dec21140.c: Removed warnings.
1938        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1939        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1940        librdbg/src/m68k/any/remdeb_xdr.c,
1941        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1942        warnings.
1943        * libnetworking/rtems_webserver/socket.c,
1944        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1945
19462002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1947
1948        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1949        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1950        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1951        above.
1952
19532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1954
1955        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1956        * wrapup/.cvsignore: Remove autom4te.cache.
1957        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1958        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1959        autom4te.cache.
1960        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1961        autom4te.cache.
1962        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1963        autom4te.cache.
1964
19652002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1966
1967        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1968
19692002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1970
1971        * optman/.cvsignore: Add autom4te.cache.
1972
19732002-09-14      Joel Sherrill <joel@OARcorp.com>
1974
1975        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1976
19772002-09-07      Joel Sherrill <joel@OARcorp.com>
1978
1979        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1980        include files to resolve warnings.
1981
19822002-09-07      Chris Johns <ccj@acm.org>
1983
1984        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1985        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1986        which corrects the problem  where the cs8900.c file was actually the BSP
1987        glue.  Joel did some hacking so this file will compile.  Previously it
1988        required providing a target.h file to compile.
1989        * libchip/network/cs8900.c.bsp: New file.
1990
19912002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1992
1993        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1994
19952002-08-31      Joel Sherrill <joel@OARcorp.com>
1996
1997        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1998        eliminate warning.
1999
20002002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2001
2002        * configure.ac: Add ada-tests.
2003
20042002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2005
2006        * Makefile.am: Add preinstall-stamp.
2007
20082002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2009
2010        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2011        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2012        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2013        gcc31 happy.
2014        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2015        cp.
2016
20172002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2018
2019        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2020        make/bsp.mak.
2021        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2022        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2023
20242002-08-12      Joel Sherrill <joel@OARcorp.com>
2025
2026        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2027        avoid error.
2028
20292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2030
2031        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2032        * configure.ac: Add BSP_SUBDIRS.
2033        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2034        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2035        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2036        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2037        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2038        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2039        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2040        RTEMS_CHECK_BSP_CACHE.
2041        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2042        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2043        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2044        .$(OBJEXT) instead of .o.
2045        * libnetworking/pppd/Makefile.am,
2046        libnetworking/rtems_servers/Makefile.am,
2047        libnetworking/rtems_telnetd/Makefile.am,
2048        libnetworking/rtems_webserver/Makefile.am,
2049        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2050
20512002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2052
2053        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2054        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2055        ../libchip/serial/$(ARCH)/libserialio.a.
2056        * libchip/serial/Makefile.am: Don't tmp-install lib.
2057        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2058
20592002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2060
2061        * Makefile.am: Add rtems_makedir.
2062        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2063        * Makefile.am: Add wrapup-SUBDIR.
2064        * wrapup/ChangeLog: Remove.
2065        * wrapup/configure.ac: Remove.
2066        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2067        (Make the bare BSP happy).
2068        * configure.ac: Ditto.
2069        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2070        Create make/custom/default.cfg.
2071        * configure.ac: Add creation of make/custom/*.cfg. Create
2072        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2073
20742002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2075
2076        * Makefile.am: Clean $(PROJECT_RELEASE).
2077
20782002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2079
2080        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2081        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2082        prototype mismatches.
2083
20842002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2085
2086        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2087        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2088
20892002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2090
2091        * acinclude.m4: Add test "$multilib" != "yes".
2092        * config-ml.in: Remove.
2093        * acinclude.m4: Cleanups.
2094        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2095        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2096        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2097        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2098        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2099
21002002-07-16      Eric Norum <eric.norum@usask.ca>
2101
2102        * New driver for the Intel EtherExpressPro (82559ER) chip.
2103        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2104        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2105        * libchip/network/Makefile.am: Modified to reflect above.
2106
21072002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2108
2109        * acinclude.m4: New.
2110        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2111        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2112        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2113
21142002-07-01      Joel Sherrill <joel@OARcorp.com>
2115
2116        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2117        _Objects_Information_table now that it is a two dimensional array based
2118        upon API and class.
2119        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2120        of strnlen().
2121
21222002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2123
2124        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2125        preinstall libnetapps.a.
2126
21272002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2128
2129        * configure.ac: Remove librpc.
2130
21312002-06-25      Joel Sherrill <joel@OARcorp.com>
2132
2133        * Per PR233, moved librpc to exec.
2134        * configure.ac, wrapup/Makefile.am: Modified.
2135        * librpc, librpc/ChangeLog: Removed.
2136
21372002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2138
2139        * optman/Makefile.am: Remove multilib support.
2140        * optman/configure.ac: Ditto.
2141        * optman/sapi/Makefile.am: Ditto.
2142
21432002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2144
2145        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2146        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2147
21482002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2149
2150        Move networking libraries to c/src/exec/libnetworking
2151        * libnetworking/configure.ac, libnetworking/Makefile.am,
2152        libnetworking/wrapup/Makefile.am: Reflect Moval.
2153
21542002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2155
2156        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2157        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2158        <rtems/bspIo.h>.
2159
21602002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2161
2162        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2163        * libnetworking/rtems/mkrootfs.h: Ditto.
2164        * libnetworking/rtems/Makefile.am: Reflect changes above.
2165
21662002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2167
2168        * configure.ac: Remove lib.
2169
21702002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2171
2172        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2173        that exception stack frames on M68K members with VBR always are 6 byte
2174        long. The incorrect assumption resulted in some gdb commands like "next"
2175        to fail on the 68360.
2176
21772002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2178
2179        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2180        PR 220
2181        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2182        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2183        CVS.
2184        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2185        libnetworking/sys/filio.h: Remove.
2186        * libnetworking/sys/Makefile.am: Reflect changes above.
2187
21882002-05-07      Chris Johns <ccj@acm.org>
2189
2190        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2191        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2192        requires it to be stripped.
2193
21942002-05-01      Eric Norum <eric.norum@usask.ca>
2195
2196        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2197        assembly  to satisfy gcc 3.1 and newer.
2198
21992002-04-26      Eric Norum <eric.norum@usask.ca>
2200
2201        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2202        agressive optimization in gcc 3.1 does not reorder things.
2203
22042002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2205
2206        * libchip/network/dec21140.c: Reflect changes to powerpc's
2207        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2208        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2209        <rtems/score/cpu.h>.
2210        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2211        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2212
22132002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2214
2215        * optman/configure.ac: Remove ENABLE_GCC28.
2216
22172002-04-11      Chris Johns <ccj@acm.org>
2218
2219        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2220        driver control block field to the ifconfig network driver structure.
2221        This field is needed by the i82586 driver which was ported from NetBSD
2222        as it had better hardware abstraction.
2223        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2224        PR59, added the drv_ctrl driver control block field to the ifconfig
2225        network driver structure. This field is needed by the i82586 driver
2226        which was ported from NetBSD as it had better hardware abstraction.
2227
22282002-04-10      Mike Siers <mikes@poliac.com>
2229
2230        * libnetworking/rtems_webserver/NOTES,
2231        libnetworking/rtems_webserver/asp.c,
2232        libnetworking/rtems_webserver/balloc.c,
2233        libnetworking/rtems_webserver/default.c,
2234        libnetworking/rtems_webserver/ej.h,
2235        libnetworking/rtems_webserver/ejIntrn.h,
2236        libnetworking/rtems_webserver/ejlex.c,
2237        libnetworking/rtems_webserver/ejparse.c,
2238        libnetworking/rtems_webserver/emfdb.c,
2239        libnetworking/rtems_webserver/emfdb.h,
2240        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2241        libnetworking/rtems_webserver/handler.c,
2242        libnetworking/rtems_webserver/license.txt,
2243        libnetworking/rtems_webserver/md5.h,
2244        libnetworking/rtems_webserver/md5c.c,
2245        libnetworking/rtems_webserver/mime.c,
2246        libnetworking/rtems_webserver/misc.c,
2247        libnetworking/rtems_webserver/ringq.c,
2248        libnetworking/rtems_webserver/rom.c,
2249        libnetworking/rtems_webserver/security.c,
2250        libnetworking/rtems_webserver/sock.c,
2251        libnetworking/rtems_webserver/sym.c,
2252        libnetworking/rtems_webserver/uemf.c,
2253        libnetworking/rtems_webserver/uemf.h,
2254        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2255        libnetworking/rtems_webserver/url.c,
2256        libnetworking/rtems_webserver/value.c,
2257        libnetworking/rtems_webserver/wbase64.c,
2258        libnetworking/rtems_webserver/webcomp.c,
2259        libnetworking/rtems_webserver/webpage.c,
2260        libnetworking/rtems_webserver/webrom.c,
2261        libnetworking/rtems_webserver/webs.c,
2262        libnetworking/rtems_webserver/webs.h,
2263        libnetworking/rtems_webserver/websuemf.c,
2264        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2265        2.1.4.
2266
22672002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2268
2269        * libchip/network/i82586.c: Include <string.h>.
2270        * libchip/network/sonic.c: Ditto.
2271
22722002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2273
2274        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2275
22762002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2277
2278        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2279
22802002-03-27      Thomas.Doerfler@imd-systems.de
2281
2282        PR 144
2283        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2284        memory address 0 when called for the first time. This is done when
2285        trying to clear the variable "dhcp_hostname".
2286
22872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2288
2289        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2290        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2291        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2292        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2293        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2294        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2295        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2296        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2297        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2298        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2299        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2300        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2301        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2302        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2303        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2304        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2305        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2306        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2307        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2308        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2309        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2310        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2311        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2312        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2313        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2314        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2315        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2316        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2317        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2318        AUTOMAKE_OPTIONS.
2319        * libnetworking/configure.ac:
2320        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2321        foreign 1.6]).
2322        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2323        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2324        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2325        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2326        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2327        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2328        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2329        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2330        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2331        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2332        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2333        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2334        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2335        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2336        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2337        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2338        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2339
23402002-03-27      Ilya Alexeev <ilya@continuum.ru>
2341
2342        PR 162
2343        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2344        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2345        used in a device write routines.  Now ppp_softc structure have own
2346        character for writing to device (sc_outchar).  I think that converting
2347        local variables to static is not a right solution, because problems will
2348        occur in the case of two or more ppp instances.
2349        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2350        must be u_long, otherwise in the case of the big output packet endless
2351        loop may occur.
2352
23532002-03-21      Ilya Alexeev <ilya@continuum.ru>
2354
2355        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2356        preparations for multiple PPPD connections.
2357
23582002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2359
2360        PR 149
2361        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2362        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2363        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2364        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2365
23662002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2367
2368        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2369        * configure.ac: Modified to reflect addition.
2370
23712002-02-27      Ilya Alexeev <ilya@continuum.ru>
2372
2373        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2374        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2375        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2376        capabilities as well as eliminate some warnings.
2377
23782002-02-27      Eric Norum <eric.norum@usask.ca>
2379
2380        * libnetworking/net/radix.c: Properly handle fetching the default route
2381        when there is no route.  This was a bug in the original FreeBSD code and
2382        this fix is from an updated version of their code.
2383
23842002-02-16      Eric Norum <eric.norum@usask.ca>
2385
2386        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2387        checking.
2388
23892002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2390
2391        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2392        dodefaultroute.
2393
23942002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2395
2396        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2397        include <rtems/seterr.h>.
2398
23992002-02-01      Mike Siers <mikes@poliac.com>
2400
2401        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2402        avoid bringing the link down too fast. NOTE: Mike reports successfully
2403        running at 56K baud on a direct link.
2404
24052002-02-01      Eric Valette <valette@crf.canon.fr>
2406
2407        * librdbg/So many patches have been posted recently on the mailing list
2408        and  because we were unable to find correct solution to compile on
2409        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2410        because the coding  style of rdbg was rather inconsistant among various
2411        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2412        global coding style (using indent + manual edits), 2) incorporate/review
2413        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2414        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2415        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2416        after rdbg initialization is done, NB : the paches is huge but it is
2417        mainly due to coding styke chnages.  Only few lines of codes have been
2418        really changed and they do not impact  rdbg functionnality (AFAIKT).
2419        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2420        librdbg/include/rdbg/m68k/rdbg_f.h,
2421        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2422        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2423        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2424        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2425        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2426        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2427        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2428        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2429        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2430        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2431        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2432        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2433        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2434        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2435        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2436        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2437
24382002-01-31      Mike Siers <mikes@poliac.com>
2439
2440        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2441        * Nice Update of PPPD support which eliminates the requiremetn that
2442        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2443        and reports that it seems to be more stable and handle larger packets
2444        better.  This patch replaces the termios tasks with more general pppd
2445        network driver tasks.  The functions pppinput() and pppstart() get
2446        called from the interrupt service routine.
2447        * libnetworking/Makefile.am, libnetworking/configure.ac,
2448        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2449        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2450        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2451        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2452        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2453        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2454        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2455        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2456        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2457        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2458        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2459        libnetworking/net/route.c, libnetworking/net/route.h,
2460        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2461        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2462        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2463        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2464        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2465        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2466        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2467        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2468        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2469        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2470        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2471        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2472        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2473        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2474        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2475        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2476        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2477        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2478        libnetworking/pppd/example/README,
2479        libnetworking/pppd/example/netconfig.h,
2480        libnetworking/wrapup/Makefile.am: Modified.
2481        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2482        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2483        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2484        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2485        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2486        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2487        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2488        libnetworking/modem/pppcompress.c: Subdirectory removed.
2489
24902002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2491
2492        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2493        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2494
24952002-01-18      Till Straumann <strauman@slac.stanford.edu>
2496
2497        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2498        issues: - exception handler needs to enable MSR_FP if the interrupted
2499        thread is FP enabled. - printk message for MSR fixed and added
2500        stacktrace. NOTE: this requires the stacktrace patch to
2501        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2502        however).
2503
25042002-01-06      Joel Sherrill <joel@OARcorp.com>
2505
2506        * optman/.cvsignore: Added aclocal.m4 and configure.
2507        * optman/.cvsignore: New file.
2508
25092002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2510
2511        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2512
25132002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2514
2515        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2516        * optman/ChangeLog: New.
2517        * optman/configure.ac: New.
2518        * optman/Makefile.am: New.
2519        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2520        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2521
25222001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2523
2524        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2525
25262001-12-18      Eric Norum <eric.norum@usask.ca>
2527
2528        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2529        `directories' (path names with a / at the end) while disallowing open()
2530        operations on TFTP `directories'.
2531
25322001-12-07      Eric Norum <eric.norum@usask.ca>
2533
2534        * libnetworking/lib/tftpDriver.c: Restore write capability.
2535
25362001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2537
2538        * libchip/network/sonic.h: Fix typo.
2539        * libnetworking/arpa/Makefile.am: Remove stray lines.
2540
25412001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2542
2543        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2544
25452001-10-18      Eric Norum <eric.norum@usask.ca>
2546
2547        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2548        chdir() and open() operations within the TFTP file system.
2549
25502001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2551
2552        * librdbg/configure.ac: Fix latent bug exposed by removal of
2553        config.cache's which prevented powerpc targets librdbg from building.
2554
25552001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2556
2557        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2558        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2559        autoconf-2.52 happy.
2560
25612001-10-12      Mike Siers <mikes@poliac.com>
2562
2563        * libnetworking/Update to stable working state.  Congratulations Mike!
2564        :).
2565        * libnetworking/modem_example: Directory removed.
2566        * libnetworking/modem_example/16550.h,
2567        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2568        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2569        libnetworking/modem_example/ppp.h,
2570        libnetworking/modem_example/pppcompress.c: Files removed.
2571        * libnetworking/pppd/example/pppd.options: New file.
2572        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2573        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2574        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2575        libnetworking/pppd/rtemsmain.c: Updated.
2576
25772001-10-12      Joel Sherrill <joel@OARcorp.com>
2578
2579        * libchip/serial/z85c30.c: Fixed typo.
2580
25812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2582
2583        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2584        * configure.in: Remove.
2585        * configure.ac: New file, generated from configure.in by autoupdate.
2586        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2587        * libchip/configure.in: Remove.
2588        * libchip/configure.ac: New file, generated from configure.in by
2589        autoupdate.
2590        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2591        * librdbg/configure.in: Remove.
2592        * librdbg/configure.ac: New file, generated from configure.in by
2593        autoupdate.
2594        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2595        * libnetworking/configure.in: Remove.
2596        * libnetworking/configure.ac: New file, generated from configure.in by
2597        autoupdate.
2598
25992001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2600
2601        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2602        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2603        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2604
26052001-09-27      Joel Sherrill <joel@OARcorp.com>
2606
2607        * libchip/ChangeLog: Fixed typo in date.
2608
26092001-09-27      Eric Norum <eric.norum@usask.ca>
2610
2611        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2612        TFTP  filesystem.
2613
26142001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2615
2616        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2617        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2618        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2619        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2620        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2621        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2622        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2623        'PREINSTALL_FILES ='.
2624        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2625        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2626        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2627        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2628        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2629        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2630        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2631        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2632        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2633        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2634        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2635        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2636
26372001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2638
2639        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2640        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2641        * librdbg/src/m68k/any/Makefile.am: Ditto.
2642        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2643        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2644        happy.
2645
26462001-09-21      Joel Sherrill <joel@OARcorp.com>
2647
2648        * libchip/network/Makefile.am: Fixed typo on file name.
2649        * libchip/network/i82586.c: Commented out line 318 which is referencing
2650        a member of a structure that is not currently there.  This needs to be
2651        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2652        to C style.
2653
26542001-09-19      Eric Norum <eric.norum@usask.ca>
2655
2656        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2657
26582001-09-19      Chris Johns <ccj@acm.org>
2659
2660        * libchip/network/README.i82586, libchip/network/i82586.c,
2661        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2662        Network driver for Intel i82586.
2663        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2664        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2665        "root" filesystem with information obtained via the DHCP response.
2666
26672001-09-14      Eric Norum <eric.norum@usask.ca>
2668
2669        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2670        make gcc 3.x happy.
2671
26722001-08-16      Mike Siers <mikes@poliac.com>
2673
2674        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2675        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2676        These support callback functionality that has not even been compiled
2677        under RTEMS yet.
2678        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2679        example application.  Mike's notes on the modifications: - renamed
2680        error() function because of namespace problems - removed calls to the
2681        exit() funciton - removed extra files from the pppd source directory -
2682        defined pppd task constant values in rtemspppd.h - modifyied example
2683        code to get actual tick per second value - placed the pppd 2.3.11 man
2684        page file (pppd.8) into the pppd directory.
2685        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2686        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2687        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2688        libnetworking/pppd/rtems-ppp.c: Deleted.
2689        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2690        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2691        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2692        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2693        libnetworking/pppd/example/init.c,
2694        libnetworking/pppd/example/netconfig.h,
2695        libnetworking/pppd/example/ppp.conf,
2696        libnetworking/pppd/example/pppdapp.c,
2697        libnetworking/pppd/example/system.h: New files.
2698        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2699        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2700        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2701        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2702        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2703        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2704        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2705        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2706        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2707        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2708        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2709        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2710        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2711        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2712        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2713
27142001-08-16      Joel Sherrill <joel@OARcorp.com>
2715
2716        * libnetworking/pppd/example/Makefile: Removed.
2717        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2718        to avoid bootstrap -c clobbering it.
2719        * libnetworking/rtems_telnetd/.cvsignore: New file.
2720
27212001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2722
2723        * libnetworking/Makefile.am, libnetworking/configure.in,
2724        libnetworking/rtems_servers/Makefile.am,
2725        libnetworking/rtems_servers/telnetd.c,
2726        libnetworking/rtems_servers/telnetd.h,
2727        libnetworking/rtems_telnetd/Makefile.am,
2728        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2729        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2730        libnetworking/rtems_telnetd/telnetd.c,
2731        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2732        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2733        effect when ftpd change. - the tcp/ip stats have been implemented into
2734        icmds.c and started when telnetd daemon is started.
2735        * libnetworking/rtems_servers/telnetd.c,
2736        libnetworking/rtems_servers/telnetd.h: Removed.
2737        * libnetworking/rtems_telnetd: New directory.
2738        * libnetworking/rtems_telnetd/Makefile.am,
2739        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2740        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2741        libnetworking/rtems_telnetd/telnetd.c,
2742        libnetworking/rtems_telnetd/telnetd.h: New files.
2743
27442001-06-14      Joel Sherrill <joel@OARcorp.com>
2745
2746        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2747        Moved from libmisc/shell so the network stack to address network
2748        depenendency.
2749        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2750
27512001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2752
2753        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2754
27552001-05-15      Joel Sherrill <joel@OARcorp.com>
2756
2757        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2758        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2759        accidentally deleted the incorrectly empty versions.
2760
27612001-05-14      Till Straumann <strauman@slac.stanford.edu>
2762
2763        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2764        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2765        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2766        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2767        to know the values) - the affected BSP (shared/motorola) headers have
2768        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2769        driver (libchip/network/dec21140.c) has been fixed to use
2770        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2771        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2772        who is using this driver. - the DEC driver also has been fixed to use
2773        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2774        delay_in_bus_cycles().
2775
27762001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2777
2778        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2779
27802001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2781
2782        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2783
27842001-04-24      Eric Norum <eric.norum@usask.ca>
2785
2786        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2787        NTP synchronization a little more robust -- no NTP daemon yet, but at
2788        least it trys a little harder when the primary NTP server is down.
2789
27902001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2791
2792        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2793        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2794        libnetworking/pppd/modem_example/modem.c,
2795        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2796        other strings into English.
2797        * libnetworking/pppd/STATUS: updated to reflect the changes.
2798
27992001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2800
2801        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2802        again.
2803
28042001-04-20      Eric Valette <valette@crf.canon.fr>
2805
2806        * mcp750 directory renamed new_exception processing as it supports many
2807        more CPU models.
2808        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2809        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2810        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2811        formerly in mcp750 plus modifications.
2812        * librdbg/src/powerpc/mcp750/.cvsignore,
2813        librdbg/src/powerpc/mcp750/Makefile.am,
2814        librdbg/src/powerpc/mcp750/remdeb.h,
2815        librdbg/src/powerpc/mcp750/remdeb_f.x,
2816        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2817        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2818        new_exception_processing.
2819        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2820        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2821        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2822        part of this effort to add support for the MPC8xx.
2823
28242001-04-19      Joel Sherrill <joel@OARcorp.com>
2825
2826        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2827        internal include files.
2828
28292001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2830
2831        PR 158
2832        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2833        rcmd() library call by commenting out the parts that deal with signals.
2834        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2835        stdio. The 'server-side' parts of this file which deal with
2836        authentication are disabled since they are not needed.
2837
28382001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2839
2840        * libnetworking/include/.cvsignore: Remove dangling file.
2841
28422001-03-14      Joel Sherrill <joel@OARcorp.com>
2843
2844        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2845        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2846        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2847        libchip style serial drivers can be written in libcpu or libbsp.
2848
28492001-03-01      Joel Sherrill <joel@OARcorp.com>
2850
2851        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2852        libchip/network/sonic.c, libchip/network/sonic.h,
2853        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2854        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2855        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2856        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2857        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2858        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2859        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2860        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2861
28622001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2863
2864        * librdbg/include/rdbg/Makefile.am,
2865        librdbg/include/rdbg/i386/Makefile.am,
2866        librdbg/include/rdbg/m68k/Makefile.am,
2867        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2868        style on include files.
2869
28702001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2871
2872        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2873        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2874        replace ${..} with $(..).
2875        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2876        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2877        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2878        libnetworking/rtems/Makefile.am, libnetworking/
2879        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2880        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2881        include_*HEADERS instead of H_FILES.
2882        * libnetworking/include/Makefile.am: Remove.
2883        * libnetworking/Makefile.am: Add handling of *.h files.
2884        * libnetworking/configure.in: Remove include/Makefile.
2885
28862001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2887
2888        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2889
28902001-01-31      Sergei Organov <osv@javad.ru>
2891
2892        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2893        current dir and root dir removed in favor of new libio support for
2894        task-local current and root directories. - Bug in `close_data_socket()'
2895        introduced by previous change fixed. - `command_pasv()' changed to set
2896        timeout on socket we are listening on and code fixed to don't close
2897        socket twice on error. - `serr()' changed to clear `errno'. -
2898        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2899        changed to clear `errno' before processing session. -
2900        `close_data_socket()' fixed to close both active and passive sockets -
2901        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2902        empty string  in `exec_command()'.
2903
29042001-01-25      Eric Norum <eric.norum@usask.ca>
2905
2906        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2907        improves throughput on systems which are dropping packets.   Only the
2908        first timeout is reduced.  This keeps the number of extra packets down
2909        on networks that are very busy and dropping lots of packets.
2910
29112001-01-24      Sergei Organov <osv@javad.ru>
2912
2913        * libnetworking/rtems_servers/ftpd.c,
2914        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2915        - Timeouts on sockets implemented. 'idle' field added to configuration.
2916        No timeout by default to keep backward compatibility. Note: SITE IDLE
2917        command not implemented yet. - Basic global access control implemented.
2918        'access' field added to configuration. No access limitations by default
2919        to keep backward compatibility. - Anchor data socket for active mode
2920        (using self IP and port 20.) - Fixed default data port support (still
2921        not tested). - Don't allow IP address different from originating host in
2922        PORT command to improve security. - Fixed bug in MDTM command. - Check
2923        for correctness of parsing of argument in command_port(). - Fixed
2924        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2925        a directory. - Command parsing a little bit improved: command names are
2926        now converted to upper-case to be more compatible with RFC (command
2927        names are not case-sensitive.) - Reformat comments so that they have
2928        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2929        previous changes - True ASCII mode implemented (doesn't work for hooks
2930        and /dev/null) - Passive mode implemented, PASV command added. - Default
2931        port for data connection could be used (untested, can't find ftp client
2932        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2933        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2934
29352001-01-18      Joel Sherrill <joel@OARcorp.com>
2936
2937        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2938        macro using variable arguments.
2939        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2940        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2941        since I updated the main RTEMS development machine to RedHat 7.2 and
2942        apparently got a new version of rpcgen.
2943
29442001-01-12      Sergei Organov <osv@javad.ru>
2945
2946        * libnetworking/rtems_servers/ftpd.c,
2947        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2948        - use pool of pre-created threads to handle sessions instead of
2949        creating/deleting threads on the fly - LIST output is now similar to
2950        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2951        happy with it. - LIST NAME now works (both for files and directories) -
2952        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2953        clients happy  - keep track of CWD for every session separately -
2954        ability to specify root directory name for FTPD in configuration table.
2955        FTPD will then create illusion for FTP clients that this is actually
2956        root directory. - ignore options sent in commands, thus LIST -al FILE
2957        works and doesn't try to list "-al" directory. - buffers are allocated
2958        on stack instead of heap where possible to eliminate malloc/free calls
2959        (avoid possible heap fragmentation troubles). - drop using of task
2960        notepad to pass parameters - use function arguments instead - use
2961        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2962        in socket() instead of AF_INET.
2963
29642001-01-02      Joel Sherrill <joel@OARcorp.com>
2965
2966        * libnetworking/CHANGELOG: Removed.
2967        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2968
29692000-12-14      Eric Norum <eric.norum@usask.ca>
2970
2971        * libnetworking/lib/tftpDriver.c: Added write capability.
2972
29732000-12-08      Joel Sherrill <joel@OARcorp.com>
2974
2975        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2976        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2977        numerous variable declarations conditional on PPP_COMPRESS and
2978        PPP_FILTER.  Commented out variables that were not used because the code
2979        using them was commented out. Removed totally unused variables.
2980        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2981        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2982
29832000-11-30      Joel Sherrill <joel@OARcorp.com>
2984
2985        * libnetworking/modem/ppp_tty.c: Changed to include
2986        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2987        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2988        * libnetworking/Makefile.am: Modified to reflect above.
2989
29902000-11-27      Joel Sherrill <joel@OARcorp.com>
2991
2992        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2993
29942000-11-25      Eric Norum <eric.norum@usask.ca>
2995
2996        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2997        core.
2998
29992000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3000
3001        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3002        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3003        subdir.
3004        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3005        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3006        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3007        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3008        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3009        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3010        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3011        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3012        ppp_tty.c and the real pppd main is in pppmain.c.
3013
30142000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3015
3016        * libchip/network/sonic.c: Added ipalign() routine to align the received
3017        packet so that the ip header is on a 32-bit boundary. Necessary for
3018        cpu's that do not allow unaligned loads and stores and when the 32-bit
3019        DMA mode is used.
3020
30212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3022
3023        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3024        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3025        ACLOCAL_AMFLAGS.
3026        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3027        ACLOCAL_AMFLAGS.
3028        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3029        ACLOCAL_AMFLAGS.
3030
30312000-11-03      Chris Johns <ccj@acm.org>
3032
3033        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3034        libchip/network/cs8900.h: New files.
3035
30362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3037
3038        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3039        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3040        $(RTEMS_TOPdir)/aclocal.
3041        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3042        $(RTEMS_TOPdir)/aclocal.
3043        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3044        $(RTEMS_TOPdir)/aclocal.
3045
30462000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3047
3048        * configure.in: Switch to GNU-canonicalization.
3049        * Makefile.am: Reflect changes to configure.in.
3050        * acinclude.m4: Remove.
3051
30522000-10-30      Joel Sherrill <joel@OARcorp.com>
3053
3054        * POSIX include files merged into newlib.  This resulted in some
3055        definitions moving to other files and thus some secondary effects in
3056        RTEMS source code.
3057        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3058        in sync with newlib's <machine/types.h>.
3059        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3060        definition of struct itimerval in <sys/time.h>.
3061
30622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3063
3064        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3065        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3066        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3067        * ChangeLog: Fix typos.
3068        * configure.in: add tests to the GNU canonicalized subdirectories.
3069
30702000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3071
3072        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3073        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3074        the lib directory before configuring lib/.
3075
30762000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3077
3078        * configure.in, Makefile.am: add exec to the GNU canonicalized
3079        subdirectories.
3080        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3081        * configure.in: add libnetworking, librpc and librdb to the GNU
3082        canonicalized subdirectories.
3083        * configure.in: add libmisc and libchip to the GNU canonicalized
3084        subdirectories.
3085        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3086        Switch to GNU canonicalization.
3087        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3088        Switch to GNU canonicalization.
3089        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3090        Switch to GNU canonicalization.
3091
30922000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3093
3094        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3095        canonicalization to libfs/. The approach is currently a bit of a hack as
3096        GNU canonicalization does not support the per-BSP build some of the
3097        other directories require.  As more of the tree is converted, this will
3098        become less  of an issue.
3099
31002000-10-20      Joel Sherrill <joel@OARcorp.com>
3101
3102        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3103        parameter.
3104
31052000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3106
3107        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3108        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3109        * librdbg/configure.in: Add m68k support.
3110        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3111        subdirectory.
3112        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3113        failure.
3114        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3115        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3116        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3117        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3118        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3119        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3120        librdbg/src/m68k/.cvsignore: New files.
3121        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3122        function pointers.
3123        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3124        _after_ pointer has been checked against NULL.
3125
31262000-10-18      Joel Sherrill <joel@OARcorp.com>
3127
3128        * wrapup/Makefile.am: Added libfs.
3129
31302000-10-18      Chris Johns <ccj@acm.org>
3131
3132        * libfs created.
3133        * configure.in: Added libfs subdirectory.
3134        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3135
31362000-09-28      Joel Sherrill <joel@OARcorp.com>
3137
3138        * libnetworking/rtems_webserver/Makefile.am,
3139        libnetworking/rtems_webserver/base64.c,
3140        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3141        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3142
31432000-09-22      Joel Sherrill <joel@OARcorp.com>
3144
3145        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3146        libnetworking/rtems/rtems_bsdnet_internal.h,
3147        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3148        have included rtems.h.  It is now including precisely the  least amount
3149        of low level, yet portable .h files to get the basic RTEMS types
3150        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3151        used machine/types.h to include rtems.h.
3152
31532000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3154
3155        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3156
31572000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3158
3159        * libnetworking/ChangeLog: Cleanup.
3160
31612000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3162
3163        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3164        * libchip/ChangeLog: Fix formating.
3165
31662000-09-05      Joel Sherrill <joel@OARcorp.com>
3167
3168        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3169        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3170        confusion and to work with the converted flags.
3171
31722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3173
3174        * wrapup/Makefile.am: Include compile.am.
3175        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3176        libchip/serial/Makefile.am: Include compile.am.
3177        * librdbg/src/i386/any/Makefile.am,
3178        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3179        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3180        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3181        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3182        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3183        libnetworking/rtems_servers/Makefile.am,
3184        libnetworking/rtems_webserver/Makefile.am,
3185        libnetworking/wrapup/Makefile.am: Include compile.am.
3186
31872000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3188
3189        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3190        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3191
31922000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3193
3194        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3195
31962000-08-31      Joel Sherrill <joel@OARcorp.com>
3197
3198        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3199        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3200        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3201        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3202        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3203        * libnetworking/wbase64.c: Removed.
3204        * libnetworking/Makefile.am, libnetworking/asp.c,
3205        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3206        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3207        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3208        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3209        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3210        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3211        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3212        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3213        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3214        Modified.
3215
32162000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3217
3218        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3219
32202000-08-30      Joel Sherrill <joel@OARcorp.com>
3221
3222        * libnetworking/rtems_webserver/license.txt: New file.
3223
32242000-08-10      Joel Sherrill <joel@OARcorp.com>
3225
3226        * ChangeLog: New file.
3227        * libchip/ChangeLog: New file.
3228        * librdbg/ChangeLog: New file.
3229        * libnetworking/ChangeLog: New file.
3230
Note: See TracBrowser for help on using the repository browser.