source: rtems/cpukit/libmisc/ChangeLog @ 4f7593d

Last change on this file since 4f7593d was 4f7593d, checked in by Joel Sherrill <joel.sherrill@…>, on 08/13/03 at 17:49:46

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

  • fsmount/.cvsignore: New file.
  • Property mode set to 100644
File size: 20.5 KB
Line 
12003-08-13      Joel Sherrill <joel@OARcorp.com>
2
3        * fsmount/.cvsignore: New file.
4
52003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
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        * capture/capture-cli.c: Add config-header support.
25        * capture/capture.c: Add config-header support.
26        * cpuuse/cpuuse.c: Add config-header support.
27        * devnull/devnull.c: Add config-header support.
28        * dummy/dummy.c: Add config-header support.
29        * dumpbuf/dumpbuf.c: Add config-header support.
30        * monitor/mon-command.c: Add config-header support.
31        * monitor/mon-config.c: Add config-header support.
32        * monitor/mon-dname.c: Add config-header support.
33        * monitor/mon-driver.c: Add config-header support.
34        * monitor/mon-extension.c: Add config-header support.
35        * monitor/mon-itask.c: Add config-header support.
36        * monitor/mon-manager.c: Add config-header support.
37        * monitor/mon-monitor.c: Add config-header support.
38        * monitor/mon-mpci.c: Add config-header support.
39        * monitor/mon-object.c: Add config-header support.
40        * monitor/mon-prmisc.c: Add config-header support.
41        * monitor/mon-queue.c: Add config-header support.
42        * monitor/mon-server.c: Add config-header support.
43        * monitor/mon-symbols.c: Add config-header support.
44        * monitor/mon-task.c: Add config-header support.
45        * mw-fb/mw_fb.c: Add config-header support.
46        * mw-fb/mw_uid.c: Add config-header support.
47        * rtmonuse/rtmonuse.c: Add config-header support.
48        * serdbg/serdbg.c: Add config-header support.
49        * serdbg/serdbgio.c: Add config-header support.
50        * serdbg/termios_printk.c: Add config-header support.
51        * shell/cmds.c: Add config-header support.
52        * stackchk/check.c: Add config-header support.
53        * untar/untar.c: Add config-header support.
54
552003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
58
592003-06-04      Joel Sherrill <joel@OARcorp.com>
60
61        * stackchk/check.c: Removed warnings.
62
632003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * dummy/Makefile.am: Remove stray dummy.rel.
66
672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Remove AC_CONFIG_AUX_DIR.
70
712003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        capture/capture-cli.c: Add proper definition to avoid compiler
74        warnings. Apply int = getchar().
75
762003-02-14      Till Straumann <strauman@slac.stanford.edu>
77
78        PR 352/rtems_misc
79        * shell/shell.c: make rtems_shell main task an FP enabled task.
80
812003-01-27      Dan Smisko <dan@balanced.com>
82
83        * stackchk/check.c: Fix problem where _Objects_Get_information()
84        will dereference a null pointer when checking the interrupt stack.
85        If there's something at 0, you may be ok at run time but it is wrong.
86
872003-01-27      Dan Smisko <dan@balanced.com>
88
89        * monitor/mon-command.c: Correct two potential NULL references.
90
912002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Fix tests for GCC.
94
952002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Add check for weak function attribute.
98        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
99        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
100        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
101        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
102        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
103        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
104        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
105        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
106        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
107        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
108        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
109        Build iff LIBSERDBG is true.
110        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
111        Build iff LIBSHELL is true.
112        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
113        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
114        * wrapup/Makefile.am: Reflect changes above.
115
1162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Require autoconf-2.57+automake-1.7.2.
119        * capture/Makefile.am: Eliminate C_O_FILES.
120        * cpuuse/Makefile.am: Ditto.
121        * devnull/Makefile.am: Ditto.
122        * dummy/Makefile.am: Ditto.
123        * dumpbuf/Makefile.am: Ditto.
124        * monitor/Makefile.am: Ditto.
125        * rtmonuse/Makefile.am: Ditto.
126        * serdbg/Makefile.am: Ditto.
127        * shell/Makefile.am: Ditto.
128        * stackchk/Makefile.am: Ditto.
129        * untar/Makefile.am: Ditto.
130        * mw-fb/Makefile.am: Eliminate C_O_FILES.
131        Eliminate SRCS.
132
1332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        Moving libmisc from rtems/c/src to rtems/cpukit.
136
137        * Makefile.am: Reflect new path.
138        * configure.ac: Reflect new path.
139        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
140        Remove RTEMS_PROJECT_ROOT.
141        * capture/Makefile.am: Reflect new path.
142        Remove OBJS from all-local.
143        * cpuuse/Makefile.am: Ditto.
144        * devnull/Makefile.am: Ditto.
145        * dummy/Makefile.am: Ditto.
146        * dumpbuf/Makefile.am: Ditto.
147        * monitor/Makefile.am: Ditto.
148        * mw-fb/Makefile.am: Ditto.
149        * rtmonuse/Makefile.am: Ditto.
150        * serdbg/Makefile.am: Ditto.
151        * shell/Makefile.am: Ditto.
152        * stackchk/Makefile.am: Ditto.
153        * untar/Makefile.am: Ditto.
154        * wrapup/Makefile.am: Reflect new path.
155
1562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
159
1602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
163        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
164        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175
1762002-12-02      Joel Sherrill <joel@OARcorp.com>
177
178        * stackchk/check.c: Better handling of task name.
179
1802002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
183
1842002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
187        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
188        * serdbg/serdbgio.c: Add #include <unistd.h>.
189        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
190        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
191        * configure.ac: Check for stdio assignments.
192        Add RTEMS_LIBSHELL conditional.
193
1942002-11-01      Joel Sherrill <joel@OARcorp.com>
195
196        * stackchk/check.c: Removed warnings.
197
1982002-10-31      Joel Sherrill <joel@OARcorp.com>
199
200        * stackchk/check.c: Removed warning.
201
2022002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
205        RTEMS_UNIX to avoid gcc warning.
206
2072002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
208
209        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
210        Patch to remove problems introduced by object name rework.
211
2122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * .cvsignore: Reformat.
215        Add autom4te*cache.
216        Remove autom4te.cache.
217
2182002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * shell/shell.c: #include <time.h>
221        * wrapup/Makefile.am: Eliminate LIBNAME.
222
2232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
231        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
232        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
234        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
236        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
237
2382002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
241
2422002-08-01      Joel Sherrill <joel@OARcorp.com>
243
244        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
245        object name is raw versus being a string.
246
2472002-07-30      Joel Sherrill <joel@OARcorp.com>
248
249        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
250        stack if the port doesn't configure using it.
251
2522002-07-24      Joel Sherrill <joel@OARcorp.com>
253
254        * wrapup/Makefile.am: Temporarily don't include serdbg since it
255        causes some BSPs to not link "main(){}" as required by autoconf.
256
2572002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * capture/capture.c: include <string.h> for memset.
260        * capture/capture-cli.c: include <string.h> for memset.
261
2622002-07-01      Joel Sherrill <joel@OARcorp.com>
263
264        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
265        monitor/mon-object.c, monitor/monitor.h: Corrected use of
266        _Objects_Information_table now that it is a two dimensional
267        array based upon API and class.  In addition, in the monitor,
268        corrected an error which occured when a target has 64 bit pointers.
269
2702002-07-01      Joel Sherrill <joel@OARcorp.com>
271
272        * stackchk/check.c: Corrected use of
273        _Objects_Information_table now that it is a two dimensional
274        array based upon API and class.
275
2762002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
277
278        * With the addition of serdbg, the standard polled I/O functions
279        for gdbstub and/or printk are optionally routed to any termios-aware
280        device driver, that supports polled mode. See libmisc/serdbg/README.
281        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
282        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
283        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
284        serdbg/.cvsignore: New files.
285        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
286        reflect addition.
287
2882002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * wrapup/Makefile.am: Don't preinstall libmisc.a.
291
2922002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac, Makefile.am: Remove references to rootfs.
295
2962002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * rootfs/.cvsignore: Remove.
299        * rootfs/Makefile.am: Remove.
300        * rootfs/mkrootfs.h: Remove.
301        * rootfs/mkrootfs.c: Remove.
302        * configure.ac: Remove rootfs and NETWORKING macros.
303        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
304
3052002-05-16      Chris Johns <ccj@acm.org>
306
307        * Per PR194, added the Capture engine. 
308        * capture/Makefile.am, capture/README, capture/capture-cli.c,
309        capture/capture-cli.h, capture/capture.c, capture/capture.h,
310        capture/.cvsignore: New files.
311        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
312        reflect addition.
313
3142001-05-14      Joel Sherrill <joel@OARcorp.com>
315
316        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
317        a library of the same name.
318
3192002-03-20      Chris Johns <ccj@acm.org>
320
321        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
322        lowercase. The capture engine need to set triggers or watches on task
323        with uppercase names. 
324        Also stop the monitor repeating command when enter is pressed.
325
3262002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * monitor/mon-monitor.c: Replace done with return (gcc3).
329
3302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac:
333        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
334        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
335        * Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
348
3492002-03-20      Chris Johns <ccj@acm.org>
350
351        * PR148.
352        * monitor/mon-prmisc.c: Fixed to print task states correctly.
353
3542002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * shell/shell.c: Remove #undef __STRICT_ANSI__.
357
3582002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
361
3622002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
365
3662001-10-12      Joel Sherrill <joel@OARcorp.com>
367
368        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
369
3702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
373        * configure.in: Remove.
374        * configure.ac: New file, generated from configure.in by autoupdate.
375
3762001-09-28      Joel Sherrill <joel@OARcorp.com>
377
378        * dummy/dummy.c: Now a useful configuration that starts main().
379        * wrapup/Makefile.am: Include a base level configuration in
380        RTEMS library.
381
3822001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
385        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
386        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
387        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
388        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
389        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
390        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
391        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
392        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
393        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
394
3952001-09-27      Joel Sherrill <joel@OARcorp.com>
396
397        * ChangeLog: Fixed typo in date.
398
3992001-09-21      Joel Sherrill <joel@OARcorp.com>
400
401        * configure.in, rootfs/Makefile.am: Added conditional to make sure
402        rootfs does not get built with networking is disabled.  Also
403        added include of compile.am to rootfs/Makefile.am.
404        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
405
4062001-09-19      Chris Johns <ccj@acm.org>
407
408        * Added support for populating the initial "root" filesystem
409        with information obtained via the DHCP response.
410        * rootfs: New directory.
411        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
412        rootfs/mkrootfs.h: New files.
413        * configure.in, Makefile.am: Modified to reflect addition.
414
4152001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
416
417        * shell/shell.c: Don't close file it wasn't open.
418
4192001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
422        of AC_CANONICAL_SYSTEM.
423        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
424        mkinstalldirs and mkdir.
425        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
426        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
427        _RTEMS_OUTPUT_BUILD_SUBDIRS.
428
4292001-09-14      Joel Sherrill <joel@OARcorp.com>
430
431        * ChangeLog: Fixed some mistakes.
432
4332001-09-14      Joel Sherrill <joel@OARcorp.com>
434
435        * ChangeLog: Fixed some mistakes.
436
4372001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
440        of AC_CANONICAL_SYSTEM.
441        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
442        mkinstalldirs and mkdir.
443        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
444        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
445        _RTEMS_OUTPUT_BUILD_SUBDIRS.
446
4472001-09-14      Joel Sherrill <joel@OARcorp.com>
448
449        * ChangeLog: Fixed some mistakes.
450
4512001-09-14      Joel Sherrill <joel@OARcorp.com>
452
453        * ChangeLog: Fixed some mistakes.
454
4552001-09-13      Joel Sherrill <joel@OARcorp.com>
456
457        * devnull/devnull.c: Eliminate warning.
458
4592001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
460
461        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
462
4632001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
464
465        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
466        shell/shell.h: Updates.
467
4682001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
469
470        * monitor/mon-command.c: Add support for partial command matching.
471        The monitor used to have this functionality before it was overhauled
472        to support addition of user commands.
473
4742001-06-14      Joel Sherrill <joel@OARcorp.com>
475
476        * shell/telnetd.c, shell/telnetd.h: Moved to
477        libnetworking/rtems_servers so the network stack to address network
478        depenendency.
479        * shell/Makefile.am: Modified to reflect above.
480
4812001-05-25      Joel Sherrill <joel@OARcorp.com>
482
483        * shell/cmds.c: Removed code from inappropriate source.
484
4852000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
486
487        * monitor/mon-prmisc.c: Correct print line.
488        * shell/Makefile.am: Added new file telnetd.c.
489        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
490        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
491           - The shell_init has a new parameter 'forever' because in
492             /dev/console you need that this process runs forever but in
493             tcp/ip not. (respawn?)
494           - A new task for every session opened trought tcp/ip telnet client.
495             (the chargen,daytime and more are possible of implementation but
496             I ask me if they are necesary)
497           - Exit from the session delete the task and when the client fails too.
498           - More cmds have been implemented. (very reduced version of these)
499             umask, chmod, id, whoami, rm, cat, ...
500           - A reduced line edit has been implemented.
501               Ctrl-C abort the input,
502               Ctrl-d in the first position gives EOF (logout).
503               '\b' and DEL makes the rubout operation.
504               I think that readline() for every session spents a lot of resources.
505
5062001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
509        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
510
5112001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
512
513        * Added initial shell functionality.
514        * Makefile.am, configure.in, wrapup/Makefile.am:
515        * shell/.cvsignore, shell/Makefile.am, shell/README,
516        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
517
5182001-04-20      Joel Sherrill <joel@OARcorp.com>
519
520        * devnull/devnull.c (null_initialize): Added check to
521        ensure that the driver is only initialized once.  Otherwise,
522        it will abort when the device /dev/null is present.
523        (null_write): Do not dereference a NULL pointer.
524
5252001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
528
5292001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
532        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
533        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
534        Apply include_*HEADERS instead of H_FILES.
535
5362001-01-05      Joel Sherrill <joel@OARcorp.com>
537
538        * devnull: New addition.  Moved from libcpu/sh.
539        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
540        devnull/Makefile.am: New files.
541        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
542        addition of above.
543
5442000-11-30      Joel Sherrill <joel@OARcorp.com>
545
546        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
547
5482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
551
5522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
555
5562000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
559        Switch to GNU canonicalization.
560
5612000-09-28      Joel Sherrill <joel@OARcorp.com>
562
563        * monitor/mon-driver.c: Accounted for addition of "_entry" to
564        fields in rtems_driver_address_table.
565
5662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567       
568        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
569        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
570        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
571        Include compile.am.
572
5732000-08-30      Joel Sherrill <joel@OARcorp.com>
574
575        * Many files: Moved posix/include/rtems/posix/seterr.h to
576        score/include/rtems/seterr.h so it would be available within
577        all APIs.
578
5792000-08-30      Joel Sherrill <joel@OARcorp.com>
580
581        * mw-fb/.cvsignore: New file.
582
5832000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
584
585        * Added generic Micro FrameBuffer interface for MicroWindows.
586        This interface allows MicroWindows to under RTEMS. A sample
587        driver has been developed for the pc386 BSP. See
588        pc386/fb_vga.c as a sample.
589        * Added Uniform Input Device interface for MicroWindows.
590        See PC386 bsp for sample drivers for mouse and keyboard (console).
591        * mw-bf: New directory.
592        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
593        * mw-fb/Makefile.am: New file.
594        * mw-fb/mw_fb.c: New file.
595        * mw-fb/mw_fb.h: New file.
596        * mw-fb/mw_uid.c: New file.
597        * mw-fb/mw_uid.h: New file.
598
5992000-08-10      Joel Sherrill <joel@OARcorp.com>
600
601        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.