source: rtems/cpukit/libmisc/ChangeLog @ 5ca5a54

4.104.114.84.95
Last change on this file since 5ca5a54 was d4c4078, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/03 at 17:42:45

2003-09-26 Ralf Corsepius <corsepiu@…>

PR 495/rtems_misc

  • capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c, monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c, monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit clean.
  • Property mode set to 100644
File size: 24.2 KB
Line 
12003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 495/rtems_misc
4        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
5        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
6        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
7        clean.
8
92003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * monitor/monitor.h:
12        Add rtems_monitor_commands[] (Illegally applied by shell/).
13        Remove ifdef(__mips64) (Make broken code visible again).
14        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
15        warnings.
16        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
17        broken code visible again).
18        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
19
202003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
23        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
24        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
25        * monitor/mon-monitor.c: Apply private version of STREQ.
26
272003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * monitor/symbols.h: Convert to private header.
30        * monitor/monitor.h: Don't include symbols.h.
31        Add forward decls. for symbols from symbols.h.
32        * monitor/Makefile.am: Don't install symbols.h.
33        * monitor/mon-symbols.c: Include "symbols.h".
34
352003-09-04      Joel Sherrill <joel@OARcorp.com>
36
37        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
38        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
39        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
40        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
41        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
42        untar/untar.h: URL for license changed.
43
442003-08-14      Joel Sherrill <joel@OARcorp.com>
45
46        PR 408/filesystem
47        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
48        service, the new RTEMS service rtems_iterate_over_all_threads() was
49        also added. This new service makes it easier to iterate over all the
50        tasks/threads in a system and perform an action on them. This change
51        is to use the new thread iteration service.
52
532003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * fsmount/Makefile.am: Fix path to automake-includes.
56
572003-08-13      Joel Sherrill <joel@OARcorp.com>
58
59        * fsmount/.cvsignore: New file.
60
612003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
62
63        PR 369/filesystem
64        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
65        show the use of the DOSFS functions
66        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
67        fsmount/fsmount.h: New files.
68
692003-08-05      Till Strauman <strauman@slac.stanford.edu>
70
71        PR 436/rtems_misc
72        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
73
742003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove (Merged into ../configure.ac).
77        * Makefile.am:
78        Reflect having merged configure.ac into ../configure.ac.
79        * capture/config.h: New.
80        * capture/Makefile.am: Add config.h.
81        Reflect having merged configure.ac into ../configure.ac.
82        * cpuuse/config.h: New.
83        * cpuuse/Makefile.am: Add config.h.
84        Reflect having merged configure.ac into ../configure.ac.
85        * devnull/config.h: New.
86        * devnull/Makefile.am: Add config.h.
87        Reflect having merged configure.ac into ../configure.ac.
88        * dummy/config.h: New.
89        * dummy/Makefile.am: Add config.h.
90        Reflect having merged configure.ac into ../configure.ac.
91        * dumpbuf/config.h: New.
92        * dumpbuf/Makefile.am: Add config.h.
93        Reflect having merged configure.ac into ../configure.ac.
94        * monitor/config.h: New.
95        * monitor/Makefile.am: Add config.h.
96        Reflect having merged configure.ac into ../configure.ac.
97        * mw-fb/config.h: New.
98        * mw-fb/Makefile.am: Add config.h.
99        Reflect having merged configure.ac into ../configure.ac.
100        * rtmonuse/config.h: New.
101        * rtmonuse/Makefile.am: Add config.h.
102        Reflect having merged configure.ac into ../configure.ac.
103        * serdbg/config.h: New.
104        * serdbg/Makefile.am: Add config.h.
105        Reflect having merged configure.ac into ../configure.ac.
106        * shell/config.h: New.
107        * shell/Makefile.am: Add config.h.
108        Reflect having merged configure.ac into ../configure.ac.
109        * stackchk/config.h: New.
110        * stackchk/Makefile.am: Add config.h.
111        Reflect having merged configure.ac into ../configure.ac.
112        * untar/config.h: New.
113        * untar/Makefile.am: Add config.h.
114        Reflect having merged configure.ac into ../configure.ac.
115        * wrapup/Makefile.am:
116        Reflect having merged configure.ac into ../configure.ac.
117
1182003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * capture/capture-cli.c: Add config-header support.
121        * capture/capture.c: Add config-header support.
122        * cpuuse/cpuuse.c: Add config-header support.
123        * devnull/devnull.c: Add config-header support.
124        * dummy/dummy.c: Add config-header support.
125        * dumpbuf/dumpbuf.c: Add config-header support.
126        * monitor/mon-command.c: Add config-header support.
127        * monitor/mon-config.c: Add config-header support.
128        * monitor/mon-dname.c: Add config-header support.
129        * monitor/mon-driver.c: Add config-header support.
130        * monitor/mon-extension.c: Add config-header support.
131        * monitor/mon-itask.c: Add config-header support.
132        * monitor/mon-manager.c: Add config-header support.
133        * monitor/mon-monitor.c: Add config-header support.
134        * monitor/mon-mpci.c: Add config-header support.
135        * monitor/mon-object.c: Add config-header support.
136        * monitor/mon-prmisc.c: Add config-header support.
137        * monitor/mon-queue.c: Add config-header support.
138        * monitor/mon-server.c: Add config-header support.
139        * monitor/mon-symbols.c: Add config-header support.
140        * monitor/mon-task.c: Add config-header support.
141        * mw-fb/mw_fb.c: Add config-header support.
142        * mw-fb/mw_uid.c: Add config-header support.
143        * rtmonuse/rtmonuse.c: Add config-header support.
144        * serdbg/serdbg.c: Add config-header support.
145        * serdbg/serdbgio.c: Add config-header support.
146        * serdbg/termios_printk.c: Add config-header support.
147        * shell/cmds.c: Add config-header support.
148        * stackchk/check.c: Add config-header support.
149        * untar/untar.c: Add config-header support.
150
1512003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
154
1552003-06-04      Joel Sherrill <joel@OARcorp.com>
156
157        * stackchk/check.c: Removed warnings.
158
1592003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * dummy/Makefile.am: Remove stray dummy.rel.
162
1632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Remove AC_CONFIG_AUX_DIR.
166
1672003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        capture/capture-cli.c: Add proper definition to avoid compiler
170        warnings. Apply int = getchar().
171
1722003-02-14      Till Straumann <strauman@slac.stanford.edu>
173
174        PR 352/rtems_misc
175        * shell/shell.c: make rtems_shell main task an FP enabled task.
176
1772003-01-27      Dan Smisko <dan@balanced.com>
178
179        * stackchk/check.c: Fix problem where _Objects_Get_information()
180        will dereference a null pointer when checking the interrupt stack.
181        If there's something at 0, you may be ok at run time but it is wrong.
182
1832003-01-27      Dan Smisko <dan@balanced.com>
184
185        * monitor/mon-command.c: Correct two potential NULL references.
186
1872002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Fix tests for GCC.
190
1912002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Add check for weak function attribute.
194        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
195        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
196        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
197        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
198        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
199        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
200        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
201        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
202        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
203        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
204        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
205        Build iff LIBSERDBG is true.
206        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
207        Build iff LIBSHELL is true.
208        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
209        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
210        * wrapup/Makefile.am: Reflect changes above.
211
2122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Require autoconf-2.57+automake-1.7.2.
215        * capture/Makefile.am: Eliminate C_O_FILES.
216        * cpuuse/Makefile.am: Ditto.
217        * devnull/Makefile.am: Ditto.
218        * dummy/Makefile.am: Ditto.
219        * dumpbuf/Makefile.am: Ditto.
220        * monitor/Makefile.am: Ditto.
221        * rtmonuse/Makefile.am: Ditto.
222        * serdbg/Makefile.am: Ditto.
223        * shell/Makefile.am: Ditto.
224        * stackchk/Makefile.am: Ditto.
225        * untar/Makefile.am: Ditto.
226        * mw-fb/Makefile.am: Eliminate C_O_FILES.
227        Eliminate SRCS.
228
2292002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        Moving libmisc from rtems/c/src to rtems/cpukit.
232
233        * Makefile.am: Reflect new path.
234        * configure.ac: Reflect new path.
235        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
236        Remove RTEMS_PROJECT_ROOT.
237        * capture/Makefile.am: Reflect new path.
238        Remove OBJS from all-local.
239        * cpuuse/Makefile.am: Ditto.
240        * devnull/Makefile.am: Ditto.
241        * dummy/Makefile.am: Ditto.
242        * dumpbuf/Makefile.am: Ditto.
243        * monitor/Makefile.am: Ditto.
244        * mw-fb/Makefile.am: Ditto.
245        * rtmonuse/Makefile.am: Ditto.
246        * serdbg/Makefile.am: Ditto.
247        * shell/Makefile.am: Ditto.
248        * stackchk/Makefile.am: Ditto.
249        * untar/Makefile.am: Ditto.
250        * wrapup/Makefile.am: Reflect new path.
251
2522002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
255
2562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
260        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271
2722002-12-02      Joel Sherrill <joel@OARcorp.com>
273
274        * stackchk/check.c: Better handling of task name.
275
2762002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
279
2802002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * serdbg/serdbgio.c: Add #include <unistd.h>.
285        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
286        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
287        * configure.ac: Check for stdio assignments.
288        Add RTEMS_LIBSHELL conditional.
289
2902002-11-01      Joel Sherrill <joel@OARcorp.com>
291
292        * stackchk/check.c: Removed warnings.
293
2942002-10-31      Joel Sherrill <joel@OARcorp.com>
295
296        * stackchk/check.c: Removed warning.
297
2982002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
301        RTEMS_UNIX to avoid gcc warning.
302
3032002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
304
305        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
306        Patch to remove problems introduced by object name rework.
307
3082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * .cvsignore: Reformat.
311        Add autom4te*cache.
312        Remove autom4te.cache.
313
3142002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * shell/shell.c: #include <time.h>
317        * wrapup/Makefile.am: Eliminate LIBNAME.
318
3192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
333
3342002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
337
3382002-08-01      Joel Sherrill <joel@OARcorp.com>
339
340        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
341        object name is raw versus being a string.
342
3432002-07-30      Joel Sherrill <joel@OARcorp.com>
344
345        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
346        stack if the port doesn't configure using it.
347
3482002-07-24      Joel Sherrill <joel@OARcorp.com>
349
350        * wrapup/Makefile.am: Temporarily don't include serdbg since it
351        causes some BSPs to not link "main(){}" as required by autoconf.
352
3532002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * capture/capture.c: include <string.h> for memset.
356        * capture/capture-cli.c: include <string.h> for memset.
357
3582002-07-01      Joel Sherrill <joel@OARcorp.com>
359
360        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
361        monitor/mon-object.c, monitor/monitor.h: Corrected use of
362        _Objects_Information_table now that it is a two dimensional
363        array based upon API and class.  In addition, in the monitor,
364        corrected an error which occured when a target has 64 bit pointers.
365
3662002-07-01      Joel Sherrill <joel@OARcorp.com>
367
368        * stackchk/check.c: Corrected use of
369        _Objects_Information_table now that it is a two dimensional
370        array based upon API and class.
371
3722002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
373
374        * With the addition of serdbg, the standard polled I/O functions
375        for gdbstub and/or printk are optionally routed to any termios-aware
376        device driver, that supports polled mode. See libmisc/serdbg/README.
377        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
378        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
379        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
380        serdbg/.cvsignore: New files.
381        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
382        reflect addition.
383
3842002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * wrapup/Makefile.am: Don't preinstall libmisc.a.
387
3882002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac, Makefile.am: Remove references to rootfs.
391
3922002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * rootfs/.cvsignore: Remove.
395        * rootfs/Makefile.am: Remove.
396        * rootfs/mkrootfs.h: Remove.
397        * rootfs/mkrootfs.c: Remove.
398        * configure.ac: Remove rootfs and NETWORKING macros.
399        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
400
4012002-05-16      Chris Johns <ccj@acm.org>
402
403        * Per PR194, added the Capture engine. 
404        * capture/Makefile.am, capture/README, capture/capture-cli.c,
405        capture/capture-cli.h, capture/capture.c, capture/capture.h,
406        capture/.cvsignore: New files.
407        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
408        reflect addition.
409
4102001-05-14      Joel Sherrill <joel@OARcorp.com>
411
412        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
413        a library of the same name.
414
4152002-03-20      Chris Johns <ccj@acm.org>
416
417        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
418        lowercase. The capture engine need to set triggers or watches on task
419        with uppercase names. 
420        Also stop the monitor repeating command when enter is pressed.
421
4222002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * monitor/mon-monitor.c: Replace done with return (gcc3).
425
4262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac:
429        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
430        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
431        * Makefile.am: Remove AUTOMAKE_OPTIONS.
432        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
433        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
434        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
435        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
444
4452002-03-20      Chris Johns <ccj@acm.org>
446
447        * PR148.
448        * monitor/mon-prmisc.c: Fixed to print task states correctly.
449
4502002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * shell/shell.c: Remove #undef __STRICT_ANSI__.
453
4542002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
457
4582002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
461
4622001-10-12      Joel Sherrill <joel@OARcorp.com>
463
464        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
465
4662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
469        * configure.in: Remove.
470        * configure.ac: New file, generated from configure.in by autoupdate.
471
4722001-09-28      Joel Sherrill <joel@OARcorp.com>
473
474        * dummy/dummy.c: Now a useful configuration that starts main().
475        * wrapup/Makefile.am: Include a base level configuration in
476        RTEMS library.
477
4782001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
481        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
482        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
483        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
484        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
485        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
486        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
487        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
488        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
489        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
490
4912001-09-27      Joel Sherrill <joel@OARcorp.com>
492
493        * ChangeLog: Fixed typo in date.
494
4952001-09-21      Joel Sherrill <joel@OARcorp.com>
496
497        * configure.in, rootfs/Makefile.am: Added conditional to make sure
498        rootfs does not get built with networking is disabled.  Also
499        added include of compile.am to rootfs/Makefile.am.
500        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
501
5022001-09-19      Chris Johns <ccj@acm.org>
503
504        * Added support for populating the initial "root" filesystem
505        with information obtained via the DHCP response.
506        * rootfs: New directory.
507        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
508        rootfs/mkrootfs.h: New files.
509        * configure.in, Makefile.am: Modified to reflect addition.
510
5112001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
512
513        * shell/shell.c: Don't close file it wasn't open.
514
5152001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
518        of AC_CANONICAL_SYSTEM.
519        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
520        mkinstalldirs and mkdir.
521        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
522        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
523        _RTEMS_OUTPUT_BUILD_SUBDIRS.
524
5252001-09-14      Joel Sherrill <joel@OARcorp.com>
526
527        * ChangeLog: Fixed some mistakes.
528
5292001-09-14      Joel Sherrill <joel@OARcorp.com>
530
531        * ChangeLog: Fixed some mistakes.
532
5332001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
536        of AC_CANONICAL_SYSTEM.
537        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
538        mkinstalldirs and mkdir.
539        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
540        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
541        _RTEMS_OUTPUT_BUILD_SUBDIRS.
542
5432001-09-14      Joel Sherrill <joel@OARcorp.com>
544
545        * ChangeLog: Fixed some mistakes.
546
5472001-09-14      Joel Sherrill <joel@OARcorp.com>
548
549        * ChangeLog: Fixed some mistakes.
550
5512001-09-13      Joel Sherrill <joel@OARcorp.com>
552
553        * devnull/devnull.c: Eliminate warning.
554
5552001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
556
557        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
558
5592001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
560
561        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
562        shell/shell.h: Updates.
563
5642001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
565
566        * monitor/mon-command.c: Add support for partial command matching.
567        The monitor used to have this functionality before it was overhauled
568        to support addition of user commands.
569
5702001-06-14      Joel Sherrill <joel@OARcorp.com>
571
572        * shell/telnetd.c, shell/telnetd.h: Moved to
573        libnetworking/rtems_servers so the network stack to address network
574        depenendency.
575        * shell/Makefile.am: Modified to reflect above.
576
5772001-05-25      Joel Sherrill <joel@OARcorp.com>
578
579        * shell/cmds.c: Removed code from inappropriate source.
580
5812000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
582
583        * monitor/mon-prmisc.c: Correct print line.
584        * shell/Makefile.am: Added new file telnetd.c.
585        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
586        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
587           - The shell_init has a new parameter 'forever' because in
588             /dev/console you need that this process runs forever but in
589             tcp/ip not. (respawn?)
590           - A new task for every session opened trought tcp/ip telnet client.
591             (the chargen,daytime and more are possible of implementation but
592             I ask me if they are necesary)
593           - Exit from the session delete the task and when the client fails too.
594           - More cmds have been implemented. (very reduced version of these)
595             umask, chmod, id, whoami, rm, cat, ...
596           - A reduced line edit has been implemented.
597               Ctrl-C abort the input,
598               Ctrl-d in the first position gives EOF (logout).
599               '\b' and DEL makes the rubout operation.
600               I think that readline() for every session spents a lot of resources.
601
6022001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
605        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
606
6072001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
608
609        * Added initial shell functionality.
610        * Makefile.am, configure.in, wrapup/Makefile.am:
611        * shell/.cvsignore, shell/Makefile.am, shell/README,
612        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
613
6142001-04-20      Joel Sherrill <joel@OARcorp.com>
615
616        * devnull/devnull.c (null_initialize): Added check to
617        ensure that the driver is only initialized once.  Otherwise,
618        it will abort when the device /dev/null is present.
619        (null_write): Do not dereference a NULL pointer.
620
6212001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
624
6252001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
628        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
629        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
630        Apply include_*HEADERS instead of H_FILES.
631
6322001-01-05      Joel Sherrill <joel@OARcorp.com>
633
634        * devnull: New addition.  Moved from libcpu/sh.
635        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
636        devnull/Makefile.am: New files.
637        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
638        addition of above.
639
6402000-11-30      Joel Sherrill <joel@OARcorp.com>
641
642        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
643
6442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
647
6482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
651
6522000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
655        Switch to GNU canonicalization.
656
6572000-09-28      Joel Sherrill <joel@OARcorp.com>
658
659        * monitor/mon-driver.c: Accounted for addition of "_entry" to
660        fields in rtems_driver_address_table.
661
6622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663       
664        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
665        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
666        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
667        Include compile.am.
668
6692000-08-30      Joel Sherrill <joel@OARcorp.com>
670
671        * Many files: Moved posix/include/rtems/posix/seterr.h to
672        score/include/rtems/seterr.h so it would be available within
673        all APIs.
674
6752000-08-30      Joel Sherrill <joel@OARcorp.com>
676
677        * mw-fb/.cvsignore: New file.
678
6792000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
680
681        * Added generic Micro FrameBuffer interface for MicroWindows.
682        This interface allows MicroWindows to under RTEMS. A sample
683        driver has been developed for the pc386 BSP. See
684        pc386/fb_vga.c as a sample.
685        * Added Uniform Input Device interface for MicroWindows.
686        See PC386 bsp for sample drivers for mouse and keyboard (console).
687        * mw-bf: New directory.
688        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
689        * mw-fb/Makefile.am: New file.
690        * mw-fb/mw_fb.c: New file.
691        * mw-fb/mw_fb.h: New file.
692        * mw-fb/mw_uid.c: New file.
693        * mw-fb/mw_uid.h: New file.
694
6952000-08-10      Joel Sherrill <joel@OARcorp.com>
696
697        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.