source: rtems/c/src/ChangeLog @ 9e0e37c

4.104.114.84.95
Last change on this file since 9e0e37c was 513b327b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/07 at 04:00:21

2007-04-01 Ralf Corsépius <ralf.corsepius@…>

  • libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific adjustments to pci-API changes.
  • Property mode set to 100644
File size: 126.6 KB
Line 
12007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
4        adjustments to pci-API changes.
5        * libchip/network/dec21140.c, libchip/network/elnk.c,
6        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
7        changes.
8
92007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * libchip/network/dec21140.c, libchip/network/if_dc.c,
12        libchip/network/if_fxp.c: Reflect changes to pci-API.
13
142007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
17        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
18
192007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
22          being used to compile "tools").
23
242007-03-13      Joel Sherrill <joel@OARcorp.com>
25
26        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
27
282007-03-12      Joel Sherrill <joel@OARcorp.com>
29
30        * libchip/network/cs8900.c, libchip/network/cs8900.h,
31        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
32        and/or fix mistake in copyright notice. Both of these mistakes appear
33        to be from code submitted after these changes were made previously.
34
352007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
38
392007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * libchip/Makefile.am: Correct path to README.tulipclone.
42
432007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * libchip/ide/ata.c: Remove superfluous type casts.
46
472007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
50        Use size_t for sizes.
51
522007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
53
54        * libchip/ide/ata.c: in ata_request_done: moved call to free()
55        from preemption disabled region
56
572007-01-16      Till Straumann <strauman@slac.stanford.edu>
58
59        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
60        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
61        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
62
632006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
66          ioctl_command_t as ioctl argument.
67
682006-12-13      Joel Sherrill <joel@OARcorp.com>
69
70        * librtems++/include/rtems++/rtemsEvent.h,
71        librtems++/include/rtems++/rtemsMessageQueue.h,
72        librtems++/include/rtems++/rtemsSemaphore.h,
73        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
74        librtems++/src/rtemsMessageQueue.cc,
75        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
76        rtems_unsigned32 to uint32_t.
77
782006-12-13      Joel Sherrill <joel@OARcorp.com>
79
80        PR 1181/bsps
81        * optman/rtems/no-msg.c: Clean up dead code.
82
832006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
86
872006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
90        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
91        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
92
932006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * configure.ac: New BUG-REPORT address.
96
972006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * Makefile.am: Remove ampolish3.
100
1012006-11-17      Joel Sherrill <joel@OARcorp.com>
102
103        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
104        blank lines.
105
1062006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * configure.ac: Remove RTEMS_AMPOLISH3.
109        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
110          Remove checks for AMPOLISH3.
111        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
112        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
113        * ampolish3: Remove.
114
1152006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
118        * aclocal/prog-cc.m4: Remove CFLAGS.
119        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
120        Compose CFLAGS. Append CFLAGS to ac_configure_args.
121
1222006-10-23      Joel Sherrill <joel@OARcorp.com>
123
124        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
125
1262006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * automake/compile.am: Use hard-coded RTEMS_* flags.
129
1302006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * aclocal/rtems-top.m4: Remove RTEMS_API.
133        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
134
1352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
138
1392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
142
1432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * aclocal/version.m4: Bump version to 4.7.99.0.
146
1472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * configure.ac: Require autoconf-2.60. Require automake-1.10.
150
1512006-09-11      Joel Sherrill <joel@OARcorp.com>
152
153        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
154
1552006-09-04      Joel Sherrill <joel@OARcorp.com>
156
157        * libchip/network/greth.c, libchip/network/open_eth.c,
158        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
159        introduced by warning removal.
160
1612006-09-01      Joel Sherrill <joel@OARcorp.com>
162
163        * libchip/network/greth.c, libchip/network/open_eth.c,
164        libchip/network/smc91111.c: Remove warnings and correct prototype
165        added earlier today.
166
1672006-09-01      Joel Sherrill <joel@OARcorp.com>
168
169        * libchip/network/cs8900.c, libchip/network/greth.c,
170        libchip/network/i82586.c, libchip/network/open_eth.c,
171        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
172        sized integers, and inttypes.h printf helpers.
173
1742006-08-09      Kolja Waschk <waschk@telos.de>
175
176        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
177
1782006-07-12      Joel Sherrill <joel@OARcorp.com>
179
180        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
181
1822006-07-11      Jerry Needell <jerry.needell@unh.edu>
183
184        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
185        4.6 branch.  Original modifications by Gaisler Enterprises.
186        * libchip/network/greth.c, libchip/network/greth.h: New files.
187
1882006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
189
190        * ide/ata.[ch]:
191        (PR1118) fetch priority for ATA task from a variable,
192        not a fixed configuration value.
193       
1942006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * Makefile.am: Add ampolish3.
197
1982006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * ampolish3: New.
201        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
202
2032006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * aclocal/rtems-ampolish.m4: New.
206        * configure.ac: Use RTEMS_AMPOLISH3.
207
2082006-04-18  Joel Sherrill <joel@OARcorp.com>
209
210        * aclocal/version.m4: Updated to rtems-4.6.99.3.
211
2122006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
213
214        PR 853/filesystem
215        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
216        should be modified to support the new exception scheme and to use the
217        handle parameter.
218
2192006-02-a32     Eric Norum <norume@aps.anl.gov>
220
221        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
222        "newer" PCI access calls.  Minor cleanups.  Comments.
223
2242006-01-12      Eric Norum <norume@aps.anl.gov>
225
226        PR 861/networking
227        PR 863/networking
228        * libchip/network/smc91111.c: Fix illegal lvalue increments.
229
2302006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * wrapup/Makefile.am: Add preinstall.am.
233        * libchip/Makefile.am: Build libchip/network/smc91111.
234        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
235        Eliminate cyg_int* crap.
236
2372006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * librdbg/Makefile.am: Add preinstall.am.
240        * aclocal/bsp-configure.m4: Add ampolish3.
241        New header guards.
242
2432006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
244
245        * libchip/network/open_eth.c, libchip/network/open_eth.h:
246        Merger from rtems-4-6-branch.
247
2482006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * libchip/network/smc91111.c
251        libchip/network/smc91111config.h
252        libchip/network/smc91111exp.h
253        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
254        * libchip/Makefile.am: Reflect adding smc91111*.
255
2562006-01-08      Joel Sherrill <joel@OARcorp.com>
257
258        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
259        char *.
260
2612006-01-08      Joel Sherrill <joel@OARcorp.com>
262
263        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
264        warnings.
265
2662005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
269        Add RTEMS_RELLDFLAGS.
270        * automake/compile.am: Remove RTEMS_USE_GCC.
271        Remove RTEMS_RELLDFLAGS.
272        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
273
2742005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * libchip/network/if_media.h, libchip/network/mii.h:
277        Remove (Moved to cpukit).
278        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
279        and libchip/network/if_media.h.
280        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
281        if_media.h having moved.
282
2832005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * automake/compile.am, automake/host.am, automake/local.am,
286        automake/subdirs.am: Remove depend.
287        * configure.ac: Explicitly pass --libdir and --includedir to
288        testsuites.
289
2902005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
291
292        * configure.ac: Reflect changes to testsuites.
293
2942005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * automake/compile.am: Remove GCCSPECS.
297        * aclocal/prog-cc.m4: Add GCCSPECS.
298        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
299
3002005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
301
302        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
303        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
304
3052005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
306
307        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
308        libcpu/byteorder.h for i386.
309
3102005-11-02      Till Straumann <strauman@slac.stanford.edu>
311
312        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
313        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
314        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
315        added a simple API/library for i2c devices and drivers for i2c
316        2-byte eeproms and a ds1621 temperature sensor; API is documented
317        in libi2c.h.
318
3192005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
320
321        * libnetworking/pppd/ipxcp.c,
322        libnetworking/pppd/chat.c,
323        libnetworking/pppd/patchlevel.h,
324        libnetworking/pppd/upap.h,
325        libnetworking/pppd/md5.h,
326        libnetworking/pppd/pppd.8,
327        libnetworking/pppd/README,
328        libnetworking/pppd/preinstall.am,
329        libnetworking/pppd/md4.h,
330        libnetworking/pppd/magic.c,
331        libnetworking/pppd/pppd.h,
332        libnetworking/pppd/demand.c,
333        libnetworking/pppd/rtemsmain.c,
334        libnetworking/pppd/sys-rtems.c,
335        libnetworking/pppd/ipcp.h,
336        libnetworking/pppd/lcp.h,
337        libnetworking/pppd/chap_ms.c,
338        libnetworking/pppd/md4.c,
339        libnetworking/pppd/rtemspppd.h,
340        libnetworking/pppd/cbcp.h,
341        libnetworking/pppd/auth.c,
342        libnetworking/pppd/lcp.c,
343        libnetworking/pppd/example/README,
344        libnetworking/pppd/example/ppp.conf,
345        libnetworking/pppd/example/system.h,
346        libnetworking/pppd/example/netconfig.h,
347        libnetworking/pppd/example/pppdapp.c,
348        libnetworking/pppd/example/init.c,
349        libnetworking/pppd/example/Makefile-user,
350        libnetworking/pppd/example/pppd.options,
351        libnetworking/pppd/rtemspppd.c,
352        libnetworking/pppd/ipxcp.h,
353        libnetworking/pppd/chap_ms.h,
354        libnetworking/pppd/options.c,
355        libnetworking/pppd/magic.h,
356        libnetworking/pppd/chap.h,
357        libnetworking/pppd/cbcp.c,
358        libnetworking/pppd/upap.c,
359        libnetworking/pppd/chap.c,
360        libnetworking/pppd/Makefile.am,
361        libnetworking/pppd/ccp.h,
362        libnetworking/pppd/utils.c,
363        libnetworking/pppd/rtemsdialer.h,
364        libnetworking/pppd/fsm.h,
365        libnetworking/pppd/pathnames.h,
366        libnetworking/pppd/md5.c,
367        libnetworking/pppd/fsm.c,
368        libnetworking/pppd/ipcp.c,
369        libnetworking/pppd/STATUS,
370        libnetworking/pppd/ccp.c,
371        libnetworking/Makefile.am: Remove (Moved to cpukit).
372
3732005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
374
375        * configure.ac: Remove libnetworking, libnetworking/pppd.
376        * wrapup/Makefile.am: Remove libpppd.a.
377
3782005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
379
380        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
381        rtemsdialer.h to $(includedir)/rtems.
382
3832005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
384
385        * libnetworking/rtems_telnetd/icmds.c,
386        libnetworking/rtems_telnetd/Makefile.am,
387        libnetworking/rtems_telnetd/preinstall.am,
388        libnetworking/rtems_telnetd/pty.c,
389        libnetworking/rtems_telnetd/pty.h,
390        libnetworking/rtems_telnetd/README,
391        libnetworking/rtems_telnetd/telnetd.c,
392        libnetworking/rtems_telnetd/telnetd.h:
393        Remove (Moved to cpukit).
394
3952005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
396
397        * configure.ac: Remove libnetworking/rtems_telnetd.
398        * libnetworking/Makefile.am: Remove rtems_telnetd.
399        * libnetworking/README: Remove (Obsolete).
400        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
401
4022005-10-20  Eric Norum <norume@aps.anl.gov>
403
404        * libchip/network/dec21140.c: Clean up PCI mapping.
405
4062005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        * libnetworking/pppd/Makefile.am: Use preinstall.am.
409        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
410        librdbg/src/servrpc.c, librdbg/src/servtgt.c
411        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
412        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
413        * configure.ac: Move optman to the end of BSP_SUBDIRS.
414
4152005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
416
417        * aclocal/bspopts.m4: Add missing m4 quotes.
418
4192005-09-02  Joel Sherrill <joel@OARcorp.com>
420
421    * aclocal/version.m4: Updated to rtems-4.6.99.2.
422
4232005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
424
425        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
426        libchip/network/dec21140.c: Remove initialization of PCI bus.
427
4282005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
429
430        * optman/Makefile.am: Add preinstall.am.
431
4322005-07-18      Karel Gardas <kgardas@objectsecurity.com>
433
434        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
435        UNTESTED to tested.
436
4372005-06-17      Joel Sherrill <joel@OARcorp.com>
438
439        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
440        it is not supported by the MPC5xx.
441
4422005-06-17      Joel Sherrill <joel@OARcorp.com>
443
444        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
445        interface. Also correct attempting to build on other than PowerPC and
446        x86.
447
4482005-06-16      Daron Chabot <daron@nucleus.usask.ca>
449
450        * libchip/Makefile.am: Add driver for Tulip clones.
451        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
452        libchip/network/if_dcreg.h: New files.
453
4542005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
455
456        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
457        to enable rdbg.
458        * configure.ac: Reflect changes above.
459
4602005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
461
462        * configure.ac: Add ada/.
463
4642005-05-20      Sergei Organov  <osv@topconrd.ru>
465
466        PR 750/networking
467        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
468        wait_input().
469
4702005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
471
472        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
473        rtems/irq.h.
474
4752005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
476
477        * libchip/Makefile.am: Include preinstall.am.
478        * libchip/preinstall.am: New.
479
4802005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
481
482        * configure.ac: Add AMPOLISH3.
483        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
484        * libnetworking/rtems_telnetd/preinstall.am: New.
485        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
486
4872005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
488
489        * configure.ac: Let enable_rpcgen default to "no".
490
4912005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
492
493        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
494
4952005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
496
497        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
498        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
499
5002005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
501
502        * libchip/network/dec21140.c, libchip/network/elnk.c,
503        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
504
5052005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
506
507        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
508        of code as a result of the implementation of a common PCI interface.
509
5102005-05-04      Joel Sherrill <joel@OARcorp.com>
511
512        * libchip/network/open_eth.c: Remove prototype of set_vector.
513
5142005-05-03      Joel Sherrill <joel@OARcorp.com>
515
516        * librdbg/src/ptrace.c: Remove warning.
517
5182005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
519
520        * libchip/network/dec21140.c, libchip/network/elnk.c,
521        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
522        Modified parameter list to remove warnings.
523
5242005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
525
526        * libchip/network/cs8900.c, libchip/network/i82586.c,
527        libchip/network/open_eth.c, libchip/network/sonic.c,
528        libchip/serial/mc68681.c: Modified types to remove
529        warnings.  Added initialization to remove warnings.
530
5312005-04-28      Joel Sherrill <joel@OARcorp.com>
532
533        * libchip/network/README.sonic: Rewritten to account for removal of
534        dmv177.
535
5362005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
537
538        PR 781/rtems_misc
539        * libchip/serial/ns16550_p.h: Fix baud rate calculation
540
5412005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
542
543        * libchip/serial/ns16550.c:
544        Fixed warnings generated in various powerpc configurations
545
5462005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
547
548        * libchip/serial/ns16550.c: Modified
549        ISR to work with PPC new exception processing
550
5512005-03-14      Joel Sherrill <joel@OARcorp.com>
552
553        * libchip/network/dec21140.c, libchip/network/elnk.c,
554        libchip/network/if_fxp.c: Continue PCI API unification. All use
555        pci_find_device(). Network drivers manufacture a signature since all
556        calls have not been converted yet.
557
5582005-03-04      Joel Sherrill <joel@OARcorp.com>
559
560        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
561        initialize function part of the unified PCI API as pci_initialize().
562
5632005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
564
565        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
566        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
567
5682005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
569
570        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
571        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
572
5732005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
574
575        * aclocal/ppc.m4: Reflect changes to ppc exception processing
576        building procedures.
577
5782005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * aclocal/prog-cc.m4:
581        Quote CFLAGS's RHS to accomodate Solaris broken sh.
582
5832005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
584
585        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
586
5872005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
588
589        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
590
5912005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
592
593        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
594
5952005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
596
597        * libnetworking/rtems_servers/ftp.c,
598        libnetworking/rtems_servers/ftp.h,
599        libnetworking/rtems_servers/Makefile.am:
600        Remove (relocated to cpukit/ftpd).
601        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
602        removed move libnetworking/rtems_servers.
603
6042005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
605
606        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
607
6082005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
609
610        PR 755/rtems
611        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
612        Remove local declarations of rtems_bsdnet_nameservers,
613        rtems_bsdnet_nameservers_count.
614
6152005-01-31      Sergei Organov <osv@topconrd.ru>
616
617        PR 751/pppd
618        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
619        committed to fix PR736 breaks pppd. chat.c should have its own static
620        ttyfd for pppd to work correctly. The symptom is that second
621        invokation of chat (for connect script) fails due to pppd_ttyfd set
622        to -1 by previous chat invokation (for init script). In addition,
623        this patch fixes leaving of dangling pointer in the abort_stbring[]
624        by chat_send().
625
6262005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
627
628        * configure.ac: Remove CFLAGS_DEBUG_V.
629        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
630
6312005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
632
633        * wrapup/Makefile.am: Remove rtems-ctor.o.
634
6352005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
636
637        * libchip/rtc/rtc.h: size_t RTC_Count.
638
6392005-01-20      Joel Sherrill <joel@OARcorp.com>
640
641        PR 736/pppd
642        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
643        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
644        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
645        should not be static and should have a name more specific to pppd.
646
6472005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
648
649        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
650        libnetworking/rtems_servers/Makefile.am,
651        libnetworking/rtems_telnetd/Makefile.am,
652        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
653        Eliminate CFLAGS_OPTIMIZE_V.
654
6552005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
656
657        * configure.ac: Pass CFLAGS to testsuites configure.
658        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
659        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
660
6612005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
662
663        * configure.ac: Pass CFLAGS to cpukit configure.
664        * aclocal/rtems-flags.m4: Remove (Unused).
665        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
666        * aclocal/env-rtemsbsp.m4:
667        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
668        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
669        RTEMS_CFLAGS.
670        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
671        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
672        Cleanup comments.
673
6742005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
675
676        * automake/compile.am: Remove build-variant support.
677
6782005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
679
680        * libnetworking/pppd/Makefile.am,
681        libnetworking/rtems_servers/Makefile.am,
682        libnetworking/rtems_telnetd/Makefile.am:
683        Remove build-variant support.
684
6852005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
686
687        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
688        support/Makefile.am, wrapup/Makefile.am:
689        Remove build-variant support.
690
6912004-11-22      Joel Sherrill <joel@OARcorp.com>
692
693        * libchip/network/if_fxp.c: Add entry for another module ID code.
694
6952004-11-22      Joel Sherrill <joel@OARcorp.com>
696
697        PR 693/misc
698        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
699        in/outport routines.
700
7012004-11-22      Joel Sherrill <joel@OARcorp.com>
702
703        PR 693/misc
704        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
705        in/outport routines.
706
7072004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
708
709        * aclocal/enable-itron.m4: Remove (unused).
710
7112004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
712
713        * configure.ac: Misc. quoting cleanups.
714        Enable ada-tests iff --enable-ada and --enable-tests.
715
7162004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
717
718        PR 703/filesystem
719        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
720        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
721        libchip/ide/ide_controller.c:
722        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
723        available for BSPS/device drivers.
724        Extend the "modes_available" and "mode_active" parameters to
725        uint16_t for UDMA support.
726
7272004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
728
729        * libchip/network/dec21140.c: Cleanup a bit and remove message about
730        not supported on PowerPC since it works on the MVME2100 BSP.
731
7322004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
733
734        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
735        Add dependency tracking for *.cfgs.
736        * Makefile.am: Add dependency tracking for *.cfg.
737
7382004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
739
740        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
741        (Thanks to Lars Munch <lars@segv.dk> for catching this).
742
7432004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
744
745        PR 707/make_build
746        * configure.ac: Add --enable-rpcgen.
747
7482004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
749
750        PR 700/rtems_misc
751        * libnetworking/rtems_webserver/asp.c,
752        libnetworking/rtems_webserver/balloc.c,
753        libnetworking/rtems_webserver/cgi.c,
754        libnetworking/rtems_webserver/default.c,
755        libnetworking/rtems_webserver/ej.h,
756        libnetworking/rtems_webserver/ejIntrn.h,
757        libnetworking/rtems_webserver/ejlex.c,
758        libnetworking/rtems_webserver/ejparse.c,
759        libnetworking/rtems_webserver/emfdb.c,
760        libnetworking/rtems_webserver/emfdb.h,
761        libnetworking/rtems_webserver/form.c,
762        libnetworking/rtems_webserver/handler.c,
763        libnetworking/rtems_webserver/h.c,
764        libnetworking/rtems_webserver/license.txt,
765        libnetworking/rtems_webserver/Makefile.am,
766        libnetworking/rtems_webserver/md5c.c,
767        libnetworking/rtems_webserver/md5.h,
768        libnetworking/rtems_webserver/mime.c,
769        libnetworking/rtems_webserver/misc.c,
770        libnetworking/rtems_webserver/NOTES,
771        libnetworking/rtems_webserver/ringq.c,
772        libnetworking/rtems_webserver/rom.c,
773        libnetworking/rtems_webserver/rtems_webserver.h,
774        libnetworking/rtems_webserver/security.c,
775        libnetworking/rtems_webserver/sock.c,
776        libnetworking/rtems_webserver/socket.c,
777        libnetworking/rtems_webserver/sockGen.c,
778        libnetworking/rtems_webserver/sym.c,
779        libnetworking/rtems_webserver/uemf.c,
780        libnetworking/rtems_webserver/uemf.h,
781        libnetworking/rtems_webserver/um.c,
782        libnetworking/rtems_webserver/um.h,
783        libnetworking/rtems_webserver/umui.c,
784        libnetworking/rtems_webserver/url.c,
785        libnetworking/rtems_webserver/value.c,
786        libnetworking/rtems_webserver/wbase64.c,
787        libnetworking/rtems_webserver/webcomp.c,
788        libnetworking/rtems_webserver/webmain.c,
789        libnetworking/rtems_webserver/webpage.c,
790        libnetworking/rtems_webserver/webrom.c,
791        libnetworking/rtems_webserver/webs.c,
792        libnetworking/rtems_webserver/websda.c,
793        libnetworking/rtems_webserver/websda.h,
794        libnetworking/rtems_webserver/webs.h,
795        libnetworking/rtems_webserver/websSSL.c,
796        libnetworking/rtems_webserver/websSSL.h,
797        libnetworking/rtems_webserver/websuemf.c,
798        libnetworking/rtems_webserver/wsIntrn.h:
799        Remove (Moved to cpukit/http).
800
8012004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
802
803        PR 700/rtems_misc
804        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
805        Remove libnetworking/rtems_webserver.
806
8072004-10-25      Eric Norum <norume@aps.anl.gov>
808
809        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
810
8112004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
812
813        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
814
8152004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
816
817        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
818        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
819
8202004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
821
822        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
823
8242004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
825
826        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
827        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
828
8292004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
830
831        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
832        BITSPERBYTE.
833
8342004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
835
836        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
837        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
838
8392004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
840
841        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
842
8432004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
844
845        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
846        * aclocal/enable-bare.m4: Remove.
847        * configure.ac: Remove BARE_CPU_MODEL.
848
8492004-10-13      Eric Norum <norume@aps.anl.gov>
850
851        PR 688/bsps
852        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
853        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
854        MC146818A (and several Dallas Semiconductor) TOD chips.
855
8562004-10-13      Eric Norum <norume@aps.anl.gov>
857
858        PR 686/networking
859        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
860        device code.
861
8622004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
863
864        * libchip/network/dec21140.c: include <rtems/pci.h>.
865
8662004-09-29      Joel Sherrill <joel@OARcorp.com>
867
868        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
869        libnetworking/pppd/utils.c: i960 obsoleted and all references
870        removed.
871
8722004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
873
874        PR 607/networking
875        * libchip/network/dec21140.c: Made PCI configuration minimum sane
876        instead of fully specifying unused PCI features.
877
8782004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
879
880        * configure.ac: Require automake > 1.9.
881
8822004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
883
884        * aclocal/rtems-cpu-subdirs.m4: Add avr.
885
8862004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
887
888        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
889        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
890
8912004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
892
893        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
894        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
895
8962004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
897
898        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
899
9002004-07-28  Joel Sherrill <joel@OARcorp.com>
901
902    * aclocal/version.m4: Updated to rtems-4.6.99.1.
903
9042004-07-25      Joel Sherrill <joel@OARcorp.com>
905
906        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
907
9082004-05-21  Till Strauman <strauman@slac.stanford.edu>
909
910        PR 625/networking
911        * libchip/network/dec21140.c, ... : Prevent name clashes by making
912        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
913        an error rather than panic if no chip is detected (thus allowing
914        for probing).
915        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
916        instead of looping forever.  Avoid divide by zero (crashed my PC).
917        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
918        they are UNTESTED.
919
9202004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
921
922        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
923
9242004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
925
926        * libchip/network/dec21140.c, libchip/network/elnk.c:
927        #include <errno.h>.
928
9292004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
930
931        * libchip/network/if_media.h: Update from FreeBSD.
932        * libchip/network/open_eth.c, libchip/network/cs8900.c,
933        libchip/network/i82586.c: #include <errno.h>.
934
9352004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
936
937        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
938
9392004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
940
941        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
942
9432004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
944
945        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
946        automake).
947
9482004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
949
950        PR 599/pppd
951        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
952
9532004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
954
955        * optman/rtems/no-region.c: Reflect having changed
956        rtems_region_get_segment_size.
957
9582004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
959
960        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
961        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
962        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
963        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
964        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
965        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
966        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
967
9682004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
969
970        * libchip/ide/ata.c, libchip/network/dec21140.c,
971        libchip/network/elnk.c, libchip/network/i82586.c,
972        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
973        libchip/network/open_eth.c, libchip/network/sonic.c,
974        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
975        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
976        libchip/shmdr/init.c, libchip/shmdr/intr.c,
977        libchip/shmdr/shm_driver.h: Cosmetics.
978
9792004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
980
981        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
982        optman/rtems/no-msg.c, optman/rtems/no-part.c,
983        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
984        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
985        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
986        fixed size types.
987
9882004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
989
990        * configure.ac: Explicitly pass --includedir and --libdir to
991        cpukit/configure.
992
9932004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
994
995        * librdbg/Makefile.am: Fix rpcgen rules.
996        * librdbg/src/i386/any/remdeb_xdr.c,
997        librdbg/src/m68k/any/remdeb_xdr.c,
998        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
999        Reflect changes to librdbg/Makefile.am.
1000
10012004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1002
1003        * configure.ac: Reflect changes testsuites/configure.ac and
1004        cpukit/configure.ac.
1005
10062004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1007
1008        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1009        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1010
10112004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1012
1013        * configure.ac: Reflect changes to testsuites's configuration.
1014
10152004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1016
1017        PR/589 rtems
1018        * libchip/network/pci.h: Remove (Moved to cpukit).
1019
10202004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1021
1022        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1023        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1024        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1025        libchip/network/dec21140.c, libchip/network/elnk.c,
1026        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1027        libchip/network/open_eth.h, libchip/network/sonic.c,
1028        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1029        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1030        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1031        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1032        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1033        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1034        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1035        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1036        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1037        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1038        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1039        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1040        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1041        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1042        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1043        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1044        fixed-size types.
1045
10462004-03-14      Chris Johns  <chrisj@rtems.org>
1047
1048        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1049        the BSP example code.
1050        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1051        support the DIMMPC. This is a pc386 target with IO port support. Minor
1052        formating clean up. Add documentation to the header file.
1053        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1054        cs8900.h header file.
1055
10562004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1059        Cosmetics.
1060
10612004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1062
1063        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1064        There are no application level Makefiles in here.
1065
10662004-03-04      Joel Sherrill <joel@OARcorp.com>
1067
1068        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1069        they can be used in application level makefiles.
1070
10712004-03-05      Joel Sherrill <joel@OARcorp.com>
1072
1073        * libnetworking/rtems_webserver/ejparse.c,
1074        libnetworking/rtems_webserver/emfdb.c,
1075        libnetworking/rtems_webserver/sock.c,
1076        libnetworking/rtems_webserver/socket.c,
1077        libnetworking/rtems_webserver/sym.c,
1078        libnetworking/rtems_webserver/webs.c,
1079        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
10802004-03-05      Joel Sherrill <joel@OARcorp.com>
1081
1082        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1083        compiling this file only only those CPU families with supported
1084        exception models.
1085
10862004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1089        testsuites (Was exposed with --enable-multilib, only).
1090        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1091         Add RTEMS_BSP_CONFIG_SUBDIR.
1092        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1093        testsuites's configure.
1094        * aclocal/rtems-top.m4: Remove ENDIF hack.
1095        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1096
10972004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1098
1099        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1100        wrapup/Makefile.am: Fix automake problems having been introduced
1101        in previous patch.
1102
11032004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1106        Preinstall dirs.
1107        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1108        * aclocal/check-multiprocessing.m4: Cosmetics.
1109        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1110        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1111
11122004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1115        librdbg/src/Makefile.am.
1116        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1117        * configure.ac: Reflect changes above.
1118        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1119        * wrapup/Makefile.am: Reflect changes above.
1120        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1121
11222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1123
1124        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1125
11262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1127
1128        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1129
11302004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1131
1132        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1133
11342004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1135
1136        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1137        librdbg/src/powerpc/Makefile.am: Remove.
1138        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1139        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1140        * configure.ac: Reflect changes above.
1141
11422004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1143
1144
11452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1148        STRIP.
1149
11502004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1151
1152        * librdbg/include/Makefile.am: Merge-in
1153        librdbg/include/rdbg/i386/Makefile.am,
1154        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1155        librdbg/include/rdbg/powerpc/Makefile.am.
1156        * librdbg/include/rdbg/i386/Makefile.am,
1157        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1158        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1159        * configure.ac: Reflect changes above.
1160
11612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1162
1163        * configure.ac: Use AS_HELP_STRING(ada).
1164
11652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1166
1167        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1168        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1169        Use AC_CONFIG_HEADERS.
1170        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1171        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1172
11732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1174
1175        * Makefile.am: include local.am.
1176
11772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1178
1179        * aclocal/version.m4: 4.6.99.0.
1180
11812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1182
1183        * Makefile.am: Don't include host.am.
1184        * automake/compile.am: Further cleanups.
1185
11862004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1187
1188        * automake/lib.am: Remove (Unused).
1189
11902004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1191
1192        * wrapup/Makefile.am: Don't include lib.am.
1193        * automake/compile.am: Use automake compilation rules.
1194
11952004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1196
1197        * libnetworking/pppd/Makefile.am,
1198        libnetworking/rtems_servers/Makefile.am,
1199        libnetworking/rtems_telnetd/Makefile.am,
1200        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1201        support/Makefile.am: Don't include lib.am.
1202
12032004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * libchip/Makefile.am: Don't include lib.am.
1206        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1207        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1208        unnecessary EXTRA_DISTs.
1209
12102004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1211
1212        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1213        hack.
1214
12152004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1216
1217        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1218        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1219        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1220        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1221
12222004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1223
1224        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1225        Add AM_CONDITIONAL(HAS_MP).
1226        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1227        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1228        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1229        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1230        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1231        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1232        (Deprecated by autoconf 2.59).
1233
12342004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1235
1236        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1237        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1238
12392004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1240
1241        * ChangeLog: Merge-in libnetworking/ChangeLog.
1242        * libnetworking/ChangeLog: Remove.
1243        * ChangeLog: Merge-in librdbg/ChangeLog.
1244        * librdbg/ChangeLog: Remove.
1245        * ChangeLog: Merge-in libchip/ChangeLog.
1246        * libchip/ChangeLog: Remove.
1247        * ChangeLog: Merge-in optman/ChangeLog.
1248        * optman/ChangeLog: Remove.
1249
12502004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1251
1252        * configure.ac: Reflect changes to cpukit.
1253        * wrapup/Makefile.am: Reflect changes to librdbg.
1254        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1255        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1256        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1257        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1258        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1259        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1260        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1261        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1262        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1263
12642004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1265
1266        * aclocal/rtems-top.m4: Remove check for version.m4.
1267        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1268
12692004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1270
1271        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1272        * wrapup/Makefile.am: Reflect changes to libchip/*.
1273        * support/Makefile.am: Use automake compilation rules.
1274        * wrapup/Makefile.am: Reflect changes to support/*.
1275        * configure.ac: Remove libnetworking/wrapup/Makefile.
1276        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1277        libnetworking/*/lib*.a instead of libnetapps.a.
1278        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1279        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1280        * optman/Makefile.am: Use automake compilation rules.
1281        * libchip/Makefile.am: Fix typo in previous patch.
1282        * libchip/Makefile.am: Use automake compilation rules.
1283        * libnetworking/Makefile.am: Remove wrapup.
1284        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1285        automake-compilation rules.
1286        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1287        automake-compilation rules.
1288        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1289        automake-compilation rules.
1290        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1291        automake-compilation rules.
1292        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1293
12942004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1295
1296        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1297        PRE/TMPINSTALL_FILES to CLEANFILES.
1298        * automake/lib.am: Remove TMPINSTALL_FILES.
1299        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1300        PRE/TMPINSTALL_FILES to CLEANFILES.
1301        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1302        PRE/TMPINSTALL_FILES to CLEANFILES.
1303        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1304        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1305        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1306        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1307        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1308        * librdbg/src/i386/Makefile.am: Ditto.
1309        * librdbg/src/m68k/Makefile.am: Ditto.
1310        * librdbg/src/powerpc/Makefile.am: Ditto.
1311        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1312        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1313        * libnetworking/rtems_servers/Makefile.am: Ditto.
1314        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1315        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1316
13172004-01-07      Joel Sherrill <joel@OARcorp.com>
1318
1319        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1320        more completely covers the MIPS family.
1321
13222003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1323
1324        * wrapup/Makefile.am: Reflect changes to shmdr.
1325        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1326
13272003-12-18      Joel Sherrill <joel@OARcorp.com>
1328
1329        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1330        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1331        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1332        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1333        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1334        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1335        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1336
13372003-12-17      Joel Sherrill <joel@OARcorp.com>
1338
1339        * aclocal/version.m4: Updated to rtems-20031217-test.
1340
13412003-12-17     
1342
1343        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1344        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1345
13462003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1347
1348        * automake/compile.am: Remove LINK_LIBS (Unused).
1349        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1350
13512003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1352
1353        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1354        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1355        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1356        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1357        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1358
13592003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1360
1361        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1362        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1363        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1364        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1365        * librdbg/src/i386/Makefile.am:
1366        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1367        * librdbg/src/m68k/Makefile.am:
1368        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1369        * librdbg/src/powerpc/Makefile.am:
1370        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1371
13722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1373
1374        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1375        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1376        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1377        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1378        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1379        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1380        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1381        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1382        * optman/Makefile.am: Remove project_libdir.
1383        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1384        PRE/TMPINSTALL_FILES.
1385        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1386        PRE/TMPINSTALL_FILES.
1387        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1388        PRE/TMPINSTALL_FILES.
1389        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1390        PRE/TMPINSTALL_FILES.
1391        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1392        from PRE/TMPINSTALL_FILES.
1393        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1394        PRE/TMPINSTALL_FILES.
1395        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1396        PRE/TMPINSTALL_FILES.
1397        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1398        PRE/TMPINSTALL_FILES.
1399        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1400        PRE/TMPINSTALL_FILES.
1401        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1402        PRE/TMPINSTALL_FILES.
1403        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1404        PRE/TMPINSTALL_FILES.
1405        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1406        from PRE/TMPINSTALL_FILES.
1407
14082003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1409
1410        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1411        * automake/lib.am: Remove project_libdir.
1412        * wrapup/Makefile.am: Reworked.
1413
14142003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1415
1416        * configure.ac: Reflect changes to librdbg.
1417        * optman/Makefile.am: Add tmpinstall dirstamp support.
1418        * libchip/Makefile.am: Fix variant-tmpinstall support.
1419        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1420        * librdbg/src/powerpc/Makefile.am: Merge-in former
1421        new_exception_processing/Makefile.am.
1422        * librdbg/src/m68k/any/Makefile.am: Remove.
1423        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1424        * librdbg/src/i386/any/Makefile.am: Remove.
1425        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1426        * librdbg/src/Makefile.am: Cosmetics.
1427        * librdbg/include/Makefile.am: Cosmetics.
1428        * librdbg/Makefile.am: Cosmetics.
1429        * libnetworking/Makefile.am: Cosmetics.
1430        * libnetworking/pppd/Makefile.am: Cosmetics.
1431        * libnetworking/wrapup/Makefile.am: Cosmetics.
1432
14332003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1434
1435        * Makefile.am: Cosmetics.
1436        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1437        support.
1438
14392003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1440
1441        * automake/compile.am: Remove $(ARCH):-rule.
1442
14432003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1444
1445        * configure.ac: Remove lib/libbsp/shared/Makefile,
1446        lib/libbsp/shmdr/Makefile.
1447
14482003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1449
1450        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1451        libchip/serial/Makefile, libchip/rtc/Makefile.
1452        * support/Makefile.am: Remove all-local: $(ARCH).
1453        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1454        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1455        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1456        * optman/Makefile.am: Remove all-local: $(ARCH).
1457        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1458        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1459        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1460        compilation dirstamp support.
1461        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1462        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1463        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1464        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1465        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1466        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1467        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1468        all-local: $(ARCH).
1469        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1470        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1471        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1472        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1473        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1474
14752003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1476
1477        * aclocal/lead-dot.m4: New (from automake-1.7f).
1478        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1479        AC_SUBST(dirstamp).
1480        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1481        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1482        libchip/serial/Makefile.am: Ditto.
1483        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1484        * librdbg/include/Makefile.am: Ditto.
1485        * librdbg/include/rdbg/Makefile.am: Ditto.
1486        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1487        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1488        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1489        * librdbg/src/Makefile.am: Ditto.
1490        * librdbg/src/i386/Makefile.am: Ditto.
1491        * librdbg/src/i386/any/Makefile.am: Ditto.
1492        * librdbg/src/m68k/Makefile.am: Ditto.
1493        * librdbg/src/m68k/any/Makefile.am: Ditto.
1494        * librdbg/src/powerpc/Makefile.am: Ditto.
1495        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1496        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1497        preinstallation.
1498        * libnetworking/pppd/Makefile.am: Ditto.
1499        * libnetworking/rtems_servers/Makefile.am: Ditto.
1500        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1501        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1502        * libnetworking/wrapup/Makefile.am: Ditto.
1503
15042003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1505
1506        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1507        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1508        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1509        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1510        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1511        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1512        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1513        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1514        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1515        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1516        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1517        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1518        underquoting to silence automake-1.8.
1519
15202003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1521
1522        * configure.ac: Reflect having moved tests to ../../testsuites.
1523
15242003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1525
1526        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1527        * aclocal/canonical-host.m4: Remove.
1528        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1529        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1530
15312003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1532
1533        * aclocal/check-cpu.m4: Remove.
1534        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1535        * aclocal/canonical-target-name.m4: Add m4-quotes.
1536        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1537        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1538        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1539        * aclocal/check-networking.m4: Add m4-quotes. Require
1540        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1541        * aclocal/check-posix.m4: Add m4-quotes. Require
1542        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1543        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1544        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1545        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1546
15472003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1548
1549        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1550        * aclocal/bsp-alias.m4: Remove.
1551
15522003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1553
1554        * configure.ac: Make presence of tests/ optional.
1555
15562003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1557
1558        * aclocal/path-perl.m4: Remove (Unused).
1559
15602003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1561
1562        * automake/force-preinstall.am: Remove.
1563
15642003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1565
1566        PR 499/rtems_misc
1567        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1568        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1569        Configuration (Odd was forced) - Correction of Stop Bit configuration
1570        (inversed) - Correction of ISR Handler to call
1571        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1572        CTS Hardware flow control Configuration.
1573
15742003-09-04      Joel Sherrill <joel@OARcorp.com>
1575
1576        * lib/libcpu/shared/include/cache.h,
1577        lib/libcpu/shared/src/cache_aligned_malloc.c,
1578        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1579        license changed.
1580        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1581        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1582        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1583        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1584        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1585        for license changed.
1586        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1587        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1588        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1589        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1590        libchip/network/cs8900.h, libchip/network/dec21140.c,
1591        libchip/network/elnk.c, libchip/network/open_eth.c,
1592        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1593        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1594        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1595        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1596        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1597        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1598        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1599        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1600        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1601        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1602        libchip/serial/serial.h, libchip/serial/z85c30.c,
1603        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1604        libchip/serial/z85c30_reg.c: URL for license changed.
1605
16062003-09-03      Jiri Gaisler <jiri@gaisler.com>
1607
1608        PR 477/networking
1609        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1610        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1611        libchip/network/open_eth.h: New files.
1612
16132003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1614
1615        * aclocal/rtems-top.m4: Add RTEMS_API.
1616        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1617
16182003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1619
1620        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1621        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1622        @RTEMS_BSP@.cfg.
1623
16242003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1625
1626        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1627
16282003-08-20      Joel Sherrill <joel@OARcorp.com>
1629
1630        * libchip/network/cs8900.c: Correct copyright statements.
1631
16322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1633
1634        * aclocal/check-itron.m4: Remove.
1635        * aclocal/enable-inlines.m4: Remove.
1636        * Makefile.am: Reflect having moved aclocal/.
1637        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1638        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1639        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1640        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1641        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1642        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1643        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1644        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1645        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1646        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1647        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1648        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1649        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1650        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1651        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1652        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1653        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1654        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1655        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1656        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1657        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1658        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1659        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1660        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1661        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1662        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1663        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1664        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1665        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1666        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1667        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1668        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1669        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1670        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1671        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1672        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1673        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1674        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1675        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1676        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1677        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1678        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1679        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1680        * aclocal/target.m4: New (Copied from ../../aclocal).
1681        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1682        * aclocal/version.m4: New (Copied from ../../aclocal).
1683
16842003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1685
1686        * configure.ac: Remove stray comments.
1687        * automake/local.am, automake/host.am: Remove "debug".
1688
16892003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1690
1691        * Makefile.am: Reflect having moved automake/.
1692        * lib/Makefile.am: Reflect having moved automake/.
1693        * support/Makefile.am: Reflect having moved automake/.
1694        * wrapup/Makefile.am: Reflect having moved automake/.
1695        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1696        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1697        from ../../automake).
1698        * optman/Makefile.am: Reflect having moved automake/.
1699        * libchip/Makefile.am: Reflect having moved automake/.
1700        * libchip/ide/Makefile.am: Reflect having moved automake/.
1701        * libchip/network/Makefile.am: Reflect having moved automake/.
1702        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1703        * libchip/serial/Makefile.am: Reflect having moved automake/.
1704        * librdbg/Makefile.am: Reflect having moved automake/.
1705        * librdbg/include/Makefile.am: Reflect having moved automake/.
1706        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1707        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1708        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1709        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1710        automake/.
1711        * librdbg/src/Makefile.am: Reflect having moved automake/.
1712        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1713        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1714        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1715        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1716        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1717        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1718        having moved automake/.
1719        * libnetworking/Makefile.am: Reflect having moved automake/.
1720        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1721        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1722        automake/.
1723        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1724        automake/.
1725        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1726        automake/.
1727        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1728
17292003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1730
1731        * Makefile.am: Add bsp.pc.in.
1732        * bsp.pc.in: New (pkgconfig support).
1733
17342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1735
1736        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1737
17382003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1739
1740        * lib/Makefile.am: New (Required by 'make dist').
1741        * lib/ChangeLog: Remove.
1742        * lib/.cvsignore: Cleanup.
1743        * configure.ac: Reflect having added lib/Makefile.am.
1744        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1745        lib/libbsp/configure.ac.
1746        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1747        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1748
17492003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1750
1751        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1752        * configure.ac: Merge-in librdbg/configure.ac.
1753        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1754        librdbg/configure.ac.
1755        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1756        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1757        LIBCHIP. Conditionally build include-dirs.
1758        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1759        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1760        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1761        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1762        librdbg/include/rdbg/m68k/Makefile.am,
1763        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1764        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1765        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1766        librdbg/src/powerpc/Makefile.am, librdbg/
1767        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1768        configure.ac into ../configure.ac.
1769        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1770        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1771        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1772        libnetworking/rtems_telnetd/Makefile.am,
1773        libnetworking/rtems_webserver/Makefile.am,
1774        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1775        into ../configure.ac.
1776
17772003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1778
1779        PR 427/rtems
1780        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1781        * librdbg/src/servtsp.c: Ditto.
1782
17832003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1784
1785        PR 429/bsps
1786        PR 432/bsps
1787        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1788        packets are queued onto an elnk board, the ISR will deadlock the device
1789        with a tx complete interrupt.  Lighter tx loads are not affected as they
1790        end up submitting single packets to the device.
1791
17922003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1793
1794        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1795        optman/configure.ac.
1796        * optman/configure.ac: Remove (Merged into ../configure.ac).
1797        * optman/Makefile.am: Reflect having merged configure.ac into
1798        ../configure.ac.
1799        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1800        * libchip/Makefile.am, libchip/ide/Makefile.am,
1801        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1802        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1803        ../configure.ac.
1804
18052003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1806
1807        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1808
18092003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1810
1811        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1812        on i386.
1813
18142003-06-13      Joel Sherrill <joel@OARcorp.com>
1815
1816        * libnetworking/pppd/chat.c: Removed warnings.
1817
18182003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1819
1820        * libchip/network/README.3com: New file missed in previous commit.
1821        PR 405/bsps
1822        PR 393/networking
1823        * libchip/network/dec21140.c: Fix leak also known as PR393.
1824        * libchip/network/elnk.c, libchip/network/if_media.h,
1825        libchip/network/mii.h: New files.
1826        * libchip/network/Makefile.am: Reflect new files.
1827
18282003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1829
1830        * configure.ac: Remove support for profile-variant.
1831
18322003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1833
1834        PR 397/pppd
1835        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1836        * libnetworking/pppd/magic.c: Remove *rand48.
1837        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1838
18392003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1840
1841        * wrapup/Makefile.am: Add libide.a.
1842
18432003-04-15      Joel Sherrill <joel@OARcorp.com>
1844
1845        PR 387/rtems_misc
1846        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1847        routines.
1848        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1849
18502003-04-11      Joel Sherrill <joel@OARcorp.com>
1851
1852        * libnetworking/rtems_webserver/cgi.c,
1853        libnetworking/rtems_webserver/sockGen.c,
1854        libnetworking/rtems_webserver/umui.c,
1855        libnetworking/rtems_webserver/websSSL.c,
1856        libnetworking/rtems_webserver/websSSL.h,
1857        libnetworking/rtems_webserver/websda.c,
1858        libnetworking/rtems_webserver/websda.h: New files. Not included in
1859        previous commit.
1860
18612003-04-10      Joel Sherrill <joel@OARcorp.com>
1862
1863        PR 371/pppd
1864        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1865        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1866        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1867        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1868        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1869        still global symbols in rtemspppd.h which might need to be changed or
1870        converted into member of a structure which is dereferenced with a
1871        pointer that is managed as a per task variable. But this patch should
1872        avoid many conflicts.
1873
18742003-03-27      Joel Sherrill <joel@OARcorp.com>
1875
1876        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1877        not allowed in the cpukit source code since it must be buildable
1878        independent of any BSP. These files were moved to libchip/ide.
1879        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1880        files.
1881
18822003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1883
1884        PR 368/filesystems
1885        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1886        improvements which now work on pc386 and mbx8xx.
1887        * libchip/ide/ide_controller.c: New file.
1888
18892003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1890
1891        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1892
18932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1894
1895        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1896        * configure.ac: Add support/.
1897        * support/.cvsignore: New.
1898        * support/Makefile.am: New.
1899        * support/version.c: New.
1900        * wrapup/Makefile.am: Add support/libsupport.a.
1901        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1902        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1903        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1904        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1905
19062003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1907
1908        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1909
19102003-02-20      Till Straumann <strauman@slac.stanford.edu>
1911
1912        PR 354/networking
1913        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1914        chip against a table of supported chips. The untested ones are still
1915        commented out, however.
1916
19172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1918
1919        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1920        * configure.ac: AC_PREREQ(2.57).
1921        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1922        * optman/configure.ac: AC_PREREQ(2.57).
1923        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1924        * libchip/configure.ac: AC_PREREQ(2.57).
1925        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1926        * librdbg/configure.ac: AC_PREREQ(2.57).
1927        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1928        * libnetworking/configure.ac: AC_PREREQ(2.57).
1929
19302003-02-06      Joel Sherrill <joel@OARcorp.com>
1931
1932        * libnetworking/pppd/chat.c: Convert routines with common names to
1933        static. This included get_char(), put_char(), and character() among
1934        others.
1935
19362003-02-03      Joel Sherrill <joel@OARcorp.com>
1937
1938        PR 338/filesystem
1939        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1940        rtems_io_lookup_name() (API change).  Unused function removed.
1941
19422003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1943
1944        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1945        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1946        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1947        Eliminate *_O_FILES.
1948        * libnetworking/rtems_servers/Makefile.am,
1949        libnetworking/rtems_webserver/Makefile.am,
1950        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1951
19522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1953
1954        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1955        Let all-local: depend on $(LIB).
1956        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1957        * optman/Makefile.am: Apply install-data-local to install *.rels.
1958
19592002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1960
1961        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1962        %.c rules.
1963        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1964        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1965        * libchip/rtc/Makefile.am: Ditto.
1966        * libchip/serial/Makefile.am: Ditto.
1967
19682002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1969
1970        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1971        LIBC_DEFINES.
1972        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1973        LIBC_DEFINES.
1974        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1975        LIBC_DEFINES.
1976
19772002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1978
1979        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1980
19812002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1982
1983        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1984        cache-checking.
1985        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1986
19872002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1988
1989        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1990        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1991        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1992        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1993        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1994
19952002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1996
1997        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1998        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1999        Remove.
2000        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2001
20022002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2003
2004        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2005        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2006
20072002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2008
2009        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2010        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2011
20122002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2013
2014        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2015        * optman/rel.am: New.
2016
20172002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2018
2019        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2020        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2021        braino in comment on "exec". Extend --enable-ada handling.
2022
20232002-11-04      Joel Sherrill <joel@OARcorp.com>
2024
2025        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2026        tasks and rolling multiple loops into 1.
2027        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2028        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2029        Removed warnings.
2030
20312002-10-31      Joel Sherrill <joel@OARcorp.com>
2032
2033        * libchip/network/dec21140.c: Removed warnings.
2034        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2035        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2036        librdbg/src/m68k/any/remdeb_xdr.c,
2037        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2038        warnings.
2039        * libnetworking/rtems_webserver/socket.c,
2040        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2041
20422002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2043
2044        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2045        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2046        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2047        above.
2048
20492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2050
2051        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2052        * wrapup/.cvsignore: Remove autom4te.cache.
2053        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2054        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2055        autom4te.cache.
2056        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2057        autom4te.cache.
2058        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2059        autom4te.cache.
2060
20612002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2062
2063        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2064
20652002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2066
2067        * optman/.cvsignore: Add autom4te.cache.
2068
20692002-09-14      Joel Sherrill <joel@OARcorp.com>
2070
2071        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2072
20732002-09-07      Joel Sherrill <joel@OARcorp.com>
2074
2075        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2076        include files to resolve warnings.
2077
20782002-09-07      Chris Johns <ccj@acm.org>
2079
2080        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2081        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2082        which corrects the problem  where the cs8900.c file was actually the BSP
2083        glue.  Joel did some hacking so this file will compile.  Previously it
2084        required providing a target.h file to compile.
2085        * libchip/network/cs8900.c.bsp: New file.
2086
20872002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2088
2089        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2090
20912002-08-31      Joel Sherrill <joel@OARcorp.com>
2092
2093        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2094        eliminate warning.
2095
20962002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2097
2098        * configure.ac: Add ada-tests.
2099
21002002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2101
2102        * Makefile.am: Add preinstall-stamp.
2103
21042002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2105
2106        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2107        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2108        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2109        gcc31 happy.
2110        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2111        cp.
2112
21132002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2114
2115        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2116        make/bsp.mak.
2117        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2118        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2119
21202002-08-12      Joel Sherrill <joel@OARcorp.com>
2121
2122        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2123        avoid error.
2124
21252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2126
2127        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2128        * configure.ac: Add BSP_SUBDIRS.
2129        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2130        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2131        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2132        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2133        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2134        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2135        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2136        RTEMS_CHECK_BSP_CACHE.
2137        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2138        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2139        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2140        .$(OBJEXT) instead of .o.
2141        * libnetworking/pppd/Makefile.am,
2142        libnetworking/rtems_servers/Makefile.am,
2143        libnetworking/rtems_telnetd/Makefile.am,
2144        libnetworking/rtems_webserver/Makefile.am,
2145        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2146
21472002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2148
2149        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2150        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2151        ../libchip/serial/$(ARCH)/libserialio.a.
2152        * libchip/serial/Makefile.am: Don't tmp-install lib.
2153        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2154
21552002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2156
2157        * Makefile.am: Add rtems_makedir.
2158        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2159        * Makefile.am: Add wrapup-SUBDIR.
2160        * wrapup/ChangeLog: Remove.
2161        * wrapup/configure.ac: Remove.
2162        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2163        (Make the bare BSP happy).
2164        * configure.ac: Ditto.
2165        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2166        Create make/custom/default.cfg.
2167        * configure.ac: Add creation of make/custom/*.cfg. Create
2168        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2169
21702002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2171
2172        * Makefile.am: Clean $(PROJECT_RELEASE).
2173
21742002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2175
2176        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2177        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2178        prototype mismatches.
2179
21802002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2181
2182        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2183        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2184
21852002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2186
2187        * acinclude.m4: Add test "$multilib" != "yes".
2188        * config-ml.in: Remove.
2189        * acinclude.m4: Cleanups.
2190        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2191        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2192        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2193        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2194        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2195
21962002-07-16      Eric Norum <eric.norum@usask.ca>
2197
2198        * New driver for the Intel EtherExpressPro (82559ER) chip.
2199        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2200        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2201        * libchip/network/Makefile.am: Modified to reflect above.
2202
22032002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2204
2205        * acinclude.m4: New.
2206        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2207        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2208        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2209
22102002-07-01      Joel Sherrill <joel@OARcorp.com>
2211
2212        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2213        _Objects_Information_table now that it is a two dimensional array based
2214        upon API and class.
2215        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2216        of strnlen().
2217
22182002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2219
2220        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2221        preinstall libnetapps.a.
2222
22232002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2224
2225        * configure.ac: Remove librpc.
2226
22272002-06-25      Joel Sherrill <joel@OARcorp.com>
2228
2229        * Per PR233, moved librpc to exec.
2230        * configure.ac, wrapup/Makefile.am: Modified.
2231        * librpc, librpc/ChangeLog: Removed.
2232
22332002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2234
2235        * optman/Makefile.am: Remove multilib support.
2236        * optman/configure.ac: Ditto.
2237        * optman/sapi/Makefile.am: Ditto.
2238
22392002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2240
2241        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2242        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2243
22442002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2245
2246        Move networking libraries to c/src/exec/libnetworking
2247        * libnetworking/configure.ac, libnetworking/Makefile.am,
2248        libnetworking/wrapup/Makefile.am: Reflect Moval.
2249
22502002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2251
2252        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2253        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2254        <rtems/bspIo.h>.
2255
22562002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2257
2258        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2259        * libnetworking/rtems/mkrootfs.h: Ditto.
2260        * libnetworking/rtems/Makefile.am: Reflect changes above.
2261
22622002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2263
2264        * configure.ac: Remove lib.
2265
22662002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2267
2268        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2269        that exception stack frames on M68K members with VBR always are 6 byte
2270        long. The incorrect assumption resulted in some gdb commands like "next"
2271        to fail on the 68360.
2272
22732002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2274
2275        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2276        PR 220
2277        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2278        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2279        CVS.
2280        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2281        libnetworking/sys/filio.h: Remove.
2282        * libnetworking/sys/Makefile.am: Reflect changes above.
2283
22842002-05-07      Chris Johns <ccj@acm.org>
2285
2286        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2287        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2288        requires it to be stripped.
2289
22902002-05-01      Eric Norum <eric.norum@usask.ca>
2291
2292        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2293        assembly  to satisfy gcc 3.1 and newer.
2294
22952002-04-26      Eric Norum <eric.norum@usask.ca>
2296
2297        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2298        agressive optimization in gcc 3.1 does not reorder things.
2299
23002002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2301
2302        * libchip/network/dec21140.c: Reflect changes to powerpc's
2303        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2304        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2305        <rtems/score/cpu.h>.
2306        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2307        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2308
23092002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2310
2311        * optman/configure.ac: Remove ENABLE_GCC28.
2312
23132002-04-11      Chris Johns <ccj@acm.org>
2314
2315        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2316        driver control block field to the ifconfig network driver structure.
2317        This field is needed by the i82586 driver which was ported from NetBSD
2318        as it had better hardware abstraction.
2319        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2320        PR59, added the drv_ctrl driver control block field to the ifconfig
2321        network driver structure. This field is needed by the i82586 driver
2322        which was ported from NetBSD as it had better hardware abstraction.
2323
23242002-04-10      Mike Siers <mikes@poliac.com>
2325
2326        * libnetworking/rtems_webserver/NOTES,
2327        libnetworking/rtems_webserver/asp.c,
2328        libnetworking/rtems_webserver/balloc.c,
2329        libnetworking/rtems_webserver/default.c,
2330        libnetworking/rtems_webserver/ej.h,
2331        libnetworking/rtems_webserver/ejIntrn.h,
2332        libnetworking/rtems_webserver/ejlex.c,
2333        libnetworking/rtems_webserver/ejparse.c,
2334        libnetworking/rtems_webserver/emfdb.c,
2335        libnetworking/rtems_webserver/emfdb.h,
2336        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2337        libnetworking/rtems_webserver/handler.c,
2338        libnetworking/rtems_webserver/license.txt,
2339        libnetworking/rtems_webserver/md5.h,
2340        libnetworking/rtems_webserver/md5c.c,
2341        libnetworking/rtems_webserver/mime.c,
2342        libnetworking/rtems_webserver/misc.c,
2343        libnetworking/rtems_webserver/ringq.c,
2344        libnetworking/rtems_webserver/rom.c,
2345        libnetworking/rtems_webserver/security.c,
2346        libnetworking/rtems_webserver/sock.c,
2347        libnetworking/rtems_webserver/sym.c,
2348        libnetworking/rtems_webserver/uemf.c,
2349        libnetworking/rtems_webserver/uemf.h,
2350        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2351        libnetworking/rtems_webserver/url.c,
2352        libnetworking/rtems_webserver/value.c,
2353        libnetworking/rtems_webserver/wbase64.c,
2354        libnetworking/rtems_webserver/webcomp.c,
2355        libnetworking/rtems_webserver/webpage.c,
2356        libnetworking/rtems_webserver/webrom.c,
2357        libnetworking/rtems_webserver/webs.c,
2358        libnetworking/rtems_webserver/webs.h,
2359        libnetworking/rtems_webserver/websuemf.c,
2360        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2361        2.1.4.
2362
23632002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2364
2365        * libchip/network/i82586.c: Include <string.h>.
2366        * libchip/network/sonic.c: Ditto.
2367
23682002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2369
2370        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2371
23722002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2373
2374        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2375
23762002-03-27      Thomas.Doerfler@imd-systems.de
2377
2378        PR 144
2379        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2380        memory address 0 when called for the first time. This is done when
2381        trying to clear the variable "dhcp_hostname".
2382
23832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2384
2385        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2386        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2387        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2388        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2389        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2390        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2391        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2392        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2393        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2394        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2395        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2396        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2397        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2398        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2399        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2400        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2401        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2402        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2403        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2404        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2405        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2406        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2407        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2408        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2409        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2410        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2411        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2412        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2413        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2414        AUTOMAKE_OPTIONS.
2415        * libnetworking/configure.ac:
2416        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2417        foreign 1.6]).
2418        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2419        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2420        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2421        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2422        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2423        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2424        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2425        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2426        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2427        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2428        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2429        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2430        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2431        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2432        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2433        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2434        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2435
24362002-03-27      Ilya Alexeev <ilya@continuum.ru>
2437
2438        PR 162
2439        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2440        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2441        used in a device write routines.  Now ppp_softc structure have own
2442        character for writing to device (sc_outchar).  I think that converting
2443        local variables to static is not a right solution, because problems will
2444        occur in the case of two or more ppp instances.
2445        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2446        must be u_long, otherwise in the case of the big output packet endless
2447        loop may occur.
2448
24492002-03-21      Ilya Alexeev <ilya@continuum.ru>
2450
2451        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2452        preparations for multiple PPPD connections.
2453
24542002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2455
2456        PR 149
2457        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2458        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2459        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2460        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2461
24622002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2463
2464        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2465        * configure.ac: Modified to reflect addition.
2466
24672002-02-27      Ilya Alexeev <ilya@continuum.ru>
2468
2469        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2470        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2471        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2472        capabilities as well as eliminate some warnings.
2473
24742002-02-27      Eric Norum <eric.norum@usask.ca>
2475
2476        * libnetworking/net/radix.c: Properly handle fetching the default route
2477        when there is no route.  This was a bug in the original FreeBSD code and
2478        this fix is from an updated version of their code.
2479
24802002-02-16      Eric Norum <eric.norum@usask.ca>
2481
2482        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2483        checking.
2484
24852002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2486
2487        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2488        dodefaultroute.
2489
24902002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2491
2492        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2493        include <rtems/seterr.h>.
2494
24952002-02-01      Mike Siers <mikes@poliac.com>
2496
2497        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2498        avoid bringing the link down too fast. NOTE: Mike reports successfully
2499        running at 56K baud on a direct link.
2500
25012002-02-01      Eric Valette <valette@crf.canon.fr>
2502
2503        * librdbg/So many patches have been posted recently on the mailing list
2504        and  because we were unable to find correct solution to compile on
2505        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2506        because the coding  style of rdbg was rather inconsistant among various
2507        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2508        global coding style (using indent + manual edits), 2) incorporate/review
2509        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2510        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2511        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2512        after rdbg initialization is done, NB : the paches is huge but it is
2513        mainly due to coding styke chnages.  Only few lines of codes have been
2514        really changed and they do not impact  rdbg functionnality (AFAIKT).
2515        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2516        librdbg/include/rdbg/m68k/rdbg_f.h,
2517        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2518        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2519        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2520        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2521        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2522        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2523        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2524        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2525        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2526        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2527        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2528        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2529        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2530        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2531        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2532        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2533
25342002-01-31      Mike Siers <mikes@poliac.com>
2535
2536        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2537        * Nice Update of PPPD support which eliminates the requiremetn that
2538        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2539        and reports that it seems to be more stable and handle larger packets
2540        better.  This patch replaces the termios tasks with more general pppd
2541        network driver tasks.  The functions pppinput() and pppstart() get
2542        called from the interrupt service routine.
2543        * libnetworking/Makefile.am, libnetworking/configure.ac,
2544        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2545        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2546        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2547        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2548        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2549        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2550        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2551        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2552        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2553        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2554        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2555        libnetworking/net/route.c, libnetworking/net/route.h,
2556        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2557        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2558        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2559        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2560        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2561        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2562        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2563        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2564        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2565        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2566        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2567        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2568        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2569        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2570        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2571        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2572        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2573        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2574        libnetworking/pppd/example/README,
2575        libnetworking/pppd/example/netconfig.h,
2576        libnetworking/wrapup/Makefile.am: Modified.
2577        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2578        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2579        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2580        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2581        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2582        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2583        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2584        libnetworking/modem/pppcompress.c: Subdirectory removed.
2585
25862002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2587
2588        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2589        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2590
25912002-01-18      Till Straumann <strauman@slac.stanford.edu>
2592
2593        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2594        issues: - exception handler needs to enable MSR_FP if the interrupted
2595        thread is FP enabled. - printk message for MSR fixed and added
2596        stacktrace. NOTE: this requires the stacktrace patch to
2597        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2598        however).
2599
26002002-01-06      Joel Sherrill <joel@OARcorp.com>
2601
2602        * optman/.cvsignore: Added aclocal.m4 and configure.
2603        * optman/.cvsignore: New file.
2604
26052002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2606
2607        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2608
26092002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2610
2611        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2612        * optman/ChangeLog: New.
2613        * optman/configure.ac: New.
2614        * optman/Makefile.am: New.
2615        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2616        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2617
26182001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2619
2620        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2621
26222001-12-18      Eric Norum <eric.norum@usask.ca>
2623
2624        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2625        `directories' (path names with a / at the end) while disallowing open()
2626        operations on TFTP `directories'.
2627
26282001-12-07      Eric Norum <eric.norum@usask.ca>
2629
2630        * libnetworking/lib/tftpDriver.c: Restore write capability.
2631
26322001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2633
2634        * libchip/network/sonic.h: Fix typo.
2635        * libnetworking/arpa/Makefile.am: Remove stray lines.
2636
26372001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2638
2639        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2640
26412001-10-18      Eric Norum <eric.norum@usask.ca>
2642
2643        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2644        chdir() and open() operations within the TFTP file system.
2645
26462001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2647
2648        * librdbg/configure.ac: Fix latent bug exposed by removal of
2649        config.cache's which prevented powerpc targets librdbg from building.
2650
26512001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2652
2653        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2654        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2655        autoconf-2.52 happy.
2656
26572001-10-12      Mike Siers <mikes@poliac.com>
2658
2659        * libnetworking/Update to stable working state.  Congratulations Mike!
2660        :).
2661        * libnetworking/modem_example: Directory removed.
2662        * libnetworking/modem_example/16550.h,
2663        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2664        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2665        libnetworking/modem_example/ppp.h,
2666        libnetworking/modem_example/pppcompress.c: Files removed.
2667        * libnetworking/pppd/example/pppd.options: New file.
2668        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2669        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2670        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2671        libnetworking/pppd/rtemsmain.c: Updated.
2672
26732001-10-12      Joel Sherrill <joel@OARcorp.com>
2674
2675        * libchip/serial/z85c30.c: Fixed typo.
2676
26772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2678
2679        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2680        * configure.in: Remove.
2681        * configure.ac: New file, generated from configure.in by autoupdate.
2682        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2683        * libchip/configure.in: Remove.
2684        * libchip/configure.ac: New file, generated from configure.in by
2685        autoupdate.
2686        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2687        * librdbg/configure.in: Remove.
2688        * librdbg/configure.ac: New file, generated from configure.in by
2689        autoupdate.
2690        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2691        * libnetworking/configure.in: Remove.
2692        * libnetworking/configure.ac: New file, generated from configure.in by
2693        autoupdate.
2694
26952001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2696
2697        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2698        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2699        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2700
27012001-09-27      Joel Sherrill <joel@OARcorp.com>
2702
2703        * libchip/ChangeLog: Fixed typo in date.
2704
27052001-09-27      Eric Norum <eric.norum@usask.ca>
2706
2707        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2708        TFTP  filesystem.
2709
27102001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2711
2712        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2713        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2714        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2715        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2716        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2717        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2718        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2719        'PREINSTALL_FILES ='.
2720        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2721        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2722        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2723        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2724        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2725        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2726        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2727        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2728        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2729        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2730        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2731        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2732
27332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2734
2735        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2736        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2737        * librdbg/src/m68k/any/Makefile.am: Ditto.
2738        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2739        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2740        happy.
2741
27422001-09-21      Joel Sherrill <joel@OARcorp.com>
2743
2744        * libchip/network/Makefile.am: Fixed typo on file name.
2745        * libchip/network/i82586.c: Commented out line 318 which is referencing
2746        a member of a structure that is not currently there.  This needs to be
2747        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2748        to C style.
2749
27502001-09-19      Eric Norum <eric.norum@usask.ca>
2751
2752        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2753
27542001-09-19      Chris Johns <ccj@acm.org>
2755
2756        * libchip/network/README.i82586, libchip/network/i82586.c,
2757        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2758        Network driver for Intel i82586.
2759        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2760        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2761        "root" filesystem with information obtained via the DHCP response.
2762
27632001-09-14      Eric Norum <eric.norum@usask.ca>
2764
2765        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2766        make gcc 3.x happy.
2767
27682001-08-16      Mike Siers <mikes@poliac.com>
2769
2770        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2771        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2772        These support callback functionality that has not even been compiled
2773        under RTEMS yet.
2774        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2775        example application.  Mike's notes on the modifications: - renamed
2776        error() function because of namespace problems - removed calls to the
2777        exit() funciton - removed extra files from the pppd source directory -
2778        defined pppd task constant values in rtemspppd.h - modifyied example
2779        code to get actual tick per second value - placed the pppd 2.3.11 man
2780        page file (pppd.8) into the pppd directory.
2781        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2782        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2783        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2784        libnetworking/pppd/rtems-ppp.c: Deleted.
2785        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2786        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2787        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2788        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2789        libnetworking/pppd/example/init.c,
2790        libnetworking/pppd/example/netconfig.h,
2791        libnetworking/pppd/example/ppp.conf,
2792        libnetworking/pppd/example/pppdapp.c,
2793        libnetworking/pppd/example/system.h: New files.
2794        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2795        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2796        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2797        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2798        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2799        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2800        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2801        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2802        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2803        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2804        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2805        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2806        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2807        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2808        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2809
28102001-08-16      Joel Sherrill <joel@OARcorp.com>
2811
2812        * libnetworking/pppd/example/Makefile: Removed.
2813        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2814        to avoid bootstrap -c clobbering it.
2815        * libnetworking/rtems_telnetd/.cvsignore: New file.
2816
28172001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2818
2819        * libnetworking/Makefile.am, libnetworking/configure.in,
2820        libnetworking/rtems_servers/Makefile.am,
2821        libnetworking/rtems_servers/telnetd.c,
2822        libnetworking/rtems_servers/telnetd.h,
2823        libnetworking/rtems_telnetd/Makefile.am,
2824        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2825        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2826        libnetworking/rtems_telnetd/telnetd.c,
2827        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2828        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2829        effect when ftpd change. - the tcp/ip stats have been implemented into
2830        icmds.c and started when telnetd daemon is started.
2831        * libnetworking/rtems_servers/telnetd.c,
2832        libnetworking/rtems_servers/telnetd.h: Removed.
2833        * libnetworking/rtems_telnetd: New directory.
2834        * libnetworking/rtems_telnetd/Makefile.am,
2835        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2836        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2837        libnetworking/rtems_telnetd/telnetd.c,
2838        libnetworking/rtems_telnetd/telnetd.h: New files.
2839
28402001-06-14      Joel Sherrill <joel@OARcorp.com>
2841
2842        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2843        Moved from libmisc/shell so the network stack to address network
2844        depenendency.
2845        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2846
28472001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2848
2849        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2850
28512001-05-15      Joel Sherrill <joel@OARcorp.com>
2852
2853        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2854        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2855        accidentally deleted the incorrectly empty versions.
2856
28572001-05-14      Till Straumann <strauman@slac.stanford.edu>
2858
2859        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2860        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2861        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2862        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2863        to know the values) - the affected BSP (shared/motorola) headers have
2864        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2865        driver (libchip/network/dec21140.c) has been fixed to use
2866        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2867        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2868        who is using this driver. - the DEC driver also has been fixed to use
2869        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2870        delay_in_bus_cycles().
2871
28722001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2873
2874        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2875
28762001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2877
2878        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2879
28802001-04-24      Eric Norum <eric.norum@usask.ca>
2881
2882        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2883        NTP synchronization a little more robust -- no NTP daemon yet, but at
2884        least it trys a little harder when the primary NTP server is down.
2885
28862001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2887
2888        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2889        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2890        libnetworking/pppd/modem_example/modem.c,
2891        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2892        other strings into English.
2893        * libnetworking/pppd/STATUS: updated to reflect the changes.
2894
28952001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2896
2897        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2898        again.
2899
29002001-04-20      Eric Valette <valette@crf.canon.fr>
2901
2902        * mcp750 directory renamed new_exception processing as it supports many
2903        more CPU models.
2904        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2905        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2906        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2907        formerly in mcp750 plus modifications.
2908        * librdbg/src/powerpc/mcp750/.cvsignore,
2909        librdbg/src/powerpc/mcp750/Makefile.am,
2910        librdbg/src/powerpc/mcp750/remdeb.h,
2911        librdbg/src/powerpc/mcp750/remdeb_f.x,
2912        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2913        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2914        new_exception_processing.
2915        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2916        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2917        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2918        part of this effort to add support for the MPC8xx.
2919
29202001-04-19      Joel Sherrill <joel@OARcorp.com>
2921
2922        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2923        internal include files.
2924
29252001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2926
2927        PR 158
2928        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2929        rcmd() library call by commenting out the parts that deal with signals.
2930        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2931        stdio. The 'server-side' parts of this file which deal with
2932        authentication are disabled since they are not needed.
2933
29342001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2935
2936        * libnetworking/include/.cvsignore: Remove dangling file.
2937
29382001-03-14      Joel Sherrill <joel@OARcorp.com>
2939
2940        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2941        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2942        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2943        libchip style serial drivers can be written in libcpu or libbsp.
2944
29452001-03-01      Joel Sherrill <joel@OARcorp.com>
2946
2947        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2948        libchip/network/sonic.c, libchip/network/sonic.h,
2949        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2950        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2951        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2952        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2953        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2954        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2955        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2956        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2957
29582001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2959
2960        * librdbg/include/rdbg/Makefile.am,
2961        librdbg/include/rdbg/i386/Makefile.am,
2962        librdbg/include/rdbg/m68k/Makefile.am,
2963        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2964        style on include files.
2965
29662001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2967
2968        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2969        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2970        replace ${..} with $(..).
2971        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2972        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2973        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2974        libnetworking/rtems/Makefile.am, libnetworking/
2975        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2976        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2977        include_*HEADERS instead of H_FILES.
2978        * libnetworking/include/Makefile.am: Remove.
2979        * libnetworking/Makefile.am: Add handling of *.h files.
2980        * libnetworking/configure.in: Remove include/Makefile.
2981
29822001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2983
2984        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2985
29862001-01-31      Sergei Organov <osv@javad.ru>
2987
2988        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2989        current dir and root dir removed in favor of new libio support for
2990        task-local current and root directories. - Bug in `close_data_socket()'
2991        introduced by previous change fixed. - `command_pasv()' changed to set
2992        timeout on socket we are listening on and code fixed to don't close
2993        socket twice on error. - `serr()' changed to clear `errno'. -
2994        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2995        changed to clear `errno' before processing session. -
2996        `close_data_socket()' fixed to close both active and passive sockets -
2997        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2998        empty string  in `exec_command()'.
2999
30002001-01-25      Eric Norum <eric.norum@usask.ca>
3001
3002        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3003        improves throughput on systems which are dropping packets.   Only the
3004        first timeout is reduced.  This keeps the number of extra packets down
3005        on networks that are very busy and dropping lots of packets.
3006
30072001-01-24      Sergei Organov <osv@javad.ru>
3008
3009        * libnetworking/rtems_servers/ftpd.c,
3010        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3011        - Timeouts on sockets implemented. 'idle' field added to configuration.
3012        No timeout by default to keep backward compatibility. Note: SITE IDLE
3013        command not implemented yet. - Basic global access control implemented.
3014        'access' field added to configuration. No access limitations by default
3015        to keep backward compatibility. - Anchor data socket for active mode
3016        (using self IP and port 20.) - Fixed default data port support (still
3017        not tested). - Don't allow IP address different from originating host in
3018        PORT command to improve security. - Fixed bug in MDTM command. - Check
3019        for correctness of parsing of argument in command_port(). - Fixed
3020        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3021        a directory. - Command parsing a little bit improved: command names are
3022        now converted to upper-case to be more compatible with RFC (command
3023        names are not case-sensitive.) - Reformat comments so that they have
3024        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3025        previous changes - True ASCII mode implemented (doesn't work for hooks
3026        and /dev/null) - Passive mode implemented, PASV command added. - Default
3027        port for data connection could be used (untested, can't find ftp client
3028        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3029        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3030
30312001-01-18      Joel Sherrill <joel@OARcorp.com>
3032
3033        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3034        macro using variable arguments.
3035        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3036        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3037        since I updated the main RTEMS development machine to RedHat 7.2 and
3038        apparently got a new version of rpcgen.
3039
30402001-01-12      Sergei Organov <osv@javad.ru>
3041
3042        * libnetworking/rtems_servers/ftpd.c,
3043        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3044        - use pool of pre-created threads to handle sessions instead of
3045        creating/deleting threads on the fly - LIST output is now similar to
3046        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3047        happy with it. - LIST NAME now works (both for files and directories) -
3048        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3049        clients happy  - keep track of CWD for every session separately -
3050        ability to specify root directory name for FTPD in configuration table.
3051        FTPD will then create illusion for FTP clients that this is actually
3052        root directory. - ignore options sent in commands, thus LIST -al FILE
3053        works and doesn't try to list "-al" directory. - buffers are allocated
3054        on stack instead of heap where possible to eliminate malloc/free calls
3055        (avoid possible heap fragmentation troubles). - drop using of task
3056        notepad to pass parameters - use function arguments instead - use
3057        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3058        in socket() instead of AF_INET.
3059
30602001-01-02      Joel Sherrill <joel@OARcorp.com>
3061
3062        * libnetworking/CHANGELOG: Removed.
3063        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3064
30652000-12-14      Eric Norum <eric.norum@usask.ca>
3066
3067        * libnetworking/lib/tftpDriver.c: Added write capability.
3068
30692000-12-08      Joel Sherrill <joel@OARcorp.com>
3070
3071        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3072        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3073        numerous variable declarations conditional on PPP_COMPRESS and
3074        PPP_FILTER.  Commented out variables that were not used because the code
3075        using them was commented out. Removed totally unused variables.
3076        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3077        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3078
30792000-11-30      Joel Sherrill <joel@OARcorp.com>
3080
3081        * libnetworking/modem/ppp_tty.c: Changed to include
3082        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3083        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3084        * libnetworking/Makefile.am: Modified to reflect above.
3085
30862000-11-27      Joel Sherrill <joel@OARcorp.com>
3087
3088        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3089
30902000-11-25      Eric Norum <eric.norum@usask.ca>
3091
3092        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3093        core.
3094
30952000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3096
3097        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3098        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3099        subdir.
3100        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3101        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3102        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3103        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3104        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3105        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3106        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3107        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3108        ppp_tty.c and the real pppd main is in pppmain.c.
3109
31102000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3111
3112        * libchip/network/sonic.c: Added ipalign() routine to align the received
3113        packet so that the ip header is on a 32-bit boundary. Necessary for
3114        cpu's that do not allow unaligned loads and stores and when the 32-bit
3115        DMA mode is used.
3116
31172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3118
3119        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3120        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3121        ACLOCAL_AMFLAGS.
3122        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3123        ACLOCAL_AMFLAGS.
3124        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3125        ACLOCAL_AMFLAGS.
3126
31272000-11-03      Chris Johns <ccj@acm.org>
3128
3129        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3130        libchip/network/cs8900.h: New files.
3131
31322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3133
3134        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3135        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3136        $(RTEMS_TOPdir)/aclocal.
3137        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3138        $(RTEMS_TOPdir)/aclocal.
3139        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3140        $(RTEMS_TOPdir)/aclocal.
3141
31422000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3143
3144        * configure.in: Switch to GNU-canonicalization.
3145        * Makefile.am: Reflect changes to configure.in.
3146        * acinclude.m4: Remove.
3147
31482000-10-30      Joel Sherrill <joel@OARcorp.com>
3149
3150        * POSIX include files merged into newlib.  This resulted in some
3151        definitions moving to other files and thus some secondary effects in
3152        RTEMS source code.
3153        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3154        in sync with newlib's <machine/types.h>.
3155        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3156        definition of struct itimerval in <sys/time.h>.
3157
31582000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3159
3160        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3161        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3162        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3163        * ChangeLog: Fix typos.
3164        * configure.in: add tests to the GNU canonicalized subdirectories.
3165
31662000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3167
3168        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3169        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3170        the lib directory before configuring lib/.
3171
31722000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3173
3174        * configure.in, Makefile.am: add exec to the GNU canonicalized
3175        subdirectories.
3176        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3177        * configure.in: add libnetworking, librpc and librdb to the GNU
3178        canonicalized subdirectories.
3179        * configure.in: add libmisc and libchip to the GNU canonicalized
3180        subdirectories.
3181        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3182        Switch to GNU canonicalization.
3183        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3184        Switch to GNU canonicalization.
3185        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3186        Switch to GNU canonicalization.
3187
31882000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3189
3190        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3191        canonicalization to libfs/. The approach is currently a bit of a hack as
3192        GNU canonicalization does not support the per-BSP build some of the
3193        other directories require.  As more of the tree is converted, this will
3194        become less  of an issue.
3195
31962000-10-20      Joel Sherrill <joel@OARcorp.com>
3197
3198        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3199        parameter.
3200
32012000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3202
3203        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3204        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3205        * librdbg/configure.in: Add m68k support.
3206        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3207        subdirectory.
3208        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3209        failure.
3210        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3211        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3212        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3213        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3214        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3215        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3216        librdbg/src/m68k/.cvsignore: New files.
3217        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3218        function pointers.
3219        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3220        _after_ pointer has been checked against NULL.
3221
32222000-10-18      Joel Sherrill <joel@OARcorp.com>
3223
3224        * wrapup/Makefile.am: Added libfs.
3225
32262000-10-18      Chris Johns <ccj@acm.org>
3227
3228        * libfs created.
3229        * configure.in: Added libfs subdirectory.
3230        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3231
32322000-09-28      Joel Sherrill <joel@OARcorp.com>
3233
3234        * libnetworking/rtems_webserver/Makefile.am,
3235        libnetworking/rtems_webserver/base64.c,
3236        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3237        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3238
32392000-09-22      Joel Sherrill <joel@OARcorp.com>
3240
3241        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3242        libnetworking/rtems/rtems_bsdnet_internal.h,
3243        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3244        have included rtems.h.  It is now including precisely the  least amount
3245        of low level, yet portable .h files to get the basic RTEMS types
3246        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3247        used machine/types.h to include rtems.h.
3248
32492000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3250
3251        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3252
32532000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3254
3255        * libnetworking/ChangeLog: Cleanup.
3256
32572000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3258
3259        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3260        * libchip/ChangeLog: Fix formating.
3261
32622000-09-05      Joel Sherrill <joel@OARcorp.com>
3263
3264        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3265        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3266        confusion and to work with the converted flags.
3267
32682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3269
3270        * wrapup/Makefile.am: Include compile.am.
3271        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3272        libchip/serial/Makefile.am: Include compile.am.
3273        * librdbg/src/i386/any/Makefile.am,
3274        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3275        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3276        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3277        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3278        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3279        libnetworking/rtems_servers/Makefile.am,
3280        libnetworking/rtems_webserver/Makefile.am,
3281        libnetworking/wrapup/Makefile.am: Include compile.am.
3282
32832000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3284
3285        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3286        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3287
32882000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3289
3290        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3291
32922000-08-31      Joel Sherrill <joel@OARcorp.com>
3293
3294        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3295        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3296        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3297        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3298        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3299        * libnetworking/wbase64.c: Removed.
3300        * libnetworking/Makefile.am, libnetworking/asp.c,
3301        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3302        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3303        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3304        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3305        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3306        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3307        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3308        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3309        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3310        Modified.
3311
33122000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3313
3314        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3315
33162000-08-30      Joel Sherrill <joel@OARcorp.com>
3317
3318        * libnetworking/rtems_webserver/license.txt: New file.
3319
33202000-08-10      Joel Sherrill <joel@OARcorp.com>
3321
3322        * ChangeLog: New file.
3323        * libchip/ChangeLog: New file.
3324        * librdbg/ChangeLog: New file.
3325        * libnetworking/ChangeLog: New file.
3326
Note: See TracBrowser for help on using the repository browser.