source: rtems/cpukit/libmisc/ChangeLog @ 3450adc

4.104.114.84.95
Last change on this file since 3450adc was 9e7e53bf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/03 at 08:01:23

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

  • Makefile.am: Add $(dirstamp) to preinstallation rules.
  • Property mode set to 100644
File size: 26.4 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add $(dirstamp) to preinstallation rules.
4
52003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Reformat.
8
92003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * capture/Makefile.am: Remove.
12        * cpuuse/Makefile.am: Remove.
13        * devnull/Makefile.am: Remove.
14        * dummy/Makefile.am: Remove.
15        * dumpbuf/Makefile.am: Remove.
16        * fsmount/Makefile.am: Remove.
17        * monitor/Makefile.am: Remove.
18        * mw-fb/Makefile.am: Remove.
19        * rtmonuse/Makefile.am: Remove.
20        * serdbg/Makefile.am: Remove.
21        * shell/Makefile.am: Remove.
22        * stackchk/Makefile.am: Remove.
23        * untar/Makefile.am: Remove.
24        * Makefile.am: Merge-in the Makefile.ams above.
25
262003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Remove.
29        * wrapup/.cvsignore: Remove.
30        * Makefile.am: Reflect changes above.
31
322003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * capture/config.h: Remove.
35        * capture/Makefile.am: Remove config.h.
36        AM_CPPFLAGS += -I$(top_builddir).
37        * cpuuse/config.h: Remove.
38        * cpuuse/Makefile.am: Remove config.h.
39        AM_CPPFLAGS += -I$(top_builddir).
40        * devnull/config.h: Remove.
41        * devnull/Makefile.am: Remove config.h.
42        AM_CPPFLAGS += -I$(top_builddir).
43        * dummy/config.h: Remove.
44        * dummy/Makefile.am: Remove config.h.
45        AM_CPPFLAGS += -I$(top_builddir).
46        * dumpbuf/config.h: Remove.
47        * dumpbuf/Makefile.am: Remove config.h.
48        AM_CPPFLAGS += -I$(top_builddir).
49        * monitor/config.h: Remove.
50        * monitor/Makefile.am: Remove config.h.
51        AM_CPPFLAGS += -I$(top_builddir).
52        * mw-fb/config.h: Remove.
53        * mw-fb/Makefile.am: Remove config.h.
54        AM_CPPFLAGS += -I$(top_builddir).
55        * rtmonuse/config.h: Remove.
56        * rtmonuse/Makefile.am: Remove config.h.
57        AM_CPPFLAGS += -I$(top_builddir).
58        * serdbg/config.h: Remove.
59        * serdbg/Makefile.am: Remove config.h.
60        AM_CPPFLAGS += -I$(top_builddir).
61        * shell/config.h: Remove.
62        * shell/Makefile.am: Remove config.h.
63        AM_CPPFLAGS += -I$(top_builddir).
64        * stackchk/config.h: Remove.
65        * stackchk/Makefile.am: Remove config.h.
66        AM_CPPFLAGS += -I$(top_builddir).
67        * untar/config.h: Remove.
68        * untar/Makefile.am: Remove config.h.
69        AM_CPPFLAGS += -I$(top_builddir).
70
712003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
74
752003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        PR 495/rtems_misc
78        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
79        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
80        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
81        clean.
82
832003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * monitor/monitor.h:
86        Add rtems_monitor_commands[] (Illegally applied by shell/).
87        Remove ifdef(__mips64) (Make broken code visible again).
88        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
89        warnings.
90        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
91        broken code visible again).
92        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
93
942003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
97        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
98        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
99        * monitor/mon-monitor.c: Apply private version of STREQ.
100
1012003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * monitor/symbols.h: Convert to private header.
104        * monitor/monitor.h: Don't include symbols.h.
105        Add forward decls. for symbols from symbols.h.
106        * monitor/Makefile.am: Don't install symbols.h.
107        * monitor/mon-symbols.c: Include "symbols.h".
108
1092003-09-04      Joel Sherrill <joel@OARcorp.com>
110
111        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
112        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
113        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
114        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
115        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
116        untar/untar.h: URL for license changed.
117
1182003-08-14      Joel Sherrill <joel@OARcorp.com>
119
120        PR 408/filesystem
121        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
122        service, the new RTEMS service rtems_iterate_over_all_threads() was
123        also added. This new service makes it easier to iterate over all the
124        tasks/threads in a system and perform an action on them. This change
125        is to use the new thread iteration service.
126
1272003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * fsmount/Makefile.am: Fix path to automake-includes.
130
1312003-08-13      Joel Sherrill <joel@OARcorp.com>
132
133        * fsmount/.cvsignore: New file.
134
1352003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
136
137        PR 369/filesystem
138        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
139        show the use of the DOSFS functions
140        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
141        fsmount/fsmount.h: New files.
142
1432003-08-05      Till Strauman <strauman@slac.stanford.edu>
144
145        PR 436/rtems_misc
146        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
147
1482003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Remove (Merged into ../configure.ac).
151        * Makefile.am:
152        Reflect having merged configure.ac into ../configure.ac.
153        * capture/config.h: New.
154        * capture/Makefile.am: Add config.h.
155        Reflect having merged configure.ac into ../configure.ac.
156        * cpuuse/config.h: New.
157        * cpuuse/Makefile.am: Add config.h.
158        Reflect having merged configure.ac into ../configure.ac.
159        * devnull/config.h: New.
160        * devnull/Makefile.am: Add config.h.
161        Reflect having merged configure.ac into ../configure.ac.
162        * dummy/config.h: New.
163        * dummy/Makefile.am: Add config.h.
164        Reflect having merged configure.ac into ../configure.ac.
165        * dumpbuf/config.h: New.
166        * dumpbuf/Makefile.am: Add config.h.
167        Reflect having merged configure.ac into ../configure.ac.
168        * monitor/config.h: New.
169        * monitor/Makefile.am: Add config.h.
170        Reflect having merged configure.ac into ../configure.ac.
171        * mw-fb/config.h: New.
172        * mw-fb/Makefile.am: Add config.h.
173        Reflect having merged configure.ac into ../configure.ac.
174        * rtmonuse/config.h: New.
175        * rtmonuse/Makefile.am: Add config.h.
176        Reflect having merged configure.ac into ../configure.ac.
177        * serdbg/config.h: New.
178        * serdbg/Makefile.am: Add config.h.
179        Reflect having merged configure.ac into ../configure.ac.
180        * shell/config.h: New.
181        * shell/Makefile.am: Add config.h.
182        Reflect having merged configure.ac into ../configure.ac.
183        * stackchk/config.h: New.
184        * stackchk/Makefile.am: Add config.h.
185        Reflect having merged configure.ac into ../configure.ac.
186        * untar/config.h: New.
187        * untar/Makefile.am: Add config.h.
188        Reflect having merged configure.ac into ../configure.ac.
189        * wrapup/Makefile.am:
190        Reflect having merged configure.ac into ../configure.ac.
191
1922003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * capture/capture-cli.c: Add config-header support.
195        * capture/capture.c: Add config-header support.
196        * cpuuse/cpuuse.c: Add config-header support.
197        * devnull/devnull.c: Add config-header support.
198        * dummy/dummy.c: Add config-header support.
199        * dumpbuf/dumpbuf.c: Add config-header support.
200        * monitor/mon-command.c: Add config-header support.
201        * monitor/mon-config.c: Add config-header support.
202        * monitor/mon-dname.c: Add config-header support.
203        * monitor/mon-driver.c: Add config-header support.
204        * monitor/mon-extension.c: Add config-header support.
205        * monitor/mon-itask.c: Add config-header support.
206        * monitor/mon-manager.c: Add config-header support.
207        * monitor/mon-monitor.c: Add config-header support.
208        * monitor/mon-mpci.c: Add config-header support.
209        * monitor/mon-object.c: Add config-header support.
210        * monitor/mon-prmisc.c: Add config-header support.
211        * monitor/mon-queue.c: Add config-header support.
212        * monitor/mon-server.c: Add config-header support.
213        * monitor/mon-symbols.c: Add config-header support.
214        * monitor/mon-task.c: Add config-header support.
215        * mw-fb/mw_fb.c: Add config-header support.
216        * mw-fb/mw_uid.c: Add config-header support.
217        * rtmonuse/rtmonuse.c: Add config-header support.
218        * serdbg/serdbg.c: Add config-header support.
219        * serdbg/serdbgio.c: Add config-header support.
220        * serdbg/termios_printk.c: Add config-header support.
221        * shell/cmds.c: Add config-header support.
222        * stackchk/check.c: Add config-header support.
223        * untar/untar.c: Add config-header support.
224
2252003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
228
2292003-06-04      Joel Sherrill <joel@OARcorp.com>
230
231        * stackchk/check.c: Removed warnings.
232
2332003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * dummy/Makefile.am: Remove stray dummy.rel.
236
2372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Remove AC_CONFIG_AUX_DIR.
240
2412003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        capture/capture-cli.c: Add proper definition to avoid compiler
244        warnings. Apply int = getchar().
245
2462003-02-14      Till Straumann <strauman@slac.stanford.edu>
247
248        PR 352/rtems_misc
249        * shell/shell.c: make rtems_shell main task an FP enabled task.
250
2512003-01-27      Dan Smisko <dan@balanced.com>
252
253        * stackchk/check.c: Fix problem where _Objects_Get_information()
254        will dereference a null pointer when checking the interrupt stack.
255        If there's something at 0, you may be ok at run time but it is wrong.
256
2572003-01-27      Dan Smisko <dan@balanced.com>
258
259        * monitor/mon-command.c: Correct two potential NULL references.
260
2612002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: Fix tests for GCC.
264
2652002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Add check for weak function attribute.
268        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
269        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
270        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
271        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
272        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
273        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
274        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
275        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
276        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
277        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
278        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
279        Build iff LIBSERDBG is true.
280        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
281        Build iff LIBSHELL is true.
282        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
283        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
284        * wrapup/Makefile.am: Reflect changes above.
285
2862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Require autoconf-2.57+automake-1.7.2.
289        * capture/Makefile.am: Eliminate C_O_FILES.
290        * cpuuse/Makefile.am: Ditto.
291        * devnull/Makefile.am: Ditto.
292        * dummy/Makefile.am: Ditto.
293        * dumpbuf/Makefile.am: Ditto.
294        * monitor/Makefile.am: Ditto.
295        * rtmonuse/Makefile.am: Ditto.
296        * serdbg/Makefile.am: Ditto.
297        * shell/Makefile.am: Ditto.
298        * stackchk/Makefile.am: Ditto.
299        * untar/Makefile.am: Ditto.
300        * mw-fb/Makefile.am: Eliminate C_O_FILES.
301        Eliminate SRCS.
302
3032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        Moving libmisc from rtems/c/src to rtems/cpukit.
306
307        * Makefile.am: Reflect new path.
308        * configure.ac: Reflect new path.
309        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
310        Remove RTEMS_PROJECT_ROOT.
311        * capture/Makefile.am: Reflect new path.
312        Remove OBJS from all-local.
313        * cpuuse/Makefile.am: Ditto.
314        * devnull/Makefile.am: Ditto.
315        * dummy/Makefile.am: Ditto.
316        * dumpbuf/Makefile.am: Ditto.
317        * monitor/Makefile.am: Ditto.
318        * mw-fb/Makefile.am: Ditto.
319        * rtmonuse/Makefile.am: Ditto.
320        * serdbg/Makefile.am: Ditto.
321        * shell/Makefile.am: Ditto.
322        * stackchk/Makefile.am: Ditto.
323        * untar/Makefile.am: Ditto.
324        * wrapup/Makefile.am: Reflect new path.
325
3262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
329
3302002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
333        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
334        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
335        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
336        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
337        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
338        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
339        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
340        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
341        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
342        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
343        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
344        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
345
3462002-12-02      Joel Sherrill <joel@OARcorp.com>
347
348        * stackchk/check.c: Better handling of task name.
349
3502002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
353
3542002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * serdbg/serdbgio.c: Add #include <unistd.h>.
359        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
360        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
361        * configure.ac: Check for stdio assignments.
362        Add RTEMS_LIBSHELL conditional.
363
3642002-11-01      Joel Sherrill <joel@OARcorp.com>
365
366        * stackchk/check.c: Removed warnings.
367
3682002-10-31      Joel Sherrill <joel@OARcorp.com>
369
370        * stackchk/check.c: Removed warning.
371
3722002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
375        RTEMS_UNIX to avoid gcc warning.
376
3772002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
378
379        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
380        Patch to remove problems introduced by object name rework.
381
3822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * .cvsignore: Reformat.
385        Add autom4te*cache.
386        Remove autom4te.cache.
387
3882002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * shell/shell.c: #include <time.h>
391        * wrapup/Makefile.am: Eliminate LIBNAME.
392
3932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
396        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
397        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
398        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
399        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
400        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
401        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
402        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
403        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
404        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
405        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
407
4082002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
411
4122002-08-01      Joel Sherrill <joel@OARcorp.com>
413
414        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
415        object name is raw versus being a string.
416
4172002-07-30      Joel Sherrill <joel@OARcorp.com>
418
419        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
420        stack if the port doesn't configure using it.
421
4222002-07-24      Joel Sherrill <joel@OARcorp.com>
423
424        * wrapup/Makefile.am: Temporarily don't include serdbg since it
425        causes some BSPs to not link "main(){}" as required by autoconf.
426
4272002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * capture/capture.c: include <string.h> for memset.
430        * capture/capture-cli.c: include <string.h> for memset.
431
4322002-07-01      Joel Sherrill <joel@OARcorp.com>
433
434        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
435        monitor/mon-object.c, monitor/monitor.h: Corrected use of
436        _Objects_Information_table now that it is a two dimensional
437        array based upon API and class.  In addition, in the monitor,
438        corrected an error which occured when a target has 64 bit pointers.
439
4402002-07-01      Joel Sherrill <joel@OARcorp.com>
441
442        * stackchk/check.c: Corrected use of
443        _Objects_Information_table now that it is a two dimensional
444        array based upon API and class.
445
4462002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
447
448        * With the addition of serdbg, the standard polled I/O functions
449        for gdbstub and/or printk are optionally routed to any termios-aware
450        device driver, that supports polled mode. See libmisc/serdbg/README.
451        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
452        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
453        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
454        serdbg/.cvsignore: New files.
455        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
456        reflect addition.
457
4582002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * wrapup/Makefile.am: Don't preinstall libmisc.a.
461
4622002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac, Makefile.am: Remove references to rootfs.
465
4662002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * rootfs/.cvsignore: Remove.
469        * rootfs/Makefile.am: Remove.
470        * rootfs/mkrootfs.h: Remove.
471        * rootfs/mkrootfs.c: Remove.
472        * configure.ac: Remove rootfs and NETWORKING macros.
473        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
474
4752002-05-16      Chris Johns <ccj@acm.org>
476
477        * Per PR194, added the Capture engine. 
478        * capture/Makefile.am, capture/README, capture/capture-cli.c,
479        capture/capture-cli.h, capture/capture.c, capture/capture.h,
480        capture/.cvsignore: New files.
481        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
482        reflect addition.
483
4842001-05-14      Joel Sherrill <joel@OARcorp.com>
485
486        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
487        a library of the same name.
488
4892002-03-20      Chris Johns <ccj@acm.org>
490
491        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
492        lowercase. The capture engine need to set triggers or watches on task
493        with uppercase names. 
494        Also stop the monitor repeating command when enter is pressed.
495
4962002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * monitor/mon-monitor.c: Replace done with return (gcc3).
499
5002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac:
503        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
504        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
505        * Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
518
5192002-03-20      Chris Johns <ccj@acm.org>
520
521        * PR148.
522        * monitor/mon-prmisc.c: Fixed to print task states correctly.
523
5242002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * shell/shell.c: Remove #undef __STRICT_ANSI__.
527
5282002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
531
5322002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
535
5362001-10-12      Joel Sherrill <joel@OARcorp.com>
537
538        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
539
5402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
543        * configure.in: Remove.
544        * configure.ac: New file, generated from configure.in by autoupdate.
545
5462001-09-28      Joel Sherrill <joel@OARcorp.com>
547
548        * dummy/dummy.c: Now a useful configuration that starts main().
549        * wrapup/Makefile.am: Include a base level configuration in
550        RTEMS library.
551
5522001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
555        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
556        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
557        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
558        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
559        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
560        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
561        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
562        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
563        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
564
5652001-09-27      Joel Sherrill <joel@OARcorp.com>
566
567        * ChangeLog: Fixed typo in date.
568
5692001-09-21      Joel Sherrill <joel@OARcorp.com>
570
571        * configure.in, rootfs/Makefile.am: Added conditional to make sure
572        rootfs does not get built with networking is disabled.  Also
573        added include of compile.am to rootfs/Makefile.am.
574        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
575
5762001-09-19      Chris Johns <ccj@acm.org>
577
578        * Added support for populating the initial "root" filesystem
579        with information obtained via the DHCP response.
580        * rootfs: New directory.
581        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
582        rootfs/mkrootfs.h: New files.
583        * configure.in, Makefile.am: Modified to reflect addition.
584
5852001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
586
587        * shell/shell.c: Don't close file it wasn't open.
588
5892001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
592        of AC_CANONICAL_SYSTEM.
593        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
594        mkinstalldirs and mkdir.
595        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
596        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
597        _RTEMS_OUTPUT_BUILD_SUBDIRS.
598
5992001-09-14      Joel Sherrill <joel@OARcorp.com>
600
601        * ChangeLog: Fixed some mistakes.
602
6032001-09-14      Joel Sherrill <joel@OARcorp.com>
604
605        * ChangeLog: Fixed some mistakes.
606
6072001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
610        of AC_CANONICAL_SYSTEM.
611        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
612        mkinstalldirs and mkdir.
613        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
614        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
615        _RTEMS_OUTPUT_BUILD_SUBDIRS.
616
6172001-09-14      Joel Sherrill <joel@OARcorp.com>
618
619        * ChangeLog: Fixed some mistakes.
620
6212001-09-14      Joel Sherrill <joel@OARcorp.com>
622
623        * ChangeLog: Fixed some mistakes.
624
6252001-09-13      Joel Sherrill <joel@OARcorp.com>
626
627        * devnull/devnull.c: Eliminate warning.
628
6292001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
630
631        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
632
6332001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
634
635        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
636        shell/shell.h: Updates.
637
6382001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
639
640        * monitor/mon-command.c: Add support for partial command matching.
641        The monitor used to have this functionality before it was overhauled
642        to support addition of user commands.
643
6442001-06-14      Joel Sherrill <joel@OARcorp.com>
645
646        * shell/telnetd.c, shell/telnetd.h: Moved to
647        libnetworking/rtems_servers so the network stack to address network
648        depenendency.
649        * shell/Makefile.am: Modified to reflect above.
650
6512001-05-25      Joel Sherrill <joel@OARcorp.com>
652
653        * shell/cmds.c: Removed code from inappropriate source.
654
6552000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
656
657        * monitor/mon-prmisc.c: Correct print line.
658        * shell/Makefile.am: Added new file telnetd.c.
659        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
660        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
661           - The shell_init has a new parameter 'forever' because in
662             /dev/console you need that this process runs forever but in
663             tcp/ip not. (respawn?)
664           - A new task for every session opened trought tcp/ip telnet client.
665             (the chargen,daytime and more are possible of implementation but
666             I ask me if they are necesary)
667           - Exit from the session delete the task and when the client fails too.
668           - More cmds have been implemented. (very reduced version of these)
669             umask, chmod, id, whoami, rm, cat, ...
670           - A reduced line edit has been implemented.
671               Ctrl-C abort the input,
672               Ctrl-d in the first position gives EOF (logout).
673               '\b' and DEL makes the rubout operation.
674               I think that readline() for every session spents a lot of resources.
675
6762001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
679        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
680
6812001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
682
683        * Added initial shell functionality.
684        * Makefile.am, configure.in, wrapup/Makefile.am:
685        * shell/.cvsignore, shell/Makefile.am, shell/README,
686        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
687
6882001-04-20      Joel Sherrill <joel@OARcorp.com>
689
690        * devnull/devnull.c (null_initialize): Added check to
691        ensure that the driver is only initialized once.  Otherwise,
692        it will abort when the device /dev/null is present.
693        (null_write): Do not dereference a NULL pointer.
694
6952001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
698
6992001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
702        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
703        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
704        Apply include_*HEADERS instead of H_FILES.
705
7062001-01-05      Joel Sherrill <joel@OARcorp.com>
707
708        * devnull: New addition.  Moved from libcpu/sh.
709        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
710        devnull/Makefile.am: New files.
711        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
712        addition of above.
713
7142000-11-30      Joel Sherrill <joel@OARcorp.com>
715
716        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
717
7182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
721
7222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
725
7262000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
729        Switch to GNU canonicalization.
730
7312000-09-28      Joel Sherrill <joel@OARcorp.com>
732
733        * monitor/mon-driver.c: Accounted for addition of "_entry" to
734        fields in rtems_driver_address_table.
735
7362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737       
738        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
739        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
740        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
741        Include compile.am.
742
7432000-08-30      Joel Sherrill <joel@OARcorp.com>
744
745        * Many files: Moved posix/include/rtems/posix/seterr.h to
746        score/include/rtems/seterr.h so it would be available within
747        all APIs.
748
7492000-08-30      Joel Sherrill <joel@OARcorp.com>
750
751        * mw-fb/.cvsignore: New file.
752
7532000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
754
755        * Added generic Micro FrameBuffer interface for MicroWindows.
756        This interface allows MicroWindows to under RTEMS. A sample
757        driver has been developed for the pc386 BSP. See
758        pc386/fb_vga.c as a sample.
759        * Added Uniform Input Device interface for MicroWindows.
760        See PC386 bsp for sample drivers for mouse and keyboard (console).
761        * mw-bf: New directory.
762        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
763        * mw-fb/Makefile.am: New file.
764        * mw-fb/mw_fb.c: New file.
765        * mw-fb/mw_fb.h: New file.
766        * mw-fb/mw_uid.c: New file.
767        * mw-fb/mw_uid.h: New file.
768
7692000-08-10      Joel Sherrill <joel@OARcorp.com>
770
771        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.