source: rtems/cpukit/libmisc/ChangeLog @ 236b701

4.104.114.84.95
Last change on this file since 236b701 was 236b701, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 20:25:28

2003-08-14 Joel Sherrill <joel@…>

PR 408/filesystem

  • cpuuse/cpuuse.c: Added sync() service. As part of adding this service, the new RTEMS service rtems_iterate_over_all_threads() was also added. This new service makes it easier to iterate over all the tasks/threads in a system and perform an action on them. This change is to use the new thread iteration service.
  • Property mode set to 100644
File size: 22.6 KB
Line 
12003-08-14      Joel Sherrill <joel@OARcorp.com>
2
3        PR 408/filesystem
4        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
5        service, the new RTEMS service rtems_iterate_over_all_threads() was
6        also added. This new service makes it easier to iterate over all the
7        tasks/threads in a system and perform an action on them. This change
8        is to use the new thread iteration service.
9
102003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * fsmount/Makefile.am: Fix path to automake-includes.
13
142003-08-13      Joel Sherrill <joel@OARcorp.com>
15
16        * fsmount/.cvsignore: New file.
17
182003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
19
20        PR 369/filesystem
21        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
22        show the use of the DOSFS functions
23        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
24        fsmount/fsmount.h: New files.
25
262003-08-05      Till Strauman <strauman@slac.stanford.edu>
27
28        PR 436/rtems_misc
29        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
30
312003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Remove (Merged into ../configure.ac).
34        * Makefile.am:
35        Reflect having merged configure.ac into ../configure.ac.
36        * capture/config.h: New.
37        * capture/Makefile.am: Add config.h.
38        Reflect having merged configure.ac into ../configure.ac.
39        * cpuuse/config.h: New.
40        * cpuuse/Makefile.am: Add config.h.
41        Reflect having merged configure.ac into ../configure.ac.
42        * devnull/config.h: New.
43        * devnull/Makefile.am: Add config.h.
44        Reflect having merged configure.ac into ../configure.ac.
45        * dummy/config.h: New.
46        * dummy/Makefile.am: Add config.h.
47        Reflect having merged configure.ac into ../configure.ac.
48        * dumpbuf/config.h: New.
49        * dumpbuf/Makefile.am: Add config.h.
50        Reflect having merged configure.ac into ../configure.ac.
51        * monitor/config.h: New.
52        * monitor/Makefile.am: Add config.h.
53        Reflect having merged configure.ac into ../configure.ac.
54        * mw-fb/config.h: New.
55        * mw-fb/Makefile.am: Add config.h.
56        Reflect having merged configure.ac into ../configure.ac.
57        * rtmonuse/config.h: New.
58        * rtmonuse/Makefile.am: Add config.h.
59        Reflect having merged configure.ac into ../configure.ac.
60        * serdbg/config.h: New.
61        * serdbg/Makefile.am: Add config.h.
62        Reflect having merged configure.ac into ../configure.ac.
63        * shell/config.h: New.
64        * shell/Makefile.am: Add config.h.
65        Reflect having merged configure.ac into ../configure.ac.
66        * stackchk/config.h: New.
67        * stackchk/Makefile.am: Add config.h.
68        Reflect having merged configure.ac into ../configure.ac.
69        * untar/config.h: New.
70        * untar/Makefile.am: Add config.h.
71        Reflect having merged configure.ac into ../configure.ac.
72        * wrapup/Makefile.am:
73        Reflect having merged configure.ac into ../configure.ac.
74
752003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * capture/capture-cli.c: Add config-header support.
78        * capture/capture.c: Add config-header support.
79        * cpuuse/cpuuse.c: Add config-header support.
80        * devnull/devnull.c: Add config-header support.
81        * dummy/dummy.c: Add config-header support.
82        * dumpbuf/dumpbuf.c: Add config-header support.
83        * monitor/mon-command.c: Add config-header support.
84        * monitor/mon-config.c: Add config-header support.
85        * monitor/mon-dname.c: Add config-header support.
86        * monitor/mon-driver.c: Add config-header support.
87        * monitor/mon-extension.c: Add config-header support.
88        * monitor/mon-itask.c: Add config-header support.
89        * monitor/mon-manager.c: Add config-header support.
90        * monitor/mon-monitor.c: Add config-header support.
91        * monitor/mon-mpci.c: Add config-header support.
92        * monitor/mon-object.c: Add config-header support.
93        * monitor/mon-prmisc.c: Add config-header support.
94        * monitor/mon-queue.c: Add config-header support.
95        * monitor/mon-server.c: Add config-header support.
96        * monitor/mon-symbols.c: Add config-header support.
97        * monitor/mon-task.c: Add config-header support.
98        * mw-fb/mw_fb.c: Add config-header support.
99        * mw-fb/mw_uid.c: Add config-header support.
100        * rtmonuse/rtmonuse.c: Add config-header support.
101        * serdbg/serdbg.c: Add config-header support.
102        * serdbg/serdbgio.c: Add config-header support.
103        * serdbg/termios_printk.c: Add config-header support.
104        * shell/cmds.c: Add config-header support.
105        * stackchk/check.c: Add config-header support.
106        * untar/untar.c: Add config-header support.
107
1082003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
111
1122003-06-04      Joel Sherrill <joel@OARcorp.com>
113
114        * stackchk/check.c: Removed warnings.
115
1162003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * dummy/Makefile.am: Remove stray dummy.rel.
119
1202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Remove AC_CONFIG_AUX_DIR.
123
1242003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        capture/capture-cli.c: Add proper definition to avoid compiler
127        warnings. Apply int = getchar().
128
1292003-02-14      Till Straumann <strauman@slac.stanford.edu>
130
131        PR 352/rtems_misc
132        * shell/shell.c: make rtems_shell main task an FP enabled task.
133
1342003-01-27      Dan Smisko <dan@balanced.com>
135
136        * stackchk/check.c: Fix problem where _Objects_Get_information()
137        will dereference a null pointer when checking the interrupt stack.
138        If there's something at 0, you may be ok at run time but it is wrong.
139
1402003-01-27      Dan Smisko <dan@balanced.com>
141
142        * monitor/mon-command.c: Correct two potential NULL references.
143
1442002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Fix tests for GCC.
147
1482002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Add check for weak function attribute.
151        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
152        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
153        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
154        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
155        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
156        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
157        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
158        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
159        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
160        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
161        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
162        Build iff LIBSERDBG is true.
163        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
164        Build iff LIBSHELL is true.
165        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
166        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
167        * wrapup/Makefile.am: Reflect changes above.
168
1692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Require autoconf-2.57+automake-1.7.2.
172        * capture/Makefile.am: Eliminate C_O_FILES.
173        * cpuuse/Makefile.am: Ditto.
174        * devnull/Makefile.am: Ditto.
175        * dummy/Makefile.am: Ditto.
176        * dumpbuf/Makefile.am: Ditto.
177        * monitor/Makefile.am: Ditto.
178        * rtmonuse/Makefile.am: Ditto.
179        * serdbg/Makefile.am: Ditto.
180        * shell/Makefile.am: Ditto.
181        * stackchk/Makefile.am: Ditto.
182        * untar/Makefile.am: Ditto.
183        * mw-fb/Makefile.am: Eliminate C_O_FILES.
184        Eliminate SRCS.
185
1862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        Moving libmisc from rtems/c/src to rtems/cpukit.
189
190        * Makefile.am: Reflect new path.
191        * configure.ac: Reflect new path.
192        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
193        Remove RTEMS_PROJECT_ROOT.
194        * capture/Makefile.am: Reflect new path.
195        Remove OBJS from all-local.
196        * cpuuse/Makefile.am: Ditto.
197        * devnull/Makefile.am: Ditto.
198        * dummy/Makefile.am: Ditto.
199        * dumpbuf/Makefile.am: Ditto.
200        * monitor/Makefile.am: Ditto.
201        * mw-fb/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        * wrapup/Makefile.am: Reflect new path.
208
2092002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
212
2132002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228
2292002-12-02      Joel Sherrill <joel@OARcorp.com>
230
231        * stackchk/check.c: Better handling of task name.
232
2332002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
236
2372002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * serdbg/serdbgio.c: Add #include <unistd.h>.
242        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
243        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
244        * configure.ac: Check for stdio assignments.
245        Add RTEMS_LIBSHELL conditional.
246
2472002-11-01      Joel Sherrill <joel@OARcorp.com>
248
249        * stackchk/check.c: Removed warnings.
250
2512002-10-31      Joel Sherrill <joel@OARcorp.com>
252
253        * stackchk/check.c: Removed warning.
254
2552002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
258        RTEMS_UNIX to avoid gcc warning.
259
2602002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
261
262        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
263        Patch to remove problems introduced by object name rework.
264
2652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * .cvsignore: Reformat.
268        Add autom4te*cache.
269        Remove autom4te.cache.
270
2712002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * shell/shell.c: #include <time.h>
274        * wrapup/Makefile.am: Eliminate LIBNAME.
275
2762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
280        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
281        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
282        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
283        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
284        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
285        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
290
2912002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
294
2952002-08-01      Joel Sherrill <joel@OARcorp.com>
296
297        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
298        object name is raw versus being a string.
299
3002002-07-30      Joel Sherrill <joel@OARcorp.com>
301
302        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
303        stack if the port doesn't configure using it.
304
3052002-07-24      Joel Sherrill <joel@OARcorp.com>
306
307        * wrapup/Makefile.am: Temporarily don't include serdbg since it
308        causes some BSPs to not link "main(){}" as required by autoconf.
309
3102002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * capture/capture.c: include <string.h> for memset.
313        * capture/capture-cli.c: include <string.h> for memset.
314
3152002-07-01      Joel Sherrill <joel@OARcorp.com>
316
317        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
318        monitor/mon-object.c, monitor/monitor.h: Corrected use of
319        _Objects_Information_table now that it is a two dimensional
320        array based upon API and class.  In addition, in the monitor,
321        corrected an error which occured when a target has 64 bit pointers.
322
3232002-07-01      Joel Sherrill <joel@OARcorp.com>
324
325        * stackchk/check.c: Corrected use of
326        _Objects_Information_table now that it is a two dimensional
327        array based upon API and class.
328
3292002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
330
331        * With the addition of serdbg, the standard polled I/O functions
332        for gdbstub and/or printk are optionally routed to any termios-aware
333        device driver, that supports polled mode. See libmisc/serdbg/README.
334        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
335        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
336        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
337        serdbg/.cvsignore: New files.
338        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
339        reflect addition.
340
3412002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * wrapup/Makefile.am: Don't preinstall libmisc.a.
344
3452002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac, Makefile.am: Remove references to rootfs.
348
3492002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * rootfs/.cvsignore: Remove.
352        * rootfs/Makefile.am: Remove.
353        * rootfs/mkrootfs.h: Remove.
354        * rootfs/mkrootfs.c: Remove.
355        * configure.ac: Remove rootfs and NETWORKING macros.
356        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
357
3582002-05-16      Chris Johns <ccj@acm.org>
359
360        * Per PR194, added the Capture engine. 
361        * capture/Makefile.am, capture/README, capture/capture-cli.c,
362        capture/capture-cli.h, capture/capture.c, capture/capture.h,
363        capture/.cvsignore: New files.
364        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
365        reflect addition.
366
3672001-05-14      Joel Sherrill <joel@OARcorp.com>
368
369        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
370        a library of the same name.
371
3722002-03-20      Chris Johns <ccj@acm.org>
373
374        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
375        lowercase. The capture engine need to set triggers or watches on task
376        with uppercase names. 
377        Also stop the monitor repeating command when enter is pressed.
378
3792002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * monitor/mon-monitor.c: Replace done with return (gcc3).
382
3832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac:
386        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
387        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
388        * Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
393        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
400        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
401
4022002-03-20      Chris Johns <ccj@acm.org>
403
404        * PR148.
405        * monitor/mon-prmisc.c: Fixed to print task states correctly.
406
4072002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * shell/shell.c: Remove #undef __STRICT_ANSI__.
410
4112002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
414
4152002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
418
4192001-10-12      Joel Sherrill <joel@OARcorp.com>
420
421        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
422
4232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
426        * configure.in: Remove.
427        * configure.ac: New file, generated from configure.in by autoupdate.
428
4292001-09-28      Joel Sherrill <joel@OARcorp.com>
430
431        * dummy/dummy.c: Now a useful configuration that starts main().
432        * wrapup/Makefile.am: Include a base level configuration in
433        RTEMS library.
434
4352001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
438        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
439        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
440        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
441        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
442        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
443        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
444        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
445        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
446        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
447
4482001-09-27      Joel Sherrill <joel@OARcorp.com>
449
450        * ChangeLog: Fixed typo in date.
451
4522001-09-21      Joel Sherrill <joel@OARcorp.com>
453
454        * configure.in, rootfs/Makefile.am: Added conditional to make sure
455        rootfs does not get built with networking is disabled.  Also
456        added include of compile.am to rootfs/Makefile.am.
457        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
458
4592001-09-19      Chris Johns <ccj@acm.org>
460
461        * Added support for populating the initial "root" filesystem
462        with information obtained via the DHCP response.
463        * rootfs: New directory.
464        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
465        rootfs/mkrootfs.h: New files.
466        * configure.in, Makefile.am: Modified to reflect addition.
467
4682001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
469
470        * shell/shell.c: Don't close file it wasn't open.
471
4722001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
475        of AC_CANONICAL_SYSTEM.
476        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
477        mkinstalldirs and mkdir.
478        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
479        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
480        _RTEMS_OUTPUT_BUILD_SUBDIRS.
481
4822001-09-14      Joel Sherrill <joel@OARcorp.com>
483
484        * ChangeLog: Fixed some mistakes.
485
4862001-09-14      Joel Sherrill <joel@OARcorp.com>
487
488        * ChangeLog: Fixed some mistakes.
489
4902001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
493        of AC_CANONICAL_SYSTEM.
494        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
495        mkinstalldirs and mkdir.
496        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
497        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
498        _RTEMS_OUTPUT_BUILD_SUBDIRS.
499
5002001-09-14      Joel Sherrill <joel@OARcorp.com>
501
502        * ChangeLog: Fixed some mistakes.
503
5042001-09-14      Joel Sherrill <joel@OARcorp.com>
505
506        * ChangeLog: Fixed some mistakes.
507
5082001-09-13      Joel Sherrill <joel@OARcorp.com>
509
510        * devnull/devnull.c: Eliminate warning.
511
5122001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
513
514        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
515
5162001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
517
518        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
519        shell/shell.h: Updates.
520
5212001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
522
523        * monitor/mon-command.c: Add support for partial command matching.
524        The monitor used to have this functionality before it was overhauled
525        to support addition of user commands.
526
5272001-06-14      Joel Sherrill <joel@OARcorp.com>
528
529        * shell/telnetd.c, shell/telnetd.h: Moved to
530        libnetworking/rtems_servers so the network stack to address network
531        depenendency.
532        * shell/Makefile.am: Modified to reflect above.
533
5342001-05-25      Joel Sherrill <joel@OARcorp.com>
535
536        * shell/cmds.c: Removed code from inappropriate source.
537
5382000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
539
540        * monitor/mon-prmisc.c: Correct print line.
541        * shell/Makefile.am: Added new file telnetd.c.
542        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
543        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
544           - The shell_init has a new parameter 'forever' because in
545             /dev/console you need that this process runs forever but in
546             tcp/ip not. (respawn?)
547           - A new task for every session opened trought tcp/ip telnet client.
548             (the chargen,daytime and more are possible of implementation but
549             I ask me if they are necesary)
550           - Exit from the session delete the task and when the client fails too.
551           - More cmds have been implemented. (very reduced version of these)
552             umask, chmod, id, whoami, rm, cat, ...
553           - A reduced line edit has been implemented.
554               Ctrl-C abort the input,
555               Ctrl-d in the first position gives EOF (logout).
556               '\b' and DEL makes the rubout operation.
557               I think that readline() for every session spents a lot of resources.
558
5592001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
562        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
563
5642001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
565
566        * Added initial shell functionality.
567        * Makefile.am, configure.in, wrapup/Makefile.am:
568        * shell/.cvsignore, shell/Makefile.am, shell/README,
569        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
570
5712001-04-20      Joel Sherrill <joel@OARcorp.com>
572
573        * devnull/devnull.c (null_initialize): Added check to
574        ensure that the driver is only initialized once.  Otherwise,
575        it will abort when the device /dev/null is present.
576        (null_write): Do not dereference a NULL pointer.
577
5782001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
581
5822001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
585        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
586        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
587        Apply include_*HEADERS instead of H_FILES.
588
5892001-01-05      Joel Sherrill <joel@OARcorp.com>
590
591        * devnull: New addition.  Moved from libcpu/sh.
592        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
593        devnull/Makefile.am: New files.
594        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
595        addition of above.
596
5972000-11-30      Joel Sherrill <joel@OARcorp.com>
598
599        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
600
6012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
604
6052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
608
6092000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
612        Switch to GNU canonicalization.
613
6142000-09-28      Joel Sherrill <joel@OARcorp.com>
615
616        * monitor/mon-driver.c: Accounted for addition of "_entry" to
617        fields in rtems_driver_address_table.
618
6192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620       
621        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
622        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
623        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
624        Include compile.am.
625
6262000-08-30      Joel Sherrill <joel@OARcorp.com>
627
628        * Many files: Moved posix/include/rtems/posix/seterr.h to
629        score/include/rtems/seterr.h so it would be available within
630        all APIs.
631
6322000-08-30      Joel Sherrill <joel@OARcorp.com>
633
634        * mw-fb/.cvsignore: New file.
635
6362000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
637
638        * Added generic Micro FrameBuffer interface for MicroWindows.
639        This interface allows MicroWindows to under RTEMS. A sample
640        driver has been developed for the pc386 BSP. See
641        pc386/fb_vga.c as a sample.
642        * Added Uniform Input Device interface for MicroWindows.
643        See PC386 bsp for sample drivers for mouse and keyboard (console).
644        * mw-bf: New directory.
645        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
646        * mw-fb/Makefile.am: New file.
647        * mw-fb/mw_fb.c: New file.
648        * mw-fb/mw_fb.h: New file.
649        * mw-fb/mw_uid.c: New file.
650        * mw-fb/mw_uid.h: New file.
651
6522000-08-10      Joel Sherrill <joel@OARcorp.com>
653
654        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.