source: rtems/cpukit/libmisc/ChangeLog @ 330dbdb

4.104.114.84.95
Last change on this file since 330dbdb was 330dbdb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/19/03 at 12:48:15

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

  • monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace), RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
  • monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
  • monitor/mon-monitor.c: Apply private version of STREQ.
  • Property mode set to 100644
File size: 23.5 KB
Line 
12003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
4        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
5        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
6        * monitor/mon-monitor.c: Apply private version of STREQ.
7
82003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * monitor/symbols.h: Convert to private header.
11        * monitor/monitor.h: Don't include symbols.h.
12        Add forward decls. for symbols from symbols.h.
13        * monitor/Makefile.am: Don't install symbols.h.
14        * monitor/mon-symbols.c: Include "symbols.h".
15
162003-09-04      Joel Sherrill <joel@OARcorp.com>
17
18        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
19        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
20        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
21        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
22        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
23        untar/untar.h: URL for license changed.
24
252003-08-14      Joel Sherrill <joel@OARcorp.com>
26
27        PR 408/filesystem
28        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
29        service, the new RTEMS service rtems_iterate_over_all_threads() was
30        also added. This new service makes it easier to iterate over all the
31        tasks/threads in a system and perform an action on them. This change
32        is to use the new thread iteration service.
33
342003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * fsmount/Makefile.am: Fix path to automake-includes.
37
382003-08-13      Joel Sherrill <joel@OARcorp.com>
39
40        * fsmount/.cvsignore: New file.
41
422003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
43
44        PR 369/filesystem
45        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
46        show the use of the DOSFS functions
47        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
48        fsmount/fsmount.h: New files.
49
502003-08-05      Till Strauman <strauman@slac.stanford.edu>
51
52        PR 436/rtems_misc
53        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
54
552003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove (Merged into ../configure.ac).
58        * Makefile.am:
59        Reflect having merged configure.ac into ../configure.ac.
60        * capture/config.h: New.
61        * capture/Makefile.am: Add config.h.
62        Reflect having merged configure.ac into ../configure.ac.
63        * cpuuse/config.h: New.
64        * cpuuse/Makefile.am: Add config.h.
65        Reflect having merged configure.ac into ../configure.ac.
66        * devnull/config.h: New.
67        * devnull/Makefile.am: Add config.h.
68        Reflect having merged configure.ac into ../configure.ac.
69        * dummy/config.h: New.
70        * dummy/Makefile.am: Add config.h.
71        Reflect having merged configure.ac into ../configure.ac.
72        * dumpbuf/config.h: New.
73        * dumpbuf/Makefile.am: Add config.h.
74        Reflect having merged configure.ac into ../configure.ac.
75        * monitor/config.h: New.
76        * monitor/Makefile.am: Add config.h.
77        Reflect having merged configure.ac into ../configure.ac.
78        * mw-fb/config.h: New.
79        * mw-fb/Makefile.am: Add config.h.
80        Reflect having merged configure.ac into ../configure.ac.
81        * rtmonuse/config.h: New.
82        * rtmonuse/Makefile.am: Add config.h.
83        Reflect having merged configure.ac into ../configure.ac.
84        * serdbg/config.h: New.
85        * serdbg/Makefile.am: Add config.h.
86        Reflect having merged configure.ac into ../configure.ac.
87        * shell/config.h: New.
88        * shell/Makefile.am: Add config.h.
89        Reflect having merged configure.ac into ../configure.ac.
90        * stackchk/config.h: New.
91        * stackchk/Makefile.am: Add config.h.
92        Reflect having merged configure.ac into ../configure.ac.
93        * untar/config.h: New.
94        * untar/Makefile.am: Add config.h.
95        Reflect having merged configure.ac into ../configure.ac.
96        * wrapup/Makefile.am:
97        Reflect having merged configure.ac into ../configure.ac.
98
992003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * capture/capture-cli.c: Add config-header support.
102        * capture/capture.c: Add config-header support.
103        * cpuuse/cpuuse.c: Add config-header support.
104        * devnull/devnull.c: Add config-header support.
105        * dummy/dummy.c: Add config-header support.
106        * dumpbuf/dumpbuf.c: Add config-header support.
107        * monitor/mon-command.c: Add config-header support.
108        * monitor/mon-config.c: Add config-header support.
109        * monitor/mon-dname.c: Add config-header support.
110        * monitor/mon-driver.c: Add config-header support.
111        * monitor/mon-extension.c: Add config-header support.
112        * monitor/mon-itask.c: Add config-header support.
113        * monitor/mon-manager.c: Add config-header support.
114        * monitor/mon-monitor.c: Add config-header support.
115        * monitor/mon-mpci.c: Add config-header support.
116        * monitor/mon-object.c: Add config-header support.
117        * monitor/mon-prmisc.c: Add config-header support.
118        * monitor/mon-queue.c: Add config-header support.
119        * monitor/mon-server.c: Add config-header support.
120        * monitor/mon-symbols.c: Add config-header support.
121        * monitor/mon-task.c: Add config-header support.
122        * mw-fb/mw_fb.c: Add config-header support.
123        * mw-fb/mw_uid.c: Add config-header support.
124        * rtmonuse/rtmonuse.c: Add config-header support.
125        * serdbg/serdbg.c: Add config-header support.
126        * serdbg/serdbgio.c: Add config-header support.
127        * serdbg/termios_printk.c: Add config-header support.
128        * shell/cmds.c: Add config-header support.
129        * stackchk/check.c: Add config-header support.
130        * untar/untar.c: Add config-header support.
131
1322003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
135
1362003-06-04      Joel Sherrill <joel@OARcorp.com>
137
138        * stackchk/check.c: Removed warnings.
139
1402003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * dummy/Makefile.am: Remove stray dummy.rel.
143
1442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove AC_CONFIG_AUX_DIR.
147
1482003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        capture/capture-cli.c: Add proper definition to avoid compiler
151        warnings. Apply int = getchar().
152
1532003-02-14      Till Straumann <strauman@slac.stanford.edu>
154
155        PR 352/rtems_misc
156        * shell/shell.c: make rtems_shell main task an FP enabled task.
157
1582003-01-27      Dan Smisko <dan@balanced.com>
159
160        * stackchk/check.c: Fix problem where _Objects_Get_information()
161        will dereference a null pointer when checking the interrupt stack.
162        If there's something at 0, you may be ok at run time but it is wrong.
163
1642003-01-27      Dan Smisko <dan@balanced.com>
165
166        * monitor/mon-command.c: Correct two potential NULL references.
167
1682002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Fix tests for GCC.
171
1722002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Add check for weak function attribute.
175        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
176        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
177        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
178        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
179        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
180        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
181        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
182        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
183        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
184        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
185        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
186        Build iff LIBSERDBG is true.
187        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
188        Build iff LIBSHELL is true.
189        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
190        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
191        * wrapup/Makefile.am: Reflect changes above.
192
1932002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Require autoconf-2.57+automake-1.7.2.
196        * capture/Makefile.am: Eliminate C_O_FILES.
197        * cpuuse/Makefile.am: Ditto.
198        * devnull/Makefile.am: Ditto.
199        * dummy/Makefile.am: Ditto.
200        * dumpbuf/Makefile.am: Ditto.
201        * monitor/Makefile.am: Ditto.
202        * rtmonuse/Makefile.am: Ditto.
203        * serdbg/Makefile.am: Ditto.
204        * shell/Makefile.am: Ditto.
205        * stackchk/Makefile.am: Ditto.
206        * untar/Makefile.am: Ditto.
207        * mw-fb/Makefile.am: Eliminate C_O_FILES.
208        Eliminate SRCS.
209
2102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        Moving libmisc from rtems/c/src to rtems/cpukit.
213
214        * Makefile.am: Reflect new path.
215        * configure.ac: Reflect new path.
216        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
217        Remove RTEMS_PROJECT_ROOT.
218        * capture/Makefile.am: Reflect new path.
219        Remove OBJS from all-local.
220        * cpuuse/Makefile.am: Ditto.
221        * devnull/Makefile.am: Ditto.
222        * dummy/Makefile.am: Ditto.
223        * dumpbuf/Makefile.am: Ditto.
224        * monitor/Makefile.am: Ditto.
225        * mw-fb/Makefile.am: Ditto.
226        * rtmonuse/Makefile.am: Ditto.
227        * serdbg/Makefile.am: Ditto.
228        * shell/Makefile.am: Ditto.
229        * stackchk/Makefile.am: Ditto.
230        * untar/Makefile.am: Ditto.
231        * wrapup/Makefile.am: Reflect new path.
232
2332002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
236
2372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
245        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
246        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
249        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
250        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252
2532002-12-02      Joel Sherrill <joel@OARcorp.com>
254
255        * stackchk/check.c: Better handling of task name.
256
2572002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
260
2612002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * serdbg/serdbgio.c: Add #include <unistd.h>.
266        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
267        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
268        * configure.ac: Check for stdio assignments.
269        Add RTEMS_LIBSHELL conditional.
270
2712002-11-01      Joel Sherrill <joel@OARcorp.com>
272
273        * stackchk/check.c: Removed warnings.
274
2752002-10-31      Joel Sherrill <joel@OARcorp.com>
276
277        * stackchk/check.c: Removed warning.
278
2792002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
282        RTEMS_UNIX to avoid gcc warning.
283
2842002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
285
286        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
287        Patch to remove problems introduced by object name rework.
288
2892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * .cvsignore: Reformat.
292        Add autom4te*cache.
293        Remove autom4te.cache.
294
2952002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * shell/shell.c: #include <time.h>
298        * wrapup/Makefile.am: Eliminate LIBNAME.
299
3002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
303        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
310        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
311        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
312        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
314
3152002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
318
3192002-08-01      Joel Sherrill <joel@OARcorp.com>
320
321        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
322        object name is raw versus being a string.
323
3242002-07-30      Joel Sherrill <joel@OARcorp.com>
325
326        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
327        stack if the port doesn't configure using it.
328
3292002-07-24      Joel Sherrill <joel@OARcorp.com>
330
331        * wrapup/Makefile.am: Temporarily don't include serdbg since it
332        causes some BSPs to not link "main(){}" as required by autoconf.
333
3342002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * capture/capture.c: include <string.h> for memset.
337        * capture/capture-cli.c: include <string.h> for memset.
338
3392002-07-01      Joel Sherrill <joel@OARcorp.com>
340
341        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
342        monitor/mon-object.c, monitor/monitor.h: Corrected use of
343        _Objects_Information_table now that it is a two dimensional
344        array based upon API and class.  In addition, in the monitor,
345        corrected an error which occured when a target has 64 bit pointers.
346
3472002-07-01      Joel Sherrill <joel@OARcorp.com>
348
349        * stackchk/check.c: Corrected use of
350        _Objects_Information_table now that it is a two dimensional
351        array based upon API and class.
352
3532002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
354
355        * With the addition of serdbg, the standard polled I/O functions
356        for gdbstub and/or printk are optionally routed to any termios-aware
357        device driver, that supports polled mode. See libmisc/serdbg/README.
358        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
359        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
360        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
361        serdbg/.cvsignore: New files.
362        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
363        reflect addition.
364
3652002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * wrapup/Makefile.am: Don't preinstall libmisc.a.
368
3692002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac, Makefile.am: Remove references to rootfs.
372
3732002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * rootfs/.cvsignore: Remove.
376        * rootfs/Makefile.am: Remove.
377        * rootfs/mkrootfs.h: Remove.
378        * rootfs/mkrootfs.c: Remove.
379        * configure.ac: Remove rootfs and NETWORKING macros.
380        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
381
3822002-05-16      Chris Johns <ccj@acm.org>
383
384        * Per PR194, added the Capture engine. 
385        * capture/Makefile.am, capture/README, capture/capture-cli.c,
386        capture/capture-cli.h, capture/capture.c, capture/capture.h,
387        capture/.cvsignore: New files.
388        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
389        reflect addition.
390
3912001-05-14      Joel Sherrill <joel@OARcorp.com>
392
393        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
394        a library of the same name.
395
3962002-03-20      Chris Johns <ccj@acm.org>
397
398        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
399        lowercase. The capture engine need to set triggers or watches on task
400        with uppercase names. 
401        Also stop the monitor repeating command when enter is pressed.
402
4032002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * monitor/mon-monitor.c: Replace done with return (gcc3).
406
4072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.ac:
410        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
411        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
412        * Makefile.am: Remove AUTOMAKE_OPTIONS.
413        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
414        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
415        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
416        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
425
4262002-03-20      Chris Johns <ccj@acm.org>
427
428        * PR148.
429        * monitor/mon-prmisc.c: Fixed to print task states correctly.
430
4312002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * shell/shell.c: Remove #undef __STRICT_ANSI__.
434
4352002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
438
4392002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
442
4432001-10-12      Joel Sherrill <joel@OARcorp.com>
444
445        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
446
4472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
450        * configure.in: Remove.
451        * configure.ac: New file, generated from configure.in by autoupdate.
452
4532001-09-28      Joel Sherrill <joel@OARcorp.com>
454
455        * dummy/dummy.c: Now a useful configuration that starts main().
456        * wrapup/Makefile.am: Include a base level configuration in
457        RTEMS library.
458
4592001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
462        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
463        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
464        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
465        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
466        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
467        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
468        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
469        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
470        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
471
4722001-09-27      Joel Sherrill <joel@OARcorp.com>
473
474        * ChangeLog: Fixed typo in date.
475
4762001-09-21      Joel Sherrill <joel@OARcorp.com>
477
478        * configure.in, rootfs/Makefile.am: Added conditional to make sure
479        rootfs does not get built with networking is disabled.  Also
480        added include of compile.am to rootfs/Makefile.am.
481        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
482
4832001-09-19      Chris Johns <ccj@acm.org>
484
485        * Added support for populating the initial "root" filesystem
486        with information obtained via the DHCP response.
487        * rootfs: New directory.
488        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
489        rootfs/mkrootfs.h: New files.
490        * configure.in, Makefile.am: Modified to reflect addition.
491
4922001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
493
494        * shell/shell.c: Don't close file it wasn't open.
495
4962001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
499        of AC_CANONICAL_SYSTEM.
500        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
501        mkinstalldirs and mkdir.
502        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
503        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
504        _RTEMS_OUTPUT_BUILD_SUBDIRS.
505
5062001-09-14      Joel Sherrill <joel@OARcorp.com>
507
508        * ChangeLog: Fixed some mistakes.
509
5102001-09-14      Joel Sherrill <joel@OARcorp.com>
511
512        * ChangeLog: Fixed some mistakes.
513
5142001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
517        of AC_CANONICAL_SYSTEM.
518        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
519        mkinstalldirs and mkdir.
520        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
521        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
522        _RTEMS_OUTPUT_BUILD_SUBDIRS.
523
5242001-09-14      Joel Sherrill <joel@OARcorp.com>
525
526        * ChangeLog: Fixed some mistakes.
527
5282001-09-14      Joel Sherrill <joel@OARcorp.com>
529
530        * ChangeLog: Fixed some mistakes.
531
5322001-09-13      Joel Sherrill <joel@OARcorp.com>
533
534        * devnull/devnull.c: Eliminate warning.
535
5362001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
537
538        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
539
5402001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
541
542        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
543        shell/shell.h: Updates.
544
5452001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
546
547        * monitor/mon-command.c: Add support for partial command matching.
548        The monitor used to have this functionality before it was overhauled
549        to support addition of user commands.
550
5512001-06-14      Joel Sherrill <joel@OARcorp.com>
552
553        * shell/telnetd.c, shell/telnetd.h: Moved to
554        libnetworking/rtems_servers so the network stack to address network
555        depenendency.
556        * shell/Makefile.am: Modified to reflect above.
557
5582001-05-25      Joel Sherrill <joel@OARcorp.com>
559
560        * shell/cmds.c: Removed code from inappropriate source.
561
5622000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
563
564        * monitor/mon-prmisc.c: Correct print line.
565        * shell/Makefile.am: Added new file telnetd.c.
566        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
567        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
568           - The shell_init has a new parameter 'forever' because in
569             /dev/console you need that this process runs forever but in
570             tcp/ip not. (respawn?)
571           - A new task for every session opened trought tcp/ip telnet client.
572             (the chargen,daytime and more are possible of implementation but
573             I ask me if they are necesary)
574           - Exit from the session delete the task and when the client fails too.
575           - More cmds have been implemented. (very reduced version of these)
576             umask, chmod, id, whoami, rm, cat, ...
577           - A reduced line edit has been implemented.
578               Ctrl-C abort the input,
579               Ctrl-d in the first position gives EOF (logout).
580               '\b' and DEL makes the rubout operation.
581               I think that readline() for every session spents a lot of resources.
582
5832001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
586        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
587
5882001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
589
590        * Added initial shell functionality.
591        * Makefile.am, configure.in, wrapup/Makefile.am:
592        * shell/.cvsignore, shell/Makefile.am, shell/README,
593        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
594
5952001-04-20      Joel Sherrill <joel@OARcorp.com>
596
597        * devnull/devnull.c (null_initialize): Added check to
598        ensure that the driver is only initialized once.  Otherwise,
599        it will abort when the device /dev/null is present.
600        (null_write): Do not dereference a NULL pointer.
601
6022001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
605
6062001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
609        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
610        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
611        Apply include_*HEADERS instead of H_FILES.
612
6132001-01-05      Joel Sherrill <joel@OARcorp.com>
614
615        * devnull: New addition.  Moved from libcpu/sh.
616        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
617        devnull/Makefile.am: New files.
618        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
619        addition of above.
620
6212000-11-30      Joel Sherrill <joel@OARcorp.com>
622
623        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
624
6252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
628
6292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
632
6332000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
636        Switch to GNU canonicalization.
637
6382000-09-28      Joel Sherrill <joel@OARcorp.com>
639
640        * monitor/mon-driver.c: Accounted for addition of "_entry" to
641        fields in rtems_driver_address_table.
642
6432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644       
645        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
646        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
647        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
648        Include compile.am.
649
6502000-08-30      Joel Sherrill <joel@OARcorp.com>
651
652        * Many files: Moved posix/include/rtems/posix/seterr.h to
653        score/include/rtems/seterr.h so it would be available within
654        all APIs.
655
6562000-08-30      Joel Sherrill <joel@OARcorp.com>
657
658        * mw-fb/.cvsignore: New file.
659
6602000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
661
662        * Added generic Micro FrameBuffer interface for MicroWindows.
663        This interface allows MicroWindows to under RTEMS. A sample
664        driver has been developed for the pc386 BSP. See
665        pc386/fb_vga.c as a sample.
666        * Added Uniform Input Device interface for MicroWindows.
667        See PC386 bsp for sample drivers for mouse and keyboard (console).
668        * mw-bf: New directory.
669        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
670        * mw-fb/Makefile.am: New file.
671        * mw-fb/mw_fb.c: New file.
672        * mw-fb/mw_fb.h: New file.
673        * mw-fb/mw_uid.c: New file.
674        * mw-fb/mw_uid.h: New file.
675
6762000-08-10      Joel Sherrill <joel@OARcorp.com>
677
678        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.