source: rtems/c/src/ChangeLog @ 5b729d1

4.104.114.84.95
Last change on this file since 5b729d1 was f68b890, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/22/05 at 10:25:25

2005-01-22 Ralf Corsepius <ralf.corsepius@…>

  • wrapup/Makefile.am: Remove rtems-ctor.o.
  • Property mode set to 100644
File size: 106.9 KB
Line 
12005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * wrapup/Makefile.am: Remove rtems-ctor.o.
4
52005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * libchip/rtc/rtc.h: size_t RTC_Count.
8
92005-01-20      Joel Sherrill <joel@OARcorp.com>
10
11        PR 736/pppd
12        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
13        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
14        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
15        should not be static and should have a name more specific to pppd.
16
172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
20        libnetworking/rtems_servers/Makefile.am,
21        libnetworking/rtems_telnetd/Makefile.am,
22        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
23        Eliminate CFLAGS_OPTIMIZE_V.
24
252005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * configure.ac: Pass CFLAGS to testsuites configure.
28        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
29        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
30
312005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Pass CFLAGS to cpukit configure.
34        * aclocal/rtems-flags.m4: Remove (Unused).
35        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
36        * aclocal/env-rtemsbsp.m4:
37        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
38        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
39        RTEMS_CFLAGS.
40        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
41        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
42        Cleanup comments.
43
442005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * automake/compile.am: Remove build-variant support.
47
482005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * libnetworking/pppd/Makefile.am,
51        libnetworking/rtems_servers/Makefile.am,
52        libnetworking/rtems_telnetd/Makefile.am:
53        Remove build-variant support.
54
552005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
58        support/Makefile.am, wrapup/Makefile.am:
59        Remove build-variant support.
60
612004-11-22      Joel Sherrill <joel@OARcorp.com>
62
63        * libchip/network/if_fxp.c: Add entry for another module ID code.
64
652004-11-22      Joel Sherrill <joel@OARcorp.com>
66
67        PR 693/misc
68        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
69        in/outport routines.
70
712004-11-22      Joel Sherrill <joel@OARcorp.com>
72
73        PR 693/misc
74        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
75        in/outport routines.
76
772004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * aclocal/enable-itron.m4: Remove (unused).
80
812004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * configure.ac: Misc. quoting cleanups.
84        Enable ada-tests iff --enable-ada and --enable-tests.
85
862004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
87
88        PR 703/filesystem
89        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
90        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
91        libchip/ide/ide_controller.c:
92        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
93        available for BSPS/device drivers.
94        Extend the "modes_available" and "mode_active" parameters to
95        uint16_t for UDMA support.
96
972004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
98
99        * libchip/network/dec21140.c: Cleanup a bit and remove message about
100        not supported on PowerPC since it works on the MVME2100 BSP.
101
1022004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
105        Add dependency tracking for *.cfgs.
106        * Makefile.am: Add dependency tracking for *.cfg.
107
1082004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
111        (Thanks to Lars Munch <lars@segv.dk> for catching this).
112
1132004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        PR 707/make_build
116        * configure.ac: Add --enable-rpcgen.
117
1182004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
119
120        PR 700/rtems_misc
121        * libnetworking/rtems_webserver/asp.c,
122        libnetworking/rtems_webserver/balloc.c,
123        libnetworking/rtems_webserver/cgi.c,
124        libnetworking/rtems_webserver/default.c,
125        libnetworking/rtems_webserver/ej.h,
126        libnetworking/rtems_webserver/ejIntrn.h,
127        libnetworking/rtems_webserver/ejlex.c,
128        libnetworking/rtems_webserver/ejparse.c,
129        libnetworking/rtems_webserver/emfdb.c,
130        libnetworking/rtems_webserver/emfdb.h,
131        libnetworking/rtems_webserver/form.c,
132        libnetworking/rtems_webserver/handler.c,
133        libnetworking/rtems_webserver/h.c,
134        libnetworking/rtems_webserver/license.txt,
135        libnetworking/rtems_webserver/Makefile.am,
136        libnetworking/rtems_webserver/md5c.c,
137        libnetworking/rtems_webserver/md5.h,
138        libnetworking/rtems_webserver/mime.c,
139        libnetworking/rtems_webserver/misc.c,
140        libnetworking/rtems_webserver/NOTES,
141        libnetworking/rtems_webserver/ringq.c,
142        libnetworking/rtems_webserver/rom.c,
143        libnetworking/rtems_webserver/rtems_webserver.h,
144        libnetworking/rtems_webserver/security.c,
145        libnetworking/rtems_webserver/sock.c,
146        libnetworking/rtems_webserver/socket.c,
147        libnetworking/rtems_webserver/sockGen.c,
148        libnetworking/rtems_webserver/sym.c,
149        libnetworking/rtems_webserver/uemf.c,
150        libnetworking/rtems_webserver/uemf.h,
151        libnetworking/rtems_webserver/um.c,
152        libnetworking/rtems_webserver/um.h,
153        libnetworking/rtems_webserver/umui.c,
154        libnetworking/rtems_webserver/url.c,
155        libnetworking/rtems_webserver/value.c,
156        libnetworking/rtems_webserver/wbase64.c,
157        libnetworking/rtems_webserver/webcomp.c,
158        libnetworking/rtems_webserver/webmain.c,
159        libnetworking/rtems_webserver/webpage.c,
160        libnetworking/rtems_webserver/webrom.c,
161        libnetworking/rtems_webserver/webs.c,
162        libnetworking/rtems_webserver/websda.c,
163        libnetworking/rtems_webserver/websda.h,
164        libnetworking/rtems_webserver/webs.h,
165        libnetworking/rtems_webserver/websSSL.c,
166        libnetworking/rtems_webserver/websSSL.h,
167        libnetworking/rtems_webserver/websuemf.c,
168        libnetworking/rtems_webserver/wsIntrn.h:
169        Remove (Moved to cpukit/http).
170
1712004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        PR 700/rtems_misc
174        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
175        Remove libnetworking/rtems_webserver.
176
1772004-10-25      Eric Norum <norume@aps.anl.gov>
178
179        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
180
1812004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
184
1852004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
188        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
189
1902004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
193
1942004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
197        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
198
1992004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
202        BITSPERBYTE.
203
2042004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
205
206        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
207        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
208
2092004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
212
2132004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
214
215        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
216        * aclocal/enable-bare.m4: Remove.
217        * configure.ac: Remove BARE_CPU_MODEL.
218
2192004-10-13      Eric Norum <norume@aps.anl.gov>
220
221        PR 688/bsps
222        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
223        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
224        MC146818A (and several Dallas Semiconductor) TOD chips.
225
2262004-10-13      Eric Norum <norume@aps.anl.gov>
227
228        PR 686/networking
229        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
230        device code.
231
2322004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        * libchip/network/dec21140.c: include <rtems/pci.h>.
235
2362004-09-29      Joel Sherrill <joel@OARcorp.com>
237
238        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
239        libnetworking/pppd/utils.c: i960 obsoleted and all references
240        removed.
241
2422004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
243
244        PR 607/networking
245        * libchip/network/dec21140.c: Made PCI configuration minimum sane
246        instead of fully specifying unused PCI features.
247
2482004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * configure.ac: Require automake > 1.9.
251
2522004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        * aclocal/rtems-cpu-subdirs.m4: Add avr.
255
2562004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
257
258        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
259        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
260
2612004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
262
263        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
264        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
265
2662004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
269
2702004-07-28  Joel Sherrill <joel@OARcorp.com>
271
272    * aclocal/version.m4: Updated to rtems-4.6.99.1.
273
2742004-07-25      Joel Sherrill <joel@OARcorp.com>
275
276        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
277
2782004-05-21  Till Strauman <strauman@slac.stanford.edu>
279
280        PR 625/networking
281        * libchip/network/dec21140.c, ... : Prevent name clashes by making
282        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
283        an error rather than panic if no chip is detected (thus allowing
284        for probing).
285        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
286        instead of looping forever.  Avoid divide by zero (crashed my PC).
287        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
288        they are UNTESTED.
289
2902004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
291
292        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
293
2942004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
295
296        * libchip/network/dec21140.c, libchip/network/elnk.c:
297        #include <errno.h>.
298
2992004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
300
301        * libchip/network/if_media.h: Update from FreeBSD.
302        * libchip/network/open_eth.c, libchip/network/cs8900.c,
303        libchip/network/i82586.c: #include <errno.h>.
304
3052004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
306
307        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
308
3092004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
310
311        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
312
3132004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
314
315        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
316        automake).
317
3182004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
319
320        PR 599/pppd
321        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
322
3232004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
324
325        * optman/rtems/no-region.c: Reflect having changed
326        rtems_region_get_segment_size.
327
3282004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
329
330        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
331        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
332        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
333        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
334        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
335        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
336        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
337
3382004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
339
340        * libchip/ide/ata.c, libchip/network/dec21140.c,
341        libchip/network/elnk.c, libchip/network/i82586.c,
342        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
343        libchip/network/open_eth.c, libchip/network/sonic.c,
344        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
345        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
346        libchip/shmdr/init.c, libchip/shmdr/intr.c,
347        libchip/shmdr/shm_driver.h: Cosmetics.
348
3492004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
350
351        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
352        optman/rtems/no-msg.c, optman/rtems/no-part.c,
353        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
354        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
355        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
356        fixed size types.
357
3582004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
359
360        * configure.ac: Explicitly pass --includedir and --libdir to
361        cpukit/configure.
362
3632004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
364
365        * librdbg/Makefile.am: Fix rpcgen rules.
366        * librdbg/src/i386/any/remdeb_xdr.c,
367        librdbg/src/m68k/any/remdeb_xdr.c,
368        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
369        Reflect changes to librdbg/Makefile.am.
370
3712004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
372
373        * configure.ac: Reflect changes testsuites/configure.ac and
374        cpukit/configure.ac.
375
3762004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
377
378        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
379        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
380
3812004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
382
383        * configure.ac: Reflect changes to testsuites's configuration.
384
3852004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
386
387        PR/589 rtems
388        * libchip/network/pci.h: Remove (Moved to cpukit).
389
3902004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
391
392        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
393        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
394        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
395        libchip/network/dec21140.c, libchip/network/elnk.c,
396        libchip/network/if_fxp.c, libchip/network/open_eth.c,
397        libchip/network/open_eth.h, libchip/network/sonic.c,
398        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
399        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
400        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
401        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
402        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
403        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
404        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
405        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
406        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
407        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
408        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
409        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
410        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
411        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
412        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
413        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
414        fixed-size types.
415
4162004-03-14      Chris Johns  <chrisj@rtems.org>
417
418        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
419        the BSP example code.
420        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
421        support the DIMMPC. This is a pc386 target with IO port support. Minor
422        formating clean up. Add documentation to the header file.
423        * libchip/network/README.cs8900: The CS8900 driver is documented in the
424        cs8900.h header file.
425
4262004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
429        Cosmetics.
430
4312004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
434        There are no application level Makefiles in here.
435
4362004-03-04      Joel Sherrill <joel@OARcorp.com>
437
438        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
439        they can be used in application level makefiles.
440
4412004-03-05      Joel Sherrill <joel@OARcorp.com>
442
443        * libnetworking/rtems_webserver/ejparse.c,
444        libnetworking/rtems_webserver/emfdb.c,
445        libnetworking/rtems_webserver/sock.c,
446        libnetworking/rtems_webserver/socket.c,
447        libnetworking/rtems_webserver/sym.c,
448        libnetworking/rtems_webserver/webs.c,
449        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
4502004-03-05      Joel Sherrill <joel@OARcorp.com>
451
452        * libchipnetwork/open_eth.c: Remove warnings by conditionally
453        compiling this file only only those CPU families with supported
454        exception models.
455
4562004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * acinclude.m4: Fix loosing arguments when configuring cpukit and
459        testsuites (Was exposed with --enable-multilib, only).
460        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
461         Add RTEMS_BSP_CONFIG_SUBDIR.
462        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
463        testsuites's configure.
464        * aclocal/rtems-top.m4: Remove ENDIF hack.
465        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
466
4672004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
470        wrapup/Makefile.am: Fix automake problems having been introduced
471        in previous patch.
472
4732004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
476        Preinstall dirs.
477        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
478        * aclocal/check-multiprocessing.m4: Cosmetics.
479        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
480        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
481
4822004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
485        librdbg/src/Makefile.am.
486        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
487        * configure.ac: Reflect changes above.
488        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
489        * wrapup/Makefile.am: Reflect changes above.
490        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
491
4922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
495
4962004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
499
5002004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * wrapup/Makefile.am: Reflect new location of librdbg.a.
503
5042004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
507        librdbg/src/powerpc/Makefile.am: Remove.
508        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
509        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
510        * configure.ac: Reflect changes above.
511
5122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514
5152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
518        STRIP.
519
5202004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * librdbg/include/Makefile.am: Merge-in
523        librdbg/include/rdbg/i386/Makefile.am,
524        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
525        librdbg/include/rdbg/powerpc/Makefile.am.
526        * librdbg/include/rdbg/i386/Makefile.am,
527        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
528        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
529        * configure.ac: Reflect changes above.
530
5312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.ac: Use AS_HELP_STRING(ada).
534
5352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * aclocal/bspopts.m4: Use AS_HELP_STRING.
538        * aclocal/bsp-configure.m4: Require autoconf-2.59.
539        Use AC_CONFIG_HEADERS.
540        * aclocal/check-custom-bsp.m4: Add bspkit-support.
541        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
542
5432004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * Makefile.am: include local.am.
546
5472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * aclocal/version.m4: 4.6.99.0.
550
5512004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Don't include host.am.
554        * automake/compile.am: Further cleanups.
555
5562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * automake/lib.am: Remove (Unused).
559
5602004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * wrapup/Makefile.am: Don't include lib.am.
563        * automake/compile.am: Use automake compilation rules.
564
5652004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * libnetworking/pppd/Makefile.am,
568        libnetworking/rtems_servers/Makefile.am,
569        libnetworking/rtems_telnetd/Makefile.am,
570        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
571        support/Makefile.am: Don't include lib.am.
572
5732004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * libchip/Makefile.am: Don't include lib.am.
576        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
577        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
578        unnecessary EXTRA_DISTs.
579
5802004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
583        hack.
584
5852004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
588        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
589        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
590        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
591
5922004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
595        Add AM_CONDITIONAL(HAS_MP).
596        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
597        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
598        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
599        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
600        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
601        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
602        (Deprecated by autoconf 2.59).
603
6042004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
607        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
608
6092004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * ChangeLog: Merge-in libnetworking/ChangeLog.
612        * libnetworking/ChangeLog: Remove.
613        * ChangeLog: Merge-in librdbg/ChangeLog.
614        * librdbg/ChangeLog: Remove.
615        * ChangeLog: Merge-in libchip/ChangeLog.
616        * libchip/ChangeLog: Remove.
617        * ChangeLog: Merge-in optman/ChangeLog.
618        * optman/ChangeLog: Remove.
619
6202004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * configure.ac: Reflect changes to cpukit.
623        * wrapup/Makefile.am: Reflect changes to librdbg.
624        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
625        * libchip/Makefile.am: Add PREINSTALL_DIRS.
626        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
627        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
628        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
629        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
630        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
631        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
632        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
633
6342004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * aclocal/rtems-top.m4: Remove check for version.m4.
637        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
638
6392004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
642        * wrapup/Makefile.am: Reflect changes to libchip/*.
643        * support/Makefile.am: Use automake compilation rules.
644        * wrapup/Makefile.am: Reflect changes to support/*.
645        * configure.ac: Remove libnetworking/wrapup/Makefile.
646        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
647        libnetworking/*/lib*.a instead of libnetapps.a.
648        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
649        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
650        * optman/Makefile.am: Use automake compilation rules.
651        * libchip/Makefile.am: Fix typo in previous patch.
652        * libchip/Makefile.am: Use automake compilation rules.
653        * libnetworking/Makefile.am: Remove wrapup.
654        * libnetworking/pppd/Makefile.am: Build libpppd. Use
655        automake-compilation rules.
656        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
657        automake-compilation rules.
658        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
659        automake-compilation rules.
660        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
661        automake-compilation rules.
662        * libnetworking/wrapup/Makefile.am: Remove (Unused).
663
6642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
667        PRE/TMPINSTALL_FILES to CLEANFILES.
668        * automake/lib.am: Remove TMPINSTALL_FILES.
669        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
670        PRE/TMPINSTALL_FILES to CLEANFILES.
671        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
672        PRE/TMPINSTALL_FILES to CLEANFILES.
673        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
674        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
675        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
676        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
677        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
678        * librdbg/src/i386/Makefile.am: Ditto.
679        * librdbg/src/m68k/Makefile.am: Ditto.
680        * librdbg/src/powerpc/Makefile.am: Ditto.
681        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
682        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
683        * libnetworking/rtems_servers/Makefile.am: Ditto.
684        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
685        * libnetworking/rtems_webserver/Makefile.am: Ditto.
686
6872004-01-07      Joel Sherrill <joel@OARcorp.com>
688
689        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
690        more completely covers the MIPS family.
691
6922003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * wrapup/Makefile.am: Reflect changes to shmdr.
695        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
696
6972003-12-18      Joel Sherrill <joel@OARcorp.com>
698
699        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
700        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
701        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
702        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
703        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
704        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
705        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
706
7072003-12-17      Joel Sherrill <joel@OARcorp.com>
708
709        * aclocal/version.m4: Updated to rtems-20031217-test.
710
7112003-12-17     
712
713        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
714        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
715
7162003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * automake/compile.am: Remove LINK_LIBS (Unused).
719        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
720
7212003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
724        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
725        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
726        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
727        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
728
7292003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
732        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
733        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
734        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
735        * librdbg/src/i386/Makefile.am:
736        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
737        * librdbg/src/m68k/Makefile.am:
738        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
739        * librdbg/src/powerpc/Makefile.am:
740        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
741
7422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
745        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
746        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
747        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
748        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
749        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
750        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
751        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
752        * optman/Makefile.am: Remove project_libdir.
753        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
754        PRE/TMPINSTALL_FILES.
755        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
756        PRE/TMPINSTALL_FILES.
757        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
758        PRE/TMPINSTALL_FILES.
759        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
760        PRE/TMPINSTALL_FILES.
761        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
762        from PRE/TMPINSTALL_FILES.
763        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
764        PRE/TMPINSTALL_FILES.
765        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
766        PRE/TMPINSTALL_FILES.
767        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
768        PRE/TMPINSTALL_FILES.
769        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
770        PRE/TMPINSTALL_FILES.
771        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
772        PRE/TMPINSTALL_FILES.
773        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
774        PRE/TMPINSTALL_FILES.
775        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
776        from PRE/TMPINSTALL_FILES.
777
7782003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
781        * automake/lib.am: Remove project_libdir.
782        * wrapup/Makefile.am: Reworked.
783
7842003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
785
786        * configure.ac: Reflect changes to librdbg.
787        * optman/Makefile.am: Add tmpinstall dirstamp support.
788        * libchip/Makefile.am: Fix variant-tmpinstall support.
789        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
790        * librdbg/src/powerpc/Makefile.am: Merge-in former
791        new_exception_processing/Makefile.am.
792        * librdbg/src/m68k/any/Makefile.am: Remove.
793        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
794        * librdbg/src/i386/any/Makefile.am: Remove.
795        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
796        * librdbg/src/Makefile.am: Cosmetics.
797        * librdbg/include/Makefile.am: Cosmetics.
798        * librdbg/Makefile.am: Cosmetics.
799        * libnetworking/Makefile.am: Cosmetics.
800        * libnetworking/pppd/Makefile.am: Cosmetics.
801        * libnetworking/wrapup/Makefile.am: Cosmetics.
802
8032003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * Makefile.am: Cosmetics.
806        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
807        support.
808
8092003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * automake/compile.am: Remove $(ARCH):-rule.
812
8132003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * configure.ac: Remove lib/libbsp/shared/Makefile,
816        lib/libbsp/shmdr/Makefile.
817
8182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
821        libchip/serial/Makefile, libchip/rtc/Makefile.
822        * support/Makefile.am: Remove all-local: $(ARCH).
823        * wrapup/Makefile.am: Remove all-local: $(ARCH).
824        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
825        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
826        * optman/Makefile.am: Remove all-local: $(ARCH).
827        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
828        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
829        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
830        compilation dirstamp support.
831        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
832        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
833        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
834        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
835        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
836        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
837        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
838        all-local: $(ARCH).
839        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
840        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
841        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
842        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
843        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
844
8452003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
846
847        * aclocal/lead-dot.m4: New (from automake-1.7f).
848        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
849        AC_SUBST(dirstamp).
850        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
851        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
852        libchip/serial/Makefile.am: Ditto.
853        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
854        * librdbg/include/Makefile.am: Ditto.
855        * librdbg/include/rdbg/Makefile.am: Ditto.
856        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
857        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
858        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
859        * librdbg/src/Makefile.am: Ditto.
860        * librdbg/src/i386/Makefile.am: Ditto.
861        * librdbg/src/i386/any/Makefile.am: Ditto.
862        * librdbg/src/m68k/Makefile.am: Ditto.
863        * librdbg/src/m68k/any/Makefile.am: Ditto.
864        * librdbg/src/powerpc/Makefile.am: Ditto.
865        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
866        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
867        preinstallation.
868        * libnetworking/pppd/Makefile.am: Ditto.
869        * libnetworking/rtems_servers/Makefile.am: Ditto.
870        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
871        * libnetworking/rtems_webserver/Makefile.am: Ditto.
872        * libnetworking/wrapup/Makefile.am: Ditto.
873
8742003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
875
876        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
877        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
878        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
879        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
880        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
881        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
882        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
883        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
884        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
885        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
886        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
887        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
888        underquoting to silence automake-1.8.
889
8902003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
891
892        * configure.ac: Reflect having moved tests to ../../testsuites.
893
8942003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
895
896        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
897        * aclocal/canonical-host.m4: Remove.
898        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
899        * configure.ac: Remove RTEMS_CANONICAL_HOST.
900
9012003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * aclocal/check-cpu.m4: Remove.
904        * configure.ac: Merge-in former aclocal/check-cpu.m4.
905        * aclocal/canonical-target-name.m4: Add m4-quotes.
906        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
907        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
908        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
909        * aclocal/check-networking.m4: Add m4-quotes. Require
910        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
911        * aclocal/check-posix.m4: Add m4-quotes. Require
912        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
913        * aclocal/check-rdbg.m4: Add m4-quotes. Require
914        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
915        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
916
9172003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
920        * aclocal/bsp-alias.m4: Remove.
921
9222003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * configure.ac: Make presence of tests/ optional.
925
9262003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * aclocal/path-perl.m4: Remove (Unused).
929
9302003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * automake/force-preinstall.am: Remove.
933
9342003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
935
936        PR 499/rtems_misc
937        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
938        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
939        Configuration (Odd was forced) - Correction of Stop Bit configuration
940        (inversed) - Correction of ISR Handler to call
941        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
942        CTS Hardware flow control Configuration.
943
9442003-09-04      Joel Sherrill <joel@OARcorp.com>
945
946        * lib/libcpu/shared/include/cache.h,
947        lib/libcpu/shared/src/cache_aligned_malloc.c,
948        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
949        license changed.
950        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
951        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
952        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
953        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
954        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
955        for license changed.
956        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
957        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
958        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
959        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
960        libchip/network/cs8900.h, libchip/network/dec21140.c,
961        libchip/network/elnk.c, libchip/network/open_eth.c,
962        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
963        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
964        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
965        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
966        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
967        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
968        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
969        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
970        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
971        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
972        libchip/serial/serial.h, libchip/serial/z85c30.c,
973        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
974        libchip/serial/z85c30_reg.c: URL for license changed.
975
9762003-09-03      Jiri Gaisler <jiri@gaisler.com>
977
978        PR 477/networking
979        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
980        * libchip/network/README.open_eth, libchip/network/open_eth.c,
981        libchip/network/open_eth.h: New files.
982
9832003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * aclocal/rtems-top.m4: Add RTEMS_API.
986        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
987
9882003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
989
990        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
991        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
992        @RTEMS_BSP@.cfg.
993
9942003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
997
9982003-08-20      Joel Sherrill <joel@OARcorp.com>
999
1000        * libchip/network/cs8900.c: Correct copyright statements.
1001
10022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * aclocal/check-itron.m4: Remove.
1005        * aclocal/enable-inlines.m4: Remove.
1006        * Makefile.am: Reflect having moved aclocal/.
1007        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1008        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1009        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1010        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1011        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1012        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1013        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1014        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1015        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1016        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1017        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1018        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1019        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1020        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1021        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1022        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1023        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1024        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1025        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1026        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1027        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1028        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1029        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1030        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1031        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1032        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1033        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1034        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1035        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1036        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1037        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1038        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1039        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1040        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1041        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1042        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1043        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1044        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1045        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1046        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1047        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1048        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1049        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1050        * aclocal/target.m4: New (Copied from ../../aclocal).
1051        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1052        * aclocal/version.m4: New (Copied from ../../aclocal).
1053
10542003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1055
1056        * configure.ac: Remove stray comments.
1057        * automake/local.am, automake/host.am: Remove "debug".
1058
10592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1060
1061        * Makefile.am: Reflect having moved automake/.
1062        * lib/Makefile.am: Reflect having moved automake/.
1063        * support/Makefile.am: Reflect having moved automake/.
1064        * wrapup/Makefile.am: Reflect having moved automake/.
1065        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1066        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1067        from ../../automake).
1068        * optman/Makefile.am: Reflect having moved automake/.
1069        * libchip/Makefile.am: Reflect having moved automake/.
1070        * libchip/ide/Makefile.am: Reflect having moved automake/.
1071        * libchip/network/Makefile.am: Reflect having moved automake/.
1072        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1073        * libchip/serial/Makefile.am: Reflect having moved automake/.
1074        * librdbg/Makefile.am: Reflect having moved automake/.
1075        * librdbg/include/Makefile.am: Reflect having moved automake/.
1076        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1077        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1078        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1079        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1080        automake/.
1081        * librdbg/src/Makefile.am: Reflect having moved automake/.
1082        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1083        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1084        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1085        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1086        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1087        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1088        having moved automake/.
1089        * libnetworking/Makefile.am: Reflect having moved automake/.
1090        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1091        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1092        automake/.
1093        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1094        automake/.
1095        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1096        automake/.
1097        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1098
10992003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * Makefile.am: Add bsp.pc.in.
1102        * bsp.pc.in: New (pkgconfig support).
1103
11042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1105
1106        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1107
11082003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1109
1110        * lib/Makefile.am: New (Required by 'make dist').
1111        * lib/ChangeLog: Remove.
1112        * lib/.cvsignore: Cleanup.
1113        * configure.ac: Reflect having added lib/Makefile.am.
1114        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1115        lib/libbsp/configure.ac.
1116        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1117        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1118
11192003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1120
1121        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1122        * configure.ac: Merge-in librdbg/configure.ac.
1123        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1124        librdbg/configure.ac.
1125        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1126        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1127        LIBCHIP. Conditionally build include-dirs.
1128        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1129        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1130        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1131        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1132        librdbg/include/rdbg/m68k/Makefile.am,
1133        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1134        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1135        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1136        librdbg/src/powerpc/Makefile.am, librdbg/
1137        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1138        configure.ac into ../configure.ac.
1139        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1140        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1141        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1142        libnetworking/rtems_telnetd/Makefile.am,
1143        libnetworking/rtems_webserver/Makefile.am,
1144        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1145        into ../configure.ac.
1146
11472003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1148
1149        PR 427/rtems
1150        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1151        * librdbg/src/servtsp.c: Ditto.
1152
11532003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1154
1155        PR 429/bsps
1156        PR 432/bsps
1157        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1158        packets are queued onto an elnk board, the ISR will deadlock the device
1159        with a tx complete interrupt.  Lighter tx loads are not affected as they
1160        end up submitting single packets to the device.
1161
11622003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1163
1164        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1165        optman/configure.ac.
1166        * optman/configure.ac: Remove (Merged into ../configure.ac).
1167        * optman/Makefile.am: Reflect having merged configure.ac into
1168        ../configure.ac.
1169        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1170        * libchip/Makefile.am, libchip/ide/Makefile.am,
1171        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1172        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1173        ../configure.ac.
1174
11752003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1176
1177        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1178
11792003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1180
1181        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1182        on i386.
1183
11842003-06-13      Joel Sherrill <joel@OARcorp.com>
1185
1186        * libnetworking/pppd/chat.c: Removed warnings.
1187
11882003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1189
1190        * libchip/network/README.3com: New file missed in previous commit.
1191        PR 405/bsps
1192        PR 393/networking
1193        * libchip/network/dec21140.c: Fix leak also known as PR393.
1194        * libchip/network/elnk.c, libchip/network/if_media.h,
1195        libchip/network/mii.h: New files.
1196        * libchip/network/Makefile.am: Reflect new files.
1197
11982003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1199
1200        * configure.ac: Remove support for profile-variant.
1201
12022003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1203
1204        PR 397/pppd
1205        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1206        * libnetworking/pppd/magic.c: Remove *rand48.
1207        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1208
12092003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1210
1211        * wrapup/Makefile.am: Add libide.a.
1212
12132003-04-15      Joel Sherrill <joel@OARcorp.com>
1214
1215        PR 387/rtems_misc
1216        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1217        routines.
1218        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1219
12202003-04-11      Joel Sherrill <joel@OARcorp.com>
1221
1222        * libnetworking/rtems_webserver/cgi.c,
1223        libnetworking/rtems_webserver/sockGen.c,
1224        libnetworking/rtems_webserver/umui.c,
1225        libnetworking/rtems_webserver/websSSL.c,
1226        libnetworking/rtems_webserver/websSSL.h,
1227        libnetworking/rtems_webserver/websda.c,
1228        libnetworking/rtems_webserver/websda.h: New files. Not included in
1229        previous commit.
1230
12312003-04-10      Joel Sherrill <joel@OARcorp.com>
1232
1233        PR 371/pppd
1234        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1235        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1236        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1237        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1238        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1239        still global symbols in rtemspppd.h which might need to be changed or
1240        converted into member of a structure which is dereferenced with a
1241        pointer that is managed as a per task variable. But this patch should
1242        avoid many conflicts.
1243
12442003-03-27      Joel Sherrill <joel@OARcorp.com>
1245
1246        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1247        not allowed in the cpukit source code since it must be buildable
1248        independent of any BSP. These files were moved to libchip/ide.
1249        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1250        files.
1251
12522003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1253
1254        PR 368/filesystems
1255        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1256        improvements which now work on pc386 and mbx8xx.
1257        * libchip/ide/ide_controller.c: New file.
1258
12592003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1260
1261        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1262
12632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1266        * configure.ac: Add support/.
1267        * support/.cvsignore: New.
1268        * support/Makefile.am: New.
1269        * support/version.c: New.
1270        * wrapup/Makefile.am: Add support/libsupport.a.
1271        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1272        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1273        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1274        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1275
12762003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1279
12802003-02-20      Till Straumann <strauman@slac.stanford.edu>
1281
1282        PR 354/networking
1283        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1284        chip against a table of supported chips. The untested ones are still
1285        commented out, however.
1286
12872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1288
1289        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1290        * configure.ac: AC_PREREQ(2.57).
1291        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1292        * optman/configure.ac: AC_PREREQ(2.57).
1293        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1294        * libchip/configure.ac: AC_PREREQ(2.57).
1295        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1296        * librdbg/configure.ac: AC_PREREQ(2.57).
1297        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1298        * libnetworking/configure.ac: AC_PREREQ(2.57).
1299
13002003-02-06      Joel Sherrill <joel@OARcorp.com>
1301
1302        * libnetworking/pppd/chat.c: Convert routines with common names to
1303        static. This included get_char(), put_char(), and character() among
1304        others.
1305
13062003-02-03      Joel Sherrill <joel@OARcorp.com>
1307
1308        PR 338/filesystem
1309        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1310        rtems_io_lookup_name() (API change).  Unused function removed.
1311
13122003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1313
1314        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1315        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1316        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1317        Eliminate *_O_FILES.
1318        * libnetworking/rtems_servers/Makefile.am,
1319        libnetworking/rtems_webserver/Makefile.am,
1320        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1321
13222002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1323
1324        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1325        Let all-local: depend on $(LIB).
1326        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1327        * optman/Makefile.am: Apply install-data-local to install *.rels.
1328
13292002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1332        %.c rules.
1333        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1334        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1335        * libchip/rtc/Makefile.am: Ditto.
1336        * libchip/serial/Makefile.am: Ditto.
1337
13382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1339
1340        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1341        LIBC_DEFINES.
1342        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1343        LIBC_DEFINES.
1344        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1345        LIBC_DEFINES.
1346
13472002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1348
1349        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1350
13512002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1352
1353        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1354        cache-checking.
1355        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1356
13572002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1358
1359        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1360        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1361        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1362        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1363        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1364
13652002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1366
1367        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1368        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1369        Remove.
1370        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1371
13722002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1373
1374        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1375        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1376
13772002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1378
1379        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1380        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1381
13822002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1383
1384        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1385        * optman/rel.am: New.
1386
13872002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1388
1389        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1390        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1391        braino in comment on "exec". Extend --enable-ada handling.
1392
13932002-11-04      Joel Sherrill <joel@OARcorp.com>
1394
1395        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1396        tasks and rolling multiple loops into 1.
1397        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1398        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1399        Removed warnings.
1400
14012002-10-31      Joel Sherrill <joel@OARcorp.com>
1402
1403        * libchip/network/dec21140.c: Removed warnings.
1404        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1405        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1406        librdbg/src/m68k/any/remdeb_xdr.c,
1407        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1408        warnings.
1409        * libnetworking/rtems_webserver/socket.c,
1410        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1411
14122002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1413
1414        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1415        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1416        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1417        above.
1418
14192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1420
1421        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1422        * wrapup/.cvsignore: Remove autom4te.cache.
1423        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1424        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1425        autom4te.cache.
1426        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1427        autom4te.cache.
1428        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1429        autom4te.cache.
1430
14312002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1432
1433        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1434
14352002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1436
1437        * optman/.cvsignore: Add autom4te.cache.
1438
14392002-09-14      Joel Sherrill <joel@OARcorp.com>
1440
1441        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1442
14432002-09-07      Joel Sherrill <joel@OARcorp.com>
1444
1445        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1446        include files to resolve warnings.
1447
14482002-09-07      Chris Johns <ccj@acm.org>
1449
1450        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1451        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1452        which corrects the problem  where the cs8900.c file was actually the BSP
1453        glue.  Joel did some hacking so this file will compile.  Previously it
1454        required providing a target.h file to compile.
1455        * libchip/network/cs8900.c.bsp: New file.
1456
14572002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1458
1459        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1460
14612002-08-31      Joel Sherrill <joel@OARcorp.com>
1462
1463        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1464        eliminate warning.
1465
14662002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1467
1468        * configure.ac: Add ada-tests.
1469
14702002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1471
1472        * Makefile.am: Add preinstall-stamp.
1473
14742002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1475
1476        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1477        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1478        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1479        gcc31 happy.
1480        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1481        cp.
1482
14832002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1484
1485        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1486        make/bsp.mak.
1487        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1488        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1489
14902002-08-12      Joel Sherrill <joel@OARcorp.com>
1491
1492        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1493        avoid error.
1494
14952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1496
1497        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1498        * configure.ac: Add BSP_SUBDIRS.
1499        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1500        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1501        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1502        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1503        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1504        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1505        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1506        RTEMS_CHECK_BSP_CACHE.
1507        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1508        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1509        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1510        .$(OBJEXT) instead of .o.
1511        * libnetworking/pppd/Makefile.am,
1512        libnetworking/rtems_servers/Makefile.am,
1513        libnetworking/rtems_telnetd/Makefile.am,
1514        libnetworking/rtems_webserver/Makefile.am,
1515        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1516
15172002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1518
1519        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1520        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1521        ../libchip/serial/$(ARCH)/libserialio.a.
1522        * libchip/serial/Makefile.am: Don't tmp-install lib.
1523        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1524
15252002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1526
1527        * Makefile.am: Add rtems_makedir.
1528        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1529        * Makefile.am: Add wrapup-SUBDIR.
1530        * wrapup/ChangeLog: Remove.
1531        * wrapup/configure.ac: Remove.
1532        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1533        (Make the bare BSP happy).
1534        * configure.ac: Ditto.
1535        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1536        Create make/custom/default.cfg.
1537        * configure.ac: Add creation of make/custom/*.cfg. Create
1538        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1539
15402002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1541
1542        * Makefile.am: Clean $(PROJECT_RELEASE).
1543
15442002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1545
1546        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1547        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1548        prototype mismatches.
1549
15502002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1551
1552        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1553        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1554
15552002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1556
1557        * acinclude.m4: Add test "$multilib" != "yes".
1558        * config-ml.in: Remove.
1559        * acinclude.m4: Cleanups.
1560        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1561        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1562        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1563        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1564        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1565
15662002-07-16      Eric Norum <eric.norum@usask.ca>
1567
1568        * New driver for the Intel EtherExpressPro (82559ER) chip.
1569        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1570        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1571        * libchip/network/Makefile.am: Modified to reflect above.
1572
15732002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1574
1575        * acinclude.m4: New.
1576        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1577        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1578        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1579
15802002-07-01      Joel Sherrill <joel@OARcorp.com>
1581
1582        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1583        _Objects_Information_table now that it is a two dimensional array based
1584        upon API and class.
1585        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1586        of strnlen().
1587
15882002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1589
1590        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1591        preinstall libnetapps.a.
1592
15932002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1594
1595        * configure.ac: Remove librpc.
1596
15972002-06-25      Joel Sherrill <joel@OARcorp.com>
1598
1599        * Per PR233, moved librpc to exec.
1600        * configure.ac, wrapup/Makefile.am: Modified.
1601        * librpc, librpc/ChangeLog: Removed.
1602
16032002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1604
1605        * optman/Makefile.am: Remove multilib support.
1606        * optman/configure.ac: Ditto.
1607        * optman/sapi/Makefile.am: Ditto.
1608
16092002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1610
1611        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1612        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1613
16142002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1615
1616        Move networking libraries to c/src/exec/libnetworking
1617        * libnetworking/configure.ac, libnetworking/Makefile.am,
1618        libnetworking/wrapup/Makefile.am: Reflect Moval.
1619
16202002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1621
1622        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1623        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1624        <rtems/bspIo.h>.
1625
16262002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1627
1628        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1629        * libnetworking/rtems/mkrootfs.h: Ditto.
1630        * libnetworking/rtems/Makefile.am: Reflect changes above.
1631
16322002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1633
1634        * configure.ac: Remove lib.
1635
16362002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1637
1638        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1639        that exception stack frames on M68K members with VBR always are 6 byte
1640        long. The incorrect assumption resulted in some gdb commands like "next"
1641        to fail on the 68360.
1642
16432002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1644
1645        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1646        PR 220
1647        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1648        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1649        CVS.
1650        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1651        libnetworking/sys/filio.h: Remove.
1652        * libnetworking/sys/Makefile.am: Reflect changes above.
1653
16542002-05-07      Chris Johns <ccj@acm.org>
1655
1656        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1657        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1658        requires it to be stripped.
1659
16602002-05-01      Eric Norum <eric.norum@usask.ca>
1661
1662        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1663        assembly  to satisfy gcc 3.1 and newer.
1664
16652002-04-26      Eric Norum <eric.norum@usask.ca>
1666
1667        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1668        agressive optimization in gcc 3.1 does not reorder things.
1669
16702002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1671
1672        * libchip/network/dec21140.c: Reflect changes to powerpc's
1673        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1674        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1675        <rtems/score/cpu.h>.
1676        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1677        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1678
16792002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1680
1681        * optman/configure.ac: Remove ENABLE_GCC28.
1682
16832002-04-11      Chris Johns <ccj@acm.org>
1684
1685        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1686        driver control block field to the ifconfig network driver structure.
1687        This field is needed by the i82586 driver which was ported from NetBSD
1688        as it had better hardware abstraction.
1689        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1690        PR59, added the drv_ctrl driver control block field to the ifconfig
1691        network driver structure. This field is needed by the i82586 driver
1692        which was ported from NetBSD as it had better hardware abstraction.
1693
16942002-04-10      Mike Siers <mikes@poliac.com>
1695
1696        * libnetworking/rtems_webserver/NOTES,
1697        libnetworking/rtems_webserver/asp.c,
1698        libnetworking/rtems_webserver/balloc.c,
1699        libnetworking/rtems_webserver/default.c,
1700        libnetworking/rtems_webserver/ej.h,
1701        libnetworking/rtems_webserver/ejIntrn.h,
1702        libnetworking/rtems_webserver/ejlex.c,
1703        libnetworking/rtems_webserver/ejparse.c,
1704        libnetworking/rtems_webserver/emfdb.c,
1705        libnetworking/rtems_webserver/emfdb.h,
1706        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1707        libnetworking/rtems_webserver/handler.c,
1708        libnetworking/rtems_webserver/license.txt,
1709        libnetworking/rtems_webserver/md5.h,
1710        libnetworking/rtems_webserver/md5c.c,
1711        libnetworking/rtems_webserver/mime.c,
1712        libnetworking/rtems_webserver/misc.c,
1713        libnetworking/rtems_webserver/ringq.c,
1714        libnetworking/rtems_webserver/rom.c,
1715        libnetworking/rtems_webserver/security.c,
1716        libnetworking/rtems_webserver/sock.c,
1717        libnetworking/rtems_webserver/sym.c,
1718        libnetworking/rtems_webserver/uemf.c,
1719        libnetworking/rtems_webserver/uemf.h,
1720        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1721        libnetworking/rtems_webserver/url.c,
1722        libnetworking/rtems_webserver/value.c,
1723        libnetworking/rtems_webserver/wbase64.c,
1724        libnetworking/rtems_webserver/webcomp.c,
1725        libnetworking/rtems_webserver/webpage.c,
1726        libnetworking/rtems_webserver/webrom.c,
1727        libnetworking/rtems_webserver/webs.c,
1728        libnetworking/rtems_webserver/webs.h,
1729        libnetworking/rtems_webserver/websuemf.c,
1730        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1731        2.1.4.
1732
17332002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1734
1735        * libchip/network/i82586.c: Include <string.h>.
1736        * libchip/network/sonic.c: Ditto.
1737
17382002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1739
1740        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1741
17422002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1743
1744        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1745
17462002-03-27      Thomas.Doerfler@imd-systems.de
1747
1748        PR 144
1749        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1750        memory address 0 when called for the first time. This is done when
1751        trying to clear the variable "dhcp_hostname".
1752
17532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1754
1755        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1756        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1757        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1758        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1759        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1760        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1761        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1762        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1763        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1764        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1765        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1766        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1767        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1768        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1769        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1770        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1771        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1772        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1773        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1774        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1775        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1776        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1777        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1778        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1779        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1780        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1781        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1782        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1783        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1784        AUTOMAKE_OPTIONS.
1785        * libnetworking/configure.ac:
1786        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1787        foreign 1.6]).
1788        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1789        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1790        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1791        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1792        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1793        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1794        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1795        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1796        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1797        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1798        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1799        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1800        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1801        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1802        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1803        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1804        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1805
18062002-03-27      Ilya Alexeev <ilya@continuum.ru>
1807
1808        PR 162
1809        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1810        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1811        used in a device write routines.  Now ppp_softc structure have own
1812        character for writing to device (sc_outchar).  I think that converting
1813        local variables to static is not a right solution, because problems will
1814        occur in the case of two or more ppp instances.
1815        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1816        must be u_long, otherwise in the case of the big output packet endless
1817        loop may occur.
1818
18192002-03-21      Ilya Alexeev <ilya@continuum.ru>
1820
1821        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1822        preparations for multiple PPPD connections.
1823
18242002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1825
1826        PR 149
1827        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1828        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1829        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1830        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1831
18322002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1833
1834        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1835        * configure.ac: Modified to reflect addition.
1836
18372002-02-27      Ilya Alexeev <ilya@continuum.ru>
1838
1839        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1840        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1841        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1842        capabilities as well as eliminate some warnings.
1843
18442002-02-27      Eric Norum <eric.norum@usask.ca>
1845
1846        * libnetworking/net/radix.c: Properly handle fetching the default route
1847        when there is no route.  This was a bug in the original FreeBSD code and
1848        this fix is from an updated version of their code.
1849
18502002-02-16      Eric Norum <eric.norum@usask.ca>
1851
1852        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1853        checking.
1854
18552002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1856
1857        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1858        dodefaultroute.
1859
18602002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1861
1862        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1863        include <rtems/seterr.h>.
1864
18652002-02-01      Mike Siers <mikes@poliac.com>
1866
1867        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1868        avoid bringing the link down too fast. NOTE: Mike reports successfully
1869        running at 56K baud on a direct link.
1870
18712002-02-01      Eric Valette <valette@crf.canon.fr>
1872
1873        * librdbg/So many patches have been posted recently on the mailing list
1874        and  because we were unable to find correct solution to compile on
1875        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1876        because the coding  style of rdbg was rather inconsistant among various
1877        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1878        global coding style (using indent + manual edits), 2) incorporate/review
1879        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1880        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1881        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1882        after rdbg initialization is done, NB : the paches is huge but it is
1883        mainly due to coding styke chnages.  Only few lines of codes have been
1884        really changed and they do not impact  rdbg functionnality (AFAIKT).
1885        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1886        librdbg/include/rdbg/m68k/rdbg_f.h,
1887        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1888        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1889        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1890        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1891        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1892        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1893        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1894        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1895        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1896        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1897        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1898        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1899        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1900        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1901        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1902        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1903
19042002-01-31      Mike Siers <mikes@poliac.com>
1905
1906        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1907        * Nice Update of PPPD support which eliminates the requiremetn that
1908        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1909        and reports that it seems to be more stable and handle larger packets
1910        better.  This patch replaces the termios tasks with more general pppd
1911        network driver tasks.  The functions pppinput() and pppstart() get
1912        called from the interrupt service routine.
1913        * libnetworking/Makefile.am, libnetworking/configure.ac,
1914        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1915        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1916        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1917        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1918        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1919        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1920        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1921        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1922        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1923        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1924        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1925        libnetworking/net/route.c, libnetworking/net/route.h,
1926        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1927        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1928        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1929        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1930        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1931        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1932        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1933        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1934        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1935        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1936        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1937        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1938        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1939        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1940        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1941        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1942        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1943        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1944        libnetworking/pppd/example/README,
1945        libnetworking/pppd/example/netconfig.h,
1946        libnetworking/wrapup/Makefile.am: Modified.
1947        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1948        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1949        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1950        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1951        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1952        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1953        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1954        libnetworking/modem/pppcompress.c: Subdirectory removed.
1955
19562002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1957
1958        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1959        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1960
19612002-01-18      Till Straumann <strauman@slac.stanford.edu>
1962
1963        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1964        issues: - exception handler needs to enable MSR_FP if the interrupted
1965        thread is FP enabled. - printk message for MSR fixed and added
1966        stacktrace. NOTE: this requires the stacktrace patch to
1967        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1968        however).
1969
19702002-01-06      Joel Sherrill <joel@OARcorp.com>
1971
1972        * optman/.cvsignore: Added aclocal.m4 and configure.
1973        * optman/.cvsignore: New file.
1974
19752002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1976
1977        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1978
19792002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1980
1981        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1982        * optman/ChangeLog: New.
1983        * optman/configure.ac: New.
1984        * optman/Makefile.am: New.
1985        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1986        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1987
19882001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1989
1990        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1991
19922001-12-18      Eric Norum <eric.norum@usask.ca>
1993
1994        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1995        `directories' (path names with a / at the end) while disallowing open()
1996        operations on TFTP `directories'.
1997
19982001-12-07      Eric Norum <eric.norum@usask.ca>
1999
2000        * libnetworking/lib/tftpDriver.c: Restore write capability.
2001
20022001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2003
2004        * libchip/network/sonic.h: Fix typo.
2005        * libnetworking/arpa/Makefile.am: Remove stray lines.
2006
20072001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2008
2009        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2010
20112001-10-18      Eric Norum <eric.norum@usask.ca>
2012
2013        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2014        chdir() and open() operations within the TFTP file system.
2015
20162001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2017
2018        * librdbg/configure.ac: Fix latent bug exposed by removal of
2019        config.cache's which prevented powerpc targets librdbg from building.
2020
20212001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2022
2023        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2024        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2025        autoconf-2.52 happy.
2026
20272001-10-12      Mike Siers <mikes@poliac.com>
2028
2029        * libnetworking/Update to stable working state.  Congratulations Mike!
2030        :).
2031        * libnetworking/modem_example: Directory removed.
2032        * libnetworking/modem_example/16550.h,
2033        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2034        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2035        libnetworking/modem_example/ppp.h,
2036        libnetworking/modem_example/pppcompress.c: Files removed.
2037        * libnetworking/pppd/example/pppd.options: New file.
2038        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2039        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2040        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2041        libnetworking/pppd/rtemsmain.c: Updated.
2042
20432001-10-12      Joel Sherrill <joel@OARcorp.com>
2044
2045        * libchip/serial/z85c30.c: Fixed typo.
2046
20472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2048
2049        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2050        * configure.in: Remove.
2051        * configure.ac: New file, generated from configure.in by autoupdate.
2052        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2053        * libchip/configure.in: Remove.
2054        * libchip/configure.ac: New file, generated from configure.in by
2055        autoupdate.
2056        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2057        * librdbg/configure.in: Remove.
2058        * librdbg/configure.ac: New file, generated from configure.in by
2059        autoupdate.
2060        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2061        * libnetworking/configure.in: Remove.
2062        * libnetworking/configure.ac: New file, generated from configure.in by
2063        autoupdate.
2064
20652001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2066
2067        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2068        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2069        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2070
20712001-09-27      Joel Sherrill <joel@OARcorp.com>
2072
2073        * libchip/ChangeLog: Fixed typo in date.
2074
20752001-09-27      Eric Norum <eric.norum@usask.ca>
2076
2077        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2078        TFTP  filesystem.
2079
20802001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2081
2082        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2083        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2084        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2085        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2086        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2087        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2088        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2089        'PREINSTALL_FILES ='.
2090        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2091        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2092        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2093        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2094        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2095        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2096        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2097        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2098        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2099        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2100        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2101        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2102
21032001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2104
2105        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2106        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2107        * librdbg/src/m68k/any/Makefile.am: Ditto.
2108        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2109        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2110        happy.
2111
21122001-09-21      Joel Sherrill <joel@OARcorp.com>
2113
2114        * libchip/network/Makefile.am: Fixed typo on file name.
2115        * libchip/network/i82586.c: Commented out line 318 which is referencing
2116        a member of a structure that is not currently there.  This needs to be
2117        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2118        to C style.
2119
21202001-09-19      Eric Norum <eric.norum@usask.ca>
2121
2122        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2123
21242001-09-19      Chris Johns <ccj@acm.org>
2125
2126        * libchip/network/README.i82586, libchip/network/i82586.c,
2127        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2128        Network driver for Intel i82586.
2129        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2130        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2131        "root" filesystem with information obtained via the DHCP response.
2132
21332001-09-14      Eric Norum <eric.norum@usask.ca>
2134
2135        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2136        make gcc 3.x happy.
2137
21382001-08-16      Mike Siers <mikes@poliac.com>
2139
2140        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2141        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2142        These support callback functionality that has not even been compiled
2143        under RTEMS yet.
2144        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2145        example application.  Mike's notes on the modifications: - renamed
2146        error() function because of namespace problems - removed calls to the
2147        exit() funciton - removed extra files from the pppd source directory -
2148        defined pppd task constant values in rtemspppd.h - modifyied example
2149        code to get actual tick per second value - placed the pppd 2.3.11 man
2150        page file (pppd.8) into the pppd directory.
2151        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2152        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2153        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2154        libnetworking/pppd/rtems-ppp.c: Deleted.
2155        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2156        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2157        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2158        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2159        libnetworking/pppd/example/init.c,
2160        libnetworking/pppd/example/netconfig.h,
2161        libnetworking/pppd/example/ppp.conf,
2162        libnetworking/pppd/example/pppdapp.c,
2163        libnetworking/pppd/example/system.h: New files.
2164        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2165        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2166        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2167        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2168        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2169        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2170        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2171        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2172        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2173        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2174        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2175        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2176        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2177        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2178        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2179
21802001-08-16      Joel Sherrill <joel@OARcorp.com>
2181
2182        * libnetworking/pppd/example/Makefile: Removed.
2183        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2184        to avoid bootstrap -c clobbering it.
2185        * libnetworking/rtems_telnetd/.cvsignore: New file.
2186
21872001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2188
2189        * libnetworking/Makefile.am, libnetworking/configure.in,
2190        libnetworking/rtems_servers/Makefile.am,
2191        libnetworking/rtems_servers/telnetd.c,
2192        libnetworking/rtems_servers/telnetd.h,
2193        libnetworking/rtems_telnetd/Makefile.am,
2194        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2195        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2196        libnetworking/rtems_telnetd/telnetd.c,
2197        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2198        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2199        effect when ftpd change. - the tcp/ip stats have been implemented into
2200        icmds.c and started when telnetd daemon is started.
2201        * libnetworking/rtems_servers/telnetd.c,
2202        libnetworking/rtems_servers/telnetd.h: Removed.
2203        * libnetworking/rtems_telnetd: New directory.
2204        * libnetworking/rtems_telnetd/Makefile.am,
2205        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2206        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2207        libnetworking/rtems_telnetd/telnetd.c,
2208        libnetworking/rtems_telnetd/telnetd.h: New files.
2209
22102001-06-14      Joel Sherrill <joel@OARcorp.com>
2211
2212        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2213        Moved from libmisc/shell so the network stack to address network
2214        depenendency.
2215        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2216
22172001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2218
2219        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2220
22212001-05-15      Joel Sherrill <joel@OARcorp.com>
2222
2223        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2224        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2225        accidentally deleted the incorrectly empty versions.
2226
22272001-05-14      Till Straumann <strauman@slac.stanford.edu>
2228
2229        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2230        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2231        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2232        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2233        to know the values) - the affected BSP (shared/motorola) headers have
2234        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2235        driver (libchip/network/dec21140.c) has been fixed to use
2236        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2237        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2238        who is using this driver. - the DEC driver also has been fixed to use
2239        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2240        delay_in_bus_cycles().
2241
22422001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2243
2244        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2245
22462001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2247
2248        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2249
22502001-04-24      Eric Norum <eric.norum@usask.ca>
2251
2252        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2253        NTP synchronization a little more robust -- no NTP daemon yet, but at
2254        least it trys a little harder when the primary NTP server is down.
2255
22562001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2257
2258        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2259        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2260        libnetworking/pppd/modem_example/modem.c,
2261        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2262        other strings into English.
2263        * libnetworking/pppd/STATUS: updated to reflect the changes.
2264
22652001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2266
2267        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2268        again.
2269
22702001-04-20      Eric Valette <valette@crf.canon.fr>
2271
2272        * mcp750 directory renamed new_exception processing as it supports many
2273        more CPU models.
2274        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2275        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2276        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2277        formerly in mcp750 plus modifications.
2278        * librdbg/src/powerpc/mcp750/.cvsignore,
2279        librdbg/src/powerpc/mcp750/Makefile.am,
2280        librdbg/src/powerpc/mcp750/remdeb.h,
2281        librdbg/src/powerpc/mcp750/remdeb_f.x,
2282        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2283        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2284        new_exception_processing.
2285        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2286        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2287        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2288        part of this effort to add support for the MPC8xx.
2289
22902001-04-19      Joel Sherrill <joel@OARcorp.com>
2291
2292        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2293        internal include files.
2294
22952001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2296
2297        PR 158
2298        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2299        rcmd() library call by commenting out the parts that deal with signals.
2300        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2301        stdio. The 'server-side' parts of this file which deal with
2302        authentication are disabled since they are not needed.
2303
23042001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2305
2306        * libnetworking/include/.cvsignore: Remove dangling file.
2307
23082001-03-14      Joel Sherrill <joel@OARcorp.com>
2309
2310        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2311        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2312        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2313        libchip style serial drivers can be written in libcpu or libbsp.
2314
23152001-03-01      Joel Sherrill <joel@OARcorp.com>
2316
2317        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2318        libchip/network/sonic.c, libchip/network/sonic.h,
2319        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2320        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2321        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2322        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2323        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2324        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2325        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2326        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2327
23282001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2329
2330        * librdbg/include/rdbg/Makefile.am,
2331        librdbg/include/rdbg/i386/Makefile.am,
2332        librdbg/include/rdbg/m68k/Makefile.am,
2333        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2334        style on include files.
2335
23362001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2337
2338        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2339        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2340        replace ${..} with $(..).
2341        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2342        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2343        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2344        libnetworking/rtems/Makefile.am, libnetworking/
2345        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2346        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2347        include_*HEADERS instead of H_FILES.
2348        * libnetworking/include/Makefile.am: Remove.
2349        * libnetworking/Makefile.am: Add handling of *.h files.
2350        * libnetworking/configure.in: Remove include/Makefile.
2351
23522001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2353
2354        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2355
23562001-01-31      Sergei Organov <osv@javad.ru>
2357
2358        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2359        current dir and root dir removed in favor of new libio support for
2360        task-local current and root directories. - Bug in `close_data_socket()'
2361        introduced by previous change fixed. - `command_pasv()' changed to set
2362        timeout on socket we are listening on and code fixed to don't close
2363        socket twice on error. - `serr()' changed to clear `errno'. -
2364        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2365        changed to clear `errno' before processing session. -
2366        `close_data_socket()' fixed to close both active and passive sockets -
2367        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2368        empty string  in `exec_command()'.
2369
23702001-01-25      Eric Norum <eric.norum@usask.ca>
2371
2372        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2373        improves throughput on systems which are dropping packets.   Only the
2374        first timeout is reduced.  This keeps the number of extra packets down
2375        on networks that are very busy and dropping lots of packets.
2376
23772001-01-24      Sergei Organov <osv@javad.ru>
2378
2379        * libnetworking/rtems_servers/ftpd.c,
2380        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2381        - Timeouts on sockets implemented. 'idle' field added to configuration.
2382        No timeout by default to keep backward compatibility. Note: SITE IDLE
2383        command not implemented yet. - Basic global access control implemented.
2384        'access' field added to configuration. No access limitations by default
2385        to keep backward compatibility. - Anchor data socket for active mode
2386        (using self IP and port 20.) - Fixed default data port support (still
2387        not tested). - Don't allow IP address different from originating host in
2388        PORT command to improve security. - Fixed bug in MDTM command. - Check
2389        for correctness of parsing of argument in command_port(). - Fixed
2390        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2391        a directory. - Command parsing a little bit improved: command names are
2392        now converted to upper-case to be more compatible with RFC (command
2393        names are not case-sensitive.) - Reformat comments so that they have
2394        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2395        previous changes - True ASCII mode implemented (doesn't work for hooks
2396        and /dev/null) - Passive mode implemented, PASV command added. - Default
2397        port for data connection could be used (untested, can't find ftp client
2398        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2399        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2400
24012001-01-18      Joel Sherrill <joel@OARcorp.com>
2402
2403        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2404        macro using variable arguments.
2405        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2406        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2407        since I updated the main RTEMS development machine to RedHat 7.2 and
2408        apparently got a new version of rpcgen.
2409
24102001-01-12      Sergei Organov <osv@javad.ru>
2411
2412        * libnetworking/rtems_servers/ftpd.c,
2413        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2414        - use pool of pre-created threads to handle sessions instead of
2415        creating/deleting threads on the fly - LIST output is now similar to
2416        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2417        happy with it. - LIST NAME now works (both for files and directories) -
2418        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2419        clients happy  - keep track of CWD for every session separately -
2420        ability to specify root directory name for FTPD in configuration table.
2421        FTPD will then create illusion for FTP clients that this is actually
2422        root directory. - ignore options sent in commands, thus LIST -al FILE
2423        works and doesn't try to list "-al" directory. - buffers are allocated
2424        on stack instead of heap where possible to eliminate malloc/free calls
2425        (avoid possible heap fragmentation troubles). - drop using of task
2426        notepad to pass parameters - use function arguments instead - use
2427        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2428        in socket() instead of AF_INET.
2429
24302001-01-02      Joel Sherrill <joel@OARcorp.com>
2431
2432        * libnetworking/CHANGELOG: Removed.
2433        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2434
24352000-12-14      Eric Norum <eric.norum@usask.ca>
2436
2437        * libnetworking/lib/tftpDriver.c: Added write capability.
2438
24392000-12-08      Joel Sherrill <joel@OARcorp.com>
2440
2441        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2442        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2443        numerous variable declarations conditional on PPP_COMPRESS and
2444        PPP_FILTER.  Commented out variables that were not used because the code
2445        using them was commented out. Removed totally unused variables.
2446        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2447        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2448
24492000-11-30      Joel Sherrill <joel@OARcorp.com>
2450
2451        * libnetworking/modem/ppp_tty.c: Changed to include
2452        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2453        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2454        * libnetworking/Makefile.am: Modified to reflect above.
2455
24562000-11-27      Joel Sherrill <joel@OARcorp.com>
2457
2458        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2459
24602000-11-25      Eric Norum <eric.norum@usask.ca>
2461
2462        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2463        core.
2464
24652000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2466
2467        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2468        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2469        subdir.
2470        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2471        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2472        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2473        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2474        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2475        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2476        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2477        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2478        ppp_tty.c and the real pppd main is in pppmain.c.
2479
24802000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2481
2482        * libchip/network/sonic.c: Added ipalign() routine to align the received
2483        packet so that the ip header is on a 32-bit boundary. Necessary for
2484        cpu's that do not allow unaligned loads and stores and when the 32-bit
2485        DMA mode is used.
2486
24872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2488
2489        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2490        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2491        ACLOCAL_AMFLAGS.
2492        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2493        ACLOCAL_AMFLAGS.
2494        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2495        ACLOCAL_AMFLAGS.
2496
24972000-11-03      Chris Johns <ccj@acm.org>
2498
2499        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2500        libchip/network/cs8900.h: New files.
2501
25022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2503
2504        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2505        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2506        $(RTEMS_TOPdir)/aclocal.
2507        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2508        $(RTEMS_TOPdir)/aclocal.
2509        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2510        $(RTEMS_TOPdir)/aclocal.
2511
25122000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2513
2514        * configure.in: Switch to GNU-canonicalization.
2515        * Makefile.am: Reflect changes to configure.in.
2516        * acinclude.m4: Remove.
2517
25182000-10-30      Joel Sherrill <joel@OARcorp.com>
2519
2520        * POSIX include files merged into newlib.  This resulted in some
2521        definitions moving to other files and thus some secondary effects in
2522        RTEMS source code.
2523        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2524        in sync with newlib's <machine/types.h>.
2525        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2526        definition of struct itimerval in <sys/time.h>.
2527
25282000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2529
2530        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2531        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2532        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2533        * ChangeLog: Fix typos.
2534        * configure.in: add tests to the GNU canonicalized subdirectories.
2535
25362000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2537
2538        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2539        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2540        the lib directory before configuring lib/.
2541
25422000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2543
2544        * configure.in, Makefile.am: add exec to the GNU canonicalized
2545        subdirectories.
2546        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2547        * configure.in: add libnetworking, librpc and librdb to the GNU
2548        canonicalized subdirectories.
2549        * configure.in: add libmisc and libchip to the GNU canonicalized
2550        subdirectories.
2551        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2552        Switch to GNU canonicalization.
2553        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2554        Switch to GNU canonicalization.
2555        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2556        Switch to GNU canonicalization.
2557
25582000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2559
2560        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2561        canonicalization to libfs/. The approach is currently a bit of a hack as
2562        GNU canonicalization does not support the per-BSP build some of the
2563        other directories require.  As more of the tree is converted, this will
2564        become less  of an issue.
2565
25662000-10-20      Joel Sherrill <joel@OARcorp.com>
2567
2568        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2569        parameter.
2570
25712000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2572
2573        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2574        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2575        * librdbg/configure.in: Add m68k support.
2576        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2577        subdirectory.
2578        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2579        failure.
2580        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2581        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2582        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2583        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2584        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2585        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2586        librdbg/src/m68k/.cvsignore: New files.
2587        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2588        function pointers.
2589        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2590        _after_ pointer has been checked against NULL.
2591
25922000-10-18      Joel Sherrill <joel@OARcorp.com>
2593
2594        * wrapup/Makefile.am: Added libfs.
2595
25962000-10-18      Chris Johns <ccj@acm.org>
2597
2598        * libfs created.
2599        * configure.in: Added libfs subdirectory.
2600        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2601
26022000-09-28      Joel Sherrill <joel@OARcorp.com>
2603
2604        * libnetworking/rtems_webserver/Makefile.am,
2605        libnetworking/rtems_webserver/base64.c,
2606        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2607        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2608
26092000-09-22      Joel Sherrill <joel@OARcorp.com>
2610
2611        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2612        libnetworking/rtems/rtems_bsdnet_internal.h,
2613        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2614        have included rtems.h.  It is now including precisely the  least amount
2615        of low level, yet portable .h files to get the basic RTEMS types
2616        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2617        used machine/types.h to include rtems.h.
2618
26192000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2620
2621        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2622
26232000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2624
2625        * libnetworking/ChangeLog: Cleanup.
2626
26272000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2628
2629        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2630        * libchip/ChangeLog: Fix formating.
2631
26322000-09-05      Joel Sherrill <joel@OARcorp.com>
2633
2634        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2635        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2636        confusion and to work with the converted flags.
2637
26382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2639
2640        * wrapup/Makefile.am: Include compile.am.
2641        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2642        libchip/serial/Makefile.am: Include compile.am.
2643        * librdbg/src/i386/any/Makefile.am,
2644        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2645        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2646        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2647        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2648        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2649        libnetworking/rtems_servers/Makefile.am,
2650        libnetworking/rtems_webserver/Makefile.am,
2651        libnetworking/wrapup/Makefile.am: Include compile.am.
2652
26532000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2654
2655        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2656        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2657
26582000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2659
2660        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2661
26622000-08-31      Joel Sherrill <joel@OARcorp.com>
2663
2664        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2665        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2666        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2667        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2668        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2669        * libnetworking/wbase64.c: Removed.
2670        * libnetworking/Makefile.am, libnetworking/asp.c,
2671        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2672        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2673        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2674        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2675        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2676        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2677        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2678        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2679        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2680        Modified.
2681
26822000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2683
2684        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2685
26862000-08-30      Joel Sherrill <joel@OARcorp.com>
2687
2688        * libnetworking/rtems_webserver/license.txt: New file.
2689
26902000-08-10      Joel Sherrill <joel@OARcorp.com>
2691
2692        * ChangeLog: New file.
2693        * libchip/ChangeLog: New file.
2694        * librdbg/ChangeLog: New file.
2695        * libnetworking/ChangeLog: New file.
2696
Note: See TracBrowser for help on using the repository browser.