source: rtems/cpukit/libmisc/ChangeLog @ 5cb24705

4.104.114.84.95
Last change on this file since 5cb24705 was 8d46f4f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 04:06:40

2003-11-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add $(dirstamp) to compilation rules. Fix misc. typos.
  • Property mode set to 100644
File size: 26.5 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add $(dirstamp) to compilation rules.
4        Fix misc. typos.
5
62003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Add $(dirstamp) to preinstallation rules.
9
102003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reformat.
13
142003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * capture/Makefile.am: Remove.
17        * cpuuse/Makefile.am: Remove.
18        * devnull/Makefile.am: Remove.
19        * dummy/Makefile.am: Remove.
20        * dumpbuf/Makefile.am: Remove.
21        * fsmount/Makefile.am: Remove.
22        * monitor/Makefile.am: Remove.
23        * mw-fb/Makefile.am: Remove.
24        * rtmonuse/Makefile.am: Remove.
25        * serdbg/Makefile.am: Remove.
26        * shell/Makefile.am: Remove.
27        * stackchk/Makefile.am: Remove.
28        * untar/Makefile.am: Remove.
29        * Makefile.am: Merge-in the Makefile.ams above.
30
312003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * wrapup/Makefile.am: Remove.
34        * wrapup/.cvsignore: Remove.
35        * Makefile.am: Reflect changes above.
36
372003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * capture/config.h: Remove.
40        * capture/Makefile.am: Remove config.h.
41        AM_CPPFLAGS += -I$(top_builddir).
42        * cpuuse/config.h: Remove.
43        * cpuuse/Makefile.am: Remove config.h.
44        AM_CPPFLAGS += -I$(top_builddir).
45        * devnull/config.h: Remove.
46        * devnull/Makefile.am: Remove config.h.
47        AM_CPPFLAGS += -I$(top_builddir).
48        * dummy/config.h: Remove.
49        * dummy/Makefile.am: Remove config.h.
50        AM_CPPFLAGS += -I$(top_builddir).
51        * dumpbuf/config.h: Remove.
52        * dumpbuf/Makefile.am: Remove config.h.
53        AM_CPPFLAGS += -I$(top_builddir).
54        * monitor/config.h: Remove.
55        * monitor/Makefile.am: Remove config.h.
56        AM_CPPFLAGS += -I$(top_builddir).
57        * mw-fb/config.h: Remove.
58        * mw-fb/Makefile.am: Remove config.h.
59        AM_CPPFLAGS += -I$(top_builddir).
60        * rtmonuse/config.h: Remove.
61        * rtmonuse/Makefile.am: Remove config.h.
62        AM_CPPFLAGS += -I$(top_builddir).
63        * serdbg/config.h: Remove.
64        * serdbg/Makefile.am: Remove config.h.
65        AM_CPPFLAGS += -I$(top_builddir).
66        * shell/config.h: Remove.
67        * shell/Makefile.am: Remove config.h.
68        AM_CPPFLAGS += -I$(top_builddir).
69        * stackchk/config.h: Remove.
70        * stackchk/Makefile.am: Remove config.h.
71        AM_CPPFLAGS += -I$(top_builddir).
72        * untar/config.h: Remove.
73        * untar/Makefile.am: Remove config.h.
74        AM_CPPFLAGS += -I$(top_builddir).
75
762003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
79
802003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        PR 495/rtems_misc
83        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
84        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
85        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
86        clean.
87
882003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * monitor/monitor.h:
91        Add rtems_monitor_commands[] (Illegally applied by shell/).
92        Remove ifdef(__mips64) (Make broken code visible again).
93        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
94        warnings.
95        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
96        broken code visible again).
97        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
98
992003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
102        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
103        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
104        * monitor/mon-monitor.c: Apply private version of STREQ.
105
1062003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * monitor/symbols.h: Convert to private header.
109        * monitor/monitor.h: Don't include symbols.h.
110        Add forward decls. for symbols from symbols.h.
111        * monitor/Makefile.am: Don't install symbols.h.
112        * monitor/mon-symbols.c: Include "symbols.h".
113
1142003-09-04      Joel Sherrill <joel@OARcorp.com>
115
116        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
117        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
118        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
119        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
120        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
121        untar/untar.h: URL for license changed.
122
1232003-08-14      Joel Sherrill <joel@OARcorp.com>
124
125        PR 408/filesystem
126        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
127        service, the new RTEMS service rtems_iterate_over_all_threads() was
128        also added. This new service makes it easier to iterate over all the
129        tasks/threads in a system and perform an action on them. This change
130        is to use the new thread iteration service.
131
1322003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * fsmount/Makefile.am: Fix path to automake-includes.
135
1362003-08-13      Joel Sherrill <joel@OARcorp.com>
137
138        * fsmount/.cvsignore: New file.
139
1402003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
141
142        PR 369/filesystem
143        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
144        show the use of the DOSFS functions
145        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
146        fsmount/fsmount.h: New files.
147
1482003-08-05      Till Strauman <strauman@slac.stanford.edu>
149
150        PR 436/rtems_misc
151        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
152
1532003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Remove (Merged into ../configure.ac).
156        * Makefile.am:
157        Reflect having merged configure.ac into ../configure.ac.
158        * capture/config.h: New.
159        * capture/Makefile.am: Add config.h.
160        Reflect having merged configure.ac into ../configure.ac.
161        * cpuuse/config.h: New.
162        * cpuuse/Makefile.am: Add config.h.
163        Reflect having merged configure.ac into ../configure.ac.
164        * devnull/config.h: New.
165        * devnull/Makefile.am: Add config.h.
166        Reflect having merged configure.ac into ../configure.ac.
167        * dummy/config.h: New.
168        * dummy/Makefile.am: Add config.h.
169        Reflect having merged configure.ac into ../configure.ac.
170        * dumpbuf/config.h: New.
171        * dumpbuf/Makefile.am: Add config.h.
172        Reflect having merged configure.ac into ../configure.ac.
173        * monitor/config.h: New.
174        * monitor/Makefile.am: Add config.h.
175        Reflect having merged configure.ac into ../configure.ac.
176        * mw-fb/config.h: New.
177        * mw-fb/Makefile.am: Add config.h.
178        Reflect having merged configure.ac into ../configure.ac.
179        * rtmonuse/config.h: New.
180        * rtmonuse/Makefile.am: Add config.h.
181        Reflect having merged configure.ac into ../configure.ac.
182        * serdbg/config.h: New.
183        * serdbg/Makefile.am: Add config.h.
184        Reflect having merged configure.ac into ../configure.ac.
185        * shell/config.h: New.
186        * shell/Makefile.am: Add config.h.
187        Reflect having merged configure.ac into ../configure.ac.
188        * stackchk/config.h: New.
189        * stackchk/Makefile.am: Add config.h.
190        Reflect having merged configure.ac into ../configure.ac.
191        * untar/config.h: New.
192        * untar/Makefile.am: Add config.h.
193        Reflect having merged configure.ac into ../configure.ac.
194        * wrapup/Makefile.am:
195        Reflect having merged configure.ac into ../configure.ac.
196
1972003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * capture/capture-cli.c: Add config-header support.
200        * capture/capture.c: Add config-header support.
201        * cpuuse/cpuuse.c: Add config-header support.
202        * devnull/devnull.c: Add config-header support.
203        * dummy/dummy.c: Add config-header support.
204        * dumpbuf/dumpbuf.c: Add config-header support.
205        * monitor/mon-command.c: Add config-header support.
206        * monitor/mon-config.c: Add config-header support.
207        * monitor/mon-dname.c: Add config-header support.
208        * monitor/mon-driver.c: Add config-header support.
209        * monitor/mon-extension.c: Add config-header support.
210        * monitor/mon-itask.c: Add config-header support.
211        * monitor/mon-manager.c: Add config-header support.
212        * monitor/mon-monitor.c: Add config-header support.
213        * monitor/mon-mpci.c: Add config-header support.
214        * monitor/mon-object.c: Add config-header support.
215        * monitor/mon-prmisc.c: Add config-header support.
216        * monitor/mon-queue.c: Add config-header support.
217        * monitor/mon-server.c: Add config-header support.
218        * monitor/mon-symbols.c: Add config-header support.
219        * monitor/mon-task.c: Add config-header support.
220        * mw-fb/mw_fb.c: Add config-header support.
221        * mw-fb/mw_uid.c: Add config-header support.
222        * rtmonuse/rtmonuse.c: Add config-header support.
223        * serdbg/serdbg.c: Add config-header support.
224        * serdbg/serdbgio.c: Add config-header support.
225        * serdbg/termios_printk.c: Add config-header support.
226        * shell/cmds.c: Add config-header support.
227        * stackchk/check.c: Add config-header support.
228        * untar/untar.c: Add config-header support.
229
2302003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
233
2342003-06-04      Joel Sherrill <joel@OARcorp.com>
235
236        * stackchk/check.c: Removed warnings.
237
2382003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * dummy/Makefile.am: Remove stray dummy.rel.
241
2422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Remove AC_CONFIG_AUX_DIR.
245
2462003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        capture/capture-cli.c: Add proper definition to avoid compiler
249        warnings. Apply int = getchar().
250
2512003-02-14      Till Straumann <strauman@slac.stanford.edu>
252
253        PR 352/rtems_misc
254        * shell/shell.c: make rtems_shell main task an FP enabled task.
255
2562003-01-27      Dan Smisko <dan@balanced.com>
257
258        * stackchk/check.c: Fix problem where _Objects_Get_information()
259        will dereference a null pointer when checking the interrupt stack.
260        If there's something at 0, you may be ok at run time but it is wrong.
261
2622003-01-27      Dan Smisko <dan@balanced.com>
263
264        * monitor/mon-command.c: Correct two potential NULL references.
265
2662002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Fix tests for GCC.
269
2702002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Add check for weak function attribute.
273        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
274        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
275        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
276        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
277        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
278        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
279        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
280        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
281        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
282        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
283        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
284        Build iff LIBSERDBG is true.
285        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
286        Build iff LIBSHELL is true.
287        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
288        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
289        * wrapup/Makefile.am: Reflect changes above.
290
2912002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Require autoconf-2.57+automake-1.7.2.
294        * capture/Makefile.am: Eliminate C_O_FILES.
295        * cpuuse/Makefile.am: Ditto.
296        * devnull/Makefile.am: Ditto.
297        * dummy/Makefile.am: Ditto.
298        * dumpbuf/Makefile.am: Ditto.
299        * monitor/Makefile.am: Ditto.
300        * rtmonuse/Makefile.am: Ditto.
301        * serdbg/Makefile.am: Ditto.
302        * shell/Makefile.am: Ditto.
303        * stackchk/Makefile.am: Ditto.
304        * untar/Makefile.am: Ditto.
305        * mw-fb/Makefile.am: Eliminate C_O_FILES.
306        Eliminate SRCS.
307
3082002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        Moving libmisc from rtems/c/src to rtems/cpukit.
311
312        * Makefile.am: Reflect new path.
313        * configure.ac: Reflect new path.
314        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
315        Remove RTEMS_PROJECT_ROOT.
316        * capture/Makefile.am: Reflect new path.
317        Remove OBJS from all-local.
318        * cpuuse/Makefile.am: Ditto.
319        * devnull/Makefile.am: Ditto.
320        * dummy/Makefile.am: Ditto.
321        * dumpbuf/Makefile.am: Ditto.
322        * monitor/Makefile.am: Ditto.
323        * mw-fb/Makefile.am: Ditto.
324        * rtmonuse/Makefile.am: Ditto.
325        * serdbg/Makefile.am: Ditto.
326        * shell/Makefile.am: Ditto.
327        * stackchk/Makefile.am: Ditto.
328        * untar/Makefile.am: Ditto.
329        * wrapup/Makefile.am: Reflect new path.
330
3312002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
334
3352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
338        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
339        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
340        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
341        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
342        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
343        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
344        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
345        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
346        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
347        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
348        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
349        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
350
3512002-12-02      Joel Sherrill <joel@OARcorp.com>
352
353        * stackchk/check.c: Better handling of task name.
354
3552002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
358
3592002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * serdbg/serdbgio.c: Add #include <unistd.h>.
364        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
365        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
366        * configure.ac: Check for stdio assignments.
367        Add RTEMS_LIBSHELL conditional.
368
3692002-11-01      Joel Sherrill <joel@OARcorp.com>
370
371        * stackchk/check.c: Removed warnings.
372
3732002-10-31      Joel Sherrill <joel@OARcorp.com>
374
375        * stackchk/check.c: Removed warning.
376
3772002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
380        RTEMS_UNIX to avoid gcc warning.
381
3822002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
383
384        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
385        Patch to remove problems introduced by object name rework.
386
3872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * .cvsignore: Reformat.
390        Add autom4te*cache.
391        Remove autom4te.cache.
392
3932002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * shell/shell.c: #include <time.h>
396        * wrapup/Makefile.am: Eliminate LIBNAME.
397
3982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
401        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
402        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
403        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
404        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
405        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
407        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
408        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
409        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
410        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
411        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
412
4132002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
416
4172002-08-01      Joel Sherrill <joel@OARcorp.com>
418
419        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
420        object name is raw versus being a string.
421
4222002-07-30      Joel Sherrill <joel@OARcorp.com>
423
424        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
425        stack if the port doesn't configure using it.
426
4272002-07-24      Joel Sherrill <joel@OARcorp.com>
428
429        * wrapup/Makefile.am: Temporarily don't include serdbg since it
430        causes some BSPs to not link "main(){}" as required by autoconf.
431
4322002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * capture/capture.c: include <string.h> for memset.
435        * capture/capture-cli.c: include <string.h> for memset.
436
4372002-07-01      Joel Sherrill <joel@OARcorp.com>
438
439        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
440        monitor/mon-object.c, monitor/monitor.h: Corrected use of
441        _Objects_Information_table now that it is a two dimensional
442        array based upon API and class.  In addition, in the monitor,
443        corrected an error which occured when a target has 64 bit pointers.
444
4452002-07-01      Joel Sherrill <joel@OARcorp.com>
446
447        * stackchk/check.c: Corrected use of
448        _Objects_Information_table now that it is a two dimensional
449        array based upon API and class.
450
4512002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
452
453        * With the addition of serdbg, the standard polled I/O functions
454        for gdbstub and/or printk are optionally routed to any termios-aware
455        device driver, that supports polled mode. See libmisc/serdbg/README.
456        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
457        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
458        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
459        serdbg/.cvsignore: New files.
460        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
461        reflect addition.
462
4632002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * wrapup/Makefile.am: Don't preinstall libmisc.a.
466
4672002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac, Makefile.am: Remove references to rootfs.
470
4712002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * rootfs/.cvsignore: Remove.
474        * rootfs/Makefile.am: Remove.
475        * rootfs/mkrootfs.h: Remove.
476        * rootfs/mkrootfs.c: Remove.
477        * configure.ac: Remove rootfs and NETWORKING macros.
478        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
479
4802002-05-16      Chris Johns <ccj@acm.org>
481
482        * Per PR194, added the Capture engine. 
483        * capture/Makefile.am, capture/README, capture/capture-cli.c,
484        capture/capture-cli.h, capture/capture.c, capture/capture.h,
485        capture/.cvsignore: New files.
486        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
487        reflect addition.
488
4892001-05-14      Joel Sherrill <joel@OARcorp.com>
490
491        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
492        a library of the same name.
493
4942002-03-20      Chris Johns <ccj@acm.org>
495
496        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
497        lowercase. The capture engine need to set triggers or watches on task
498        with uppercase names. 
499        Also stop the monitor repeating command when enter is pressed.
500
5012002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * monitor/mon-monitor.c: Replace done with return (gcc3).
504
5052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac:
508        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
509        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
510        * Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
523
5242002-03-20      Chris Johns <ccj@acm.org>
525
526        * PR148.
527        * monitor/mon-prmisc.c: Fixed to print task states correctly.
528
5292002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * shell/shell.c: Remove #undef __STRICT_ANSI__.
532
5332002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
536
5372002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
540
5412001-10-12      Joel Sherrill <joel@OARcorp.com>
542
543        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
544
5452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
548        * configure.in: Remove.
549        * configure.ac: New file, generated from configure.in by autoupdate.
550
5512001-09-28      Joel Sherrill <joel@OARcorp.com>
552
553        * dummy/dummy.c: Now a useful configuration that starts main().
554        * wrapup/Makefile.am: Include a base level configuration in
555        RTEMS library.
556
5572001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
560        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
561        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
562        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
563        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
564        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
565        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
566        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
567        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
568        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
569
5702001-09-27      Joel Sherrill <joel@OARcorp.com>
571
572        * ChangeLog: Fixed typo in date.
573
5742001-09-21      Joel Sherrill <joel@OARcorp.com>
575
576        * configure.in, rootfs/Makefile.am: Added conditional to make sure
577        rootfs does not get built with networking is disabled.  Also
578        added include of compile.am to rootfs/Makefile.am.
579        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
580
5812001-09-19      Chris Johns <ccj@acm.org>
582
583        * Added support for populating the initial "root" filesystem
584        with information obtained via the DHCP response.
585        * rootfs: New directory.
586        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
587        rootfs/mkrootfs.h: New files.
588        * configure.in, Makefile.am: Modified to reflect addition.
589
5902001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
591
592        * shell/shell.c: Don't close file it wasn't open.
593
5942001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
597        of AC_CANONICAL_SYSTEM.
598        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
599        mkinstalldirs and mkdir.
600        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
601        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
602        _RTEMS_OUTPUT_BUILD_SUBDIRS.
603
6042001-09-14      Joel Sherrill <joel@OARcorp.com>
605
606        * ChangeLog: Fixed some mistakes.
607
6082001-09-14      Joel Sherrill <joel@OARcorp.com>
609
610        * ChangeLog: Fixed some mistakes.
611
6122001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
615        of AC_CANONICAL_SYSTEM.
616        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
617        mkinstalldirs and mkdir.
618        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
619        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
620        _RTEMS_OUTPUT_BUILD_SUBDIRS.
621
6222001-09-14      Joel Sherrill <joel@OARcorp.com>
623
624        * ChangeLog: Fixed some mistakes.
625
6262001-09-14      Joel Sherrill <joel@OARcorp.com>
627
628        * ChangeLog: Fixed some mistakes.
629
6302001-09-13      Joel Sherrill <joel@OARcorp.com>
631
632        * devnull/devnull.c: Eliminate warning.
633
6342001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
635
636        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
637
6382001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
639
640        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
641        shell/shell.h: Updates.
642
6432001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
644
645        * monitor/mon-command.c: Add support for partial command matching.
646        The monitor used to have this functionality before it was overhauled
647        to support addition of user commands.
648
6492001-06-14      Joel Sherrill <joel@OARcorp.com>
650
651        * shell/telnetd.c, shell/telnetd.h: Moved to
652        libnetworking/rtems_servers so the network stack to address network
653        depenendency.
654        * shell/Makefile.am: Modified to reflect above.
655
6562001-05-25      Joel Sherrill <joel@OARcorp.com>
657
658        * shell/cmds.c: Removed code from inappropriate source.
659
6602000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
661
662        * monitor/mon-prmisc.c: Correct print line.
663        * shell/Makefile.am: Added new file telnetd.c.
664        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
665        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
666           - The shell_init has a new parameter 'forever' because in
667             /dev/console you need that this process runs forever but in
668             tcp/ip not. (respawn?)
669           - A new task for every session opened trought tcp/ip telnet client.
670             (the chargen,daytime and more are possible of implementation but
671             I ask me if they are necesary)
672           - Exit from the session delete the task and when the client fails too.
673           - More cmds have been implemented. (very reduced version of these)
674             umask, chmod, id, whoami, rm, cat, ...
675           - A reduced line edit has been implemented.
676               Ctrl-C abort the input,
677               Ctrl-d in the first position gives EOF (logout).
678               '\b' and DEL makes the rubout operation.
679               I think that readline() for every session spents a lot of resources.
680
6812001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
684        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
685
6862001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
687
688        * Added initial shell functionality.
689        * Makefile.am, configure.in, wrapup/Makefile.am:
690        * shell/.cvsignore, shell/Makefile.am, shell/README,
691        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
692
6932001-04-20      Joel Sherrill <joel@OARcorp.com>
694
695        * devnull/devnull.c (null_initialize): Added check to
696        ensure that the driver is only initialized once.  Otherwise,
697        it will abort when the device /dev/null is present.
698        (null_write): Do not dereference a NULL pointer.
699
7002001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
703
7042001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
707        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
708        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
709        Apply include_*HEADERS instead of H_FILES.
710
7112001-01-05      Joel Sherrill <joel@OARcorp.com>
712
713        * devnull: New addition.  Moved from libcpu/sh.
714        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
715        devnull/Makefile.am: New files.
716        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
717        addition of above.
718
7192000-11-30      Joel Sherrill <joel@OARcorp.com>
720
721        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
722
7232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
726
7272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
730
7312000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
734        Switch to GNU canonicalization.
735
7362000-09-28      Joel Sherrill <joel@OARcorp.com>
737
738        * monitor/mon-driver.c: Accounted for addition of "_entry" to
739        fields in rtems_driver_address_table.
740
7412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742       
743        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
744        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
745        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
746        Include compile.am.
747
7482000-08-30      Joel Sherrill <joel@OARcorp.com>
749
750        * Many files: Moved posix/include/rtems/posix/seterr.h to
751        score/include/rtems/seterr.h so it would be available within
752        all APIs.
753
7542000-08-30      Joel Sherrill <joel@OARcorp.com>
755
756        * mw-fb/.cvsignore: New file.
757
7582000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
759
760        * Added generic Micro FrameBuffer interface for MicroWindows.
761        This interface allows MicroWindows to under RTEMS. A sample
762        driver has been developed for the pc386 BSP. See
763        pc386/fb_vga.c as a sample.
764        * Added Uniform Input Device interface for MicroWindows.
765        See PC386 bsp for sample drivers for mouse and keyboard (console).
766        * mw-bf: New directory.
767        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
768        * mw-fb/Makefile.am: New file.
769        * mw-fb/mw_fb.c: New file.
770        * mw-fb/mw_fb.h: New file.
771        * mw-fb/mw_uid.c: New file.
772        * mw-fb/mw_uid.h: New file.
773
7742000-08-10      Joel Sherrill <joel@OARcorp.com>
775
776        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.