source: rtems/cpukit/libmisc/ChangeLog @ 8ad28737

Last change on this file since 8ad28737 was 8ad28737, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/04 at 16:59:37

2004-09-17 Joel Sherrill <joel@…>

PR 677/misc

  • dumpbuf/dumpbuf.h, fsmount/fsmount.h, rtmonuse/rtmonuse.h, serdbg/serdbg.h, serdbg/serdbgcnf.h, serdbg/termios_printk.h, serdbg/termios_printk_cnf.h, untar/untar.h: Add extern C wrappers.
  • Property mode set to 100644
File size: 21.6 KB
Line 
12004-09-17      Joel Sherrill <joel@OARcorp.com>
2
3        PR 677/misc
4        * dumpbuf/dumpbuf.h, fsmount/fsmount.h, rtmonuse/rtmonuse.h,
5        serdbg/serdbg.h, serdbg/serdbgcnf.h, serdbg/termios_printk.h,
6        serdbg/termios_printk_cnf.h, untar/untar.h: Add extern C wrappers.
7
82003-12-11      Joel Sherrill <joel@OARcorp.com>
9
10        PR 540/rtems_misc
11        * cpuuse/cpuuse.c, rtmonuse/rtmonuse.c: Correct object name printing.
12
132003-12-11      Joel Sherrill <joel@OARcorp.com>
14
15        PR 531/rtems_misc
16        * rtmonuse/rtmonuse.c: Correct indexing.
17
182003-09-04      Joel Sherrill <joel@OARcorp.com>
19
20        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
21        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
22        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
23        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
24        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
25        untar/untar.h: URL for license changed.
26
272003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * fsmount/Makefile.am: Revert previous change.
30
312003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * fsmount/Makefile.am: Fix path to automake-includes.
34
352003-08-13      Joel Sherrill <joel@OARcorp.com>
36
37        * fsmount/.cvsignore: New file.
38
392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
42
432003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
44
45        PR 369/filesystem
46        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
47        show the use of the DOSFS functions
48        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
49        fsmount/fsmount.h: New files.
50
512003-08-05      Till Strauman <strauman@slac.stanford.edu>
52
53        PR 436/rtems_misc
54        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
55
562003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * capture/capture-cli.c: Add config-header support.
59        * capture/capture.c: Add config-header support.
60        * cpuuse/cpuuse.c: Add config-header support.
61        * devnull/devnull.c: Add config-header support.
62        * dummy/dummy.c: Add config-header support.
63        * dumpbuf/dumpbuf.c: Add config-header support.
64        * monitor/mon-command.c: Add config-header support.
65        * monitor/mon-config.c: Add config-header support.
66        * monitor/mon-dname.c: Add config-header support.
67        * monitor/mon-driver.c: Add config-header support.
68        * monitor/mon-extension.c: Add config-header support.
69        * monitor/mon-itask.c: Add config-header support.
70        * monitor/mon-manager.c: Add config-header support.
71        * monitor/mon-monitor.c: Add config-header support.
72        * monitor/mon-mpci.c: Add config-header support.
73        * monitor/mon-object.c: Add config-header support.
74        * monitor/mon-prmisc.c: Add config-header support.
75        * monitor/mon-queue.c: Add config-header support.
76        * monitor/mon-server.c: Add config-header support.
77        * monitor/mon-symbols.c: Add config-header support.
78        * monitor/mon-task.c: Add config-header support.
79        * mw-fb/mw_fb.c: Add config-header support.
80        * mw-fb/mw_uid.c: Add config-header support.
81        * rtmonuse/rtmonuse.c: Add config-header support.
82        * serdbg/serdbg.c: Add config-header support.
83        * serdbg/serdbgio.c: Add config-header support.
84        * serdbg/termios_printk.c: Add config-header support.
85        * shell/cmds.c: Add config-header support.
86        * stackchk/check.c: Add config-header support.
87        * untar/untar.c: Add config-header support.
88
892003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
92
932003-06-04      Joel Sherrill <joel@OARcorp.com>
94
95        * stackchk/check.c: Removed warnings.
96
972003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * dummy/Makefile.am: Remove stray dummy.rel.
100
1012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Remove AC_CONFIG_AUX_DIR.
104
1052003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        capture/capture-cli.c: Add proper definition to avoid compiler
108        warnings. Apply int = getchar().
109
1102003-02-14      Till Straumann <strauman@slac.stanford.edu>
111
112        PR 352/rtems_misc
113        * shell/shell.c: make rtems_shell main task an FP enabled task.
114
1152003-01-27      Dan Smisko <dan@balanced.com>
116
117        * stackchk/check.c: Fix problem where _Objects_Get_information()
118        will dereference a null pointer when checking the interrupt stack.
119        If there's something at 0, you may be ok at run time but it is wrong.
120
1212003-01-27      Dan Smisko <dan@balanced.com>
122
123        * monitor/mon-command.c: Correct two potential NULL references.
124
1252002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Fix tests for GCC.
128
1292002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Add check for weak function attribute.
132        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
133        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
134        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
135        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
136        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
137        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
138        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
139        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
140        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
141        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
142        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
143        Build iff LIBSERDBG is true.
144        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
145        Build iff LIBSHELL is true.
146        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
147        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
148        * wrapup/Makefile.am: Reflect changes above.
149
1502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Require autoconf-2.57+automake-1.7.2.
153        * capture/Makefile.am: Eliminate C_O_FILES.
154        * cpuuse/Makefile.am: Ditto.
155        * devnull/Makefile.am: Ditto.
156        * dummy/Makefile.am: Ditto.
157        * dumpbuf/Makefile.am: Ditto.
158        * monitor/Makefile.am: Ditto.
159        * rtmonuse/Makefile.am: Ditto.
160        * serdbg/Makefile.am: Ditto.
161        * shell/Makefile.am: Ditto.
162        * stackchk/Makefile.am: Ditto.
163        * untar/Makefile.am: Ditto.
164        * mw-fb/Makefile.am: Eliminate C_O_FILES.
165        Eliminate SRCS.
166
1672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        Moving libmisc from rtems/c/src to rtems/cpukit.
170
171        * Makefile.am: Reflect new path.
172        * configure.ac: Reflect new path.
173        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
174        Remove RTEMS_PROJECT_ROOT.
175        * capture/Makefile.am: Reflect new path.
176        Remove OBJS from all-local.
177        * cpuuse/Makefile.am: Ditto.
178        * devnull/Makefile.am: Ditto.
179        * dummy/Makefile.am: Ditto.
180        * dumpbuf/Makefile.am: Ditto.
181        * monitor/Makefile.am: Ditto.
182        * mw-fb/Makefile.am: Ditto.
183        * rtmonuse/Makefile.am: Ditto.
184        * serdbg/Makefile.am: Ditto.
185        * shell/Makefile.am: Ditto.
186        * stackchk/Makefile.am: Ditto.
187        * untar/Makefile.am: Ditto.
188        * wrapup/Makefile.am: Reflect new path.
189
1902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
193
1942002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209
2102002-12-02      Joel Sherrill <joel@OARcorp.com>
211
212        * stackchk/check.c: Better handling of task name.
213
2142002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
217
2182002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * serdbg/serdbgio.c: Add #include <unistd.h>.
223        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
224        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
225        * configure.ac: Check for stdio assignments.
226        Add RTEMS_LIBSHELL conditional.
227
2282002-11-01      Joel Sherrill <joel@OARcorp.com>
229
230        * stackchk/check.c: Removed warnings.
231
2322002-10-31      Joel Sherrill <joel@OARcorp.com>
233
234        * stackchk/check.c: Removed warning.
235
2362002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
239        RTEMS_UNIX to avoid gcc warning.
240
2412002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
242
243        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
244        Patch to remove problems introduced by object name rework.
245
2462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * .cvsignore: Reformat.
249        Add autom4te*cache.
250        Remove autom4te.cache.
251
2522002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * shell/shell.c: #include <time.h>
255        * wrapup/Makefile.am: Eliminate LIBNAME.
256
2572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
260        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
261        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
271
2722002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
275
2762002-08-01      Joel Sherrill <joel@OARcorp.com>
277
278        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
279        object name is raw versus being a string.
280
2812002-07-30      Joel Sherrill <joel@OARcorp.com>
282
283        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
284        stack if the port doesn't configure using it.
285
2862002-07-24      Joel Sherrill <joel@OARcorp.com>
287
288        * wrapup/Makefile.am: Temporarily don't include serdbg since it
289        causes some BSPs to not link "main(){}" as required by autoconf.
290
2912002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * capture/capture.c: include <string.h> for memset.
294        * capture/capture-cli.c: include <string.h> for memset.
295
2962002-07-01      Joel Sherrill <joel@OARcorp.com>
297
298        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
299        monitor/mon-object.c, monitor/monitor.h: Corrected use of
300        _Objects_Information_table now that it is a two dimensional
301        array based upon API and class.  In addition, in the monitor,
302        corrected an error which occured when a target has 64 bit pointers.
303
3042002-07-01      Joel Sherrill <joel@OARcorp.com>
305
306        * stackchk/check.c: Corrected use of
307        _Objects_Information_table now that it is a two dimensional
308        array based upon API and class.
309
3102002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
311
312        * With the addition of serdbg, the standard polled I/O functions
313        for gdbstub and/or printk are optionally routed to any termios-aware
314        device driver, that supports polled mode. See libmisc/serdbg/README.
315        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
316        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
317        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
318        serdbg/.cvsignore: New files.
319        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
320        reflect addition.
321
3222002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * wrapup/Makefile.am: Don't preinstall libmisc.a.
325
3262002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac, Makefile.am: Remove references to rootfs.
329
3302002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * rootfs/.cvsignore: Remove.
333        * rootfs/Makefile.am: Remove.
334        * rootfs/mkrootfs.h: Remove.
335        * rootfs/mkrootfs.c: Remove.
336        * configure.ac: Remove rootfs and NETWORKING macros.
337        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
338
3392002-05-16      Chris Johns <ccj@acm.org>
340
341        * Per PR194, added the Capture engine. 
342        * capture/Makefile.am, capture/README, capture/capture-cli.c,
343        capture/capture-cli.h, capture/capture.c, capture/capture.h,
344        capture/.cvsignore: New files.
345        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
346        reflect addition.
347
3482001-05-14      Joel Sherrill <joel@OARcorp.com>
349
350        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
351        a library of the same name.
352
3532002-03-20      Chris Johns <ccj@acm.org>
354
355        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
356        lowercase. The capture engine need to set triggers or watches on task
357        with uppercase names. 
358        Also stop the monitor repeating command when enter is pressed.
359
3602002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * monitor/mon-monitor.c: Replace done with return (gcc3).
363
3642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac:
367        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
368        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
369        * Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
382
3832002-03-20      Chris Johns <ccj@acm.org>
384
385        * PR148.
386        * monitor/mon-prmisc.c: Fixed to print task states correctly.
387
3882002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * shell/shell.c: Remove #undef __STRICT_ANSI__.
391
3922002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
395
3962002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
399
4002001-10-12      Joel Sherrill <joel@OARcorp.com>
401
402        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
403
4042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
407        * configure.in: Remove.
408        * configure.ac: New file, generated from configure.in by autoupdate.
409
4102001-09-28      Joel Sherrill <joel@OARcorp.com>
411
412        * dummy/dummy.c: Now a useful configuration that starts main().
413        * wrapup/Makefile.am: Include a base level configuration in
414        RTEMS library.
415
4162001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
419        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
420        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
421        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
422        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
423        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
424        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
425        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
426        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
427        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
428
4292001-09-27      Joel Sherrill <joel@OARcorp.com>
430
431        * ChangeLog: Fixed typo in date.
432
4332001-09-21      Joel Sherrill <joel@OARcorp.com>
434
435        * configure.in, rootfs/Makefile.am: Added conditional to make sure
436        rootfs does not get built with networking is disabled.  Also
437        added include of compile.am to rootfs/Makefile.am.
438        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
439
4402001-09-19      Chris Johns <ccj@acm.org>
441
442        * Added support for populating the initial "root" filesystem
443        with information obtained via the DHCP response.
444        * rootfs: New directory.
445        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
446        rootfs/mkrootfs.h: New files.
447        * configure.in, Makefile.am: Modified to reflect addition.
448
4492001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
450
451        * shell/shell.c: Don't close file it wasn't open.
452
4532001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
456        of AC_CANONICAL_SYSTEM.
457        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
458        mkinstalldirs and mkdir.
459        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
460        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
461        _RTEMS_OUTPUT_BUILD_SUBDIRS.
462
4632001-09-14      Joel Sherrill <joel@OARcorp.com>
464
465        * ChangeLog: Fixed some mistakes.
466
4672001-09-14      Joel Sherrill <joel@OARcorp.com>
468
469        * ChangeLog: Fixed some mistakes.
470
4712001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
474        of AC_CANONICAL_SYSTEM.
475        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
476        mkinstalldirs and mkdir.
477        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
478        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
479        _RTEMS_OUTPUT_BUILD_SUBDIRS.
480
4812001-09-14      Joel Sherrill <joel@OARcorp.com>
482
483        * ChangeLog: Fixed some mistakes.
484
4852001-09-14      Joel Sherrill <joel@OARcorp.com>
486
487        * ChangeLog: Fixed some mistakes.
488
4892001-09-13      Joel Sherrill <joel@OARcorp.com>
490
491        * devnull/devnull.c: Eliminate warning.
492
4932001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
494
495        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
496
4972001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
498
499        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
500        shell/shell.h: Updates.
501
5022001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
503
504        * monitor/mon-command.c: Add support for partial command matching.
505        The monitor used to have this functionality before it was overhauled
506        to support addition of user commands.
507
5082001-06-14      Joel Sherrill <joel@OARcorp.com>
509
510        * shell/telnetd.c, shell/telnetd.h: Moved to
511        libnetworking/rtems_servers so the network stack to address network
512        depenendency.
513        * shell/Makefile.am: Modified to reflect above.
514
5152001-05-25      Joel Sherrill <joel@OARcorp.com>
516
517        * shell/cmds.c: Removed code from inappropriate source.
518
5192000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
520
521        * monitor/mon-prmisc.c: Correct print line.
522        * shell/Makefile.am: Added new file telnetd.c.
523        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
524        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
525           - The shell_init has a new parameter 'forever' because in
526             /dev/console you need that this process runs forever but in
527             tcp/ip not. (respawn?)
528           - A new task for every session opened trought tcp/ip telnet client.
529             (the chargen,daytime and more are possible of implementation but
530             I ask me if they are necesary)
531           - Exit from the session delete the task and when the client fails too.
532           - More cmds have been implemented. (very reduced version of these)
533             umask, chmod, id, whoami, rm, cat, ...
534           - A reduced line edit has been implemented.
535               Ctrl-C abort the input,
536               Ctrl-d in the first position gives EOF (logout).
537               '\b' and DEL makes the rubout operation.
538               I think that readline() for every session spents a lot of resources.
539
5402001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
543        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
544
5452001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
546
547        * Added initial shell functionality.
548        * Makefile.am, configure.in, wrapup/Makefile.am:
549        * shell/.cvsignore, shell/Makefile.am, shell/README,
550        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
551
5522001-04-20      Joel Sherrill <joel@OARcorp.com>
553
554        * devnull/devnull.c (null_initialize): Added check to
555        ensure that the driver is only initialized once.  Otherwise,
556        it will abort when the device /dev/null is present.
557        (null_write): Do not dereference a NULL pointer.
558
5592001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
562
5632001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
566        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
567        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
568        Apply include_*HEADERS instead of H_FILES.
569
5702001-01-05      Joel Sherrill <joel@OARcorp.com>
571
572        * devnull: New addition.  Moved from libcpu/sh.
573        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
574        devnull/Makefile.am: New files.
575        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
576        addition of above.
577
5782000-11-30      Joel Sherrill <joel@OARcorp.com>
579
580        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
581
5822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
585
5862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
589
5902000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
593        Switch to GNU canonicalization.
594
5952000-09-28      Joel Sherrill <joel@OARcorp.com>
596
597        * monitor/mon-driver.c: Accounted for addition of "_entry" to
598        fields in rtems_driver_address_table.
599
6002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601       
602        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
603        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
604        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
605        Include compile.am.
606
6072000-08-30      Joel Sherrill <joel@OARcorp.com>
608
609        * Many files: Moved posix/include/rtems/posix/seterr.h to
610        score/include/rtems/seterr.h so it would be available within
611        all APIs.
612
6132000-08-30      Joel Sherrill <joel@OARcorp.com>
614
615        * mw-fb/.cvsignore: New file.
616
6172000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
618
619        * Added generic Micro FrameBuffer interface for MicroWindows.
620        This interface allows MicroWindows to under RTEMS. A sample
621        driver has been developed for the pc386 BSP. See
622        pc386/fb_vga.c as a sample.
623        * Added Uniform Input Device interface for MicroWindows.
624        See PC386 bsp for sample drivers for mouse and keyboard (console).
625        * mw-bf: New directory.
626        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
627        * mw-fb/Makefile.am: New file.
628        * mw-fb/mw_fb.c: New file.
629        * mw-fb/mw_fb.h: New file.
630        * mw-fb/mw_uid.c: New file.
631        * mw-fb/mw_uid.h: New file.
632
6332000-08-10      Joel Sherrill <joel@OARcorp.com>
634
635        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.