source: rtems/cpukit/libmisc/ChangeLog @ d7a7573

4.104.114.84.95
Last change on this file since d7a7573 was f670eb76, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/09/04 at 15:48:45

2004-01-08 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Build lib*$(LIB_VARIANT).a instead of $(ARCH)/lib*.a.
  • Property mode set to 100644
File size: 27.2 KB
Line 
12004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Build lib*$(LIB_VARIANT).a instead of
4        $(ARCH)/lib*.a.
5
62004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
9
102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
13
142003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Cosmetics.
17
182003-12-11      Joel Sherrill <joel@OARcorp.com>
19
20        PR 540/rtems_misc
21        * cpuuse/cpuuse.c, rtmonuse/rtmonuse.c: Correct object name printing.
22
232003-12-11      Joel Sherrill <joel@OARcorp.com>
24
25        PR 531/rtems_misc
26        * rtmonuse/rtmonuse.c, stackchk/check.c: Correct indexing.
27
282003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Add $(dirstamp) to compilation rules.
31        Fix misc. typos.
32
332003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Add $(dirstamp) to preinstallation rules.
36
372003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Reformat.
40
412003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * capture/Makefile.am: Remove.
44        * cpuuse/Makefile.am: Remove.
45        * devnull/Makefile.am: Remove.
46        * dummy/Makefile.am: Remove.
47        * dumpbuf/Makefile.am: Remove.
48        * fsmount/Makefile.am: Remove.
49        * monitor/Makefile.am: Remove.
50        * mw-fb/Makefile.am: Remove.
51        * rtmonuse/Makefile.am: Remove.
52        * serdbg/Makefile.am: Remove.
53        * shell/Makefile.am: Remove.
54        * stackchk/Makefile.am: Remove.
55        * untar/Makefile.am: Remove.
56        * Makefile.am: Merge-in the Makefile.ams above.
57
582003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am: Remove.
61        * wrapup/.cvsignore: Remove.
62        * Makefile.am: Reflect changes above.
63
642003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * capture/config.h: Remove.
67        * capture/Makefile.am: Remove config.h.
68        AM_CPPFLAGS += -I$(top_builddir).
69        * cpuuse/config.h: Remove.
70        * cpuuse/Makefile.am: Remove config.h.
71        AM_CPPFLAGS += -I$(top_builddir).
72        * devnull/config.h: Remove.
73        * devnull/Makefile.am: Remove config.h.
74        AM_CPPFLAGS += -I$(top_builddir).
75        * dummy/config.h: Remove.
76        * dummy/Makefile.am: Remove config.h.
77        AM_CPPFLAGS += -I$(top_builddir).
78        * dumpbuf/config.h: Remove.
79        * dumpbuf/Makefile.am: Remove config.h.
80        AM_CPPFLAGS += -I$(top_builddir).
81        * monitor/config.h: Remove.
82        * monitor/Makefile.am: Remove config.h.
83        AM_CPPFLAGS += -I$(top_builddir).
84        * mw-fb/config.h: Remove.
85        * mw-fb/Makefile.am: Remove config.h.
86        AM_CPPFLAGS += -I$(top_builddir).
87        * rtmonuse/config.h: Remove.
88        * rtmonuse/Makefile.am: Remove config.h.
89        AM_CPPFLAGS += -I$(top_builddir).
90        * serdbg/config.h: Remove.
91        * serdbg/Makefile.am: Remove config.h.
92        AM_CPPFLAGS += -I$(top_builddir).
93        * shell/config.h: Remove.
94        * shell/Makefile.am: Remove config.h.
95        AM_CPPFLAGS += -I$(top_builddir).
96        * stackchk/config.h: Remove.
97        * stackchk/Makefile.am: Remove config.h.
98        AM_CPPFLAGS += -I$(top_builddir).
99        * untar/config.h: Remove.
100        * untar/Makefile.am: Remove config.h.
101        AM_CPPFLAGS += -I$(top_builddir).
102
1032003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
106
1072003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        PR 495/rtems_misc
110        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
111        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
112        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
113        clean.
114
1152003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * monitor/monitor.h:
118        Add rtems_monitor_commands[] (Illegally applied by shell/).
119        Remove ifdef(__mips64) (Make broken code visible again).
120        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
121        warnings.
122        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
123        broken code visible again).
124        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
125
1262003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
129        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
130        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
131        * monitor/mon-monitor.c: Apply private version of STREQ.
132
1332003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * monitor/symbols.h: Convert to private header.
136        * monitor/monitor.h: Don't include symbols.h.
137        Add forward decls. for symbols from symbols.h.
138        * monitor/Makefile.am: Don't install symbols.h.
139        * monitor/mon-symbols.c: Include "symbols.h".
140
1412003-09-04      Joel Sherrill <joel@OARcorp.com>
142
143        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
144        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
145        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
146        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
147        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
148        untar/untar.h: URL for license changed.
149
1502003-08-14      Joel Sherrill <joel@OARcorp.com>
151
152        PR 408/filesystem
153        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
154        service, the new RTEMS service rtems_iterate_over_all_threads() was
155        also added. This new service makes it easier to iterate over all the
156        tasks/threads in a system and perform an action on them. This change
157        is to use the new thread iteration service.
158
1592003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * fsmount/Makefile.am: Fix path to automake-includes.
162
1632003-08-13      Joel Sherrill <joel@OARcorp.com>
164
165        * fsmount/.cvsignore: New file.
166
1672003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
168
169        PR 369/filesystem
170        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
171        show the use of the DOSFS functions
172        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
173        fsmount/fsmount.h: New files.
174
1752003-08-05      Till Strauman <strauman@slac.stanford.edu>
176
177        PR 436/rtems_misc
178        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
179
1802003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Remove (Merged into ../configure.ac).
183        * Makefile.am:
184        Reflect having merged configure.ac into ../configure.ac.
185        * capture/config.h: New.
186        * capture/Makefile.am: Add config.h.
187        Reflect having merged configure.ac into ../configure.ac.
188        * cpuuse/config.h: New.
189        * cpuuse/Makefile.am: Add config.h.
190        Reflect having merged configure.ac into ../configure.ac.
191        * devnull/config.h: New.
192        * devnull/Makefile.am: Add config.h.
193        Reflect having merged configure.ac into ../configure.ac.
194        * dummy/config.h: New.
195        * dummy/Makefile.am: Add config.h.
196        Reflect having merged configure.ac into ../configure.ac.
197        * dumpbuf/config.h: New.
198        * dumpbuf/Makefile.am: Add config.h.
199        Reflect having merged configure.ac into ../configure.ac.
200        * monitor/config.h: New.
201        * monitor/Makefile.am: Add config.h.
202        Reflect having merged configure.ac into ../configure.ac.
203        * mw-fb/config.h: New.
204        * mw-fb/Makefile.am: Add config.h.
205        Reflect having merged configure.ac into ../configure.ac.
206        * rtmonuse/config.h: New.
207        * rtmonuse/Makefile.am: Add config.h.
208        Reflect having merged configure.ac into ../configure.ac.
209        * serdbg/config.h: New.
210        * serdbg/Makefile.am: Add config.h.
211        Reflect having merged configure.ac into ../configure.ac.
212        * shell/config.h: New.
213        * shell/Makefile.am: Add config.h.
214        Reflect having merged configure.ac into ../configure.ac.
215        * stackchk/config.h: New.
216        * stackchk/Makefile.am: Add config.h.
217        Reflect having merged configure.ac into ../configure.ac.
218        * untar/config.h: New.
219        * untar/Makefile.am: Add config.h.
220        Reflect having merged configure.ac into ../configure.ac.
221        * wrapup/Makefile.am:
222        Reflect having merged configure.ac into ../configure.ac.
223
2242003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * capture/capture-cli.c: Add config-header support.
227        * capture/capture.c: Add config-header support.
228        * cpuuse/cpuuse.c: Add config-header support.
229        * devnull/devnull.c: Add config-header support.
230        * dummy/dummy.c: Add config-header support.
231        * dumpbuf/dumpbuf.c: Add config-header support.
232        * monitor/mon-command.c: Add config-header support.
233        * monitor/mon-config.c: Add config-header support.
234        * monitor/mon-dname.c: Add config-header support.
235        * monitor/mon-driver.c: Add config-header support.
236        * monitor/mon-extension.c: Add config-header support.
237        * monitor/mon-itask.c: Add config-header support.
238        * monitor/mon-manager.c: Add config-header support.
239        * monitor/mon-monitor.c: Add config-header support.
240        * monitor/mon-mpci.c: Add config-header support.
241        * monitor/mon-object.c: Add config-header support.
242        * monitor/mon-prmisc.c: Add config-header support.
243        * monitor/mon-queue.c: Add config-header support.
244        * monitor/mon-server.c: Add config-header support.
245        * monitor/mon-symbols.c: Add config-header support.
246        * monitor/mon-task.c: Add config-header support.
247        * mw-fb/mw_fb.c: Add config-header support.
248        * mw-fb/mw_uid.c: Add config-header support.
249        * rtmonuse/rtmonuse.c: Add config-header support.
250        * serdbg/serdbg.c: Add config-header support.
251        * serdbg/serdbgio.c: Add config-header support.
252        * serdbg/termios_printk.c: Add config-header support.
253        * shell/cmds.c: Add config-header support.
254        * stackchk/check.c: Add config-header support.
255        * untar/untar.c: Add config-header support.
256
2572003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
260
2612003-06-04      Joel Sherrill <joel@OARcorp.com>
262
263        * stackchk/check.c: Removed warnings.
264
2652003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * dummy/Makefile.am: Remove stray dummy.rel.
268
2692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Remove AC_CONFIG_AUX_DIR.
272
2732003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        capture/capture-cli.c: Add proper definition to avoid compiler
276        warnings. Apply int = getchar().
277
2782003-02-14      Till Straumann <strauman@slac.stanford.edu>
279
280        PR 352/rtems_misc
281        * shell/shell.c: make rtems_shell main task an FP enabled task.
282
2832003-01-27      Dan Smisko <dan@balanced.com>
284
285        * stackchk/check.c: Fix problem where _Objects_Get_information()
286        will dereference a null pointer when checking the interrupt stack.
287        If there's something at 0, you may be ok at run time but it is wrong.
288
2892003-01-27      Dan Smisko <dan@balanced.com>
290
291        * monitor/mon-command.c: Correct two potential NULL references.
292
2932002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Fix tests for GCC.
296
2972002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Add check for weak function attribute.
300        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
301        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
302        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
303        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
304        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
305        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
306        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
307        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
308        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
309        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
310        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
311        Build iff LIBSERDBG is true.
312        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
313        Build iff LIBSHELL is true.
314        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
315        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
316        * wrapup/Makefile.am: Reflect changes above.
317
3182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Require autoconf-2.57+automake-1.7.2.
321        * capture/Makefile.am: Eliminate C_O_FILES.
322        * cpuuse/Makefile.am: Ditto.
323        * devnull/Makefile.am: Ditto.
324        * dummy/Makefile.am: Ditto.
325        * dumpbuf/Makefile.am: Ditto.
326        * monitor/Makefile.am: Ditto.
327        * rtmonuse/Makefile.am: Ditto.
328        * serdbg/Makefile.am: Ditto.
329        * shell/Makefile.am: Ditto.
330        * stackchk/Makefile.am: Ditto.
331        * untar/Makefile.am: Ditto.
332        * mw-fb/Makefile.am: Eliminate C_O_FILES.
333        Eliminate SRCS.
334
3352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        Moving libmisc from rtems/c/src to rtems/cpukit.
338
339        * Makefile.am: Reflect new path.
340        * configure.ac: Reflect new path.
341        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
342        Remove RTEMS_PROJECT_ROOT.
343        * capture/Makefile.am: Reflect new path.
344        Remove OBJS from all-local.
345        * cpuuse/Makefile.am: Ditto.
346        * devnull/Makefile.am: Ditto.
347        * dummy/Makefile.am: Ditto.
348        * dumpbuf/Makefile.am: Ditto.
349        * monitor/Makefile.am: Ditto.
350        * mw-fb/Makefile.am: Ditto.
351        * rtmonuse/Makefile.am: Ditto.
352        * serdbg/Makefile.am: Ditto.
353        * shell/Makefile.am: Ditto.
354        * stackchk/Makefile.am: Ditto.
355        * untar/Makefile.am: Ditto.
356        * wrapup/Makefile.am: Reflect new path.
357
3582002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
361
3622002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
369        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
371        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
372        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
373        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
374        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
375        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
376        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
377
3782002-12-02      Joel Sherrill <joel@OARcorp.com>
379
380        * stackchk/check.c: Better handling of task name.
381
3822002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
385
3862002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * serdbg/serdbgio.c: Add #include <unistd.h>.
391        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
392        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
393        * configure.ac: Check for stdio assignments.
394        Add RTEMS_LIBSHELL conditional.
395
3962002-11-01      Joel Sherrill <joel@OARcorp.com>
397
398        * stackchk/check.c: Removed warnings.
399
4002002-10-31      Joel Sherrill <joel@OARcorp.com>
401
402        * stackchk/check.c: Removed warning.
403
4042002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
407        RTEMS_UNIX to avoid gcc warning.
408
4092002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
410
411        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
412        Patch to remove problems introduced by object name rework.
413
4142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * .cvsignore: Reformat.
417        Add autom4te*cache.
418        Remove autom4te.cache.
419
4202002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * shell/shell.c: #include <time.h>
423        * wrapup/Makefile.am: Eliminate LIBNAME.
424
4252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
428        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
429        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
430        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
431        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
432        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
433        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
434        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
435        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
436        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
437        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
438        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
439
4402002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
443
4442002-08-01      Joel Sherrill <joel@OARcorp.com>
445
446        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
447        object name is raw versus being a string.
448
4492002-07-30      Joel Sherrill <joel@OARcorp.com>
450
451        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
452        stack if the port doesn't configure using it.
453
4542002-07-24      Joel Sherrill <joel@OARcorp.com>
455
456        * wrapup/Makefile.am: Temporarily don't include serdbg since it
457        causes some BSPs to not link "main(){}" as required by autoconf.
458
4592002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * capture/capture.c: include <string.h> for memset.
462        * capture/capture-cli.c: include <string.h> for memset.
463
4642002-07-01      Joel Sherrill <joel@OARcorp.com>
465
466        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
467        monitor/mon-object.c, monitor/monitor.h: Corrected use of
468        _Objects_Information_table now that it is a two dimensional
469        array based upon API and class.  In addition, in the monitor,
470        corrected an error which occured when a target has 64 bit pointers.
471
4722002-07-01      Joel Sherrill <joel@OARcorp.com>
473
474        * stackchk/check.c: Corrected use of
475        _Objects_Information_table now that it is a two dimensional
476        array based upon API and class.
477
4782002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
479
480        * With the addition of serdbg, the standard polled I/O functions
481        for gdbstub and/or printk are optionally routed to any termios-aware
482        device driver, that supports polled mode. See libmisc/serdbg/README.
483        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
484        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
485        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
486        serdbg/.cvsignore: New files.
487        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
488        reflect addition.
489
4902002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * wrapup/Makefile.am: Don't preinstall libmisc.a.
493
4942002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac, Makefile.am: Remove references to rootfs.
497
4982002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * rootfs/.cvsignore: Remove.
501        * rootfs/Makefile.am: Remove.
502        * rootfs/mkrootfs.h: Remove.
503        * rootfs/mkrootfs.c: Remove.
504        * configure.ac: Remove rootfs and NETWORKING macros.
505        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
506
5072002-05-16      Chris Johns <ccj@acm.org>
508
509        * Per PR194, added the Capture engine. 
510        * capture/Makefile.am, capture/README, capture/capture-cli.c,
511        capture/capture-cli.h, capture/capture.c, capture/capture.h,
512        capture/.cvsignore: New files.
513        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
514        reflect addition.
515
5162001-05-14      Joel Sherrill <joel@OARcorp.com>
517
518        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
519        a library of the same name.
520
5212002-03-20      Chris Johns <ccj@acm.org>
522
523        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
524        lowercase. The capture engine need to set triggers or watches on task
525        with uppercase names. 
526        Also stop the monitor repeating command when enter is pressed.
527
5282002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * monitor/mon-monitor.c: Replace done with return (gcc3).
531
5322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.ac:
535        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
536        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
537        * Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
539        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
541        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
542        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
543        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
545        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
546        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
547        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
548        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
549        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
550
5512002-03-20      Chris Johns <ccj@acm.org>
552
553        * PR148.
554        * monitor/mon-prmisc.c: Fixed to print task states correctly.
555
5562002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * shell/shell.c: Remove #undef __STRICT_ANSI__.
559
5602002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
563
5642002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
567
5682001-10-12      Joel Sherrill <joel@OARcorp.com>
569
570        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
571
5722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
575        * configure.in: Remove.
576        * configure.ac: New file, generated from configure.in by autoupdate.
577
5782001-09-28      Joel Sherrill <joel@OARcorp.com>
579
580        * dummy/dummy.c: Now a useful configuration that starts main().
581        * wrapup/Makefile.am: Include a base level configuration in
582        RTEMS library.
583
5842001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
587        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
588        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
589        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
590        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
591        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
592        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
593        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
594        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
595        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
596
5972001-09-27      Joel Sherrill <joel@OARcorp.com>
598
599        * ChangeLog: Fixed typo in date.
600
6012001-09-21      Joel Sherrill <joel@OARcorp.com>
602
603        * configure.in, rootfs/Makefile.am: Added conditional to make sure
604        rootfs does not get built with networking is disabled.  Also
605        added include of compile.am to rootfs/Makefile.am.
606        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
607
6082001-09-19      Chris Johns <ccj@acm.org>
609
610        * Added support for populating the initial "root" filesystem
611        with information obtained via the DHCP response.
612        * rootfs: New directory.
613        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
614        rootfs/mkrootfs.h: New files.
615        * configure.in, Makefile.am: Modified to reflect addition.
616
6172001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
618
619        * shell/shell.c: Don't close file it wasn't open.
620
6212001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
624        of AC_CANONICAL_SYSTEM.
625        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
626        mkinstalldirs and mkdir.
627        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
628        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
629        _RTEMS_OUTPUT_BUILD_SUBDIRS.
630
6312001-09-14      Joel Sherrill <joel@OARcorp.com>
632
633        * ChangeLog: Fixed some mistakes.
634
6352001-09-14      Joel Sherrill <joel@OARcorp.com>
636
637        * ChangeLog: Fixed some mistakes.
638
6392001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
642        of AC_CANONICAL_SYSTEM.
643        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
644        mkinstalldirs and mkdir.
645        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
646        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
647        _RTEMS_OUTPUT_BUILD_SUBDIRS.
648
6492001-09-14      Joel Sherrill <joel@OARcorp.com>
650
651        * ChangeLog: Fixed some mistakes.
652
6532001-09-14      Joel Sherrill <joel@OARcorp.com>
654
655        * ChangeLog: Fixed some mistakes.
656
6572001-09-13      Joel Sherrill <joel@OARcorp.com>
658
659        * devnull/devnull.c: Eliminate warning.
660
6612001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
662
663        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
664
6652001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
666
667        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
668        shell/shell.h: Updates.
669
6702001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
671
672        * monitor/mon-command.c: Add support for partial command matching.
673        The monitor used to have this functionality before it was overhauled
674        to support addition of user commands.
675
6762001-06-14      Joel Sherrill <joel@OARcorp.com>
677
678        * shell/telnetd.c, shell/telnetd.h: Moved to
679        libnetworking/rtems_servers so the network stack to address network
680        depenendency.
681        * shell/Makefile.am: Modified to reflect above.
682
6832001-05-25      Joel Sherrill <joel@OARcorp.com>
684
685        * shell/cmds.c: Removed code from inappropriate source.
686
6872000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
688
689        * monitor/mon-prmisc.c: Correct print line.
690        * shell/Makefile.am: Added new file telnetd.c.
691        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
692        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
693           - The shell_init has a new parameter 'forever' because in
694             /dev/console you need that this process runs forever but in
695             tcp/ip not. (respawn?)
696           - A new task for every session opened trought tcp/ip telnet client.
697             (the chargen,daytime and more are possible of implementation but
698             I ask me if they are necesary)
699           - Exit from the session delete the task and when the client fails too.
700           - More cmds have been implemented. (very reduced version of these)
701             umask, chmod, id, whoami, rm, cat, ...
702           - A reduced line edit has been implemented.
703               Ctrl-C abort the input,
704               Ctrl-d in the first position gives EOF (logout).
705               '\b' and DEL makes the rubout operation.
706               I think that readline() for every session spents a lot of resources.
707
7082001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
711        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
712
7132001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
714
715        * Added initial shell functionality.
716        * Makefile.am, configure.in, wrapup/Makefile.am:
717        * shell/.cvsignore, shell/Makefile.am, shell/README,
718        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
719
7202001-04-20      Joel Sherrill <joel@OARcorp.com>
721
722        * devnull/devnull.c (null_initialize): Added check to
723        ensure that the driver is only initialized once.  Otherwise,
724        it will abort when the device /dev/null is present.
725        (null_write): Do not dereference a NULL pointer.
726
7272001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
730
7312001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
734        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
735        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
736        Apply include_*HEADERS instead of H_FILES.
737
7382001-01-05      Joel Sherrill <joel@OARcorp.com>
739
740        * devnull: New addition.  Moved from libcpu/sh.
741        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
742        devnull/Makefile.am: New files.
743        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
744        addition of above.
745
7462000-11-30      Joel Sherrill <joel@OARcorp.com>
747
748        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
749
7502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
753
7542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
757
7582000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
761        Switch to GNU canonicalization.
762
7632000-09-28      Joel Sherrill <joel@OARcorp.com>
764
765        * monitor/mon-driver.c: Accounted for addition of "_entry" to
766        fields in rtems_driver_address_table.
767
7682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769       
770        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
771        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
772        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
773        Include compile.am.
774
7752000-08-30      Joel Sherrill <joel@OARcorp.com>
776
777        * Many files: Moved posix/include/rtems/posix/seterr.h to
778        score/include/rtems/seterr.h so it would be available within
779        all APIs.
780
7812000-08-30      Joel Sherrill <joel@OARcorp.com>
782
783        * mw-fb/.cvsignore: New file.
784
7852000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
786
787        * Added generic Micro FrameBuffer interface for MicroWindows.
788        This interface allows MicroWindows to under RTEMS. A sample
789        driver has been developed for the pc386 BSP. See
790        pc386/fb_vga.c as a sample.
791        * Added Uniform Input Device interface for MicroWindows.
792        See PC386 bsp for sample drivers for mouse and keyboard (console).
793        * mw-bf: New directory.
794        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
795        * mw-fb/Makefile.am: New file.
796        * mw-fb/mw_fb.c: New file.
797        * mw-fb/mw_fb.h: New file.
798        * mw-fb/mw_uid.c: New file.
799        * mw-fb/mw_uid.h: New file.
800
8012000-08-10      Joel Sherrill <joel@OARcorp.com>
802
803        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.