source: rtems/cpukit/libmisc/ChangeLog @ b56c1a3

4.104.114.84.95
Last change on this file since b56c1a3 was 41a53075, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/14/03 at 10:20:36

2003-08-14 Ralf Corsepius <corsepiu@…>

  • fsmount/Makefile.am: Fix path to automake-includes.
  • Property mode set to 100644
File size: 22.2 KB
Line 
12003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * fsmount/Makefile.am: Fix path to automake-includes.
4
52003-08-13      Joel Sherrill <joel@OARcorp.com>
6
7        * fsmount/.cvsignore: New file.
8
92003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
10
11        PR 369/filesystem
12        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
13        show the use of the DOSFS functions
14        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
15        fsmount/fsmount.h: New files.
16
172003-08-05      Till Strauman <strauman@slac.stanford.edu>
18
19        PR 436/rtems_misc
20        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
21
222003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Remove (Merged into ../configure.ac).
25        * Makefile.am:
26        Reflect having merged configure.ac into ../configure.ac.
27        * capture/config.h: New.
28        * capture/Makefile.am: Add config.h.
29        Reflect having merged configure.ac into ../configure.ac.
30        * cpuuse/config.h: New.
31        * cpuuse/Makefile.am: Add config.h.
32        Reflect having merged configure.ac into ../configure.ac.
33        * devnull/config.h: New.
34        * devnull/Makefile.am: Add config.h.
35        Reflect having merged configure.ac into ../configure.ac.
36        * dummy/config.h: New.
37        * dummy/Makefile.am: Add config.h.
38        Reflect having merged configure.ac into ../configure.ac.
39        * dumpbuf/config.h: New.
40        * dumpbuf/Makefile.am: Add config.h.
41        Reflect having merged configure.ac into ../configure.ac.
42        * monitor/config.h: New.
43        * monitor/Makefile.am: Add config.h.
44        Reflect having merged configure.ac into ../configure.ac.
45        * mw-fb/config.h: New.
46        * mw-fb/Makefile.am: Add config.h.
47        Reflect having merged configure.ac into ../configure.ac.
48        * rtmonuse/config.h: New.
49        * rtmonuse/Makefile.am: Add config.h.
50        Reflect having merged configure.ac into ../configure.ac.
51        * serdbg/config.h: New.
52        * serdbg/Makefile.am: Add config.h.
53        Reflect having merged configure.ac into ../configure.ac.
54        * shell/config.h: New.
55        * shell/Makefile.am: Add config.h.
56        Reflect having merged configure.ac into ../configure.ac.
57        * stackchk/config.h: New.
58        * stackchk/Makefile.am: Add config.h.
59        Reflect having merged configure.ac into ../configure.ac.
60        * untar/config.h: New.
61        * untar/Makefile.am: Add config.h.
62        Reflect having merged configure.ac into ../configure.ac.
63        * wrapup/Makefile.am:
64        Reflect having merged configure.ac into ../configure.ac.
65
662003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * capture/capture-cli.c: Add config-header support.
69        * capture/capture.c: Add config-header support.
70        * cpuuse/cpuuse.c: Add config-header support.
71        * devnull/devnull.c: Add config-header support.
72        * dummy/dummy.c: Add config-header support.
73        * dumpbuf/dumpbuf.c: Add config-header support.
74        * monitor/mon-command.c: Add config-header support.
75        * monitor/mon-config.c: Add config-header support.
76        * monitor/mon-dname.c: Add config-header support.
77        * monitor/mon-driver.c: Add config-header support.
78        * monitor/mon-extension.c: Add config-header support.
79        * monitor/mon-itask.c: Add config-header support.
80        * monitor/mon-manager.c: Add config-header support.
81        * monitor/mon-monitor.c: Add config-header support.
82        * monitor/mon-mpci.c: Add config-header support.
83        * monitor/mon-object.c: Add config-header support.
84        * monitor/mon-prmisc.c: Add config-header support.
85        * monitor/mon-queue.c: Add config-header support.
86        * monitor/mon-server.c: Add config-header support.
87        * monitor/mon-symbols.c: Add config-header support.
88        * monitor/mon-task.c: Add config-header support.
89        * mw-fb/mw_fb.c: Add config-header support.
90        * mw-fb/mw_uid.c: Add config-header support.
91        * rtmonuse/rtmonuse.c: Add config-header support.
92        * serdbg/serdbg.c: Add config-header support.
93        * serdbg/serdbgio.c: Add config-header support.
94        * serdbg/termios_printk.c: Add config-header support.
95        * shell/cmds.c: Add config-header support.
96        * stackchk/check.c: Add config-header support.
97        * untar/untar.c: Add config-header support.
98
992003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
102
1032003-06-04      Joel Sherrill <joel@OARcorp.com>
104
105        * stackchk/check.c: Removed warnings.
106
1072003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * dummy/Makefile.am: Remove stray dummy.rel.
110
1112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Remove AC_CONFIG_AUX_DIR.
114
1152003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        capture/capture-cli.c: Add proper definition to avoid compiler
118        warnings. Apply int = getchar().
119
1202003-02-14      Till Straumann <strauman@slac.stanford.edu>
121
122        PR 352/rtems_misc
123        * shell/shell.c: make rtems_shell main task an FP enabled task.
124
1252003-01-27      Dan Smisko <dan@balanced.com>
126
127        * stackchk/check.c: Fix problem where _Objects_Get_information()
128        will dereference a null pointer when checking the interrupt stack.
129        If there's something at 0, you may be ok at run time but it is wrong.
130
1312003-01-27      Dan Smisko <dan@balanced.com>
132
133        * monitor/mon-command.c: Correct two potential NULL references.
134
1352002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Fix tests for GCC.
138
1392002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Add check for weak function attribute.
142        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
143        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
144        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
145        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
146        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
147        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
148        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
149        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
150        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
151        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
152        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
153        Build iff LIBSERDBG is true.
154        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
155        Build iff LIBSHELL is true.
156        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
157        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
158        * wrapup/Makefile.am: Reflect changes above.
159
1602002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Require autoconf-2.57+automake-1.7.2.
163        * capture/Makefile.am: Eliminate C_O_FILES.
164        * cpuuse/Makefile.am: Ditto.
165        * devnull/Makefile.am: Ditto.
166        * dummy/Makefile.am: Ditto.
167        * dumpbuf/Makefile.am: Ditto.
168        * monitor/Makefile.am: Ditto.
169        * rtmonuse/Makefile.am: Ditto.
170        * serdbg/Makefile.am: Ditto.
171        * shell/Makefile.am: Ditto.
172        * stackchk/Makefile.am: Ditto.
173        * untar/Makefile.am: Ditto.
174        * mw-fb/Makefile.am: Eliminate C_O_FILES.
175        Eliminate SRCS.
176
1772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        Moving libmisc from rtems/c/src to rtems/cpukit.
180
181        * Makefile.am: Reflect new path.
182        * configure.ac: Reflect new path.
183        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
184        Remove RTEMS_PROJECT_ROOT.
185        * capture/Makefile.am: Reflect new path.
186        Remove OBJS from all-local.
187        * cpuuse/Makefile.am: Ditto.
188        * devnull/Makefile.am: Ditto.
189        * dummy/Makefile.am: Ditto.
190        * dumpbuf/Makefile.am: Ditto.
191        * monitor/Makefile.am: Ditto.
192        * mw-fb/Makefile.am: Ditto.
193        * rtmonuse/Makefile.am: Ditto.
194        * serdbg/Makefile.am: Ditto.
195        * shell/Makefile.am: Ditto.
196        * stackchk/Makefile.am: Ditto.
197        * untar/Makefile.am: Ditto.
198        * wrapup/Makefile.am: Reflect new path.
199
2002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
203
2042002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219
2202002-12-02      Joel Sherrill <joel@OARcorp.com>
221
222        * stackchk/check.c: Better handling of task name.
223
2242002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
227
2282002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
231        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
232        * serdbg/serdbgio.c: Add #include <unistd.h>.
233        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
234        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
235        * configure.ac: Check for stdio assignments.
236        Add RTEMS_LIBSHELL conditional.
237
2382002-11-01      Joel Sherrill <joel@OARcorp.com>
239
240        * stackchk/check.c: Removed warnings.
241
2422002-10-31      Joel Sherrill <joel@OARcorp.com>
243
244        * stackchk/check.c: Removed warning.
245
2462002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
249        RTEMS_UNIX to avoid gcc warning.
250
2512002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
252
253        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
254        Patch to remove problems introduced by object name rework.
255
2562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * .cvsignore: Reformat.
259        Add autom4te*cache.
260        Remove autom4te.cache.
261
2622002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * shell/shell.c: #include <time.h>
265        * wrapup/Makefile.am: Eliminate LIBNAME.
266
2672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
280        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
281
2822002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
285
2862002-08-01      Joel Sherrill <joel@OARcorp.com>
287
288        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
289        object name is raw versus being a string.
290
2912002-07-30      Joel Sherrill <joel@OARcorp.com>
292
293        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
294        stack if the port doesn't configure using it.
295
2962002-07-24      Joel Sherrill <joel@OARcorp.com>
297
298        * wrapup/Makefile.am: Temporarily don't include serdbg since it
299        causes some BSPs to not link "main(){}" as required by autoconf.
300
3012002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * capture/capture.c: include <string.h> for memset.
304        * capture/capture-cli.c: include <string.h> for memset.
305
3062002-07-01      Joel Sherrill <joel@OARcorp.com>
307
308        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
309        monitor/mon-object.c, monitor/monitor.h: Corrected use of
310        _Objects_Information_table now that it is a two dimensional
311        array based upon API and class.  In addition, in the monitor,
312        corrected an error which occured when a target has 64 bit pointers.
313
3142002-07-01      Joel Sherrill <joel@OARcorp.com>
315
316        * stackchk/check.c: Corrected use of
317        _Objects_Information_table now that it is a two dimensional
318        array based upon API and class.
319
3202002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
321
322        * With the addition of serdbg, the standard polled I/O functions
323        for gdbstub and/or printk are optionally routed to any termios-aware
324        device driver, that supports polled mode. See libmisc/serdbg/README.
325        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
326        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
327        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
328        serdbg/.cvsignore: New files.
329        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
330        reflect addition.
331
3322002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * wrapup/Makefile.am: Don't preinstall libmisc.a.
335
3362002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac, Makefile.am: Remove references to rootfs.
339
3402002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * rootfs/.cvsignore: Remove.
343        * rootfs/Makefile.am: Remove.
344        * rootfs/mkrootfs.h: Remove.
345        * rootfs/mkrootfs.c: Remove.
346        * configure.ac: Remove rootfs and NETWORKING macros.
347        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
348
3492002-05-16      Chris Johns <ccj@acm.org>
350
351        * Per PR194, added the Capture engine. 
352        * capture/Makefile.am, capture/README, capture/capture-cli.c,
353        capture/capture-cli.h, capture/capture.c, capture/capture.h,
354        capture/.cvsignore: New files.
355        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
356        reflect addition.
357
3582001-05-14      Joel Sherrill <joel@OARcorp.com>
359
360        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
361        a library of the same name.
362
3632002-03-20      Chris Johns <ccj@acm.org>
364
365        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
366        lowercase. The capture engine need to set triggers or watches on task
367        with uppercase names. 
368        Also stop the monitor repeating command when enter is pressed.
369
3702002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * monitor/mon-monitor.c: Replace done with return (gcc3).
373
3742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac:
377        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
378        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
379        * Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
386        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
392
3932002-03-20      Chris Johns <ccj@acm.org>
394
395        * PR148.
396        * monitor/mon-prmisc.c: Fixed to print task states correctly.
397
3982002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * shell/shell.c: Remove #undef __STRICT_ANSI__.
401
4022002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
405
4062002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
409
4102001-10-12      Joel Sherrill <joel@OARcorp.com>
411
412        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
413
4142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
417        * configure.in: Remove.
418        * configure.ac: New file, generated from configure.in by autoupdate.
419
4202001-09-28      Joel Sherrill <joel@OARcorp.com>
421
422        * dummy/dummy.c: Now a useful configuration that starts main().
423        * wrapup/Makefile.am: Include a base level configuration in
424        RTEMS library.
425
4262001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
429        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
430        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
431        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
432        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
433        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
434        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
435        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
436        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
437        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
438
4392001-09-27      Joel Sherrill <joel@OARcorp.com>
440
441        * ChangeLog: Fixed typo in date.
442
4432001-09-21      Joel Sherrill <joel@OARcorp.com>
444
445        * configure.in, rootfs/Makefile.am: Added conditional to make sure
446        rootfs does not get built with networking is disabled.  Also
447        added include of compile.am to rootfs/Makefile.am.
448        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
449
4502001-09-19      Chris Johns <ccj@acm.org>
451
452        * Added support for populating the initial "root" filesystem
453        with information obtained via the DHCP response.
454        * rootfs: New directory.
455        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
456        rootfs/mkrootfs.h: New files.
457        * configure.in, Makefile.am: Modified to reflect addition.
458
4592001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
460
461        * shell/shell.c: Don't close file it wasn't open.
462
4632001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
466        of AC_CANONICAL_SYSTEM.
467        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
468        mkinstalldirs and mkdir.
469        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
470        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
471        _RTEMS_OUTPUT_BUILD_SUBDIRS.
472
4732001-09-14      Joel Sherrill <joel@OARcorp.com>
474
475        * ChangeLog: Fixed some mistakes.
476
4772001-09-14      Joel Sherrill <joel@OARcorp.com>
478
479        * ChangeLog: Fixed some mistakes.
480
4812001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
484        of AC_CANONICAL_SYSTEM.
485        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
486        mkinstalldirs and mkdir.
487        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
488        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
489        _RTEMS_OUTPUT_BUILD_SUBDIRS.
490
4912001-09-14      Joel Sherrill <joel@OARcorp.com>
492
493        * ChangeLog: Fixed some mistakes.
494
4952001-09-14      Joel Sherrill <joel@OARcorp.com>
496
497        * ChangeLog: Fixed some mistakes.
498
4992001-09-13      Joel Sherrill <joel@OARcorp.com>
500
501        * devnull/devnull.c: Eliminate warning.
502
5032001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
504
505        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
506
5072001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
508
509        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
510        shell/shell.h: Updates.
511
5122001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
513
514        * monitor/mon-command.c: Add support for partial command matching.
515        The monitor used to have this functionality before it was overhauled
516        to support addition of user commands.
517
5182001-06-14      Joel Sherrill <joel@OARcorp.com>
519
520        * shell/telnetd.c, shell/telnetd.h: Moved to
521        libnetworking/rtems_servers so the network stack to address network
522        depenendency.
523        * shell/Makefile.am: Modified to reflect above.
524
5252001-05-25      Joel Sherrill <joel@OARcorp.com>
526
527        * shell/cmds.c: Removed code from inappropriate source.
528
5292000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
530
531        * monitor/mon-prmisc.c: Correct print line.
532        * shell/Makefile.am: Added new file telnetd.c.
533        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
534        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
535           - The shell_init has a new parameter 'forever' because in
536             /dev/console you need that this process runs forever but in
537             tcp/ip not. (respawn?)
538           - A new task for every session opened trought tcp/ip telnet client.
539             (the chargen,daytime and more are possible of implementation but
540             I ask me if they are necesary)
541           - Exit from the session delete the task and when the client fails too.
542           - More cmds have been implemented. (very reduced version of these)
543             umask, chmod, id, whoami, rm, cat, ...
544           - A reduced line edit has been implemented.
545               Ctrl-C abort the input,
546               Ctrl-d in the first position gives EOF (logout).
547               '\b' and DEL makes the rubout operation.
548               I think that readline() for every session spents a lot of resources.
549
5502001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
553        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
554
5552001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
556
557        * Added initial shell functionality.
558        * Makefile.am, configure.in, wrapup/Makefile.am:
559        * shell/.cvsignore, shell/Makefile.am, shell/README,
560        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
561
5622001-04-20      Joel Sherrill <joel@OARcorp.com>
563
564        * devnull/devnull.c (null_initialize): Added check to
565        ensure that the driver is only initialized once.  Otherwise,
566        it will abort when the device /dev/null is present.
567        (null_write): Do not dereference a NULL pointer.
568
5692001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
572
5732001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
576        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
577        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
578        Apply include_*HEADERS instead of H_FILES.
579
5802001-01-05      Joel Sherrill <joel@OARcorp.com>
581
582        * devnull: New addition.  Moved from libcpu/sh.
583        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
584        devnull/Makefile.am: New files.
585        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
586        addition of above.
587
5882000-11-30      Joel Sherrill <joel@OARcorp.com>
589
590        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
591
5922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
595
5962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
599
6002000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
603        Switch to GNU canonicalization.
604
6052000-09-28      Joel Sherrill <joel@OARcorp.com>
606
607        * monitor/mon-driver.c: Accounted for addition of "_entry" to
608        fields in rtems_driver_address_table.
609
6102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611       
612        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
613        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
614        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
615        Include compile.am.
616
6172000-08-30      Joel Sherrill <joel@OARcorp.com>
618
619        * Many files: Moved posix/include/rtems/posix/seterr.h to
620        score/include/rtems/seterr.h so it would be available within
621        all APIs.
622
6232000-08-30      Joel Sherrill <joel@OARcorp.com>
624
625        * mw-fb/.cvsignore: New file.
626
6272000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
628
629        * Added generic Micro FrameBuffer interface for MicroWindows.
630        This interface allows MicroWindows to under RTEMS. A sample
631        driver has been developed for the pc386 BSP. See
632        pc386/fb_vga.c as a sample.
633        * Added Uniform Input Device interface for MicroWindows.
634        See PC386 bsp for sample drivers for mouse and keyboard (console).
635        * mw-bf: New directory.
636        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
637        * mw-fb/Makefile.am: New file.
638        * mw-fb/mw_fb.c: New file.
639        * mw-fb/mw_fb.h: New file.
640        * mw-fb/mw_uid.c: New file.
641        * mw-fb/mw_uid.h: New file.
642
6432000-08-10      Joel Sherrill <joel@OARcorp.com>
644
645        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.