source: rtems/c/src/ChangeLog @ 143902f

Last change on this file since 143902f was 143902f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/16/06 at 05:29:25

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

  • configure.ac: Remove RTEMS_AMPOLISH3. Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS. Compose CFLAGS. Append CFLAGS to ac_configure_args.
  • aclocal/bsp-configure.m4: AC_PREREQ(2.60). Remove checks for AMPOLISH3.
  • aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
  • aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
  • ampolish3: Remove.
  • aclocal/prog-cc.m4: Remove CFLAGS.
  • Property mode set to 100644
File size: 122.7 KB
Line 
12006-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_AMPOLISH3.
4        Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
5        Compose CFLAGS. Append CFLAGS to ac_configure_args.
6        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
7          Remove checks for AMPOLISH3.
8        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
9        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
10        * ampolish3: Remove.
11        * aclocal/prog-cc.m4: Remove CFLAGS.
12
132006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
16
172006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Require automake-1.10. Require autoconf-2.60.
20        * aclocal/prog-ccas.m4, aclocal/prog-cxx.m4, aclocal/rtems-top.m4,
21        aclocal/version.m4, automake/compile.am:
22        Adaptations to automake-1.10.
23
242006-09-11      Joel Sherrill <joel@OARcorp.com>
25
26        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
27
282006-09-04      Joel Sherrill <joel@OARcorp.com>
29
30        * libchip/network/greth.c, libchip/network/open_eth.c,
31        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
32        introduced by warning removal.
33
342006-09-01      Joel Sherrill <joel@OARcorp.com>
35
36        * libchip/network/greth.c, libchip/network/open_eth.c,
37        libchip/network/smc91111.c: Remove warnings and correct prototype
38        added earlier today.
39
402006-09-01      Joel Sherrill <joel@OARcorp.com>
41
42        * libchip/network/cs8900.c, libchip/network/greth.c,
43        libchip/network/i82586.c, libchip/network/open_eth.c,
44        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
45        sized integers, and inttypes.h printf helpers.
46
472006-08-09      Kolja Waschk <waschk@telos.de>
48
49        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
50
512006-07-12      Joel Sherrill <joel@OARcorp.com>
52
53        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
54
552006-07-11      Jerry Needell <jerry.needell@unh.edu>
56
57        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
58        4.6 branch.  Original modifications by Gaisler Enterprises.
59        * libchip/network/greth.c, libchip/network/greth.h: New files.
60
612006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
62
63        * ide/ata.[ch]:
64        (PR1118) fetch priority for ATA task from a variable,
65        not a fixed configuration value.
66       
672006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Add ampolish3.
70
712006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * ampolish3: New.
74        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
75
762006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * aclocal/rtems-ampolish.m4: New.
79        * configure.ac: Use RTEMS_AMPOLISH3.
80
812006-04-18  Joel Sherrill <joel@OARcorp.com>
82
83        * aclocal/version.m4: Updated to rtems-4.6.99.3.
84
852006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
86
87        PR 853/filesystem
88        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
89        should be modified to support the new exception scheme and to use the
90        handle parameter.
91
922006-02-a32     Eric Norum <norume@aps.anl.gov>
93
94        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
95        "newer" PCI access calls.  Minor cleanups.  Comments.
96
972006-01-12      Eric Norum <norume@aps.anl.gov>
98
99        PR 861/networking
100        PR 863/networking
101        * libchip/network/smc91111.c: Fix illegal lvalue increments.
102
1032006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * wrapup/Makefile.am: Add preinstall.am.
106        * libchip/Makefile.am: Build libchip/network/smc91111.
107        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
108        Eliminate cyg_int* crap.
109
1102006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * librdbg/Makefile.am: Add preinstall.am.
113        * aclocal/bsp-configure.m4: Add ampolish3.
114        New header guards.
115
1162006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * libchip/network/open_eth.c, libchip/network/open_eth.h:
119        Merger from rtems-4-6-branch.
120
1212006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * libchip/network/smc91111.c
124        libchip/network/smc91111config.h
125        libchip/network/smc91111exp.h
126        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
127        * libchip/Makefile.am: Reflect adding smc91111*.
128
1292006-01-08      Joel Sherrill <joel@OARcorp.com>
130
131        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
132        char *.
133
1342006-01-08      Joel Sherrill <joel@OARcorp.com>
135
136        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
137        warnings.
138
1392005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
142        Add RTEMS_RELLDFLAGS.
143        * automake/compile.am: Remove RTEMS_USE_GCC.
144        Remove RTEMS_RELLDFLAGS.
145        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
146
1472005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * libchip/network/if_media.h, libchip/network/mii.h:
150        Remove (Moved to cpukit).
151        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
152        and libchip/network/if_media.h.
153        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
154        if_media.h having moved.
155
1562005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * automake/compile.am, automake/host.am, automake/local.am,
159        automake/subdirs.am: Remove depend.
160        * configure.ac: Explicitly pass --libdir and --includedir to
161        testsuites.
162
1632005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * configure.ac: Reflect changes to testsuites.
166
1672005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * automake/compile.am: Remove GCCSPECS.
170        * aclocal/prog-cc.m4: Add GCCSPECS.
171        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
172
1732005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
176        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
177
1782005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
181        libcpu/byteorder.h for i386.
182
1832005-11-02      Till Straumann <strauman@slac.stanford.edu>
184
185        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
186        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
187        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
188        added a simple API/library for i2c devices and drivers for i2c
189        2-byte eeproms and a ds1621 temperature sensor; API is documented
190        in libi2c.h.
191
1922005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * libnetworking/pppd/ipxcp.c,
195        libnetworking/pppd/chat.c,
196        libnetworking/pppd/patchlevel.h,
197        libnetworking/pppd/upap.h,
198        libnetworking/pppd/md5.h,
199        libnetworking/pppd/pppd.8,
200        libnetworking/pppd/README,
201        libnetworking/pppd/preinstall.am,
202        libnetworking/pppd/md4.h,
203        libnetworking/pppd/magic.c,
204        libnetworking/pppd/pppd.h,
205        libnetworking/pppd/demand.c,
206        libnetworking/pppd/rtemsmain.c,
207        libnetworking/pppd/sys-rtems.c,
208        libnetworking/pppd/ipcp.h,
209        libnetworking/pppd/lcp.h,
210        libnetworking/pppd/chap_ms.c,
211        libnetworking/pppd/md4.c,
212        libnetworking/pppd/rtemspppd.h,
213        libnetworking/pppd/cbcp.h,
214        libnetworking/pppd/auth.c,
215        libnetworking/pppd/lcp.c,
216        libnetworking/pppd/example/README,
217        libnetworking/pppd/example/ppp.conf,
218        libnetworking/pppd/example/system.h,
219        libnetworking/pppd/example/netconfig.h,
220        libnetworking/pppd/example/pppdapp.c,
221        libnetworking/pppd/example/init.c,
222        libnetworking/pppd/example/Makefile-user,
223        libnetworking/pppd/example/pppd.options,
224        libnetworking/pppd/rtemspppd.c,
225        libnetworking/pppd/ipxcp.h,
226        libnetworking/pppd/chap_ms.h,
227        libnetworking/pppd/options.c,
228        libnetworking/pppd/magic.h,
229        libnetworking/pppd/chap.h,
230        libnetworking/pppd/cbcp.c,
231        libnetworking/pppd/upap.c,
232        libnetworking/pppd/chap.c,
233        libnetworking/pppd/Makefile.am,
234        libnetworking/pppd/ccp.h,
235        libnetworking/pppd/utils.c,
236        libnetworking/pppd/rtemsdialer.h,
237        libnetworking/pppd/fsm.h,
238        libnetworking/pppd/pathnames.h,
239        libnetworking/pppd/md5.c,
240        libnetworking/pppd/fsm.c,
241        libnetworking/pppd/ipcp.c,
242        libnetworking/pppd/STATUS,
243        libnetworking/pppd/ccp.c,
244        libnetworking/Makefile.am: Remove (Moved to cpukit).
245
2462005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * configure.ac: Remove libnetworking, libnetworking/pppd.
249        * wrapup/Makefile.am: Remove libpppd.a.
250
2512005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
254        rtemsdialer.h to $(includedir)/rtems.
255
2562005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * libnetworking/rtems_telnetd/icmds.c,
259        libnetworking/rtems_telnetd/Makefile.am,
260        libnetworking/rtems_telnetd/preinstall.am,
261        libnetworking/rtems_telnetd/pty.c,
262        libnetworking/rtems_telnetd/pty.h,
263        libnetworking/rtems_telnetd/README,
264        libnetworking/rtems_telnetd/telnetd.c,
265        libnetworking/rtems_telnetd/telnetd.h:
266        Remove (Moved to cpukit).
267
2682005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
269
270        * configure.ac: Remove libnetworking/rtems_telnetd.
271        * libnetworking/Makefile.am: Remove rtems_telnetd.
272        * libnetworking/README: Remove (Obsolete).
273        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
274
2752005-10-20  Eric Norum <norume@aps.anl.gov>
276
277        * libchip/network/dec21140.c: Clean up PCI mapping.
278
2792005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * libnetworking/pppd/Makefile.am: Use preinstall.am.
282        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
283        librdbg/src/servrpc.c, librdbg/src/servtgt.c
284        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
285        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
286        * configure.ac: Move optman to the end of BSP_SUBDIRS.
287
2882005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
289
290        * aclocal/bspopts.m4: Add missing m4 quotes.
291
2922005-09-02  Joel Sherrill <joel@OARcorp.com>
293
294    * aclocal/version.m4: Updated to rtems-4.6.99.2.
295
2962005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
297
298        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
299        libchip/network/dec21140.c: Remove initialization of PCI bus.
300
3012005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * optman/Makefile.am: Add preinstall.am.
304
3052005-07-18      Karel Gardas <kgardas@objectsecurity.com>
306
307        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
308        UNTESTED to tested.
309
3102005-06-17      Joel Sherrill <joel@OARcorp.com>
311
312        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
313        it is not supported by the MPC5xx.
314
3152005-06-17      Joel Sherrill <joel@OARcorp.com>
316
317        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
318        interface. Also correct attempting to build on other than PowerPC and
319        x86.
320
3212005-06-16      Daron Chabot <daron@nucleus.usask.ca>
322
323        * libchip/Makefile.am: Add driver for Tulip clones.
324        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
325        libchip/network/if_dcreg.h: New files.
326
3272005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
330        to enable rdbg.
331        * configure.ac: Reflect changes above.
332
3332005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
334
335        * configure.ac: Add ada/.
336
3372005-05-20      Sergei Organov  <osv@topconrd.ru>
338
339        PR 750/networking
340        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
341        wait_input().
342
3432005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
344
345        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
346        rtems/irq.h.
347
3482005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * libchip/Makefile.am: Include preinstall.am.
351        * libchip/preinstall.am: New.
352
3532005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
354
355        * configure.ac: Add AMPOLISH3.
356        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
357        * libnetworking/rtems_telnetd/preinstall.am: New.
358        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
359
3602005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
361
362        * configure.ac: Let enable_rpcgen default to "no".
363
3642005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
365
366        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
367
3682005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
369
370        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
371        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
372
3732005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
374
375        * libchip/network/dec21140.c, libchip/network/elnk.c,
376        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
377
3782005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
379
380        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
381        of code as a result of the implementation of a common PCI interface.
382
3832005-05-04      Joel Sherrill <joel@OARcorp.com>
384
385        * libchip/network/open_eth.c: Remove prototype of set_vector.
386
3872005-05-03      Joel Sherrill <joel@OARcorp.com>
388
389        * librdbg/src/ptrace.c: Remove warning.
390
3912005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
392
393        * libchip/network/dec21140.c, libchip/network/elnk.c,
394        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
395        Modified parameter list to remove warnings.
396
3972005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
398
399        * libchip/network/cs8900.c, libchip/network/i82586.c,
400        libchip/network/open_eth.c, libchip/network/sonic.c,
401        libchip/serial/mc68681.c: Modified types to remove
402        warnings.  Added initialization to remove warnings.
403
4042005-04-28      Joel Sherrill <joel@OARcorp.com>
405
406        * libchip/network/README.sonic: Rewritten to account for removal of
407        dmv177.
408
4092005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
410
411        PR 781/rtems_misc
412        * libchip/serial/ns16550_p.h: Fix baud rate calculation
413
4142005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
415
416        * libchip/serial/ns16550.c:
417        Fixed warnings generated in various powerpc configurations
418
4192005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
420
421        * libchip/serial/ns16550.c: Modified
422        ISR to work with PPC new exception processing
423
4242005-03-14      Joel Sherrill <joel@OARcorp.com>
425
426        * libchip/network/dec21140.c, libchip/network/elnk.c,
427        libchip/network/if_fxp.c: Continue PCI API unification. All use
428        pci_find_device(). Network drivers manufacture a signature since all
429        calls have not been converted yet.
430
4312005-03-04      Joel Sherrill <joel@OARcorp.com>
432
433        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
434        initialize function part of the unified PCI API as pci_initialize().
435
4362005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
437
438        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
439        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
440
4412005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
442
443        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
444        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
445
4462005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
447
448        * aclocal/ppc.m4: Reflect changes to ppc exception processing
449        building procedures.
450
4512005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
452
453        * aclocal/prog-cc.m4:
454        Quote CFLAGS's RHS to accomodate Solaris broken sh.
455
4562005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
457
458        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
459
4602005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
461
462        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
463
4642005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
465
466        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
467
4682005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
469
470        * libnetworking/rtems_servers/ftp.c,
471        libnetworking/rtems_servers/ftp.h,
472        libnetworking/rtems_servers/Makefile.am:
473        Remove (relocated to cpukit/ftpd).
474        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
475        removed move libnetworking/rtems_servers.
476
4772005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
478
479        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
480
4812005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
482
483        PR 755/rtems
484        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
485        Remove local declarations of rtems_bsdnet_nameservers,
486        rtems_bsdnet_nameservers_count.
487
4882005-01-31      Sergei Organov <osv@topconrd.ru>
489
490        PR 751/pppd
491        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
492        committed to fix PR736 breaks pppd. chat.c should have its own static
493        ttyfd for pppd to work correctly. The symptom is that second
494        invokation of chat (for connect script) fails due to pppd_ttyfd set
495        to -1 by previous chat invokation (for init script). In addition,
496        this patch fixes leaving of dangling pointer in the abort_stbring[]
497        by chat_send().
498
4992005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
500
501        * configure.ac: Remove CFLAGS_DEBUG_V.
502        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
503
5042005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
505
506        * wrapup/Makefile.am: Remove rtems-ctor.o.
507
5082005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
509
510        * libchip/rtc/rtc.h: size_t RTC_Count.
511
5122005-01-20      Joel Sherrill <joel@OARcorp.com>
513
514        PR 736/pppd
515        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
516        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
517        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
518        should not be static and should have a name more specific to pppd.
519
5202005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
521
522        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
523        libnetworking/rtems_servers/Makefile.am,
524        libnetworking/rtems_telnetd/Makefile.am,
525        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
526        Eliminate CFLAGS_OPTIMIZE_V.
527
5282005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * configure.ac: Pass CFLAGS to testsuites configure.
531        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
532        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
533
5342005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
535
536        * configure.ac: Pass CFLAGS to cpukit configure.
537        * aclocal/rtems-flags.m4: Remove (Unused).
538        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
539        * aclocal/env-rtemsbsp.m4:
540        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
541        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
542        RTEMS_CFLAGS.
543        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
544        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
545        Cleanup comments.
546
5472005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * automake/compile.am: Remove build-variant support.
550
5512005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * libnetworking/pppd/Makefile.am,
554        libnetworking/rtems_servers/Makefile.am,
555        libnetworking/rtems_telnetd/Makefile.am:
556        Remove build-variant support.
557
5582005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
559
560        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
561        support/Makefile.am, wrapup/Makefile.am:
562        Remove build-variant support.
563
5642004-11-22      Joel Sherrill <joel@OARcorp.com>
565
566        * libchip/network/if_fxp.c: Add entry for another module ID code.
567
5682004-11-22      Joel Sherrill <joel@OARcorp.com>
569
570        PR 693/misc
571        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
572        in/outport routines.
573
5742004-11-22      Joel Sherrill <joel@OARcorp.com>
575
576        PR 693/misc
577        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
578        in/outport routines.
579
5802004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
581
582        * aclocal/enable-itron.m4: Remove (unused).
583
5842004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
585
586        * configure.ac: Misc. quoting cleanups.
587        Enable ada-tests iff --enable-ada and --enable-tests.
588
5892004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
590
591        PR 703/filesystem
592        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
593        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
594        libchip/ide/ide_controller.c:
595        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
596        available for BSPS/device drivers.
597        Extend the "modes_available" and "mode_active" parameters to
598        uint16_t for UDMA support.
599
6002004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
601
602        * libchip/network/dec21140.c: Cleanup a bit and remove message about
603        not supported on PowerPC since it works on the MVME2100 BSP.
604
6052004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
606
607        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
608        Add dependency tracking for *.cfgs.
609        * Makefile.am: Add dependency tracking for *.cfg.
610
6112004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
612
613        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
614        (Thanks to Lars Munch <lars@segv.dk> for catching this).
615
6162004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
617
618        PR 707/make_build
619        * configure.ac: Add --enable-rpcgen.
620
6212004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
622
623        PR 700/rtems_misc
624        * libnetworking/rtems_webserver/asp.c,
625        libnetworking/rtems_webserver/balloc.c,
626        libnetworking/rtems_webserver/cgi.c,
627        libnetworking/rtems_webserver/default.c,
628        libnetworking/rtems_webserver/ej.h,
629        libnetworking/rtems_webserver/ejIntrn.h,
630        libnetworking/rtems_webserver/ejlex.c,
631        libnetworking/rtems_webserver/ejparse.c,
632        libnetworking/rtems_webserver/emfdb.c,
633        libnetworking/rtems_webserver/emfdb.h,
634        libnetworking/rtems_webserver/form.c,
635        libnetworking/rtems_webserver/handler.c,
636        libnetworking/rtems_webserver/h.c,
637        libnetworking/rtems_webserver/license.txt,
638        libnetworking/rtems_webserver/Makefile.am,
639        libnetworking/rtems_webserver/md5c.c,
640        libnetworking/rtems_webserver/md5.h,
641        libnetworking/rtems_webserver/mime.c,
642        libnetworking/rtems_webserver/misc.c,
643        libnetworking/rtems_webserver/NOTES,
644        libnetworking/rtems_webserver/ringq.c,
645        libnetworking/rtems_webserver/rom.c,
646        libnetworking/rtems_webserver/rtems_webserver.h,
647        libnetworking/rtems_webserver/security.c,
648        libnetworking/rtems_webserver/sock.c,
649        libnetworking/rtems_webserver/socket.c,
650        libnetworking/rtems_webserver/sockGen.c,
651        libnetworking/rtems_webserver/sym.c,
652        libnetworking/rtems_webserver/uemf.c,
653        libnetworking/rtems_webserver/uemf.h,
654        libnetworking/rtems_webserver/um.c,
655        libnetworking/rtems_webserver/um.h,
656        libnetworking/rtems_webserver/umui.c,
657        libnetworking/rtems_webserver/url.c,
658        libnetworking/rtems_webserver/value.c,
659        libnetworking/rtems_webserver/wbase64.c,
660        libnetworking/rtems_webserver/webcomp.c,
661        libnetworking/rtems_webserver/webmain.c,
662        libnetworking/rtems_webserver/webpage.c,
663        libnetworking/rtems_webserver/webrom.c,
664        libnetworking/rtems_webserver/webs.c,
665        libnetworking/rtems_webserver/websda.c,
666        libnetworking/rtems_webserver/websda.h,
667        libnetworking/rtems_webserver/webs.h,
668        libnetworking/rtems_webserver/websSSL.c,
669        libnetworking/rtems_webserver/websSSL.h,
670        libnetworking/rtems_webserver/websuemf.c,
671        libnetworking/rtems_webserver/wsIntrn.h:
672        Remove (Moved to cpukit/http).
673
6742004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
675
676        PR 700/rtems_misc
677        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
678        Remove libnetworking/rtems_webserver.
679
6802004-10-25      Eric Norum <norume@aps.anl.gov>
681
682        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
683
6842004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
685
686        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
687
6882004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
689
690        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
691        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
692
6932004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
694
695        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
696
6972004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
698
699        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
700        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
701
7022004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
703
704        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
705        BITSPERBYTE.
706
7072004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
708
709        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
710        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
711
7122004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
713
714        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
715
7162004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
717
718        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
719        * aclocal/enable-bare.m4: Remove.
720        * configure.ac: Remove BARE_CPU_MODEL.
721
7222004-10-13      Eric Norum <norume@aps.anl.gov>
723
724        PR 688/bsps
725        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
726        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
727        MC146818A (and several Dallas Semiconductor) TOD chips.
728
7292004-10-13      Eric Norum <norume@aps.anl.gov>
730
731        PR 686/networking
732        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
733        device code.
734
7352004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
736
737        * libchip/network/dec21140.c: include <rtems/pci.h>.
738
7392004-09-29      Joel Sherrill <joel@OARcorp.com>
740
741        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
742        libnetworking/pppd/utils.c: i960 obsoleted and all references
743        removed.
744
7452004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
746
747        PR 607/networking
748        * libchip/network/dec21140.c: Made PCI configuration minimum sane
749        instead of fully specifying unused PCI features.
750
7512004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
752
753        * configure.ac: Require automake > 1.9.
754
7552004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
756
757        * aclocal/rtems-cpu-subdirs.m4: Add avr.
758
7592004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
760
761        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
762        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
763
7642004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
765
766        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
767        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
768
7692004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
770
771        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
772
7732004-07-28  Joel Sherrill <joel@OARcorp.com>
774
775    * aclocal/version.m4: Updated to rtems-4.6.99.1.
776
7772004-07-25      Joel Sherrill <joel@OARcorp.com>
778
779        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
780
7812004-05-21  Till Strauman <strauman@slac.stanford.edu>
782
783        PR 625/networking
784        * libchip/network/dec21140.c, ... : Prevent name clashes by making
785        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
786        an error rather than panic if no chip is detected (thus allowing
787        for probing).
788        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
789        instead of looping forever.  Avoid divide by zero (crashed my PC).
790        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
791        they are UNTESTED.
792
7932004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
794
795        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
796
7972004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
798
799        * libchip/network/dec21140.c, libchip/network/elnk.c:
800        #include <errno.h>.
801
8022004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
803
804        * libchip/network/if_media.h: Update from FreeBSD.
805        * libchip/network/open_eth.c, libchip/network/cs8900.c,
806        libchip/network/i82586.c: #include <errno.h>.
807
8082004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
809
810        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
811
8122004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
813
814        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
815
8162004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
817
818        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
819        automake).
820
8212004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
822
823        PR 599/pppd
824        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
825
8262004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
827
828        * optman/rtems/no-region.c: Reflect having changed
829        rtems_region_get_segment_size.
830
8312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
832
833        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
834        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
835        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
836        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
837        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
838        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
839        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
840
8412004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
842
843        * libchip/ide/ata.c, libchip/network/dec21140.c,
844        libchip/network/elnk.c, libchip/network/i82586.c,
845        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
846        libchip/network/open_eth.c, libchip/network/sonic.c,
847        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
848        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
849        libchip/shmdr/init.c, libchip/shmdr/intr.c,
850        libchip/shmdr/shm_driver.h: Cosmetics.
851
8522004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
853
854        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
855        optman/rtems/no-msg.c, optman/rtems/no-part.c,
856        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
857        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
858        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
859        fixed size types.
860
8612004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
862
863        * configure.ac: Explicitly pass --includedir and --libdir to
864        cpukit/configure.
865
8662004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
867
868        * librdbg/Makefile.am: Fix rpcgen rules.
869        * librdbg/src/i386/any/remdeb_xdr.c,
870        librdbg/src/m68k/any/remdeb_xdr.c,
871        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
872        Reflect changes to librdbg/Makefile.am.
873
8742004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
875
876        * configure.ac: Reflect changes testsuites/configure.ac and
877        cpukit/configure.ac.
878
8792004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
880
881        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
882        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
883
8842004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
885
886        * configure.ac: Reflect changes to testsuites's configuration.
887
8882004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
889
890        PR/589 rtems
891        * libchip/network/pci.h: Remove (Moved to cpukit).
892
8932004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
894
895        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
896        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
897        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
898        libchip/network/dec21140.c, libchip/network/elnk.c,
899        libchip/network/if_fxp.c, libchip/network/open_eth.c,
900        libchip/network/open_eth.h, libchip/network/sonic.c,
901        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
902        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
903        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
904        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
905        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
906        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
907        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
908        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
909        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
910        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
911        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
912        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
913        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
914        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
915        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
916        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
917        fixed-size types.
918
9192004-03-14      Chris Johns  <chrisj@rtems.org>
920
921        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
922        the BSP example code.
923        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
924        support the DIMMPC. This is a pc386 target with IO port support. Minor
925        formating clean up. Add documentation to the header file.
926        * libchip/network/README.cs8900: The CS8900 driver is documented in the
927        cs8900.h header file.
928
9292004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
932        Cosmetics.
933
9342004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
935
936        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
937        There are no application level Makefiles in here.
938
9392004-03-04      Joel Sherrill <joel@OARcorp.com>
940
941        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
942        they can be used in application level makefiles.
943
9442004-03-05      Joel Sherrill <joel@OARcorp.com>
945
946        * libnetworking/rtems_webserver/ejparse.c,
947        libnetworking/rtems_webserver/emfdb.c,
948        libnetworking/rtems_webserver/sock.c,
949        libnetworking/rtems_webserver/socket.c,
950        libnetworking/rtems_webserver/sym.c,
951        libnetworking/rtems_webserver/webs.c,
952        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
9532004-03-05      Joel Sherrill <joel@OARcorp.com>
954
955        * libchipnetwork/open_eth.c: Remove warnings by conditionally
956        compiling this file only only those CPU families with supported
957        exception models.
958
9592004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
960
961        * acinclude.m4: Fix loosing arguments when configuring cpukit and
962        testsuites (Was exposed with --enable-multilib, only).
963        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
964         Add RTEMS_BSP_CONFIG_SUBDIR.
965        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
966        testsuites's configure.
967        * aclocal/rtems-top.m4: Remove ENDIF hack.
968        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
969
9702004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
973        wrapup/Makefile.am: Fix automake problems having been introduced
974        in previous patch.
975
9762004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
979        Preinstall dirs.
980        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
981        * aclocal/check-multiprocessing.m4: Cosmetics.
982        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
983        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
984
9852004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
986
987        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
988        librdbg/src/Makefile.am.
989        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
990        * configure.ac: Reflect changes above.
991        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
992        * wrapup/Makefile.am: Reflect changes above.
993        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
994
9952004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
996
997        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
998
9992004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1002
10032004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1006
10072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1010        librdbg/src/powerpc/Makefile.am: Remove.
1011        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1012        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1013        * configure.ac: Reflect changes above.
1014
10152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1016
1017
10182004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1019
1020        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1021        STRIP.
1022
10232004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1024
1025        * librdbg/include/Makefile.am: Merge-in
1026        librdbg/include/rdbg/i386/Makefile.am,
1027        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1028        librdbg/include/rdbg/powerpc/Makefile.am.
1029        * librdbg/include/rdbg/i386/Makefile.am,
1030        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1031        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1032        * configure.ac: Reflect changes above.
1033
10342004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1035
1036        * configure.ac: Use AS_HELP_STRING(ada).
1037
10382004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1039
1040        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1041        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1042        Use AC_CONFIG_HEADERS.
1043        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1044        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1045
10462004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1047
1048        * Makefile.am: include local.am.
1049
10502004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1051
1052        * aclocal/version.m4: 4.6.99.0.
1053
10542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1055
1056        * Makefile.am: Don't include host.am.
1057        * automake/compile.am: Further cleanups.
1058
10592004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1060
1061        * automake/lib.am: Remove (Unused).
1062
10632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1064
1065        * wrapup/Makefile.am: Don't include lib.am.
1066        * automake/compile.am: Use automake compilation rules.
1067
10682004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1069
1070        * libnetworking/pppd/Makefile.am,
1071        libnetworking/rtems_servers/Makefile.am,
1072        libnetworking/rtems_telnetd/Makefile.am,
1073        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1074        support/Makefile.am: Don't include lib.am.
1075
10762004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * libchip/Makefile.am: Don't include lib.am.
1079        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1080        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1081        unnecessary EXTRA_DISTs.
1082
10832004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1084
1085        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1086        hack.
1087
10882004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1091        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1092        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1093        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1094
10952004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1098        Add AM_CONDITIONAL(HAS_MP).
1099        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1100        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1101        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1102        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1103        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1104        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1105        (Deprecated by autoconf 2.59).
1106
11072004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1108
1109        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1110        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1111
11122004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * ChangeLog: Merge-in libnetworking/ChangeLog.
1115        * libnetworking/ChangeLog: Remove.
1116        * ChangeLog: Merge-in librdbg/ChangeLog.
1117        * librdbg/ChangeLog: Remove.
1118        * ChangeLog: Merge-in libchip/ChangeLog.
1119        * libchip/ChangeLog: Remove.
1120        * ChangeLog: Merge-in optman/ChangeLog.
1121        * optman/ChangeLog: Remove.
1122
11232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1124
1125        * configure.ac: Reflect changes to cpukit.
1126        * wrapup/Makefile.am: Reflect changes to librdbg.
1127        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1128        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1129        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1130        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1131        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1132        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1133        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1134        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1135        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1136
11372004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1138
1139        * aclocal/rtems-top.m4: Remove check for version.m4.
1140        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1141
11422004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1143
1144        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1145        * wrapup/Makefile.am: Reflect changes to libchip/*.
1146        * support/Makefile.am: Use automake compilation rules.
1147        * wrapup/Makefile.am: Reflect changes to support/*.
1148        * configure.ac: Remove libnetworking/wrapup/Makefile.
1149        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1150        libnetworking/*/lib*.a instead of libnetapps.a.
1151        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1152        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1153        * optman/Makefile.am: Use automake compilation rules.
1154        * libchip/Makefile.am: Fix typo in previous patch.
1155        * libchip/Makefile.am: Use automake compilation rules.
1156        * libnetworking/Makefile.am: Remove wrapup.
1157        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1158        automake-compilation rules.
1159        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1160        automake-compilation rules.
1161        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1162        automake-compilation rules.
1163        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1164        automake-compilation rules.
1165        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1166
11672004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1168
1169        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1170        PRE/TMPINSTALL_FILES to CLEANFILES.
1171        * automake/lib.am: Remove TMPINSTALL_FILES.
1172        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1173        PRE/TMPINSTALL_FILES to CLEANFILES.
1174        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1175        PRE/TMPINSTALL_FILES to CLEANFILES.
1176        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1177        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1178        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1179        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1180        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1181        * librdbg/src/i386/Makefile.am: Ditto.
1182        * librdbg/src/m68k/Makefile.am: Ditto.
1183        * librdbg/src/powerpc/Makefile.am: Ditto.
1184        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1185        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1186        * libnetworking/rtems_servers/Makefile.am: Ditto.
1187        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1188        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1189
11902004-01-07      Joel Sherrill <joel@OARcorp.com>
1191
1192        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1193        more completely covers the MIPS family.
1194
11952003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1196
1197        * wrapup/Makefile.am: Reflect changes to shmdr.
1198        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1199
12002003-12-18      Joel Sherrill <joel@OARcorp.com>
1201
1202        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1203        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1204        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1205        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1206        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1207        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1208        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1209
12102003-12-17      Joel Sherrill <joel@OARcorp.com>
1211
1212        * aclocal/version.m4: Updated to rtems-20031217-test.
1213
12142003-12-17     
1215
1216        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1217        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1218
12192003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1220
1221        * automake/compile.am: Remove LINK_LIBS (Unused).
1222        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1223
12242003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1225
1226        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1227        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1228        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1229        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1230        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1231
12322003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1233
1234        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1235        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1236        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1237        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1238        * librdbg/src/i386/Makefile.am:
1239        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1240        * librdbg/src/m68k/Makefile.am:
1241        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1242        * librdbg/src/powerpc/Makefile.am:
1243        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1244
12452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1246
1247        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1248        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1249        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1250        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1251        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1252        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1253        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1254        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1255        * optman/Makefile.am: Remove project_libdir.
1256        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1257        PRE/TMPINSTALL_FILES.
1258        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1259        PRE/TMPINSTALL_FILES.
1260        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1261        PRE/TMPINSTALL_FILES.
1262        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1263        PRE/TMPINSTALL_FILES.
1264        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1265        from PRE/TMPINSTALL_FILES.
1266        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1267        PRE/TMPINSTALL_FILES.
1268        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1269        PRE/TMPINSTALL_FILES.
1270        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1271        PRE/TMPINSTALL_FILES.
1272        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1273        PRE/TMPINSTALL_FILES.
1274        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1275        PRE/TMPINSTALL_FILES.
1276        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1277        PRE/TMPINSTALL_FILES.
1278        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1279        from PRE/TMPINSTALL_FILES.
1280
12812003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1282
1283        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1284        * automake/lib.am: Remove project_libdir.
1285        * wrapup/Makefile.am: Reworked.
1286
12872003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1288
1289        * configure.ac: Reflect changes to librdbg.
1290        * optman/Makefile.am: Add tmpinstall dirstamp support.
1291        * libchip/Makefile.am: Fix variant-tmpinstall support.
1292        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1293        * librdbg/src/powerpc/Makefile.am: Merge-in former
1294        new_exception_processing/Makefile.am.
1295        * librdbg/src/m68k/any/Makefile.am: Remove.
1296        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1297        * librdbg/src/i386/any/Makefile.am: Remove.
1298        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1299        * librdbg/src/Makefile.am: Cosmetics.
1300        * librdbg/include/Makefile.am: Cosmetics.
1301        * librdbg/Makefile.am: Cosmetics.
1302        * libnetworking/Makefile.am: Cosmetics.
1303        * libnetworking/pppd/Makefile.am: Cosmetics.
1304        * libnetworking/wrapup/Makefile.am: Cosmetics.
1305
13062003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1307
1308        * Makefile.am: Cosmetics.
1309        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1310        support.
1311
13122003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1313
1314        * automake/compile.am: Remove $(ARCH):-rule.
1315
13162003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1317
1318        * configure.ac: Remove lib/libbsp/shared/Makefile,
1319        lib/libbsp/shmdr/Makefile.
1320
13212003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1322
1323        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1324        libchip/serial/Makefile, libchip/rtc/Makefile.
1325        * support/Makefile.am: Remove all-local: $(ARCH).
1326        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1327        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1328        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1329        * optman/Makefile.am: Remove all-local: $(ARCH).
1330        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1331        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1332        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1333        compilation dirstamp support.
1334        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1335        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1336        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1337        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1338        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1339        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1340        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1341        all-local: $(ARCH).
1342        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1343        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1344        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1345        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1346        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1347
13482003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1349
1350        * aclocal/lead-dot.m4: New (from automake-1.7f).
1351        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1352        AC_SUBST(dirstamp).
1353        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1354        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1355        libchip/serial/Makefile.am: Ditto.
1356        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1357        * librdbg/include/Makefile.am: Ditto.
1358        * librdbg/include/rdbg/Makefile.am: Ditto.
1359        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1360        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1361        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1362        * librdbg/src/Makefile.am: Ditto.
1363        * librdbg/src/i386/Makefile.am: Ditto.
1364        * librdbg/src/i386/any/Makefile.am: Ditto.
1365        * librdbg/src/m68k/Makefile.am: Ditto.
1366        * librdbg/src/m68k/any/Makefile.am: Ditto.
1367        * librdbg/src/powerpc/Makefile.am: Ditto.
1368        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1369        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1370        preinstallation.
1371        * libnetworking/pppd/Makefile.am: Ditto.
1372        * libnetworking/rtems_servers/Makefile.am: Ditto.
1373        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1374        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1375        * libnetworking/wrapup/Makefile.am: Ditto.
1376
13772003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1378
1379        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1380        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1381        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1382        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1383        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1384        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1385        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1386        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1387        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1388        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1389        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1390        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1391        underquoting to silence automake-1.8.
1392
13932003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1394
1395        * configure.ac: Reflect having moved tests to ../../testsuites.
1396
13972003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1398
1399        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1400        * aclocal/canonical-host.m4: Remove.
1401        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1402        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1403
14042003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1405
1406        * aclocal/check-cpu.m4: Remove.
1407        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1408        * aclocal/canonical-target-name.m4: Add m4-quotes.
1409        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1410        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1411        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1412        * aclocal/check-networking.m4: Add m4-quotes. Require
1413        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1414        * aclocal/check-posix.m4: Add m4-quotes. Require
1415        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1416        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1417        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1418        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1419
14202003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1421
1422        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1423        * aclocal/bsp-alias.m4: Remove.
1424
14252003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1426
1427        * configure.ac: Make presence of tests/ optional.
1428
14292003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1430
1431        * aclocal/path-perl.m4: Remove (Unused).
1432
14332003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1434
1435        * automake/force-preinstall.am: Remove.
1436
14372003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1438
1439        PR 499/rtems_misc
1440        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1441        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1442        Configuration (Odd was forced) - Correction of Stop Bit configuration
1443        (inversed) - Correction of ISR Handler to call
1444        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1445        CTS Hardware flow control Configuration.
1446
14472003-09-04      Joel Sherrill <joel@OARcorp.com>
1448
1449        * lib/libcpu/shared/include/cache.h,
1450        lib/libcpu/shared/src/cache_aligned_malloc.c,
1451        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1452        license changed.
1453        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1454        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1455        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1456        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1457        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1458        for license changed.
1459        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1460        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1461        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1462        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1463        libchip/network/cs8900.h, libchip/network/dec21140.c,
1464        libchip/network/elnk.c, libchip/network/open_eth.c,
1465        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1466        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1467        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1468        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1469        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1470        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1471        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1472        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1473        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1474        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1475        libchip/serial/serial.h, libchip/serial/z85c30.c,
1476        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1477        libchip/serial/z85c30_reg.c: URL for license changed.
1478
14792003-09-03      Jiri Gaisler <jiri@gaisler.com>
1480
1481        PR 477/networking
1482        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1483        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1484        libchip/network/open_eth.h: New files.
1485
14862003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1487
1488        * aclocal/rtems-top.m4: Add RTEMS_API.
1489        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1490
14912003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1492
1493        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1494        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1495        @RTEMS_BSP@.cfg.
1496
14972003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1498
1499        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1500
15012003-08-20      Joel Sherrill <joel@OARcorp.com>
1502
1503        * libchip/network/cs8900.c: Correct copyright statements.
1504
15052003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1506
1507        * aclocal/check-itron.m4: Remove.
1508        * aclocal/enable-inlines.m4: Remove.
1509        * Makefile.am: Reflect having moved aclocal/.
1510        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1511        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1512        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1513        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1514        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1515        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1516        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1517        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1518        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1519        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1520        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1521        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1522        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1523        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1524        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1525        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1526        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1527        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1528        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1529        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1530        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1531        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1532        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1533        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1534        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1535        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1536        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1537        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1538        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1539        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1540        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1541        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1542        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1543        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1544        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1545        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1546        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1547        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1548        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1549        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1550        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1551        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1552        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1553        * aclocal/target.m4: New (Copied from ../../aclocal).
1554        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1555        * aclocal/version.m4: New (Copied from ../../aclocal).
1556
15572003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1558
1559        * configure.ac: Remove stray comments.
1560        * automake/local.am, automake/host.am: Remove "debug".
1561
15622003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1563
1564        * Makefile.am: Reflect having moved automake/.
1565        * lib/Makefile.am: Reflect having moved automake/.
1566        * support/Makefile.am: Reflect having moved automake/.
1567        * wrapup/Makefile.am: Reflect having moved automake/.
1568        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1569        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1570        from ../../automake).
1571        * optman/Makefile.am: Reflect having moved automake/.
1572        * libchip/Makefile.am: Reflect having moved automake/.
1573        * libchip/ide/Makefile.am: Reflect having moved automake/.
1574        * libchip/network/Makefile.am: Reflect having moved automake/.
1575        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1576        * libchip/serial/Makefile.am: Reflect having moved automake/.
1577        * librdbg/Makefile.am: Reflect having moved automake/.
1578        * librdbg/include/Makefile.am: Reflect having moved automake/.
1579        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1580        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1581        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1582        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1583        automake/.
1584        * librdbg/src/Makefile.am: Reflect having moved automake/.
1585        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1586        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1587        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1588        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1589        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1590        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1591        having moved automake/.
1592        * libnetworking/Makefile.am: Reflect having moved automake/.
1593        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1594        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1595        automake/.
1596        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1597        automake/.
1598        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1599        automake/.
1600        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1601
16022003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1603
1604        * Makefile.am: Add bsp.pc.in.
1605        * bsp.pc.in: New (pkgconfig support).
1606
16072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1608
1609        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1610
16112003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1612
1613        * lib/Makefile.am: New (Required by 'make dist').
1614        * lib/ChangeLog: Remove.
1615        * lib/.cvsignore: Cleanup.
1616        * configure.ac: Reflect having added lib/Makefile.am.
1617        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1618        lib/libbsp/configure.ac.
1619        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1620        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1621
16222003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1623
1624        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1625        * configure.ac: Merge-in librdbg/configure.ac.
1626        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1627        librdbg/configure.ac.
1628        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1629        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1630        LIBCHIP. Conditionally build include-dirs.
1631        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1632        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1633        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1634        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1635        librdbg/include/rdbg/m68k/Makefile.am,
1636        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1637        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1638        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1639        librdbg/src/powerpc/Makefile.am, librdbg/
1640        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1641        configure.ac into ../configure.ac.
1642        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1643        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1644        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1645        libnetworking/rtems_telnetd/Makefile.am,
1646        libnetworking/rtems_webserver/Makefile.am,
1647        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1648        into ../configure.ac.
1649
16502003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1651
1652        PR 427/rtems
1653        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1654        * librdbg/src/servtsp.c: Ditto.
1655
16562003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1657
1658        PR 429/bsps
1659        PR 432/bsps
1660        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1661        packets are queued onto an elnk board, the ISR will deadlock the device
1662        with a tx complete interrupt.  Lighter tx loads are not affected as they
1663        end up submitting single packets to the device.
1664
16652003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1666
1667        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1668        optman/configure.ac.
1669        * optman/configure.ac: Remove (Merged into ../configure.ac).
1670        * optman/Makefile.am: Reflect having merged configure.ac into
1671        ../configure.ac.
1672        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1673        * libchip/Makefile.am, libchip/ide/Makefile.am,
1674        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1675        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1676        ../configure.ac.
1677
16782003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1679
1680        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1681
16822003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1683
1684        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1685        on i386.
1686
16872003-06-13      Joel Sherrill <joel@OARcorp.com>
1688
1689        * libnetworking/pppd/chat.c: Removed warnings.
1690
16912003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1692
1693        * libchip/network/README.3com: New file missed in previous commit.
1694        PR 405/bsps
1695        PR 393/networking
1696        * libchip/network/dec21140.c: Fix leak also known as PR393.
1697        * libchip/network/elnk.c, libchip/network/if_media.h,
1698        libchip/network/mii.h: New files.
1699        * libchip/network/Makefile.am: Reflect new files.
1700
17012003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1702
1703        * configure.ac: Remove support for profile-variant.
1704
17052003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1706
1707        PR 397/pppd
1708        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1709        * libnetworking/pppd/magic.c: Remove *rand48.
1710        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1711
17122003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1713
1714        * wrapup/Makefile.am: Add libide.a.
1715
17162003-04-15      Joel Sherrill <joel@OARcorp.com>
1717
1718        PR 387/rtems_misc
1719        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1720        routines.
1721        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1722
17232003-04-11      Joel Sherrill <joel@OARcorp.com>
1724
1725        * libnetworking/rtems_webserver/cgi.c,
1726        libnetworking/rtems_webserver/sockGen.c,
1727        libnetworking/rtems_webserver/umui.c,
1728        libnetworking/rtems_webserver/websSSL.c,
1729        libnetworking/rtems_webserver/websSSL.h,
1730        libnetworking/rtems_webserver/websda.c,
1731        libnetworking/rtems_webserver/websda.h: New files. Not included in
1732        previous commit.
1733
17342003-04-10      Joel Sherrill <joel@OARcorp.com>
1735
1736        PR 371/pppd
1737        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1738        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1739        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1740        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1741        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1742        still global symbols in rtemspppd.h which might need to be changed or
1743        converted into member of a structure which is dereferenced with a
1744        pointer that is managed as a per task variable. But this patch should
1745        avoid many conflicts.
1746
17472003-03-27      Joel Sherrill <joel@OARcorp.com>
1748
1749        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1750        not allowed in the cpukit source code since it must be buildable
1751        independent of any BSP. These files were moved to libchip/ide.
1752        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1753        files.
1754
17552003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1756
1757        PR 368/filesystems
1758        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1759        improvements which now work on pc386 and mbx8xx.
1760        * libchip/ide/ide_controller.c: New file.
1761
17622003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1763
1764        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1765
17662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1767
1768        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1769        * configure.ac: Add support/.
1770        * support/.cvsignore: New.
1771        * support/Makefile.am: New.
1772        * support/version.c: New.
1773        * wrapup/Makefile.am: Add support/libsupport.a.
1774        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1775        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1776        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1777        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1778
17792003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1780
1781        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1782
17832003-02-20      Till Straumann <strauman@slac.stanford.edu>
1784
1785        PR 354/networking
1786        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1787        chip against a table of supported chips. The untested ones are still
1788        commented out, however.
1789
17902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1791
1792        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1793        * configure.ac: AC_PREREQ(2.57).
1794        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1795        * optman/configure.ac: AC_PREREQ(2.57).
1796        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1797        * libchip/configure.ac: AC_PREREQ(2.57).
1798        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1799        * librdbg/configure.ac: AC_PREREQ(2.57).
1800        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1801        * libnetworking/configure.ac: AC_PREREQ(2.57).
1802
18032003-02-06      Joel Sherrill <joel@OARcorp.com>
1804
1805        * libnetworking/pppd/chat.c: Convert routines with common names to
1806        static. This included get_char(), put_char(), and character() among
1807        others.
1808
18092003-02-03      Joel Sherrill <joel@OARcorp.com>
1810
1811        PR 338/filesystem
1812        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1813        rtems_io_lookup_name() (API change).  Unused function removed.
1814
18152003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1816
1817        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1818        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1819        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1820        Eliminate *_O_FILES.
1821        * libnetworking/rtems_servers/Makefile.am,
1822        libnetworking/rtems_webserver/Makefile.am,
1823        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1824
18252002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1826
1827        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1828        Let all-local: depend on $(LIB).
1829        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1830        * optman/Makefile.am: Apply install-data-local to install *.rels.
1831
18322002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1833
1834        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1835        %.c rules.
1836        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1837        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1838        * libchip/rtc/Makefile.am: Ditto.
1839        * libchip/serial/Makefile.am: Ditto.
1840
18412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1842
1843        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1844        LIBC_DEFINES.
1845        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1846        LIBC_DEFINES.
1847        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1848        LIBC_DEFINES.
1849
18502002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1851
1852        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1853
18542002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1855
1856        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1857        cache-checking.
1858        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1859
18602002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1861
1862        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1863        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1864        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1865        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1866        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1867
18682002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1869
1870        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1871        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1872        Remove.
1873        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1874
18752002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1876
1877        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1878        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1879
18802002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1881
1882        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1883        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1884
18852002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1886
1887        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1888        * optman/rel.am: New.
1889
18902002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1891
1892        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1893        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1894        braino in comment on "exec". Extend --enable-ada handling.
1895
18962002-11-04      Joel Sherrill <joel@OARcorp.com>
1897
1898        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1899        tasks and rolling multiple loops into 1.
1900        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1901        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1902        Removed warnings.
1903
19042002-10-31      Joel Sherrill <joel@OARcorp.com>
1905
1906        * libchip/network/dec21140.c: Removed warnings.
1907        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1908        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1909        librdbg/src/m68k/any/remdeb_xdr.c,
1910        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1911        warnings.
1912        * libnetworking/rtems_webserver/socket.c,
1913        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1914
19152002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1916
1917        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1918        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1919        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1920        above.
1921
19222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1923
1924        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1925        * wrapup/.cvsignore: Remove autom4te.cache.
1926        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1927        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1928        autom4te.cache.
1929        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1930        autom4te.cache.
1931        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1932        autom4te.cache.
1933
19342002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1935
1936        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1937
19382002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1939
1940        * optman/.cvsignore: Add autom4te.cache.
1941
19422002-09-14      Joel Sherrill <joel@OARcorp.com>
1943
1944        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1945
19462002-09-07      Joel Sherrill <joel@OARcorp.com>
1947
1948        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1949        include files to resolve warnings.
1950
19512002-09-07      Chris Johns <ccj@acm.org>
1952
1953        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1954        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1955        which corrects the problem  where the cs8900.c file was actually the BSP
1956        glue.  Joel did some hacking so this file will compile.  Previously it
1957        required providing a target.h file to compile.
1958        * libchip/network/cs8900.c.bsp: New file.
1959
19602002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1961
1962        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1963
19642002-08-31      Joel Sherrill <joel@OARcorp.com>
1965
1966        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1967        eliminate warning.
1968
19692002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1970
1971        * configure.ac: Add ada-tests.
1972
19732002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1974
1975        * Makefile.am: Add preinstall-stamp.
1976
19772002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1978
1979        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1980        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1981        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1982        gcc31 happy.
1983        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1984        cp.
1985
19862002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1987
1988        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1989        make/bsp.mak.
1990        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1991        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1992
19932002-08-12      Joel Sherrill <joel@OARcorp.com>
1994
1995        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1996        avoid error.
1997
19982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1999
2000        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2001        * configure.ac: Add BSP_SUBDIRS.
2002        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2003        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2004        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2005        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2006        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2007        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2008        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2009        RTEMS_CHECK_BSP_CACHE.
2010        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2011        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2012        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2013        .$(OBJEXT) instead of .o.
2014        * libnetworking/pppd/Makefile.am,
2015        libnetworking/rtems_servers/Makefile.am,
2016        libnetworking/rtems_telnetd/Makefile.am,
2017        libnetworking/rtems_webserver/Makefile.am,
2018        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2019
20202002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2021
2022        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2023        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2024        ../libchip/serial/$(ARCH)/libserialio.a.
2025        * libchip/serial/Makefile.am: Don't tmp-install lib.
2026        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2027
20282002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2029
2030        * Makefile.am: Add rtems_makedir.
2031        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2032        * Makefile.am: Add wrapup-SUBDIR.
2033        * wrapup/ChangeLog: Remove.
2034        * wrapup/configure.ac: Remove.
2035        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2036        (Make the bare BSP happy).
2037        * configure.ac: Ditto.
2038        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2039        Create make/custom/default.cfg.
2040        * configure.ac: Add creation of make/custom/*.cfg. Create
2041        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2042
20432002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2044
2045        * Makefile.am: Clean $(PROJECT_RELEASE).
2046
20472002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2048
2049        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2050        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2051        prototype mismatches.
2052
20532002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2054
2055        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2056        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2057
20582002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2059
2060        * acinclude.m4: Add test "$multilib" != "yes".
2061        * config-ml.in: Remove.
2062        * acinclude.m4: Cleanups.
2063        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2064        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2065        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2066        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2067        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2068
20692002-07-16      Eric Norum <eric.norum@usask.ca>
2070
2071        * New driver for the Intel EtherExpressPro (82559ER) chip.
2072        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2073        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2074        * libchip/network/Makefile.am: Modified to reflect above.
2075
20762002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2077
2078        * acinclude.m4: New.
2079        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2080        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2081        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2082
20832002-07-01      Joel Sherrill <joel@OARcorp.com>
2084
2085        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2086        _Objects_Information_table now that it is a two dimensional array based
2087        upon API and class.
2088        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2089        of strnlen().
2090
20912002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2092
2093        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2094        preinstall libnetapps.a.
2095
20962002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2097
2098        * configure.ac: Remove librpc.
2099
21002002-06-25      Joel Sherrill <joel@OARcorp.com>
2101
2102        * Per PR233, moved librpc to exec.
2103        * configure.ac, wrapup/Makefile.am: Modified.
2104        * librpc, librpc/ChangeLog: Removed.
2105
21062002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2107
2108        * optman/Makefile.am: Remove multilib support.
2109        * optman/configure.ac: Ditto.
2110        * optman/sapi/Makefile.am: Ditto.
2111
21122002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2113
2114        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2115        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2116
21172002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2118
2119        Move networking libraries to c/src/exec/libnetworking
2120        * libnetworking/configure.ac, libnetworking/Makefile.am,
2121        libnetworking/wrapup/Makefile.am: Reflect Moval.
2122
21232002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2124
2125        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2126        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2127        <rtems/bspIo.h>.
2128
21292002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2130
2131        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2132        * libnetworking/rtems/mkrootfs.h: Ditto.
2133        * libnetworking/rtems/Makefile.am: Reflect changes above.
2134
21352002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2136
2137        * configure.ac: Remove lib.
2138
21392002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2140
2141        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2142        that exception stack frames on M68K members with VBR always are 6 byte
2143        long. The incorrect assumption resulted in some gdb commands like "next"
2144        to fail on the 68360.
2145
21462002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2147
2148        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2149        PR 220
2150        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2151        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2152        CVS.
2153        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2154        libnetworking/sys/filio.h: Remove.
2155        * libnetworking/sys/Makefile.am: Reflect changes above.
2156
21572002-05-07      Chris Johns <ccj@acm.org>
2158
2159        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2160        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2161        requires it to be stripped.
2162
21632002-05-01      Eric Norum <eric.norum@usask.ca>
2164
2165        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2166        assembly  to satisfy gcc 3.1 and newer.
2167
21682002-04-26      Eric Norum <eric.norum@usask.ca>
2169
2170        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2171        agressive optimization in gcc 3.1 does not reorder things.
2172
21732002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2174
2175        * libchip/network/dec21140.c: Reflect changes to powerpc's
2176        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2177        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2178        <rtems/score/cpu.h>.
2179        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2180        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2181
21822002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2183
2184        * optman/configure.ac: Remove ENABLE_GCC28.
2185
21862002-04-11      Chris Johns <ccj@acm.org>
2187
2188        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2189        driver control block field to the ifconfig network driver structure.
2190        This field is needed by the i82586 driver which was ported from NetBSD
2191        as it had better hardware abstraction.
2192        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2193        PR59, added the drv_ctrl driver control block field to the ifconfig
2194        network driver structure. This field is needed by the i82586 driver
2195        which was ported from NetBSD as it had better hardware abstraction.
2196
21972002-04-10      Mike Siers <mikes@poliac.com>
2198
2199        * libnetworking/rtems_webserver/NOTES,
2200        libnetworking/rtems_webserver/asp.c,
2201        libnetworking/rtems_webserver/balloc.c,
2202        libnetworking/rtems_webserver/default.c,
2203        libnetworking/rtems_webserver/ej.h,
2204        libnetworking/rtems_webserver/ejIntrn.h,
2205        libnetworking/rtems_webserver/ejlex.c,
2206        libnetworking/rtems_webserver/ejparse.c,
2207        libnetworking/rtems_webserver/emfdb.c,
2208        libnetworking/rtems_webserver/emfdb.h,
2209        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2210        libnetworking/rtems_webserver/handler.c,
2211        libnetworking/rtems_webserver/license.txt,
2212        libnetworking/rtems_webserver/md5.h,
2213        libnetworking/rtems_webserver/md5c.c,
2214        libnetworking/rtems_webserver/mime.c,
2215        libnetworking/rtems_webserver/misc.c,
2216        libnetworking/rtems_webserver/ringq.c,
2217        libnetworking/rtems_webserver/rom.c,
2218        libnetworking/rtems_webserver/security.c,
2219        libnetworking/rtems_webserver/sock.c,
2220        libnetworking/rtems_webserver/sym.c,
2221        libnetworking/rtems_webserver/uemf.c,
2222        libnetworking/rtems_webserver/uemf.h,
2223        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2224        libnetworking/rtems_webserver/url.c,
2225        libnetworking/rtems_webserver/value.c,
2226        libnetworking/rtems_webserver/wbase64.c,
2227        libnetworking/rtems_webserver/webcomp.c,
2228        libnetworking/rtems_webserver/webpage.c,
2229        libnetworking/rtems_webserver/webrom.c,
2230        libnetworking/rtems_webserver/webs.c,
2231        libnetworking/rtems_webserver/webs.h,
2232        libnetworking/rtems_webserver/websuemf.c,
2233        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2234        2.1.4.
2235
22362002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2237
2238        * libchip/network/i82586.c: Include <string.h>.
2239        * libchip/network/sonic.c: Ditto.
2240
22412002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2242
2243        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2244
22452002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2246
2247        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2248
22492002-03-27      Thomas.Doerfler@imd-systems.de
2250
2251        PR 144
2252        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2253        memory address 0 when called for the first time. This is done when
2254        trying to clear the variable "dhcp_hostname".
2255
22562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2257
2258        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2259        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2260        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2261        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2262        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2263        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2264        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2265        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2266        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2267        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2268        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2269        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2270        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2271        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2272        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2273        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2274        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2275        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2276        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2277        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2278        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2279        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2280        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2281        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2282        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2283        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2284        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2285        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2286        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2287        AUTOMAKE_OPTIONS.
2288        * libnetworking/configure.ac:
2289        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2290        foreign 1.6]).
2291        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2292        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2293        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2294        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2295        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2296        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2297        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2298        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2299        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2300        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2301        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2302        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2303        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2304        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2305        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2306        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2307        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2308
23092002-03-27      Ilya Alexeev <ilya@continuum.ru>
2310
2311        PR 162
2312        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2313        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2314        used in a device write routines.  Now ppp_softc structure have own
2315        character for writing to device (sc_outchar).  I think that converting
2316        local variables to static is not a right solution, because problems will
2317        occur in the case of two or more ppp instances.
2318        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2319        must be u_long, otherwise in the case of the big output packet endless
2320        loop may occur.
2321
23222002-03-21      Ilya Alexeev <ilya@continuum.ru>
2323
2324        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2325        preparations for multiple PPPD connections.
2326
23272002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2328
2329        PR 149
2330        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2331        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2332        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2333        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2334
23352002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2336
2337        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2338        * configure.ac: Modified to reflect addition.
2339
23402002-02-27      Ilya Alexeev <ilya@continuum.ru>
2341
2342        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2343        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2344        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2345        capabilities as well as eliminate some warnings.
2346
23472002-02-27      Eric Norum <eric.norum@usask.ca>
2348
2349        * libnetworking/net/radix.c: Properly handle fetching the default route
2350        when there is no route.  This was a bug in the original FreeBSD code and
2351        this fix is from an updated version of their code.
2352
23532002-02-16      Eric Norum <eric.norum@usask.ca>
2354
2355        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2356        checking.
2357
23582002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2359
2360        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2361        dodefaultroute.
2362
23632002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2364
2365        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2366        include <rtems/seterr.h>.
2367
23682002-02-01      Mike Siers <mikes@poliac.com>
2369
2370        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2371        avoid bringing the link down too fast. NOTE: Mike reports successfully
2372        running at 56K baud on a direct link.
2373
23742002-02-01      Eric Valette <valette@crf.canon.fr>
2375
2376        * librdbg/So many patches have been posted recently on the mailing list
2377        and  because we were unable to find correct solution to compile on
2378        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2379        because the coding  style of rdbg was rather inconsistant among various
2380        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2381        global coding style (using indent + manual edits), 2) incorporate/review
2382        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2383        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2384        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2385        after rdbg initialization is done, NB : the paches is huge but it is
2386        mainly due to coding styke chnages.  Only few lines of codes have been
2387        really changed and they do not impact  rdbg functionnality (AFAIKT).
2388        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2389        librdbg/include/rdbg/m68k/rdbg_f.h,
2390        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2391        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2392        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2393        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2394        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2395        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2396        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2397        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2398        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2399        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2400        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2401        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2402        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2403        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2404        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2405        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2406
24072002-01-31      Mike Siers <mikes@poliac.com>
2408
2409        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2410        * Nice Update of PPPD support which eliminates the requiremetn that
2411        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2412        and reports that it seems to be more stable and handle larger packets
2413        better.  This patch replaces the termios tasks with more general pppd
2414        network driver tasks.  The functions pppinput() and pppstart() get
2415        called from the interrupt service routine.
2416        * libnetworking/Makefile.am, libnetworking/configure.ac,
2417        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2418        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2419        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2420        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2421        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2422        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2423        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2424        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2425        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2426        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2427        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2428        libnetworking/net/route.c, libnetworking/net/route.h,
2429        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2430        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2431        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2432        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2433        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2434        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2435        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2436        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2437        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2438        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2439        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2440        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2441        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2442        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2443        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2444        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2445        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2446        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2447        libnetworking/pppd/example/README,
2448        libnetworking/pppd/example/netconfig.h,
2449        libnetworking/wrapup/Makefile.am: Modified.
2450        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2451        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2452        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2453        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2454        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2455        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2456        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2457        libnetworking/modem/pppcompress.c: Subdirectory removed.
2458
24592002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2460
2461        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2462        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2463
24642002-01-18      Till Straumann <strauman@slac.stanford.edu>
2465
2466        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2467        issues: - exception handler needs to enable MSR_FP if the interrupted
2468        thread is FP enabled. - printk message for MSR fixed and added
2469        stacktrace. NOTE: this requires the stacktrace patch to
2470        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2471        however).
2472
24732002-01-06      Joel Sherrill <joel@OARcorp.com>
2474
2475        * optman/.cvsignore: Added aclocal.m4 and configure.
2476        * optman/.cvsignore: New file.
2477
24782002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2479
2480        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2481
24822002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2483
2484        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2485        * optman/ChangeLog: New.
2486        * optman/configure.ac: New.
2487        * optman/Makefile.am: New.
2488        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2489        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2490
24912001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2492
2493        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2494
24952001-12-18      Eric Norum <eric.norum@usask.ca>
2496
2497        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2498        `directories' (path names with a / at the end) while disallowing open()
2499        operations on TFTP `directories'.
2500
25012001-12-07      Eric Norum <eric.norum@usask.ca>
2502
2503        * libnetworking/lib/tftpDriver.c: Restore write capability.
2504
25052001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2506
2507        * libchip/network/sonic.h: Fix typo.
2508        * libnetworking/arpa/Makefile.am: Remove stray lines.
2509
25102001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2511
2512        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2513
25142001-10-18      Eric Norum <eric.norum@usask.ca>
2515
2516        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2517        chdir() and open() operations within the TFTP file system.
2518
25192001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2520
2521        * librdbg/configure.ac: Fix latent bug exposed by removal of
2522        config.cache's which prevented powerpc targets librdbg from building.
2523
25242001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2525
2526        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2527        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2528        autoconf-2.52 happy.
2529
25302001-10-12      Mike Siers <mikes@poliac.com>
2531
2532        * libnetworking/Update to stable working state.  Congratulations Mike!
2533        :).
2534        * libnetworking/modem_example: Directory removed.
2535        * libnetworking/modem_example/16550.h,
2536        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2537        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2538        libnetworking/modem_example/ppp.h,
2539        libnetworking/modem_example/pppcompress.c: Files removed.
2540        * libnetworking/pppd/example/pppd.options: New file.
2541        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2542        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2543        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2544        libnetworking/pppd/rtemsmain.c: Updated.
2545
25462001-10-12      Joel Sherrill <joel@OARcorp.com>
2547
2548        * libchip/serial/z85c30.c: Fixed typo.
2549
25502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2551
2552        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2553        * configure.in: Remove.
2554        * configure.ac: New file, generated from configure.in by autoupdate.
2555        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2556        * libchip/configure.in: Remove.
2557        * libchip/configure.ac: New file, generated from configure.in by
2558        autoupdate.
2559        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2560        * librdbg/configure.in: Remove.
2561        * librdbg/configure.ac: New file, generated from configure.in by
2562        autoupdate.
2563        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2564        * libnetworking/configure.in: Remove.
2565        * libnetworking/configure.ac: New file, generated from configure.in by
2566        autoupdate.
2567
25682001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2569
2570        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2571        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2572        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2573
25742001-09-27      Joel Sherrill <joel@OARcorp.com>
2575
2576        * libchip/ChangeLog: Fixed typo in date.
2577
25782001-09-27      Eric Norum <eric.norum@usask.ca>
2579
2580        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2581        TFTP  filesystem.
2582
25832001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2584
2585        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2586        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2587        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2588        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2589        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2590        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2591        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2592        'PREINSTALL_FILES ='.
2593        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2594        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2595        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2596        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2597        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2598        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2599        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2600        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2601        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2602        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2603        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2604        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2605
26062001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2607
2608        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2609        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2610        * librdbg/src/m68k/any/Makefile.am: Ditto.
2611        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2612        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2613        happy.
2614
26152001-09-21      Joel Sherrill <joel@OARcorp.com>
2616
2617        * libchip/network/Makefile.am: Fixed typo on file name.
2618        * libchip/network/i82586.c: Commented out line 318 which is referencing
2619        a member of a structure that is not currently there.  This needs to be
2620        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2621        to C style.
2622
26232001-09-19      Eric Norum <eric.norum@usask.ca>
2624
2625        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2626
26272001-09-19      Chris Johns <ccj@acm.org>
2628
2629        * libchip/network/README.i82586, libchip/network/i82586.c,
2630        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2631        Network driver for Intel i82586.
2632        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2633        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2634        "root" filesystem with information obtained via the DHCP response.
2635
26362001-09-14      Eric Norum <eric.norum@usask.ca>
2637
2638        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2639        make gcc 3.x happy.
2640
26412001-08-16      Mike Siers <mikes@poliac.com>
2642
2643        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2644        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2645        These support callback functionality that has not even been compiled
2646        under RTEMS yet.
2647        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2648        example application.  Mike's notes on the modifications: - renamed
2649        error() function because of namespace problems - removed calls to the
2650        exit() funciton - removed extra files from the pppd source directory -
2651        defined pppd task constant values in rtemspppd.h - modifyied example
2652        code to get actual tick per second value - placed the pppd 2.3.11 man
2653        page file (pppd.8) into the pppd directory.
2654        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2655        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2656        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2657        libnetworking/pppd/rtems-ppp.c: Deleted.
2658        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2659        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2660        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2661        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2662        libnetworking/pppd/example/init.c,
2663        libnetworking/pppd/example/netconfig.h,
2664        libnetworking/pppd/example/ppp.conf,
2665        libnetworking/pppd/example/pppdapp.c,
2666        libnetworking/pppd/example/system.h: New files.
2667        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2668        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2669        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2670        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2671        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2672        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2673        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2674        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2675        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2676        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2677        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2678        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2679        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2680        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2681        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2682
26832001-08-16      Joel Sherrill <joel@OARcorp.com>
2684
2685        * libnetworking/pppd/example/Makefile: Removed.
2686        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2687        to avoid bootstrap -c clobbering it.
2688        * libnetworking/rtems_telnetd/.cvsignore: New file.
2689
26902001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2691
2692        * libnetworking/Makefile.am, libnetworking/configure.in,
2693        libnetworking/rtems_servers/Makefile.am,
2694        libnetworking/rtems_servers/telnetd.c,
2695        libnetworking/rtems_servers/telnetd.h,
2696        libnetworking/rtems_telnetd/Makefile.am,
2697        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2698        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2699        libnetworking/rtems_telnetd/telnetd.c,
2700        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2701        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2702        effect when ftpd change. - the tcp/ip stats have been implemented into
2703        icmds.c and started when telnetd daemon is started.
2704        * libnetworking/rtems_servers/telnetd.c,
2705        libnetworking/rtems_servers/telnetd.h: Removed.
2706        * libnetworking/rtems_telnetd: New directory.
2707        * libnetworking/rtems_telnetd/Makefile.am,
2708        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2709        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2710        libnetworking/rtems_telnetd/telnetd.c,
2711        libnetworking/rtems_telnetd/telnetd.h: New files.
2712
27132001-06-14      Joel Sherrill <joel@OARcorp.com>
2714
2715        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2716        Moved from libmisc/shell so the network stack to address network
2717        depenendency.
2718        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2719
27202001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2721
2722        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2723
27242001-05-15      Joel Sherrill <joel@OARcorp.com>
2725
2726        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2727        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2728        accidentally deleted the incorrectly empty versions.
2729
27302001-05-14      Till Straumann <strauman@slac.stanford.edu>
2731
2732        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2733        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2734        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2735        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2736        to know the values) - the affected BSP (shared/motorola) headers have
2737        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2738        driver (libchip/network/dec21140.c) has been fixed to use
2739        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2740        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2741        who is using this driver. - the DEC driver also has been fixed to use
2742        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2743        delay_in_bus_cycles().
2744
27452001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2746
2747        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2748
27492001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2750
2751        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2752
27532001-04-24      Eric Norum <eric.norum@usask.ca>
2754
2755        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2756        NTP synchronization a little more robust -- no NTP daemon yet, but at
2757        least it trys a little harder when the primary NTP server is down.
2758
27592001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2760
2761        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2762        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2763        libnetworking/pppd/modem_example/modem.c,
2764        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2765        other strings into English.
2766        * libnetworking/pppd/STATUS: updated to reflect the changes.
2767
27682001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2769
2770        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2771        again.
2772
27732001-04-20      Eric Valette <valette@crf.canon.fr>
2774
2775        * mcp750 directory renamed new_exception processing as it supports many
2776        more CPU models.
2777        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2778        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2779        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2780        formerly in mcp750 plus modifications.
2781        * librdbg/src/powerpc/mcp750/.cvsignore,
2782        librdbg/src/powerpc/mcp750/Makefile.am,
2783        librdbg/src/powerpc/mcp750/remdeb.h,
2784        librdbg/src/powerpc/mcp750/remdeb_f.x,
2785        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2786        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2787        new_exception_processing.
2788        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2789        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2790        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2791        part of this effort to add support for the MPC8xx.
2792
27932001-04-19      Joel Sherrill <joel@OARcorp.com>
2794
2795        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2796        internal include files.
2797
27982001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2799
2800        PR 158
2801        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2802        rcmd() library call by commenting out the parts that deal with signals.
2803        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2804        stdio. The 'server-side' parts of this file which deal with
2805        authentication are disabled since they are not needed.
2806
28072001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2808
2809        * libnetworking/include/.cvsignore: Remove dangling file.
2810
28112001-03-14      Joel Sherrill <joel@OARcorp.com>
2812
2813        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2814        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2815        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2816        libchip style serial drivers can be written in libcpu or libbsp.
2817
28182001-03-01      Joel Sherrill <joel@OARcorp.com>
2819
2820        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2821        libchip/network/sonic.c, libchip/network/sonic.h,
2822        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2823        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2824        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2825        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2826        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2827        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2828        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2829        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2830
28312001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2832
2833        * librdbg/include/rdbg/Makefile.am,
2834        librdbg/include/rdbg/i386/Makefile.am,
2835        librdbg/include/rdbg/m68k/Makefile.am,
2836        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2837        style on include files.
2838
28392001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2840
2841        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2842        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2843        replace ${..} with $(..).
2844        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2845        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2846        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2847        libnetworking/rtems/Makefile.am, libnetworking/
2848        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2849        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2850        include_*HEADERS instead of H_FILES.
2851        * libnetworking/include/Makefile.am: Remove.
2852        * libnetworking/Makefile.am: Add handling of *.h files.
2853        * libnetworking/configure.in: Remove include/Makefile.
2854
28552001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2856
2857        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2858
28592001-01-31      Sergei Organov <osv@javad.ru>
2860
2861        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2862        current dir and root dir removed in favor of new libio support for
2863        task-local current and root directories. - Bug in `close_data_socket()'
2864        introduced by previous change fixed. - `command_pasv()' changed to set
2865        timeout on socket we are listening on and code fixed to don't close
2866        socket twice on error. - `serr()' changed to clear `errno'. -
2867        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2868        changed to clear `errno' before processing session. -
2869        `close_data_socket()' fixed to close both active and passive sockets -
2870        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2871        empty string  in `exec_command()'.
2872
28732001-01-25      Eric Norum <eric.norum@usask.ca>
2874
2875        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2876        improves throughput on systems which are dropping packets.   Only the
2877        first timeout is reduced.  This keeps the number of extra packets down
2878        on networks that are very busy and dropping lots of packets.
2879
28802001-01-24      Sergei Organov <osv@javad.ru>
2881
2882        * libnetworking/rtems_servers/ftpd.c,
2883        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2884        - Timeouts on sockets implemented. 'idle' field added to configuration.
2885        No timeout by default to keep backward compatibility. Note: SITE IDLE
2886        command not implemented yet. - Basic global access control implemented.
2887        'access' field added to configuration. No access limitations by default
2888        to keep backward compatibility. - Anchor data socket for active mode
2889        (using self IP and port 20.) - Fixed default data port support (still
2890        not tested). - Don't allow IP address different from originating host in
2891        PORT command to improve security. - Fixed bug in MDTM command. - Check
2892        for correctness of parsing of argument in command_port(). - Fixed
2893        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2894        a directory. - Command parsing a little bit improved: command names are
2895        now converted to upper-case to be more compatible with RFC (command
2896        names are not case-sensitive.) - Reformat comments so that they have
2897        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2898        previous changes - True ASCII mode implemented (doesn't work for hooks
2899        and /dev/null) - Passive mode implemented, PASV command added. - Default
2900        port for data connection could be used (untested, can't find ftp client
2901        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2902        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2903
29042001-01-18      Joel Sherrill <joel@OARcorp.com>
2905
2906        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2907        macro using variable arguments.
2908        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2909        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2910        since I updated the main RTEMS development machine to RedHat 7.2 and
2911        apparently got a new version of rpcgen.
2912
29132001-01-12      Sergei Organov <osv@javad.ru>
2914
2915        * libnetworking/rtems_servers/ftpd.c,
2916        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2917        - use pool of pre-created threads to handle sessions instead of
2918        creating/deleting threads on the fly - LIST output is now similar to
2919        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2920        happy with it. - LIST NAME now works (both for files and directories) -
2921        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2922        clients happy  - keep track of CWD for every session separately -
2923        ability to specify root directory name for FTPD in configuration table.
2924        FTPD will then create illusion for FTP clients that this is actually
2925        root directory. - ignore options sent in commands, thus LIST -al FILE
2926        works and doesn't try to list "-al" directory. - buffers are allocated
2927        on stack instead of heap where possible to eliminate malloc/free calls
2928        (avoid possible heap fragmentation troubles). - drop using of task
2929        notepad to pass parameters - use function arguments instead - use
2930        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2931        in socket() instead of AF_INET.
2932
29332001-01-02      Joel Sherrill <joel@OARcorp.com>
2934
2935        * libnetworking/CHANGELOG: Removed.
2936        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2937
29382000-12-14      Eric Norum <eric.norum@usask.ca>
2939
2940        * libnetworking/lib/tftpDriver.c: Added write capability.
2941
29422000-12-08      Joel Sherrill <joel@OARcorp.com>
2943
2944        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2945        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2946        numerous variable declarations conditional on PPP_COMPRESS and
2947        PPP_FILTER.  Commented out variables that were not used because the code
2948        using them was commented out. Removed totally unused variables.
2949        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2950        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2951
29522000-11-30      Joel Sherrill <joel@OARcorp.com>
2953
2954        * libnetworking/modem/ppp_tty.c: Changed to include
2955        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2956        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2957        * libnetworking/Makefile.am: Modified to reflect above.
2958
29592000-11-27      Joel Sherrill <joel@OARcorp.com>
2960
2961        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2962
29632000-11-25      Eric Norum <eric.norum@usask.ca>
2964
2965        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2966        core.
2967
29682000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2969
2970        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2971        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2972        subdir.
2973        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2974        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2975        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2976        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2977        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2978        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2979        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2980        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2981        ppp_tty.c and the real pppd main is in pppmain.c.
2982
29832000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2984
2985        * libchip/network/sonic.c: Added ipalign() routine to align the received
2986        packet so that the ip header is on a 32-bit boundary. Necessary for
2987        cpu's that do not allow unaligned loads and stores and when the 32-bit
2988        DMA mode is used.
2989
29902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2991
2992        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2993        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2994        ACLOCAL_AMFLAGS.
2995        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2996        ACLOCAL_AMFLAGS.
2997        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2998        ACLOCAL_AMFLAGS.
2999
30002000-11-03      Chris Johns <ccj@acm.org>
3001
3002        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3003        libchip/network/cs8900.h: New files.
3004
30052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3006
3007        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3008        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3009        $(RTEMS_TOPdir)/aclocal.
3010        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3011        $(RTEMS_TOPdir)/aclocal.
3012        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3013        $(RTEMS_TOPdir)/aclocal.
3014
30152000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3016
3017        * configure.in: Switch to GNU-canonicalization.
3018        * Makefile.am: Reflect changes to configure.in.
3019        * acinclude.m4: Remove.
3020
30212000-10-30      Joel Sherrill <joel@OARcorp.com>
3022
3023        * POSIX include files merged into newlib.  This resulted in some
3024        definitions moving to other files and thus some secondary effects in
3025        RTEMS source code.
3026        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3027        in sync with newlib's <machine/types.h>.
3028        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3029        definition of struct itimerval in <sys/time.h>.
3030
30312000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3032
3033        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3034        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3035        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3036        * ChangeLog: Fix typos.
3037        * configure.in: add tests to the GNU canonicalized subdirectories.
3038
30392000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3040
3041        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3042        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3043        the lib directory before configuring lib/.
3044
30452000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3046
3047        * configure.in, Makefile.am: add exec to the GNU canonicalized
3048        subdirectories.
3049        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3050        * configure.in: add libnetworking, librpc and librdb to the GNU
3051        canonicalized subdirectories.
3052        * configure.in: add libmisc and libchip to the GNU canonicalized
3053        subdirectories.
3054        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3055        Switch to GNU canonicalization.
3056        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3057        Switch to GNU canonicalization.
3058        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3059        Switch to GNU canonicalization.
3060
30612000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3062
3063        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3064        canonicalization to libfs/. The approach is currently a bit of a hack as
3065        GNU canonicalization does not support the per-BSP build some of the
3066        other directories require.  As more of the tree is converted, this will
3067        become less  of an issue.
3068
30692000-10-20      Joel Sherrill <joel@OARcorp.com>
3070
3071        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3072        parameter.
3073
30742000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3075
3076        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3077        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3078        * librdbg/configure.in: Add m68k support.
3079        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3080        subdirectory.
3081        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3082        failure.
3083        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3084        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3085        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3086        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3087        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3088        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3089        librdbg/src/m68k/.cvsignore: New files.
3090        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3091        function pointers.
3092        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3093        _after_ pointer has been checked against NULL.
3094
30952000-10-18      Joel Sherrill <joel@OARcorp.com>
3096
3097        * wrapup/Makefile.am: Added libfs.
3098
30992000-10-18      Chris Johns <ccj@acm.org>
3100
3101        * libfs created.
3102        * configure.in: Added libfs subdirectory.
3103        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3104
31052000-09-28      Joel Sherrill <joel@OARcorp.com>
3106
3107        * libnetworking/rtems_webserver/Makefile.am,
3108        libnetworking/rtems_webserver/base64.c,
3109        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3110        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3111
31122000-09-22      Joel Sherrill <joel@OARcorp.com>
3113
3114        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3115        libnetworking/rtems/rtems_bsdnet_internal.h,
3116        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3117        have included rtems.h.  It is now including precisely the  least amount
3118        of low level, yet portable .h files to get the basic RTEMS types
3119        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3120        used machine/types.h to include rtems.h.
3121
31222000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3123
3124        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3125
31262000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3127
3128        * libnetworking/ChangeLog: Cleanup.
3129
31302000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3131
3132        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3133        * libchip/ChangeLog: Fix formating.
3134
31352000-09-05      Joel Sherrill <joel@OARcorp.com>
3136
3137        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3138        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3139        confusion and to work with the converted flags.
3140
31412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3142
3143        * wrapup/Makefile.am: Include compile.am.
3144        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3145        libchip/serial/Makefile.am: Include compile.am.
3146        * librdbg/src/i386/any/Makefile.am,
3147        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3148        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3149        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3150        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3151        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3152        libnetworking/rtems_servers/Makefile.am,
3153        libnetworking/rtems_webserver/Makefile.am,
3154        libnetworking/wrapup/Makefile.am: Include compile.am.
3155
31562000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3157
3158        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3159        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3160
31612000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3162
3163        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3164
31652000-08-31      Joel Sherrill <joel@OARcorp.com>
3166
3167        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3168        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3169        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3170        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3171        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3172        * libnetworking/wbase64.c: Removed.
3173        * libnetworking/Makefile.am, libnetworking/asp.c,
3174        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3175        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3176        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3177        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3178        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3179        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3180        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3181        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3182        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3183        Modified.
3184
31852000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3186
3187        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3188
31892000-08-30      Joel Sherrill <joel@OARcorp.com>
3190
3191        * libnetworking/rtems_webserver/license.txt: New file.
3192
31932000-08-10      Joel Sherrill <joel@OARcorp.com>
3194
3195        * ChangeLog: New file.
3196        * libchip/ChangeLog: New file.
3197        * librdbg/ChangeLog: New file.
3198        * libnetworking/ChangeLog: New file.
3199
Note: See TracBrowser for help on using the repository browser.