source: rtems/cpukit/libmisc/ChangeLog @ 028e84cf

4.104.114.84.95
Last change on this file since 028e84cf was 028e84cf, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/03 at 14:18:16

2003-12-11 Joel Sherrill <joel@…>

PR 531/rtems_misc

  • rtmonuse/rtmonuse.c, stackchk/check.c: Correct indexing.
  • Property mode set to 100644
File size: 26.7 KB
Line 
12003-12-11      Joel Sherrill <joel@OARcorp.com>
2
3        PR 531/rtems_misc
4        * rtmonuse/rtmonuse.c, stackchk/check.c: Correct indexing.
5
62003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Add $(dirstamp) to compilation rules.
9        Fix misc. typos.
10
112003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Add $(dirstamp) to preinstallation rules.
14
152003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Reformat.
18
192003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * capture/Makefile.am: Remove.
22        * cpuuse/Makefile.am: Remove.
23        * devnull/Makefile.am: Remove.
24        * dummy/Makefile.am: Remove.
25        * dumpbuf/Makefile.am: Remove.
26        * fsmount/Makefile.am: Remove.
27        * monitor/Makefile.am: Remove.
28        * mw-fb/Makefile.am: Remove.
29        * rtmonuse/Makefile.am: Remove.
30        * serdbg/Makefile.am: Remove.
31        * shell/Makefile.am: Remove.
32        * stackchk/Makefile.am: Remove.
33        * untar/Makefile.am: Remove.
34        * Makefile.am: Merge-in the Makefile.ams above.
35
362003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * wrapup/Makefile.am: Remove.
39        * wrapup/.cvsignore: Remove.
40        * Makefile.am: Reflect changes above.
41
422003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * capture/config.h: Remove.
45        * capture/Makefile.am: Remove config.h.
46        AM_CPPFLAGS += -I$(top_builddir).
47        * cpuuse/config.h: Remove.
48        * cpuuse/Makefile.am: Remove config.h.
49        AM_CPPFLAGS += -I$(top_builddir).
50        * devnull/config.h: Remove.
51        * devnull/Makefile.am: Remove config.h.
52        AM_CPPFLAGS += -I$(top_builddir).
53        * dummy/config.h: Remove.
54        * dummy/Makefile.am: Remove config.h.
55        AM_CPPFLAGS += -I$(top_builddir).
56        * dumpbuf/config.h: Remove.
57        * dumpbuf/Makefile.am: Remove config.h.
58        AM_CPPFLAGS += -I$(top_builddir).
59        * monitor/config.h: Remove.
60        * monitor/Makefile.am: Remove config.h.
61        AM_CPPFLAGS += -I$(top_builddir).
62        * mw-fb/config.h: Remove.
63        * mw-fb/Makefile.am: Remove config.h.
64        AM_CPPFLAGS += -I$(top_builddir).
65        * rtmonuse/config.h: Remove.
66        * rtmonuse/Makefile.am: Remove config.h.
67        AM_CPPFLAGS += -I$(top_builddir).
68        * serdbg/config.h: Remove.
69        * serdbg/Makefile.am: Remove config.h.
70        AM_CPPFLAGS += -I$(top_builddir).
71        * shell/config.h: Remove.
72        * shell/Makefile.am: Remove config.h.
73        AM_CPPFLAGS += -I$(top_builddir).
74        * stackchk/config.h: Remove.
75        * stackchk/Makefile.am: Remove config.h.
76        AM_CPPFLAGS += -I$(top_builddir).
77        * untar/config.h: Remove.
78        * untar/Makefile.am: Remove config.h.
79        AM_CPPFLAGS += -I$(top_builddir).
80
812003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
84
852003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        PR 495/rtems_misc
88        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
89        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
90        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
91        clean.
92
932003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * monitor/monitor.h:
96        Add rtems_monitor_commands[] (Illegally applied by shell/).
97        Remove ifdef(__mips64) (Make broken code visible again).
98        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
99        warnings.
100        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
101        broken code visible again).
102        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
103
1042003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
107        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
108        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
109        * monitor/mon-monitor.c: Apply private version of STREQ.
110
1112003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * monitor/symbols.h: Convert to private header.
114        * monitor/monitor.h: Don't include symbols.h.
115        Add forward decls. for symbols from symbols.h.
116        * monitor/Makefile.am: Don't install symbols.h.
117        * monitor/mon-symbols.c: Include "symbols.h".
118
1192003-09-04      Joel Sherrill <joel@OARcorp.com>
120
121        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
122        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
123        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
124        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
125        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
126        untar/untar.h: URL for license changed.
127
1282003-08-14      Joel Sherrill <joel@OARcorp.com>
129
130        PR 408/filesystem
131        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
132        service, the new RTEMS service rtems_iterate_over_all_threads() was
133        also added. This new service makes it easier to iterate over all the
134        tasks/threads in a system and perform an action on them. This change
135        is to use the new thread iteration service.
136
1372003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * fsmount/Makefile.am: Fix path to automake-includes.
140
1412003-08-13      Joel Sherrill <joel@OARcorp.com>
142
143        * fsmount/.cvsignore: New file.
144
1452003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
146
147        PR 369/filesystem
148        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
149        show the use of the DOSFS functions
150        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
151        fsmount/fsmount.h: New files.
152
1532003-08-05      Till Strauman <strauman@slac.stanford.edu>
154
155        PR 436/rtems_misc
156        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
157
1582003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove (Merged into ../configure.ac).
161        * Makefile.am:
162        Reflect having merged configure.ac into ../configure.ac.
163        * capture/config.h: New.
164        * capture/Makefile.am: Add config.h.
165        Reflect having merged configure.ac into ../configure.ac.
166        * cpuuse/config.h: New.
167        * cpuuse/Makefile.am: Add config.h.
168        Reflect having merged configure.ac into ../configure.ac.
169        * devnull/config.h: New.
170        * devnull/Makefile.am: Add config.h.
171        Reflect having merged configure.ac into ../configure.ac.
172        * dummy/config.h: New.
173        * dummy/Makefile.am: Add config.h.
174        Reflect having merged configure.ac into ../configure.ac.
175        * dumpbuf/config.h: New.
176        * dumpbuf/Makefile.am: Add config.h.
177        Reflect having merged configure.ac into ../configure.ac.
178        * monitor/config.h: New.
179        * monitor/Makefile.am: Add config.h.
180        Reflect having merged configure.ac into ../configure.ac.
181        * mw-fb/config.h: New.
182        * mw-fb/Makefile.am: Add config.h.
183        Reflect having merged configure.ac into ../configure.ac.
184        * rtmonuse/config.h: New.
185        * rtmonuse/Makefile.am: Add config.h.
186        Reflect having merged configure.ac into ../configure.ac.
187        * serdbg/config.h: New.
188        * serdbg/Makefile.am: Add config.h.
189        Reflect having merged configure.ac into ../configure.ac.
190        * shell/config.h: New.
191        * shell/Makefile.am: Add config.h.
192        Reflect having merged configure.ac into ../configure.ac.
193        * stackchk/config.h: New.
194        * stackchk/Makefile.am: Add config.h.
195        Reflect having merged configure.ac into ../configure.ac.
196        * untar/config.h: New.
197        * untar/Makefile.am: Add config.h.
198        Reflect having merged configure.ac into ../configure.ac.
199        * wrapup/Makefile.am:
200        Reflect having merged configure.ac into ../configure.ac.
201
2022003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * capture/capture-cli.c: Add config-header support.
205        * capture/capture.c: Add config-header support.
206        * cpuuse/cpuuse.c: Add config-header support.
207        * devnull/devnull.c: Add config-header support.
208        * dummy/dummy.c: Add config-header support.
209        * dumpbuf/dumpbuf.c: Add config-header support.
210        * monitor/mon-command.c: Add config-header support.
211        * monitor/mon-config.c: Add config-header support.
212        * monitor/mon-dname.c: Add config-header support.
213        * monitor/mon-driver.c: Add config-header support.
214        * monitor/mon-extension.c: Add config-header support.
215        * monitor/mon-itask.c: Add config-header support.
216        * monitor/mon-manager.c: Add config-header support.
217        * monitor/mon-monitor.c: Add config-header support.
218        * monitor/mon-mpci.c: Add config-header support.
219        * monitor/mon-object.c: Add config-header support.
220        * monitor/mon-prmisc.c: Add config-header support.
221        * monitor/mon-queue.c: Add config-header support.
222        * monitor/mon-server.c: Add config-header support.
223        * monitor/mon-symbols.c: Add config-header support.
224        * monitor/mon-task.c: Add config-header support.
225        * mw-fb/mw_fb.c: Add config-header support.
226        * mw-fb/mw_uid.c: Add config-header support.
227        * rtmonuse/rtmonuse.c: Add config-header support.
228        * serdbg/serdbg.c: Add config-header support.
229        * serdbg/serdbgio.c: Add config-header support.
230        * serdbg/termios_printk.c: Add config-header support.
231        * shell/cmds.c: Add config-header support.
232        * stackchk/check.c: Add config-header support.
233        * untar/untar.c: Add config-header support.
234
2352003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
238
2392003-06-04      Joel Sherrill <joel@OARcorp.com>
240
241        * stackchk/check.c: Removed warnings.
242
2432003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * dummy/Makefile.am: Remove stray dummy.rel.
246
2472003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Remove AC_CONFIG_AUX_DIR.
250
2512003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        capture/capture-cli.c: Add proper definition to avoid compiler
254        warnings. Apply int = getchar().
255
2562003-02-14      Till Straumann <strauman@slac.stanford.edu>
257
258        PR 352/rtems_misc
259        * shell/shell.c: make rtems_shell main task an FP enabled task.
260
2612003-01-27      Dan Smisko <dan@balanced.com>
262
263        * stackchk/check.c: Fix problem where _Objects_Get_information()
264        will dereference a null pointer when checking the interrupt stack.
265        If there's something at 0, you may be ok at run time but it is wrong.
266
2672003-01-27      Dan Smisko <dan@balanced.com>
268
269        * monitor/mon-command.c: Correct two potential NULL references.
270
2712002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Fix tests for GCC.
274
2752002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Add check for weak function attribute.
278        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
279        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
280        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
281        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
282        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
283        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
284        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
285        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
286        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
287        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
288        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
289        Build iff LIBSERDBG is true.
290        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
291        Build iff LIBSHELL is true.
292        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
293        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
294        * wrapup/Makefile.am: Reflect changes above.
295
2962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Require autoconf-2.57+automake-1.7.2.
299        * capture/Makefile.am: Eliminate C_O_FILES.
300        * cpuuse/Makefile.am: Ditto.
301        * devnull/Makefile.am: Ditto.
302        * dummy/Makefile.am: Ditto.
303        * dumpbuf/Makefile.am: Ditto.
304        * monitor/Makefile.am: Ditto.
305        * rtmonuse/Makefile.am: Ditto.
306        * serdbg/Makefile.am: Ditto.
307        * shell/Makefile.am: Ditto.
308        * stackchk/Makefile.am: Ditto.
309        * untar/Makefile.am: Ditto.
310        * mw-fb/Makefile.am: Eliminate C_O_FILES.
311        Eliminate SRCS.
312
3132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        Moving libmisc from rtems/c/src to rtems/cpukit.
316
317        * Makefile.am: Reflect new path.
318        * configure.ac: Reflect new path.
319        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
320        Remove RTEMS_PROJECT_ROOT.
321        * capture/Makefile.am: Reflect new path.
322        Remove OBJS from all-local.
323        * cpuuse/Makefile.am: Ditto.
324        * devnull/Makefile.am: Ditto.
325        * dummy/Makefile.am: Ditto.
326        * dumpbuf/Makefile.am: Ditto.
327        * monitor/Makefile.am: Ditto.
328        * mw-fb/Makefile.am: Ditto.
329        * rtmonuse/Makefile.am: Ditto.
330        * serdbg/Makefile.am: Ditto.
331        * shell/Makefile.am: Ditto.
332        * stackchk/Makefile.am: Ditto.
333        * untar/Makefile.am: Ditto.
334        * wrapup/Makefile.am: Reflect new path.
335
3362002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
339
3402002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
343        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
344        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
345        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
346        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
347        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
348        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
349        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
350        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
351        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
352        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
354        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355
3562002-12-02      Joel Sherrill <joel@OARcorp.com>
357
358        * stackchk/check.c: Better handling of task name.
359
3602002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
363
3642002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * serdbg/serdbgio.c: Add #include <unistd.h>.
369        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
370        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
371        * configure.ac: Check for stdio assignments.
372        Add RTEMS_LIBSHELL conditional.
373
3742002-11-01      Joel Sherrill <joel@OARcorp.com>
375
376        * stackchk/check.c: Removed warnings.
377
3782002-10-31      Joel Sherrill <joel@OARcorp.com>
379
380        * stackchk/check.c: Removed warning.
381
3822002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
385        RTEMS_UNIX to avoid gcc warning.
386
3872002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
388
389        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
390        Patch to remove problems introduced by object name rework.
391
3922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * .cvsignore: Reformat.
395        Add autom4te*cache.
396        Remove autom4te.cache.
397
3982002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * shell/shell.c: #include <time.h>
401        * wrapup/Makefile.am: Eliminate LIBNAME.
402
4032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
407        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
408        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
409        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
410        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
411        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
412        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
413        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
414        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
415        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
416        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
417
4182002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
421
4222002-08-01      Joel Sherrill <joel@OARcorp.com>
423
424        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
425        object name is raw versus being a string.
426
4272002-07-30      Joel Sherrill <joel@OARcorp.com>
428
429        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
430        stack if the port doesn't configure using it.
431
4322002-07-24      Joel Sherrill <joel@OARcorp.com>
433
434        * wrapup/Makefile.am: Temporarily don't include serdbg since it
435        causes some BSPs to not link "main(){}" as required by autoconf.
436
4372002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * capture/capture.c: include <string.h> for memset.
440        * capture/capture-cli.c: include <string.h> for memset.
441
4422002-07-01      Joel Sherrill <joel@OARcorp.com>
443
444        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
445        monitor/mon-object.c, monitor/monitor.h: Corrected use of
446        _Objects_Information_table now that it is a two dimensional
447        array based upon API and class.  In addition, in the monitor,
448        corrected an error which occured when a target has 64 bit pointers.
449
4502002-07-01      Joel Sherrill <joel@OARcorp.com>
451
452        * stackchk/check.c: Corrected use of
453        _Objects_Information_table now that it is a two dimensional
454        array based upon API and class.
455
4562002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
457
458        * With the addition of serdbg, the standard polled I/O functions
459        for gdbstub and/or printk are optionally routed to any termios-aware
460        device driver, that supports polled mode. See libmisc/serdbg/README.
461        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
462        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
463        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
464        serdbg/.cvsignore: New files.
465        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
466        reflect addition.
467
4682002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * wrapup/Makefile.am: Don't preinstall libmisc.a.
471
4722002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * configure.ac, Makefile.am: Remove references to rootfs.
475
4762002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * rootfs/.cvsignore: Remove.
479        * rootfs/Makefile.am: Remove.
480        * rootfs/mkrootfs.h: Remove.
481        * rootfs/mkrootfs.c: Remove.
482        * configure.ac: Remove rootfs and NETWORKING macros.
483        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
484
4852002-05-16      Chris Johns <ccj@acm.org>
486
487        * Per PR194, added the Capture engine. 
488        * capture/Makefile.am, capture/README, capture/capture-cli.c,
489        capture/capture-cli.h, capture/capture.c, capture/capture.h,
490        capture/.cvsignore: New files.
491        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
492        reflect addition.
493
4942001-05-14      Joel Sherrill <joel@OARcorp.com>
495
496        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
497        a library of the same name.
498
4992002-03-20      Chris Johns <ccj@acm.org>
500
501        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
502        lowercase. The capture engine need to set triggers or watches on task
503        with uppercase names. 
504        Also stop the monitor repeating command when enter is pressed.
505
5062002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * monitor/mon-monitor.c: Replace done with return (gcc3).
509
5102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.ac:
513        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
514        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
515        * Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
523        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
524        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
525        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
526        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
527        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
528
5292002-03-20      Chris Johns <ccj@acm.org>
530
531        * PR148.
532        * monitor/mon-prmisc.c: Fixed to print task states correctly.
533
5342002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * shell/shell.c: Remove #undef __STRICT_ANSI__.
537
5382002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
541
5422002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
545
5462001-10-12      Joel Sherrill <joel@OARcorp.com>
547
548        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
549
5502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
553        * configure.in: Remove.
554        * configure.ac: New file, generated from configure.in by autoupdate.
555
5562001-09-28      Joel Sherrill <joel@OARcorp.com>
557
558        * dummy/dummy.c: Now a useful configuration that starts main().
559        * wrapup/Makefile.am: Include a base level configuration in
560        RTEMS library.
561
5622001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
565        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
566        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
567        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
568        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
569        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
570        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
571        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
572        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
573        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
574
5752001-09-27      Joel Sherrill <joel@OARcorp.com>
576
577        * ChangeLog: Fixed typo in date.
578
5792001-09-21      Joel Sherrill <joel@OARcorp.com>
580
581        * configure.in, rootfs/Makefile.am: Added conditional to make sure
582        rootfs does not get built with networking is disabled.  Also
583        added include of compile.am to rootfs/Makefile.am.
584        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
585
5862001-09-19      Chris Johns <ccj@acm.org>
587
588        * Added support for populating the initial "root" filesystem
589        with information obtained via the DHCP response.
590        * rootfs: New directory.
591        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
592        rootfs/mkrootfs.h: New files.
593        * configure.in, Makefile.am: Modified to reflect addition.
594
5952001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
596
597        * shell/shell.c: Don't close file it wasn't open.
598
5992001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
602        of AC_CANONICAL_SYSTEM.
603        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
604        mkinstalldirs and mkdir.
605        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
606        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
607        _RTEMS_OUTPUT_BUILD_SUBDIRS.
608
6092001-09-14      Joel Sherrill <joel@OARcorp.com>
610
611        * ChangeLog: Fixed some mistakes.
612
6132001-09-14      Joel Sherrill <joel@OARcorp.com>
614
615        * ChangeLog: Fixed some mistakes.
616
6172001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
620        of AC_CANONICAL_SYSTEM.
621        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
622        mkinstalldirs and mkdir.
623        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
624        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
625        _RTEMS_OUTPUT_BUILD_SUBDIRS.
626
6272001-09-14      Joel Sherrill <joel@OARcorp.com>
628
629        * ChangeLog: Fixed some mistakes.
630
6312001-09-14      Joel Sherrill <joel@OARcorp.com>
632
633        * ChangeLog: Fixed some mistakes.
634
6352001-09-13      Joel Sherrill <joel@OARcorp.com>
636
637        * devnull/devnull.c: Eliminate warning.
638
6392001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
640
641        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
642
6432001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
644
645        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
646        shell/shell.h: Updates.
647
6482001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
649
650        * monitor/mon-command.c: Add support for partial command matching.
651        The monitor used to have this functionality before it was overhauled
652        to support addition of user commands.
653
6542001-06-14      Joel Sherrill <joel@OARcorp.com>
655
656        * shell/telnetd.c, shell/telnetd.h: Moved to
657        libnetworking/rtems_servers so the network stack to address network
658        depenendency.
659        * shell/Makefile.am: Modified to reflect above.
660
6612001-05-25      Joel Sherrill <joel@OARcorp.com>
662
663        * shell/cmds.c: Removed code from inappropriate source.
664
6652000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
666
667        * monitor/mon-prmisc.c: Correct print line.
668        * shell/Makefile.am: Added new file telnetd.c.
669        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
670        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
671           - The shell_init has a new parameter 'forever' because in
672             /dev/console you need that this process runs forever but in
673             tcp/ip not. (respawn?)
674           - A new task for every session opened trought tcp/ip telnet client.
675             (the chargen,daytime and more are possible of implementation but
676             I ask me if they are necesary)
677           - Exit from the session delete the task and when the client fails too.
678           - More cmds have been implemented. (very reduced version of these)
679             umask, chmod, id, whoami, rm, cat, ...
680           - A reduced line edit has been implemented.
681               Ctrl-C abort the input,
682               Ctrl-d in the first position gives EOF (logout).
683               '\b' and DEL makes the rubout operation.
684               I think that readline() for every session spents a lot of resources.
685
6862001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
689        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
690
6912001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
692
693        * Added initial shell functionality.
694        * Makefile.am, configure.in, wrapup/Makefile.am:
695        * shell/.cvsignore, shell/Makefile.am, shell/README,
696        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
697
6982001-04-20      Joel Sherrill <joel@OARcorp.com>
699
700        * devnull/devnull.c (null_initialize): Added check to
701        ensure that the driver is only initialized once.  Otherwise,
702        it will abort when the device /dev/null is present.
703        (null_write): Do not dereference a NULL pointer.
704
7052001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
708
7092001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
712        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
713        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
714        Apply include_*HEADERS instead of H_FILES.
715
7162001-01-05      Joel Sherrill <joel@OARcorp.com>
717
718        * devnull: New addition.  Moved from libcpu/sh.
719        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
720        devnull/Makefile.am: New files.
721        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
722        addition of above.
723
7242000-11-30      Joel Sherrill <joel@OARcorp.com>
725
726        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
727
7282000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
731
7322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
735
7362000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
739        Switch to GNU canonicalization.
740
7412000-09-28      Joel Sherrill <joel@OARcorp.com>
742
743        * monitor/mon-driver.c: Accounted for addition of "_entry" to
744        fields in rtems_driver_address_table.
745
7462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747       
748        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
749        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
750        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
751        Include compile.am.
752
7532000-08-30      Joel Sherrill <joel@OARcorp.com>
754
755        * Many files: Moved posix/include/rtems/posix/seterr.h to
756        score/include/rtems/seterr.h so it would be available within
757        all APIs.
758
7592000-08-30      Joel Sherrill <joel@OARcorp.com>
760
761        * mw-fb/.cvsignore: New file.
762
7632000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
764
765        * Added generic Micro FrameBuffer interface for MicroWindows.
766        This interface allows MicroWindows to under RTEMS. A sample
767        driver has been developed for the pc386 BSP. See
768        pc386/fb_vga.c as a sample.
769        * Added Uniform Input Device interface for MicroWindows.
770        See PC386 bsp for sample drivers for mouse and keyboard (console).
771        * mw-bf: New directory.
772        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
773        * mw-fb/Makefile.am: New file.
774        * mw-fb/mw_fb.c: New file.
775        * mw-fb/mw_fb.h: New file.
776        * mw-fb/mw_uid.c: New file.
777        * mw-fb/mw_uid.h: New file.
778
7792000-08-10      Joel Sherrill <joel@OARcorp.com>
780
781        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.