source: rtems/cpukit/libmisc/ChangeLog @ f61198b1

4.104.114.84.95
Last change on this file since f61198b1 was f61198b1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/28/03 at 00:30:10

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

  • wrapup/Makefile.am: Remove.
  • wrapup/.cvsignore: Remove.
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 25.7 KB
Line 
12003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Remove.
4        * wrapup/.cvsignore: Remove.
5        * Makefile.am: Reflect changes above.
6
72003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * capture/config.h: Remove.
10        * capture/Makefile.am: Remove config.h.
11        AM_CPPFLAGS += -I$(top_builddir).
12        * cpuuse/config.h: Remove.
13        * cpuuse/Makefile.am: Remove config.h.
14        AM_CPPFLAGS += -I$(top_builddir).
15        * devnull/config.h: Remove.
16        * devnull/Makefile.am: Remove config.h.
17        AM_CPPFLAGS += -I$(top_builddir).
18        * dummy/config.h: Remove.
19        * dummy/Makefile.am: Remove config.h.
20        AM_CPPFLAGS += -I$(top_builddir).
21        * dumpbuf/config.h: Remove.
22        * dumpbuf/Makefile.am: Remove config.h.
23        AM_CPPFLAGS += -I$(top_builddir).
24        * monitor/config.h: Remove.
25        * monitor/Makefile.am: Remove config.h.
26        AM_CPPFLAGS += -I$(top_builddir).
27        * mw-fb/config.h: Remove.
28        * mw-fb/Makefile.am: Remove config.h.
29        AM_CPPFLAGS += -I$(top_builddir).
30        * rtmonuse/config.h: Remove.
31        * rtmonuse/Makefile.am: Remove config.h.
32        AM_CPPFLAGS += -I$(top_builddir).
33        * serdbg/config.h: Remove.
34        * serdbg/Makefile.am: Remove config.h.
35        AM_CPPFLAGS += -I$(top_builddir).
36        * shell/config.h: Remove.
37        * shell/Makefile.am: Remove config.h.
38        AM_CPPFLAGS += -I$(top_builddir).
39        * stackchk/config.h: Remove.
40        * stackchk/Makefile.am: Remove config.h.
41        AM_CPPFLAGS += -I$(top_builddir).
42        * untar/config.h: Remove.
43        * untar/Makefile.am: Remove config.h.
44        AM_CPPFLAGS += -I$(top_builddir).
45
462003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
49
502003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        PR 495/rtems_misc
53        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
54        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
55        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
56        clean.
57
582003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * monitor/monitor.h:
61        Add rtems_monitor_commands[] (Illegally applied by shell/).
62        Remove ifdef(__mips64) (Make broken code visible again).
63        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
64        warnings.
65        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
66        broken code visible again).
67        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
68
692003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
72        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
73        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
74        * monitor/mon-monitor.c: Apply private version of STREQ.
75
762003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * monitor/symbols.h: Convert to private header.
79        * monitor/monitor.h: Don't include symbols.h.
80        Add forward decls. for symbols from symbols.h.
81        * monitor/Makefile.am: Don't install symbols.h.
82        * monitor/mon-symbols.c: Include "symbols.h".
83
842003-09-04      Joel Sherrill <joel@OARcorp.com>
85
86        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
87        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
88        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
89        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
90        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
91        untar/untar.h: URL for license changed.
92
932003-08-14      Joel Sherrill <joel@OARcorp.com>
94
95        PR 408/filesystem
96        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
97        service, the new RTEMS service rtems_iterate_over_all_threads() was
98        also added. This new service makes it easier to iterate over all the
99        tasks/threads in a system and perform an action on them. This change
100        is to use the new thread iteration service.
101
1022003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * fsmount/Makefile.am: Fix path to automake-includes.
105
1062003-08-13      Joel Sherrill <joel@OARcorp.com>
107
108        * fsmount/.cvsignore: New file.
109
1102003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
111
112        PR 369/filesystem
113        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
114        show the use of the DOSFS functions
115        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
116        fsmount/fsmount.h: New files.
117
1182003-08-05      Till Strauman <strauman@slac.stanford.edu>
119
120        PR 436/rtems_misc
121        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
122
1232003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Remove (Merged into ../configure.ac).
126        * Makefile.am:
127        Reflect having merged configure.ac into ../configure.ac.
128        * capture/config.h: New.
129        * capture/Makefile.am: Add config.h.
130        Reflect having merged configure.ac into ../configure.ac.
131        * cpuuse/config.h: New.
132        * cpuuse/Makefile.am: Add config.h.
133        Reflect having merged configure.ac into ../configure.ac.
134        * devnull/config.h: New.
135        * devnull/Makefile.am: Add config.h.
136        Reflect having merged configure.ac into ../configure.ac.
137        * dummy/config.h: New.
138        * dummy/Makefile.am: Add config.h.
139        Reflect having merged configure.ac into ../configure.ac.
140        * dumpbuf/config.h: New.
141        * dumpbuf/Makefile.am: Add config.h.
142        Reflect having merged configure.ac into ../configure.ac.
143        * monitor/config.h: New.
144        * monitor/Makefile.am: Add config.h.
145        Reflect having merged configure.ac into ../configure.ac.
146        * mw-fb/config.h: New.
147        * mw-fb/Makefile.am: Add config.h.
148        Reflect having merged configure.ac into ../configure.ac.
149        * rtmonuse/config.h: New.
150        * rtmonuse/Makefile.am: Add config.h.
151        Reflect having merged configure.ac into ../configure.ac.
152        * serdbg/config.h: New.
153        * serdbg/Makefile.am: Add config.h.
154        Reflect having merged configure.ac into ../configure.ac.
155        * shell/config.h: New.
156        * shell/Makefile.am: Add config.h.
157        Reflect having merged configure.ac into ../configure.ac.
158        * stackchk/config.h: New.
159        * stackchk/Makefile.am: Add config.h.
160        Reflect having merged configure.ac into ../configure.ac.
161        * untar/config.h: New.
162        * untar/Makefile.am: Add config.h.
163        Reflect having merged configure.ac into ../configure.ac.
164        * wrapup/Makefile.am:
165        Reflect having merged configure.ac into ../configure.ac.
166
1672003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * capture/capture-cli.c: Add config-header support.
170        * capture/capture.c: Add config-header support.
171        * cpuuse/cpuuse.c: Add config-header support.
172        * devnull/devnull.c: Add config-header support.
173        * dummy/dummy.c: Add config-header support.
174        * dumpbuf/dumpbuf.c: Add config-header support.
175        * monitor/mon-command.c: Add config-header support.
176        * monitor/mon-config.c: Add config-header support.
177        * monitor/mon-dname.c: Add config-header support.
178        * monitor/mon-driver.c: Add config-header support.
179        * monitor/mon-extension.c: Add config-header support.
180        * monitor/mon-itask.c: Add config-header support.
181        * monitor/mon-manager.c: Add config-header support.
182        * monitor/mon-monitor.c: Add config-header support.
183        * monitor/mon-mpci.c: Add config-header support.
184        * monitor/mon-object.c: Add config-header support.
185        * monitor/mon-prmisc.c: Add config-header support.
186        * monitor/mon-queue.c: Add config-header support.
187        * monitor/mon-server.c: Add config-header support.
188        * monitor/mon-symbols.c: Add config-header support.
189        * monitor/mon-task.c: Add config-header support.
190        * mw-fb/mw_fb.c: Add config-header support.
191        * mw-fb/mw_uid.c: Add config-header support.
192        * rtmonuse/rtmonuse.c: Add config-header support.
193        * serdbg/serdbg.c: Add config-header support.
194        * serdbg/serdbgio.c: Add config-header support.
195        * serdbg/termios_printk.c: Add config-header support.
196        * shell/cmds.c: Add config-header support.
197        * stackchk/check.c: Add config-header support.
198        * untar/untar.c: Add config-header support.
199
2002003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
203
2042003-06-04      Joel Sherrill <joel@OARcorp.com>
205
206        * stackchk/check.c: Removed warnings.
207
2082003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * dummy/Makefile.am: Remove stray dummy.rel.
211
2122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Remove AC_CONFIG_AUX_DIR.
215
2162003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        capture/capture-cli.c: Add proper definition to avoid compiler
219        warnings. Apply int = getchar().
220
2212003-02-14      Till Straumann <strauman@slac.stanford.edu>
222
223        PR 352/rtems_misc
224        * shell/shell.c: make rtems_shell main task an FP enabled task.
225
2262003-01-27      Dan Smisko <dan@balanced.com>
227
228        * stackchk/check.c: Fix problem where _Objects_Get_information()
229        will dereference a null pointer when checking the interrupt stack.
230        If there's something at 0, you may be ok at run time but it is wrong.
231
2322003-01-27      Dan Smisko <dan@balanced.com>
233
234        * monitor/mon-command.c: Correct two potential NULL references.
235
2362002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Fix tests for GCC.
239
2402002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Add check for weak function attribute.
243        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
244        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
245        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
246        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
247        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
248        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
249        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
250        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
251        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
252        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
253        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
254        Build iff LIBSERDBG is true.
255        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
256        Build iff LIBSHELL is true.
257        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
258        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
259        * wrapup/Makefile.am: Reflect changes above.
260
2612002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: Require autoconf-2.57+automake-1.7.2.
264        * capture/Makefile.am: Eliminate C_O_FILES.
265        * cpuuse/Makefile.am: Ditto.
266        * devnull/Makefile.am: Ditto.
267        * dummy/Makefile.am: Ditto.
268        * dumpbuf/Makefile.am: Ditto.
269        * monitor/Makefile.am: Ditto.
270        * rtmonuse/Makefile.am: Ditto.
271        * serdbg/Makefile.am: Ditto.
272        * shell/Makefile.am: Ditto.
273        * stackchk/Makefile.am: Ditto.
274        * untar/Makefile.am: Ditto.
275        * mw-fb/Makefile.am: Eliminate C_O_FILES.
276        Eliminate SRCS.
277
2782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        Moving libmisc from rtems/c/src to rtems/cpukit.
281
282        * Makefile.am: Reflect new path.
283        * configure.ac: Reflect new path.
284        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
285        Remove RTEMS_PROJECT_ROOT.
286        * capture/Makefile.am: Reflect new path.
287        Remove OBJS from all-local.
288        * cpuuse/Makefile.am: Ditto.
289        * devnull/Makefile.am: Ditto.
290        * dummy/Makefile.am: Ditto.
291        * dumpbuf/Makefile.am: Ditto.
292        * monitor/Makefile.am: Ditto.
293        * mw-fb/Makefile.am: Ditto.
294        * rtmonuse/Makefile.am: Ditto.
295        * serdbg/Makefile.am: Ditto.
296        * shell/Makefile.am: Ditto.
297        * stackchk/Makefile.am: Ditto.
298        * untar/Makefile.am: Ditto.
299        * wrapup/Makefile.am: Reflect new path.
300
3012002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
304
3052002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
314        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
315        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
316        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
317        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
318        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
319        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
320
3212002-12-02      Joel Sherrill <joel@OARcorp.com>
322
323        * stackchk/check.c: Better handling of task name.
324
3252002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
328
3292002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * serdbg/serdbgio.c: Add #include <unistd.h>.
334        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
335        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
336        * configure.ac: Check for stdio assignments.
337        Add RTEMS_LIBSHELL conditional.
338
3392002-11-01      Joel Sherrill <joel@OARcorp.com>
340
341        * stackchk/check.c: Removed warnings.
342
3432002-10-31      Joel Sherrill <joel@OARcorp.com>
344
345        * stackchk/check.c: Removed warning.
346
3472002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
350        RTEMS_UNIX to avoid gcc warning.
351
3522002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
353
354        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
355        Patch to remove problems introduced by object name rework.
356
3572002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * .cvsignore: Reformat.
360        Add autom4te*cache.
361        Remove autom4te.cache.
362
3632002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * shell/shell.c: #include <time.h>
366        * wrapup/Makefile.am: Eliminate LIBNAME.
367
3682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
371        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
372        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
373        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
374        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
375        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
376        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
377        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
378        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
379        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
380        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
381        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
382
3832002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
386
3872002-08-01      Joel Sherrill <joel@OARcorp.com>
388
389        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
390        object name is raw versus being a string.
391
3922002-07-30      Joel Sherrill <joel@OARcorp.com>
393
394        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
395        stack if the port doesn't configure using it.
396
3972002-07-24      Joel Sherrill <joel@OARcorp.com>
398
399        * wrapup/Makefile.am: Temporarily don't include serdbg since it
400        causes some BSPs to not link "main(){}" as required by autoconf.
401
4022002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * capture/capture.c: include <string.h> for memset.
405        * capture/capture-cli.c: include <string.h> for memset.
406
4072002-07-01      Joel Sherrill <joel@OARcorp.com>
408
409        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
410        monitor/mon-object.c, monitor/monitor.h: Corrected use of
411        _Objects_Information_table now that it is a two dimensional
412        array based upon API and class.  In addition, in the monitor,
413        corrected an error which occured when a target has 64 bit pointers.
414
4152002-07-01      Joel Sherrill <joel@OARcorp.com>
416
417        * stackchk/check.c: Corrected use of
418        _Objects_Information_table now that it is a two dimensional
419        array based upon API and class.
420
4212002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
422
423        * With the addition of serdbg, the standard polled I/O functions
424        for gdbstub and/or printk are optionally routed to any termios-aware
425        device driver, that supports polled mode. See libmisc/serdbg/README.
426        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
427        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
428        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
429        serdbg/.cvsignore: New files.
430        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
431        reflect addition.
432
4332002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * wrapup/Makefile.am: Don't preinstall libmisc.a.
436
4372002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac, Makefile.am: Remove references to rootfs.
440
4412002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * rootfs/.cvsignore: Remove.
444        * rootfs/Makefile.am: Remove.
445        * rootfs/mkrootfs.h: Remove.
446        * rootfs/mkrootfs.c: Remove.
447        * configure.ac: Remove rootfs and NETWORKING macros.
448        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
449
4502002-05-16      Chris Johns <ccj@acm.org>
451
452        * Per PR194, added the Capture engine. 
453        * capture/Makefile.am, capture/README, capture/capture-cli.c,
454        capture/capture-cli.h, capture/capture.c, capture/capture.h,
455        capture/.cvsignore: New files.
456        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
457        reflect addition.
458
4592001-05-14      Joel Sherrill <joel@OARcorp.com>
460
461        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
462        a library of the same name.
463
4642002-03-20      Chris Johns <ccj@acm.org>
465
466        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
467        lowercase. The capture engine need to set triggers or watches on task
468        with uppercase names. 
469        Also stop the monitor repeating command when enter is pressed.
470
4712002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * monitor/mon-monitor.c: Replace done with return (gcc3).
474
4752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac:
478        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
479        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
480        * Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
487        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
488        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
489        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
491        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
492        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
493
4942002-03-20      Chris Johns <ccj@acm.org>
495
496        * PR148.
497        * monitor/mon-prmisc.c: Fixed to print task states correctly.
498
4992002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * shell/shell.c: Remove #undef __STRICT_ANSI__.
502
5032002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
506
5072002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
510
5112001-10-12      Joel Sherrill <joel@OARcorp.com>
512
513        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
514
5152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
518        * configure.in: Remove.
519        * configure.ac: New file, generated from configure.in by autoupdate.
520
5212001-09-28      Joel Sherrill <joel@OARcorp.com>
522
523        * dummy/dummy.c: Now a useful configuration that starts main().
524        * wrapup/Makefile.am: Include a base level configuration in
525        RTEMS library.
526
5272001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
530        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
531        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
532        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
533        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
534        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
535        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
536        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
537        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
538        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
539
5402001-09-27      Joel Sherrill <joel@OARcorp.com>
541
542        * ChangeLog: Fixed typo in date.
543
5442001-09-21      Joel Sherrill <joel@OARcorp.com>
545
546        * configure.in, rootfs/Makefile.am: Added conditional to make sure
547        rootfs does not get built with networking is disabled.  Also
548        added include of compile.am to rootfs/Makefile.am.
549        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
550
5512001-09-19      Chris Johns <ccj@acm.org>
552
553        * Added support for populating the initial "root" filesystem
554        with information obtained via the DHCP response.
555        * rootfs: New directory.
556        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
557        rootfs/mkrootfs.h: New files.
558        * configure.in, Makefile.am: Modified to reflect addition.
559
5602001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
561
562        * shell/shell.c: Don't close file it wasn't open.
563
5642001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
567        of AC_CANONICAL_SYSTEM.
568        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
569        mkinstalldirs and mkdir.
570        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
571        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
572        _RTEMS_OUTPUT_BUILD_SUBDIRS.
573
5742001-09-14      Joel Sherrill <joel@OARcorp.com>
575
576        * ChangeLog: Fixed some mistakes.
577
5782001-09-14      Joel Sherrill <joel@OARcorp.com>
579
580        * ChangeLog: Fixed some mistakes.
581
5822001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
585        of AC_CANONICAL_SYSTEM.
586        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
587        mkinstalldirs and mkdir.
588        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
589        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
590        _RTEMS_OUTPUT_BUILD_SUBDIRS.
591
5922001-09-14      Joel Sherrill <joel@OARcorp.com>
593
594        * ChangeLog: Fixed some mistakes.
595
5962001-09-14      Joel Sherrill <joel@OARcorp.com>
597
598        * ChangeLog: Fixed some mistakes.
599
6002001-09-13      Joel Sherrill <joel@OARcorp.com>
601
602        * devnull/devnull.c: Eliminate warning.
603
6042001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
605
606        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
607
6082001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
609
610        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
611        shell/shell.h: Updates.
612
6132001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
614
615        * monitor/mon-command.c: Add support for partial command matching.
616        The monitor used to have this functionality before it was overhauled
617        to support addition of user commands.
618
6192001-06-14      Joel Sherrill <joel@OARcorp.com>
620
621        * shell/telnetd.c, shell/telnetd.h: Moved to
622        libnetworking/rtems_servers so the network stack to address network
623        depenendency.
624        * shell/Makefile.am: Modified to reflect above.
625
6262001-05-25      Joel Sherrill <joel@OARcorp.com>
627
628        * shell/cmds.c: Removed code from inappropriate source.
629
6302000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
631
632        * monitor/mon-prmisc.c: Correct print line.
633        * shell/Makefile.am: Added new file telnetd.c.
634        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
635        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
636           - The shell_init has a new parameter 'forever' because in
637             /dev/console you need that this process runs forever but in
638             tcp/ip not. (respawn?)
639           - A new task for every session opened trought tcp/ip telnet client.
640             (the chargen,daytime and more are possible of implementation but
641             I ask me if they are necesary)
642           - Exit from the session delete the task and when the client fails too.
643           - More cmds have been implemented. (very reduced version of these)
644             umask, chmod, id, whoami, rm, cat, ...
645           - A reduced line edit has been implemented.
646               Ctrl-C abort the input,
647               Ctrl-d in the first position gives EOF (logout).
648               '\b' and DEL makes the rubout operation.
649               I think that readline() for every session spents a lot of resources.
650
6512001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
654        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
655
6562001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
657
658        * Added initial shell functionality.
659        * Makefile.am, configure.in, wrapup/Makefile.am:
660        * shell/.cvsignore, shell/Makefile.am, shell/README,
661        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
662
6632001-04-20      Joel Sherrill <joel@OARcorp.com>
664
665        * devnull/devnull.c (null_initialize): Added check to
666        ensure that the driver is only initialized once.  Otherwise,
667        it will abort when the device /dev/null is present.
668        (null_write): Do not dereference a NULL pointer.
669
6702001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
673
6742001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
677        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
678        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
679        Apply include_*HEADERS instead of H_FILES.
680
6812001-01-05      Joel Sherrill <joel@OARcorp.com>
682
683        * devnull: New addition.  Moved from libcpu/sh.
684        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
685        devnull/Makefile.am: New files.
686        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
687        addition of above.
688
6892000-11-30      Joel Sherrill <joel@OARcorp.com>
690
691        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
692
6932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
696
6972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
700
7012000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
704        Switch to GNU canonicalization.
705
7062000-09-28      Joel Sherrill <joel@OARcorp.com>
707
708        * monitor/mon-driver.c: Accounted for addition of "_entry" to
709        fields in rtems_driver_address_table.
710
7112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712       
713        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
714        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
715        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
716        Include compile.am.
717
7182000-08-30      Joel Sherrill <joel@OARcorp.com>
719
720        * Many files: Moved posix/include/rtems/posix/seterr.h to
721        score/include/rtems/seterr.h so it would be available within
722        all APIs.
723
7242000-08-30      Joel Sherrill <joel@OARcorp.com>
725
726        * mw-fb/.cvsignore: New file.
727
7282000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
729
730        * Added generic Micro FrameBuffer interface for MicroWindows.
731        This interface allows MicroWindows to under RTEMS. A sample
732        driver has been developed for the pc386 BSP. See
733        pc386/fb_vga.c as a sample.
734        * Added Uniform Input Device interface for MicroWindows.
735        See PC386 bsp for sample drivers for mouse and keyboard (console).
736        * mw-bf: New directory.
737        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
738        * mw-fb/Makefile.am: New file.
739        * mw-fb/mw_fb.c: New file.
740        * mw-fb/mw_fb.h: New file.
741        * mw-fb/mw_uid.c: New file.
742        * mw-fb/mw_uid.h: New file.
743
7442000-08-10      Joel Sherrill <joel@OARcorp.com>
745
746        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.