source: rtems/cpukit/libmisc/ChangeLog @ b71e8d0

4.104.114.84.95
Last change on this file since b71e8d0 was b71e8d0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/09/04 at 18:22:16

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

  • Makefile.am: Add libs to CLEANFILES Set lib*_g_a_SOURCES = lib*_a_SOURCES.
  • Property mode set to 100644
File size: 27.4 KB
Line 
12004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add libs to CLEANFILES
4        Set lib*_g_a_SOURCES = lib*_a_SOURCES.
5
62004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Build lib*$(LIB_VARIANT).a instead of
9        $(ARCH)/lib*.a.
10
112004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
14
152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
18
192003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Cosmetics.
22
232003-12-11      Joel Sherrill <joel@OARcorp.com>
24
25        PR 540/rtems_misc
26        * cpuuse/cpuuse.c, rtmonuse/rtmonuse.c: Correct object name printing.
27
282003-12-11      Joel Sherrill <joel@OARcorp.com>
29
30        PR 531/rtems_misc
31        * rtmonuse/rtmonuse.c, stackchk/check.c: Correct indexing.
32
332003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Add $(dirstamp) to compilation rules.
36        Fix misc. typos.
37
382003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Add $(dirstamp) to preinstallation rules.
41
422003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Reformat.
45
462003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * capture/Makefile.am: Remove.
49        * cpuuse/Makefile.am: Remove.
50        * devnull/Makefile.am: Remove.
51        * dummy/Makefile.am: Remove.
52        * dumpbuf/Makefile.am: Remove.
53        * fsmount/Makefile.am: Remove.
54        * monitor/Makefile.am: Remove.
55        * mw-fb/Makefile.am: Remove.
56        * rtmonuse/Makefile.am: Remove.
57        * serdbg/Makefile.am: Remove.
58        * shell/Makefile.am: Remove.
59        * stackchk/Makefile.am: Remove.
60        * untar/Makefile.am: Remove.
61        * Makefile.am: Merge-in the Makefile.ams above.
62
632003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * wrapup/Makefile.am: Remove.
66        * wrapup/.cvsignore: Remove.
67        * Makefile.am: Reflect changes above.
68
692003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * capture/config.h: Remove.
72        * capture/Makefile.am: Remove config.h.
73        AM_CPPFLAGS += -I$(top_builddir).
74        * cpuuse/config.h: Remove.
75        * cpuuse/Makefile.am: Remove config.h.
76        AM_CPPFLAGS += -I$(top_builddir).
77        * devnull/config.h: Remove.
78        * devnull/Makefile.am: Remove config.h.
79        AM_CPPFLAGS += -I$(top_builddir).
80        * dummy/config.h: Remove.
81        * dummy/Makefile.am: Remove config.h.
82        AM_CPPFLAGS += -I$(top_builddir).
83        * dumpbuf/config.h: Remove.
84        * dumpbuf/Makefile.am: Remove config.h.
85        AM_CPPFLAGS += -I$(top_builddir).
86        * monitor/config.h: Remove.
87        * monitor/Makefile.am: Remove config.h.
88        AM_CPPFLAGS += -I$(top_builddir).
89        * mw-fb/config.h: Remove.
90        * mw-fb/Makefile.am: Remove config.h.
91        AM_CPPFLAGS += -I$(top_builddir).
92        * rtmonuse/config.h: Remove.
93        * rtmonuse/Makefile.am: Remove config.h.
94        AM_CPPFLAGS += -I$(top_builddir).
95        * serdbg/config.h: Remove.
96        * serdbg/Makefile.am: Remove config.h.
97        AM_CPPFLAGS += -I$(top_builddir).
98        * shell/config.h: Remove.
99        * shell/Makefile.am: Remove config.h.
100        AM_CPPFLAGS += -I$(top_builddir).
101        * stackchk/config.h: Remove.
102        * stackchk/Makefile.am: Remove config.h.
103        AM_CPPFLAGS += -I$(top_builddir).
104        * untar/config.h: Remove.
105        * untar/Makefile.am: Remove config.h.
106        AM_CPPFLAGS += -I$(top_builddir).
107
1082003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
111
1122003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        PR 495/rtems_misc
115        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
116        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
117        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
118        clean.
119
1202003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * monitor/monitor.h:
123        Add rtems_monitor_commands[] (Illegally applied by shell/).
124        Remove ifdef(__mips64) (Make broken code visible again).
125        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
126        warnings.
127        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
128        broken code visible again).
129        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
130
1312003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
134        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
135        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
136        * monitor/mon-monitor.c: Apply private version of STREQ.
137
1382003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * monitor/symbols.h: Convert to private header.
141        * monitor/monitor.h: Don't include symbols.h.
142        Add forward decls. for symbols from symbols.h.
143        * monitor/Makefile.am: Don't install symbols.h.
144        * monitor/mon-symbols.c: Include "symbols.h".
145
1462003-09-04      Joel Sherrill <joel@OARcorp.com>
147
148        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
149        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
150        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
151        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
152        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
153        untar/untar.h: URL for license changed.
154
1552003-08-14      Joel Sherrill <joel@OARcorp.com>
156
157        PR 408/filesystem
158        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
159        service, the new RTEMS service rtems_iterate_over_all_threads() was
160        also added. This new service makes it easier to iterate over all the
161        tasks/threads in a system and perform an action on them. This change
162        is to use the new thread iteration service.
163
1642003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * fsmount/Makefile.am: Fix path to automake-includes.
167
1682003-08-13      Joel Sherrill <joel@OARcorp.com>
169
170        * fsmount/.cvsignore: New file.
171
1722003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
173
174        PR 369/filesystem
175        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
176        show the use of the DOSFS functions
177        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
178        fsmount/fsmount.h: New files.
179
1802003-08-05      Till Strauman <strauman@slac.stanford.edu>
181
182        PR 436/rtems_misc
183        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
184
1852003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Remove (Merged into ../configure.ac).
188        * Makefile.am:
189        Reflect having merged configure.ac into ../configure.ac.
190        * capture/config.h: New.
191        * capture/Makefile.am: Add config.h.
192        Reflect having merged configure.ac into ../configure.ac.
193        * cpuuse/config.h: New.
194        * cpuuse/Makefile.am: Add config.h.
195        Reflect having merged configure.ac into ../configure.ac.
196        * devnull/config.h: New.
197        * devnull/Makefile.am: Add config.h.
198        Reflect having merged configure.ac into ../configure.ac.
199        * dummy/config.h: New.
200        * dummy/Makefile.am: Add config.h.
201        Reflect having merged configure.ac into ../configure.ac.
202        * dumpbuf/config.h: New.
203        * dumpbuf/Makefile.am: Add config.h.
204        Reflect having merged configure.ac into ../configure.ac.
205        * monitor/config.h: New.
206        * monitor/Makefile.am: Add config.h.
207        Reflect having merged configure.ac into ../configure.ac.
208        * mw-fb/config.h: New.
209        * mw-fb/Makefile.am: Add config.h.
210        Reflect having merged configure.ac into ../configure.ac.
211        * rtmonuse/config.h: New.
212        * rtmonuse/Makefile.am: Add config.h.
213        Reflect having merged configure.ac into ../configure.ac.
214        * serdbg/config.h: New.
215        * serdbg/Makefile.am: Add config.h.
216        Reflect having merged configure.ac into ../configure.ac.
217        * shell/config.h: New.
218        * shell/Makefile.am: Add config.h.
219        Reflect having merged configure.ac into ../configure.ac.
220        * stackchk/config.h: New.
221        * stackchk/Makefile.am: Add config.h.
222        Reflect having merged configure.ac into ../configure.ac.
223        * untar/config.h: New.
224        * untar/Makefile.am: Add config.h.
225        Reflect having merged configure.ac into ../configure.ac.
226        * wrapup/Makefile.am:
227        Reflect having merged configure.ac into ../configure.ac.
228
2292003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * capture/capture-cli.c: Add config-header support.
232        * capture/capture.c: Add config-header support.
233        * cpuuse/cpuuse.c: Add config-header support.
234        * devnull/devnull.c: Add config-header support.
235        * dummy/dummy.c: Add config-header support.
236        * dumpbuf/dumpbuf.c: Add config-header support.
237        * monitor/mon-command.c: Add config-header support.
238        * monitor/mon-config.c: Add config-header support.
239        * monitor/mon-dname.c: Add config-header support.
240        * monitor/mon-driver.c: Add config-header support.
241        * monitor/mon-extension.c: Add config-header support.
242        * monitor/mon-itask.c: Add config-header support.
243        * monitor/mon-manager.c: Add config-header support.
244        * monitor/mon-monitor.c: Add config-header support.
245        * monitor/mon-mpci.c: Add config-header support.
246        * monitor/mon-object.c: Add config-header support.
247        * monitor/mon-prmisc.c: Add config-header support.
248        * monitor/mon-queue.c: Add config-header support.
249        * monitor/mon-server.c: Add config-header support.
250        * monitor/mon-symbols.c: Add config-header support.
251        * monitor/mon-task.c: Add config-header support.
252        * mw-fb/mw_fb.c: Add config-header support.
253        * mw-fb/mw_uid.c: Add config-header support.
254        * rtmonuse/rtmonuse.c: Add config-header support.
255        * serdbg/serdbg.c: Add config-header support.
256        * serdbg/serdbgio.c: Add config-header support.
257        * serdbg/termios_printk.c: Add config-header support.
258        * shell/cmds.c: Add config-header support.
259        * stackchk/check.c: Add config-header support.
260        * untar/untar.c: Add config-header support.
261
2622003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
265
2662003-06-04      Joel Sherrill <joel@OARcorp.com>
267
268        * stackchk/check.c: Removed warnings.
269
2702003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * dummy/Makefile.am: Remove stray dummy.rel.
273
2742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Remove AC_CONFIG_AUX_DIR.
277
2782003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        capture/capture-cli.c: Add proper definition to avoid compiler
281        warnings. Apply int = getchar().
282
2832003-02-14      Till Straumann <strauman@slac.stanford.edu>
284
285        PR 352/rtems_misc
286        * shell/shell.c: make rtems_shell main task an FP enabled task.
287
2882003-01-27      Dan Smisko <dan@balanced.com>
289
290        * stackchk/check.c: Fix problem where _Objects_Get_information()
291        will dereference a null pointer when checking the interrupt stack.
292        If there's something at 0, you may be ok at run time but it is wrong.
293
2942003-01-27      Dan Smisko <dan@balanced.com>
295
296        * monitor/mon-command.c: Correct two potential NULL references.
297
2982002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Fix tests for GCC.
301
3022002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Add check for weak function attribute.
305        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
306        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
307        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
308        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
309        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
310        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
311        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
312        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
313        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
314        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
315        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
316        Build iff LIBSERDBG is true.
317        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
318        Build iff LIBSHELL is true.
319        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
320        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
321        * wrapup/Makefile.am: Reflect changes above.
322
3232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.ac: Require autoconf-2.57+automake-1.7.2.
326        * capture/Makefile.am: Eliminate C_O_FILES.
327        * cpuuse/Makefile.am: Ditto.
328        * devnull/Makefile.am: Ditto.
329        * dummy/Makefile.am: Ditto.
330        * dumpbuf/Makefile.am: Ditto.
331        * monitor/Makefile.am: Ditto.
332        * rtmonuse/Makefile.am: Ditto.
333        * serdbg/Makefile.am: Ditto.
334        * shell/Makefile.am: Ditto.
335        * stackchk/Makefile.am: Ditto.
336        * untar/Makefile.am: Ditto.
337        * mw-fb/Makefile.am: Eliminate C_O_FILES.
338        Eliminate SRCS.
339
3402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        Moving libmisc from rtems/c/src to rtems/cpukit.
343
344        * Makefile.am: Reflect new path.
345        * configure.ac: Reflect new path.
346        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
347        Remove RTEMS_PROJECT_ROOT.
348        * capture/Makefile.am: Reflect new path.
349        Remove OBJS from all-local.
350        * cpuuse/Makefile.am: Ditto.
351        * devnull/Makefile.am: Ditto.
352        * dummy/Makefile.am: Ditto.
353        * dumpbuf/Makefile.am: Ditto.
354        * monitor/Makefile.am: Ditto.
355        * mw-fb/Makefile.am: Ditto.
356        * rtmonuse/Makefile.am: Ditto.
357        * serdbg/Makefile.am: Ditto.
358        * shell/Makefile.am: Ditto.
359        * stackchk/Makefile.am: Ditto.
360        * untar/Makefile.am: Ditto.
361        * wrapup/Makefile.am: Reflect new path.
362
3632002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
366
3672002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
371        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
372        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
373        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
374        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
375        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
376        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
377        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
378        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
379        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
380        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
381        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
382
3832002-12-02      Joel Sherrill <joel@OARcorp.com>
384
385        * stackchk/check.c: Better handling of task name.
386
3872002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
390
3912002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * serdbg/serdbgio.c: Add #include <unistd.h>.
396        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
397        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
398        * configure.ac: Check for stdio assignments.
399        Add RTEMS_LIBSHELL conditional.
400
4012002-11-01      Joel Sherrill <joel@OARcorp.com>
402
403        * stackchk/check.c: Removed warnings.
404
4052002-10-31      Joel Sherrill <joel@OARcorp.com>
406
407        * stackchk/check.c: Removed warning.
408
4092002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
412        RTEMS_UNIX to avoid gcc warning.
413
4142002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
415
416        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
417        Patch to remove problems introduced by object name rework.
418
4192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * .cvsignore: Reformat.
422        Add autom4te*cache.
423        Remove autom4te.cache.
424
4252002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * shell/shell.c: #include <time.h>
428        * wrapup/Makefile.am: Eliminate LIBNAME.
429
4302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
433        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
434        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
435        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
436        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
437        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
438        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
439        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
440        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
441        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
442        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
443        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
444
4452002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
448
4492002-08-01      Joel Sherrill <joel@OARcorp.com>
450
451        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
452        object name is raw versus being a string.
453
4542002-07-30      Joel Sherrill <joel@OARcorp.com>
455
456        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
457        stack if the port doesn't configure using it.
458
4592002-07-24      Joel Sherrill <joel@OARcorp.com>
460
461        * wrapup/Makefile.am: Temporarily don't include serdbg since it
462        causes some BSPs to not link "main(){}" as required by autoconf.
463
4642002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * capture/capture.c: include <string.h> for memset.
467        * capture/capture-cli.c: include <string.h> for memset.
468
4692002-07-01      Joel Sherrill <joel@OARcorp.com>
470
471        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
472        monitor/mon-object.c, monitor/monitor.h: Corrected use of
473        _Objects_Information_table now that it is a two dimensional
474        array based upon API and class.  In addition, in the monitor,
475        corrected an error which occured when a target has 64 bit pointers.
476
4772002-07-01      Joel Sherrill <joel@OARcorp.com>
478
479        * stackchk/check.c: Corrected use of
480        _Objects_Information_table now that it is a two dimensional
481        array based upon API and class.
482
4832002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
484
485        * With the addition of serdbg, the standard polled I/O functions
486        for gdbstub and/or printk are optionally routed to any termios-aware
487        device driver, that supports polled mode. See libmisc/serdbg/README.
488        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
489        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
490        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
491        serdbg/.cvsignore: New files.
492        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
493        reflect addition.
494
4952002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * wrapup/Makefile.am: Don't preinstall libmisc.a.
498
4992002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * configure.ac, Makefile.am: Remove references to rootfs.
502
5032002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * rootfs/.cvsignore: Remove.
506        * rootfs/Makefile.am: Remove.
507        * rootfs/mkrootfs.h: Remove.
508        * rootfs/mkrootfs.c: Remove.
509        * configure.ac: Remove rootfs and NETWORKING macros.
510        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
511
5122002-05-16      Chris Johns <ccj@acm.org>
513
514        * Per PR194, added the Capture engine. 
515        * capture/Makefile.am, capture/README, capture/capture-cli.c,
516        capture/capture-cli.h, capture/capture.c, capture/capture.h,
517        capture/.cvsignore: New files.
518        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
519        reflect addition.
520
5212001-05-14      Joel Sherrill <joel@OARcorp.com>
522
523        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
524        a library of the same name.
525
5262002-03-20      Chris Johns <ccj@acm.org>
527
528        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
529        lowercase. The capture engine need to set triggers or watches on task
530        with uppercase names. 
531        Also stop the monitor repeating command when enter is pressed.
532
5332002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * monitor/mon-monitor.c: Replace done with return (gcc3).
536
5372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * configure.ac:
540        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
541        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
542        * Makefile.am: Remove AUTOMAKE_OPTIONS.
543        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
545        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
546        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
547        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
548        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
549        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
550        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
551        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
553        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
554        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
555
5562002-03-20      Chris Johns <ccj@acm.org>
557
558        * PR148.
559        * monitor/mon-prmisc.c: Fixed to print task states correctly.
560
5612002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * shell/shell.c: Remove #undef __STRICT_ANSI__.
564
5652002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
568
5692002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
572
5732001-10-12      Joel Sherrill <joel@OARcorp.com>
574
575        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
576
5772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
580        * configure.in: Remove.
581        * configure.ac: New file, generated from configure.in by autoupdate.
582
5832001-09-28      Joel Sherrill <joel@OARcorp.com>
584
585        * dummy/dummy.c: Now a useful configuration that starts main().
586        * wrapup/Makefile.am: Include a base level configuration in
587        RTEMS library.
588
5892001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
592        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
593        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
594        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
595        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
596        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
597        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
598        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
599        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
600        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
601
6022001-09-27      Joel Sherrill <joel@OARcorp.com>
603
604        * ChangeLog: Fixed typo in date.
605
6062001-09-21      Joel Sherrill <joel@OARcorp.com>
607
608        * configure.in, rootfs/Makefile.am: Added conditional to make sure
609        rootfs does not get built with networking is disabled.  Also
610        added include of compile.am to rootfs/Makefile.am.
611        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
612
6132001-09-19      Chris Johns <ccj@acm.org>
614
615        * Added support for populating the initial "root" filesystem
616        with information obtained via the DHCP response.
617        * rootfs: New directory.
618        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
619        rootfs/mkrootfs.h: New files.
620        * configure.in, Makefile.am: Modified to reflect addition.
621
6222001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
623
624        * shell/shell.c: Don't close file it wasn't open.
625
6262001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
629        of AC_CANONICAL_SYSTEM.
630        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
631        mkinstalldirs and mkdir.
632        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
633        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
634        _RTEMS_OUTPUT_BUILD_SUBDIRS.
635
6362001-09-14      Joel Sherrill <joel@OARcorp.com>
637
638        * ChangeLog: Fixed some mistakes.
639
6402001-09-14      Joel Sherrill <joel@OARcorp.com>
641
642        * ChangeLog: Fixed some mistakes.
643
6442001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
647        of AC_CANONICAL_SYSTEM.
648        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
649        mkinstalldirs and mkdir.
650        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
651        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
652        _RTEMS_OUTPUT_BUILD_SUBDIRS.
653
6542001-09-14      Joel Sherrill <joel@OARcorp.com>
655
656        * ChangeLog: Fixed some mistakes.
657
6582001-09-14      Joel Sherrill <joel@OARcorp.com>
659
660        * ChangeLog: Fixed some mistakes.
661
6622001-09-13      Joel Sherrill <joel@OARcorp.com>
663
664        * devnull/devnull.c: Eliminate warning.
665
6662001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
667
668        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
669
6702001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
671
672        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
673        shell/shell.h: Updates.
674
6752001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
676
677        * monitor/mon-command.c: Add support for partial command matching.
678        The monitor used to have this functionality before it was overhauled
679        to support addition of user commands.
680
6812001-06-14      Joel Sherrill <joel@OARcorp.com>
682
683        * shell/telnetd.c, shell/telnetd.h: Moved to
684        libnetworking/rtems_servers so the network stack to address network
685        depenendency.
686        * shell/Makefile.am: Modified to reflect above.
687
6882001-05-25      Joel Sherrill <joel@OARcorp.com>
689
690        * shell/cmds.c: Removed code from inappropriate source.
691
6922000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
693
694        * monitor/mon-prmisc.c: Correct print line.
695        * shell/Makefile.am: Added new file telnetd.c.
696        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
697        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
698           - The shell_init has a new parameter 'forever' because in
699             /dev/console you need that this process runs forever but in
700             tcp/ip not. (respawn?)
701           - A new task for every session opened trought tcp/ip telnet client.
702             (the chargen,daytime and more are possible of implementation but
703             I ask me if they are necesary)
704           - Exit from the session delete the task and when the client fails too.
705           - More cmds have been implemented. (very reduced version of these)
706             umask, chmod, id, whoami, rm, cat, ...
707           - A reduced line edit has been implemented.
708               Ctrl-C abort the input,
709               Ctrl-d in the first position gives EOF (logout).
710               '\b' and DEL makes the rubout operation.
711               I think that readline() for every session spents a lot of resources.
712
7132001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
716        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
717
7182001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
719
720        * Added initial shell functionality.
721        * Makefile.am, configure.in, wrapup/Makefile.am:
722        * shell/.cvsignore, shell/Makefile.am, shell/README,
723        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
724
7252001-04-20      Joel Sherrill <joel@OARcorp.com>
726
727        * devnull/devnull.c (null_initialize): Added check to
728        ensure that the driver is only initialized once.  Otherwise,
729        it will abort when the device /dev/null is present.
730        (null_write): Do not dereference a NULL pointer.
731
7322001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
735
7362001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
739        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
740        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
741        Apply include_*HEADERS instead of H_FILES.
742
7432001-01-05      Joel Sherrill <joel@OARcorp.com>
744
745        * devnull: New addition.  Moved from libcpu/sh.
746        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
747        devnull/Makefile.am: New files.
748        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
749        addition of above.
750
7512000-11-30      Joel Sherrill <joel@OARcorp.com>
752
753        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
754
7552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
758
7592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
762
7632000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
766        Switch to GNU canonicalization.
767
7682000-09-28      Joel Sherrill <joel@OARcorp.com>
769
770        * monitor/mon-driver.c: Accounted for addition of "_entry" to
771        fields in rtems_driver_address_table.
772
7732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774       
775        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
776        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
777        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
778        Include compile.am.
779
7802000-08-30      Joel Sherrill <joel@OARcorp.com>
781
782        * Many files: Moved posix/include/rtems/posix/seterr.h to
783        score/include/rtems/seterr.h so it would be available within
784        all APIs.
785
7862000-08-30      Joel Sherrill <joel@OARcorp.com>
787
788        * mw-fb/.cvsignore: New file.
789
7902000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
791
792        * Added generic Micro FrameBuffer interface for MicroWindows.
793        This interface allows MicroWindows to under RTEMS. A sample
794        driver has been developed for the pc386 BSP. See
795        pc386/fb_vga.c as a sample.
796        * Added Uniform Input Device interface for MicroWindows.
797        See PC386 bsp for sample drivers for mouse and keyboard (console).
798        * mw-bf: New directory.
799        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
800        * mw-fb/Makefile.am: New file.
801        * mw-fb/mw_fb.c: New file.
802        * mw-fb/mw_fb.h: New file.
803        * mw-fb/mw_uid.c: New file.
804        * mw-fb/mw_uid.h: New file.
805
8062000-08-10      Joel Sherrill <joel@OARcorp.com>
807
808        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.