source: rtems/cpukit/libmisc/ChangeLog @ 0fa54a0b

4.104.114.84.95
Last change on this file since 0fa54a0b was 0fa54a0b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/03 at 07:38:31

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

  • capture/config.h: Remove.
  • capture/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • cpuuse/config.h: Remove.
  • cpuuse/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • devnull/config.h: Remove.
  • devnull/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • dummy/config.h: Remove.
  • dummy/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • dumpbuf/config.h: Remove.
  • dumpbuf/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • monitor/config.h: Remove.
  • monitor/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • mw-fb/config.h: Remove.
  • mw-fb/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • rtmonuse/config.h: Remove.
  • rtmonuse/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • serdbg/config.h: Remove.
  • serdbg/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • shell/config.h: Remove.
  • shell/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • stackchk/config.h: Remove.
  • stackchk/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • untar/config.h: Remove.
  • untar/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir).
  • Property mode set to 100644
File size: 25.6 KB
Line 
12003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * capture/config.h: Remove.
4        * capture/Makefile.am: Remove config.h.
5        AM_CPPFLAGS += -I$(top_builddir).
6        * cpuuse/config.h: Remove.
7        * cpuuse/Makefile.am: Remove config.h.
8        AM_CPPFLAGS += -I$(top_builddir).
9        * devnull/config.h: Remove.
10        * devnull/Makefile.am: Remove config.h.
11        AM_CPPFLAGS += -I$(top_builddir).
12        * dummy/config.h: Remove.
13        * dummy/Makefile.am: Remove config.h.
14        AM_CPPFLAGS += -I$(top_builddir).
15        * dumpbuf/config.h: Remove.
16        * dumpbuf/Makefile.am: Remove config.h.
17        AM_CPPFLAGS += -I$(top_builddir).
18        * monitor/config.h: Remove.
19        * monitor/Makefile.am: Remove config.h.
20        AM_CPPFLAGS += -I$(top_builddir).
21        * mw-fb/config.h: Remove.
22        * mw-fb/Makefile.am: Remove config.h.
23        AM_CPPFLAGS += -I$(top_builddir).
24        * rtmonuse/config.h: Remove.
25        * rtmonuse/Makefile.am: Remove config.h.
26        AM_CPPFLAGS += -I$(top_builddir).
27        * serdbg/config.h: Remove.
28        * serdbg/Makefile.am: Remove config.h.
29        AM_CPPFLAGS += -I$(top_builddir).
30        * shell/config.h: Remove.
31        * shell/Makefile.am: Remove config.h.
32        AM_CPPFLAGS += -I$(top_builddir).
33        * stackchk/config.h: Remove.
34        * stackchk/Makefile.am: Remove config.h.
35        AM_CPPFLAGS += -I$(top_builddir).
36        * untar/config.h: Remove.
37        * untar/Makefile.am: Remove config.h.
38        AM_CPPFLAGS += -I$(top_builddir).
39
402003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
43
442003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        PR 495/rtems_misc
47        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
48        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
49        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
50        clean.
51
522003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * monitor/monitor.h:
55        Add rtems_monitor_commands[] (Illegally applied by shell/).
56        Remove ifdef(__mips64) (Make broken code visible again).
57        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
58        warnings.
59        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
60        broken code visible again).
61        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
62
632003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
66        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
67        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
68        * monitor/mon-monitor.c: Apply private version of STREQ.
69
702003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * monitor/symbols.h: Convert to private header.
73        * monitor/monitor.h: Don't include symbols.h.
74        Add forward decls. for symbols from symbols.h.
75        * monitor/Makefile.am: Don't install symbols.h.
76        * monitor/mon-symbols.c: Include "symbols.h".
77
782003-09-04      Joel Sherrill <joel@OARcorp.com>
79
80        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
81        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
82        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
83        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
84        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
85        untar/untar.h: URL for license changed.
86
872003-08-14      Joel Sherrill <joel@OARcorp.com>
88
89        PR 408/filesystem
90        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
91        service, the new RTEMS service rtems_iterate_over_all_threads() was
92        also added. This new service makes it easier to iterate over all the
93        tasks/threads in a system and perform an action on them. This change
94        is to use the new thread iteration service.
95
962003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * fsmount/Makefile.am: Fix path to automake-includes.
99
1002003-08-13      Joel Sherrill <joel@OARcorp.com>
101
102        * fsmount/.cvsignore: New file.
103
1042003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
105
106        PR 369/filesystem
107        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
108        show the use of the DOSFS functions
109        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
110        fsmount/fsmount.h: New files.
111
1122003-08-05      Till Strauman <strauman@slac.stanford.edu>
113
114        PR 436/rtems_misc
115        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
116
1172003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Remove (Merged into ../configure.ac).
120        * Makefile.am:
121        Reflect having merged configure.ac into ../configure.ac.
122        * capture/config.h: New.
123        * capture/Makefile.am: Add config.h.
124        Reflect having merged configure.ac into ../configure.ac.
125        * cpuuse/config.h: New.
126        * cpuuse/Makefile.am: Add config.h.
127        Reflect having merged configure.ac into ../configure.ac.
128        * devnull/config.h: New.
129        * devnull/Makefile.am: Add config.h.
130        Reflect having merged configure.ac into ../configure.ac.
131        * dummy/config.h: New.
132        * dummy/Makefile.am: Add config.h.
133        Reflect having merged configure.ac into ../configure.ac.
134        * dumpbuf/config.h: New.
135        * dumpbuf/Makefile.am: Add config.h.
136        Reflect having merged configure.ac into ../configure.ac.
137        * monitor/config.h: New.
138        * monitor/Makefile.am: Add config.h.
139        Reflect having merged configure.ac into ../configure.ac.
140        * mw-fb/config.h: New.
141        * mw-fb/Makefile.am: Add config.h.
142        Reflect having merged configure.ac into ../configure.ac.
143        * rtmonuse/config.h: New.
144        * rtmonuse/Makefile.am: Add config.h.
145        Reflect having merged configure.ac into ../configure.ac.
146        * serdbg/config.h: New.
147        * serdbg/Makefile.am: Add config.h.
148        Reflect having merged configure.ac into ../configure.ac.
149        * shell/config.h: New.
150        * shell/Makefile.am: Add config.h.
151        Reflect having merged configure.ac into ../configure.ac.
152        * stackchk/config.h: New.
153        * stackchk/Makefile.am: Add config.h.
154        Reflect having merged configure.ac into ../configure.ac.
155        * untar/config.h: New.
156        * untar/Makefile.am: Add config.h.
157        Reflect having merged configure.ac into ../configure.ac.
158        * wrapup/Makefile.am:
159        Reflect having merged configure.ac into ../configure.ac.
160
1612003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * capture/capture-cli.c: Add config-header support.
164        * capture/capture.c: Add config-header support.
165        * cpuuse/cpuuse.c: Add config-header support.
166        * devnull/devnull.c: Add config-header support.
167        * dummy/dummy.c: Add config-header support.
168        * dumpbuf/dumpbuf.c: Add config-header support.
169        * monitor/mon-command.c: Add config-header support.
170        * monitor/mon-config.c: Add config-header support.
171        * monitor/mon-dname.c: Add config-header support.
172        * monitor/mon-driver.c: Add config-header support.
173        * monitor/mon-extension.c: Add config-header support.
174        * monitor/mon-itask.c: Add config-header support.
175        * monitor/mon-manager.c: Add config-header support.
176        * monitor/mon-monitor.c: Add config-header support.
177        * monitor/mon-mpci.c: Add config-header support.
178        * monitor/mon-object.c: Add config-header support.
179        * monitor/mon-prmisc.c: Add config-header support.
180        * monitor/mon-queue.c: Add config-header support.
181        * monitor/mon-server.c: Add config-header support.
182        * monitor/mon-symbols.c: Add config-header support.
183        * monitor/mon-task.c: Add config-header support.
184        * mw-fb/mw_fb.c: Add config-header support.
185        * mw-fb/mw_uid.c: Add config-header support.
186        * rtmonuse/rtmonuse.c: Add config-header support.
187        * serdbg/serdbg.c: Add config-header support.
188        * serdbg/serdbgio.c: Add config-header support.
189        * serdbg/termios_printk.c: Add config-header support.
190        * shell/cmds.c: Add config-header support.
191        * stackchk/check.c: Add config-header support.
192        * untar/untar.c: Add config-header support.
193
1942003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
197
1982003-06-04      Joel Sherrill <joel@OARcorp.com>
199
200        * stackchk/check.c: Removed warnings.
201
2022003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * dummy/Makefile.am: Remove stray dummy.rel.
205
2062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Remove AC_CONFIG_AUX_DIR.
209
2102003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        capture/capture-cli.c: Add proper definition to avoid compiler
213        warnings. Apply int = getchar().
214
2152003-02-14      Till Straumann <strauman@slac.stanford.edu>
216
217        PR 352/rtems_misc
218        * shell/shell.c: make rtems_shell main task an FP enabled task.
219
2202003-01-27      Dan Smisko <dan@balanced.com>
221
222        * stackchk/check.c: Fix problem where _Objects_Get_information()
223        will dereference a null pointer when checking the interrupt stack.
224        If there's something at 0, you may be ok at run time but it is wrong.
225
2262003-01-27      Dan Smisko <dan@balanced.com>
227
228        * monitor/mon-command.c: Correct two potential NULL references.
229
2302002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Fix tests for GCC.
233
2342002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Add check for weak function attribute.
237        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
238        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
239        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
240        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
241        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
242        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
243        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
244        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
245        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
246        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
247        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
248        Build iff LIBSERDBG is true.
249        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
250        Build iff LIBSHELL is true.
251        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
252        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
253        * wrapup/Makefile.am: Reflect changes above.
254
2552002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Require autoconf-2.57+automake-1.7.2.
258        * capture/Makefile.am: Eliminate C_O_FILES.
259        * cpuuse/Makefile.am: Ditto.
260        * devnull/Makefile.am: Ditto.
261        * dummy/Makefile.am: Ditto.
262        * dumpbuf/Makefile.am: Ditto.
263        * monitor/Makefile.am: Ditto.
264        * rtmonuse/Makefile.am: Ditto.
265        * serdbg/Makefile.am: Ditto.
266        * shell/Makefile.am: Ditto.
267        * stackchk/Makefile.am: Ditto.
268        * untar/Makefile.am: Ditto.
269        * mw-fb/Makefile.am: Eliminate C_O_FILES.
270        Eliminate SRCS.
271
2722002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        Moving libmisc from rtems/c/src to rtems/cpukit.
275
276        * Makefile.am: Reflect new path.
277        * configure.ac: Reflect new path.
278        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
279        Remove RTEMS_PROJECT_ROOT.
280        * capture/Makefile.am: Reflect new path.
281        Remove OBJS from all-local.
282        * cpuuse/Makefile.am: Ditto.
283        * devnull/Makefile.am: Ditto.
284        * dummy/Makefile.am: Ditto.
285        * dumpbuf/Makefile.am: Ditto.
286        * monitor/Makefile.am: Ditto.
287        * mw-fb/Makefile.am: Ditto.
288        * rtmonuse/Makefile.am: Ditto.
289        * serdbg/Makefile.am: Ditto.
290        * shell/Makefile.am: Ditto.
291        * stackchk/Makefile.am: Ditto.
292        * untar/Makefile.am: Ditto.
293        * wrapup/Makefile.am: Reflect new path.
294
2952002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
298
2992002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
302        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
307        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
314
3152002-12-02      Joel Sherrill <joel@OARcorp.com>
316
317        * stackchk/check.c: Better handling of task name.
318
3192002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
322
3232002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * serdbg/serdbgio.c: Add #include <unistd.h>.
328        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
329        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
330        * configure.ac: Check for stdio assignments.
331        Add RTEMS_LIBSHELL conditional.
332
3332002-11-01      Joel Sherrill <joel@OARcorp.com>
334
335        * stackchk/check.c: Removed warnings.
336
3372002-10-31      Joel Sherrill <joel@OARcorp.com>
338
339        * stackchk/check.c: Removed warning.
340
3412002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
344        RTEMS_UNIX to avoid gcc warning.
345
3462002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
347
348        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
349        Patch to remove problems introduced by object name rework.
350
3512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * .cvsignore: Reformat.
354        Add autom4te*cache.
355        Remove autom4te.cache.
356
3572002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * shell/shell.c: #include <time.h>
360        * wrapup/Makefile.am: Eliminate LIBNAME.
361
3622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
365        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
366        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
367        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
368        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
369        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
370        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
371        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
372        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
373        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
374        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
375        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
376
3772002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
380
3812002-08-01      Joel Sherrill <joel@OARcorp.com>
382
383        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
384        object name is raw versus being a string.
385
3862002-07-30      Joel Sherrill <joel@OARcorp.com>
387
388        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
389        stack if the port doesn't configure using it.
390
3912002-07-24      Joel Sherrill <joel@OARcorp.com>
392
393        * wrapup/Makefile.am: Temporarily don't include serdbg since it
394        causes some BSPs to not link "main(){}" as required by autoconf.
395
3962002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * capture/capture.c: include <string.h> for memset.
399        * capture/capture-cli.c: include <string.h> for memset.
400
4012002-07-01      Joel Sherrill <joel@OARcorp.com>
402
403        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
404        monitor/mon-object.c, monitor/monitor.h: Corrected use of
405        _Objects_Information_table now that it is a two dimensional
406        array based upon API and class.  In addition, in the monitor,
407        corrected an error which occured when a target has 64 bit pointers.
408
4092002-07-01      Joel Sherrill <joel@OARcorp.com>
410
411        * stackchk/check.c: Corrected use of
412        _Objects_Information_table now that it is a two dimensional
413        array based upon API and class.
414
4152002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
416
417        * With the addition of serdbg, the standard polled I/O functions
418        for gdbstub and/or printk are optionally routed to any termios-aware
419        device driver, that supports polled mode. See libmisc/serdbg/README.
420        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
421        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
422        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
423        serdbg/.cvsignore: New files.
424        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
425        reflect addition.
426
4272002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * wrapup/Makefile.am: Don't preinstall libmisc.a.
430
4312002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac, Makefile.am: Remove references to rootfs.
434
4352002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * rootfs/.cvsignore: Remove.
438        * rootfs/Makefile.am: Remove.
439        * rootfs/mkrootfs.h: Remove.
440        * rootfs/mkrootfs.c: Remove.
441        * configure.ac: Remove rootfs and NETWORKING macros.
442        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
443
4442002-05-16      Chris Johns <ccj@acm.org>
445
446        * Per PR194, added the Capture engine. 
447        * capture/Makefile.am, capture/README, capture/capture-cli.c,
448        capture/capture-cli.h, capture/capture.c, capture/capture.h,
449        capture/.cvsignore: New files.
450        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
451        reflect addition.
452
4532001-05-14      Joel Sherrill <joel@OARcorp.com>
454
455        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
456        a library of the same name.
457
4582002-03-20      Chris Johns <ccj@acm.org>
459
460        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
461        lowercase. The capture engine need to set triggers or watches on task
462        with uppercase names. 
463        Also stop the monitor repeating command when enter is pressed.
464
4652002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * monitor/mon-monitor.c: Replace done with return (gcc3).
468
4692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac:
472        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
473        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
474        * Makefile.am: Remove AUTOMAKE_OPTIONS.
475        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
476        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
477        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
478        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
487
4882002-03-20      Chris Johns <ccj@acm.org>
489
490        * PR148.
491        * monitor/mon-prmisc.c: Fixed to print task states correctly.
492
4932002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * shell/shell.c: Remove #undef __STRICT_ANSI__.
496
4972002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
500
5012002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
504
5052001-10-12      Joel Sherrill <joel@OARcorp.com>
506
507        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
508
5092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
512        * configure.in: Remove.
513        * configure.ac: New file, generated from configure.in by autoupdate.
514
5152001-09-28      Joel Sherrill <joel@OARcorp.com>
516
517        * dummy/dummy.c: Now a useful configuration that starts main().
518        * wrapup/Makefile.am: Include a base level configuration in
519        RTEMS library.
520
5212001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
524        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
525        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
526        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
527        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
528        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
529        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
530        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
531        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
532        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
533
5342001-09-27      Joel Sherrill <joel@OARcorp.com>
535
536        * ChangeLog: Fixed typo in date.
537
5382001-09-21      Joel Sherrill <joel@OARcorp.com>
539
540        * configure.in, rootfs/Makefile.am: Added conditional to make sure
541        rootfs does not get built with networking is disabled.  Also
542        added include of compile.am to rootfs/Makefile.am.
543        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
544
5452001-09-19      Chris Johns <ccj@acm.org>
546
547        * Added support for populating the initial "root" filesystem
548        with information obtained via the DHCP response.
549        * rootfs: New directory.
550        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
551        rootfs/mkrootfs.h: New files.
552        * configure.in, Makefile.am: Modified to reflect addition.
553
5542001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
555
556        * shell/shell.c: Don't close file it wasn't open.
557
5582001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
561        of AC_CANONICAL_SYSTEM.
562        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
563        mkinstalldirs and mkdir.
564        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
565        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
566        _RTEMS_OUTPUT_BUILD_SUBDIRS.
567
5682001-09-14      Joel Sherrill <joel@OARcorp.com>
569
570        * ChangeLog: Fixed some mistakes.
571
5722001-09-14      Joel Sherrill <joel@OARcorp.com>
573
574        * ChangeLog: Fixed some mistakes.
575
5762001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
579        of AC_CANONICAL_SYSTEM.
580        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
581        mkinstalldirs and mkdir.
582        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
583        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
584        _RTEMS_OUTPUT_BUILD_SUBDIRS.
585
5862001-09-14      Joel Sherrill <joel@OARcorp.com>
587
588        * ChangeLog: Fixed some mistakes.
589
5902001-09-14      Joel Sherrill <joel@OARcorp.com>
591
592        * ChangeLog: Fixed some mistakes.
593
5942001-09-13      Joel Sherrill <joel@OARcorp.com>
595
596        * devnull/devnull.c: Eliminate warning.
597
5982001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
599
600        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
601
6022001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
603
604        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
605        shell/shell.h: Updates.
606
6072001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
608
609        * monitor/mon-command.c: Add support for partial command matching.
610        The monitor used to have this functionality before it was overhauled
611        to support addition of user commands.
612
6132001-06-14      Joel Sherrill <joel@OARcorp.com>
614
615        * shell/telnetd.c, shell/telnetd.h: Moved to
616        libnetworking/rtems_servers so the network stack to address network
617        depenendency.
618        * shell/Makefile.am: Modified to reflect above.
619
6202001-05-25      Joel Sherrill <joel@OARcorp.com>
621
622        * shell/cmds.c: Removed code from inappropriate source.
623
6242000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
625
626        * monitor/mon-prmisc.c: Correct print line.
627        * shell/Makefile.am: Added new file telnetd.c.
628        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
629        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
630           - The shell_init has a new parameter 'forever' because in
631             /dev/console you need that this process runs forever but in
632             tcp/ip not. (respawn?)
633           - A new task for every session opened trought tcp/ip telnet client.
634             (the chargen,daytime and more are possible of implementation but
635             I ask me if they are necesary)
636           - Exit from the session delete the task and when the client fails too.
637           - More cmds have been implemented. (very reduced version of these)
638             umask, chmod, id, whoami, rm, cat, ...
639           - A reduced line edit has been implemented.
640               Ctrl-C abort the input,
641               Ctrl-d in the first position gives EOF (logout).
642               '\b' and DEL makes the rubout operation.
643               I think that readline() for every session spents a lot of resources.
644
6452001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
648        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
649
6502001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
651
652        * Added initial shell functionality.
653        * Makefile.am, configure.in, wrapup/Makefile.am:
654        * shell/.cvsignore, shell/Makefile.am, shell/README,
655        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
656
6572001-04-20      Joel Sherrill <joel@OARcorp.com>
658
659        * devnull/devnull.c (null_initialize): Added check to
660        ensure that the driver is only initialized once.  Otherwise,
661        it will abort when the device /dev/null is present.
662        (null_write): Do not dereference a NULL pointer.
663
6642001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
667
6682001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
671        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
672        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
673        Apply include_*HEADERS instead of H_FILES.
674
6752001-01-05      Joel Sherrill <joel@OARcorp.com>
676
677        * devnull: New addition.  Moved from libcpu/sh.
678        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
679        devnull/Makefile.am: New files.
680        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
681        addition of above.
682
6832000-11-30      Joel Sherrill <joel@OARcorp.com>
684
685        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
686
6872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
690
6912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
694
6952000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
698        Switch to GNU canonicalization.
699
7002000-09-28      Joel Sherrill <joel@OARcorp.com>
701
702        * monitor/mon-driver.c: Accounted for addition of "_entry" to
703        fields in rtems_driver_address_table.
704
7052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706       
707        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
708        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
709        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
710        Include compile.am.
711
7122000-08-30      Joel Sherrill <joel@OARcorp.com>
713
714        * Many files: Moved posix/include/rtems/posix/seterr.h to
715        score/include/rtems/seterr.h so it would be available within
716        all APIs.
717
7182000-08-30      Joel Sherrill <joel@OARcorp.com>
719
720        * mw-fb/.cvsignore: New file.
721
7222000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
723
724        * Added generic Micro FrameBuffer interface for MicroWindows.
725        This interface allows MicroWindows to under RTEMS. A sample
726        driver has been developed for the pc386 BSP. See
727        pc386/fb_vga.c as a sample.
728        * Added Uniform Input Device interface for MicroWindows.
729        See PC386 bsp for sample drivers for mouse and keyboard (console).
730        * mw-bf: New directory.
731        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
732        * mw-fb/Makefile.am: New file.
733        * mw-fb/mw_fb.c: New file.
734        * mw-fb/mw_fb.h: New file.
735        * mw-fb/mw_uid.c: New file.
736        * mw-fb/mw_uid.h: New file.
737
7382000-08-10      Joel Sherrill <joel@OARcorp.com>
739
740        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.