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

Last change on this file since 8ae3c6e8 was b9e230a2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 08:38:15

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

  • capture/capture-cli.c: Add config-header support.
  • capture/capture.c: Add config-header support.
  • cpuuse/cpuuse.c: Add config-header support.
  • devnull/devnull.c: Add config-header support.
  • dummy/dummy.c: Add config-header support.
  • dumpbuf/dumpbuf.c: Add config-header support.
  • monitor/mon-command.c: Add config-header support.
  • monitor/mon-config.c: Add config-header support.
  • monitor/mon-dname.c: Add config-header support.
  • monitor/mon-driver.c: Add config-header support.
  • monitor/mon-extension.c: Add config-header support.
  • monitor/mon-itask.c: Add config-header support.
  • monitor/mon-manager.c: Add config-header support.
  • monitor/mon-monitor.c: Add config-header support.
  • monitor/mon-mpci.c: Add config-header support.
  • monitor/mon-object.c: Add config-header support.
  • monitor/mon-prmisc.c: Add config-header support.
  • monitor/mon-queue.c: Add config-header support.
  • monitor/mon-server.c: Add config-header support.
  • monitor/mon-symbols.c: Add config-header support.
  • monitor/mon-task.c: Add config-header support.
  • mw-fb/mw_fb.c: Add config-header support.
  • mw-fb/mw_uid.c: Add config-header support.
  • rtmonuse/rtmonuse.c: Add config-header support.
  • serdbg/serdbg.c: Add config-header support.
  • serdbg/serdbgio.c: Add config-header support.
  • serdbg/termios_printk.c: Add config-header support.
  • shell/cmds.c: Add config-header support.
  • stackchk/check.c: Add config-header support.
  • untar/untar.c: Add config-header support.
  • Property mode set to 100644
File size: 19.9 KB
Line 
12003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * capture/capture-cli.c: Add config-header support.
4        * capture/capture.c: Add config-header support.
5        * cpuuse/cpuuse.c: Add config-header support.
6        * devnull/devnull.c: Add config-header support.
7        * dummy/dummy.c: Add config-header support.
8        * dumpbuf/dumpbuf.c: Add config-header support.
9        * monitor/mon-command.c: Add config-header support.
10        * monitor/mon-config.c: Add config-header support.
11        * monitor/mon-dname.c: Add config-header support.
12        * monitor/mon-driver.c: Add config-header support.
13        * monitor/mon-extension.c: Add config-header support.
14        * monitor/mon-itask.c: Add config-header support.
15        * monitor/mon-manager.c: Add config-header support.
16        * monitor/mon-monitor.c: Add config-header support.
17        * monitor/mon-mpci.c: Add config-header support.
18        * monitor/mon-object.c: Add config-header support.
19        * monitor/mon-prmisc.c: Add config-header support.
20        * monitor/mon-queue.c: Add config-header support.
21        * monitor/mon-server.c: Add config-header support.
22        * monitor/mon-symbols.c: Add config-header support.
23        * monitor/mon-task.c: Add config-header support.
24        * mw-fb/mw_fb.c: Add config-header support.
25        * mw-fb/mw_uid.c: Add config-header support.
26        * rtmonuse/rtmonuse.c: Add config-header support.
27        * serdbg/serdbg.c: Add config-header support.
28        * serdbg/serdbgio.c: Add config-header support.
29        * serdbg/termios_printk.c: Add config-header support.
30        * shell/cmds.c: Add config-header support.
31        * stackchk/check.c: Add config-header support.
32        * untar/untar.c: Add config-header support.
33
342003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
37
382003-06-04      Joel Sherrill <joel@OARcorp.com>
39
40        * stackchk/check.c: Removed warnings.
41
422003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * dummy/Makefile.am: Remove stray dummy.rel.
45
462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove AC_CONFIG_AUX_DIR.
49
502003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        capture/capture-cli.c: Add proper definition to avoid compiler
53        warnings. Apply int = getchar().
54
552003-02-14      Till Straumann <strauman@slac.stanford.edu>
56
57        PR 352/rtems_misc
58        * shell/shell.c: make rtems_shell main task an FP enabled task.
59
602003-01-27      Dan Smisko <dan@balanced.com>
61
62        * stackchk/check.c: Fix problem where _Objects_Get_information()
63        will dereference a null pointer when checking the interrupt stack.
64        If there's something at 0, you may be ok at run time but it is wrong.
65
662003-01-27      Dan Smisko <dan@balanced.com>
67
68        * monitor/mon-command.c: Correct two potential NULL references.
69
702002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Fix tests for GCC.
73
742002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add check for weak function attribute.
77        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
78        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
79        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
80        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
81        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
82        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
83        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
84        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
85        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
86        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
87        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
88        Build iff LIBSERDBG is true.
89        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
90        Build iff LIBSHELL is true.
91        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
92        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
93        * wrapup/Makefile.am: Reflect changes above.
94
952002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Require autoconf-2.57+automake-1.7.2.
98        * capture/Makefile.am: Eliminate C_O_FILES.
99        * cpuuse/Makefile.am: Ditto.
100        * devnull/Makefile.am: Ditto.
101        * dummy/Makefile.am: Ditto.
102        * dumpbuf/Makefile.am: Ditto.
103        * monitor/Makefile.am: Ditto.
104        * rtmonuse/Makefile.am: Ditto.
105        * serdbg/Makefile.am: Ditto.
106        * shell/Makefile.am: Ditto.
107        * stackchk/Makefile.am: Ditto.
108        * untar/Makefile.am: Ditto.
109        * mw-fb/Makefile.am: Eliminate C_O_FILES.
110        Eliminate SRCS.
111
1122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        Moving libmisc from rtems/c/src to rtems/cpukit.
115
116        * Makefile.am: Reflect new path.
117        * configure.ac: Reflect new path.
118        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
119        Remove RTEMS_PROJECT_ROOT.
120        * capture/Makefile.am: Reflect new path.
121        Remove OBJS from all-local.
122        * cpuuse/Makefile.am: Ditto.
123        * devnull/Makefile.am: Ditto.
124        * dummy/Makefile.am: Ditto.
125        * dumpbuf/Makefile.am: Ditto.
126        * monitor/Makefile.am: Ditto.
127        * mw-fb/Makefile.am: Ditto.
128        * rtmonuse/Makefile.am: Ditto.
129        * serdbg/Makefile.am: Ditto.
130        * shell/Makefile.am: Ditto.
131        * stackchk/Makefile.am: Ditto.
132        * untar/Makefile.am: Ditto.
133        * wrapup/Makefile.am: Reflect new path.
134
1352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
138
1392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
142        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
143        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
144        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
145        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
146        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
147        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
148        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
149        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
150        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
151        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
152        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
153        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
154
1552002-12-02      Joel Sherrill <joel@OARcorp.com>
156
157        * stackchk/check.c: Better handling of task name.
158
1592002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
162
1632002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * serdbg/serdbgio.c: Add #include <unistd.h>.
168        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
169        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
170        * configure.ac: Check for stdio assignments.
171        Add RTEMS_LIBSHELL conditional.
172
1732002-11-01      Joel Sherrill <joel@OARcorp.com>
174
175        * stackchk/check.c: Removed warnings.
176
1772002-10-31      Joel Sherrill <joel@OARcorp.com>
178
179        * stackchk/check.c: Removed warning.
180
1812002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
184        RTEMS_UNIX to avoid gcc warning.
185
1862002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
187
188        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
189        Patch to remove problems introduced by object name rework.
190
1912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * .cvsignore: Reformat.
194        Add autom4te*cache.
195        Remove autom4te.cache.
196
1972002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * shell/shell.c: #include <time.h>
200        * wrapup/Makefile.am: Eliminate LIBNAME.
201
2022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
208        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
209        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
212        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
213        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
214        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
215        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
216
2172002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
220
2212002-08-01      Joel Sherrill <joel@OARcorp.com>
222
223        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
224        object name is raw versus being a string.
225
2262002-07-30      Joel Sherrill <joel@OARcorp.com>
227
228        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
229        stack if the port doesn't configure using it.
230
2312002-07-24      Joel Sherrill <joel@OARcorp.com>
232
233        * wrapup/Makefile.am: Temporarily don't include serdbg since it
234        causes some BSPs to not link "main(){}" as required by autoconf.
235
2362002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * capture/capture.c: include <string.h> for memset.
239        * capture/capture-cli.c: include <string.h> for memset.
240
2412002-07-01      Joel Sherrill <joel@OARcorp.com>
242
243        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
244        monitor/mon-object.c, monitor/monitor.h: Corrected use of
245        _Objects_Information_table now that it is a two dimensional
246        array based upon API and class.  In addition, in the monitor,
247        corrected an error which occured when a target has 64 bit pointers.
248
2492002-07-01      Joel Sherrill <joel@OARcorp.com>
250
251        * stackchk/check.c: Corrected use of
252        _Objects_Information_table now that it is a two dimensional
253        array based upon API and class.
254
2552002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
256
257        * With the addition of serdbg, the standard polled I/O functions
258        for gdbstub and/or printk are optionally routed to any termios-aware
259        device driver, that supports polled mode. See libmisc/serdbg/README.
260        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
261        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
262        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
263        serdbg/.cvsignore: New files.
264        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
265        reflect addition.
266
2672002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Don't preinstall libmisc.a.
270
2712002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac, Makefile.am: Remove references to rootfs.
274
2752002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * rootfs/.cvsignore: Remove.
278        * rootfs/Makefile.am: Remove.
279        * rootfs/mkrootfs.h: Remove.
280        * rootfs/mkrootfs.c: Remove.
281        * configure.ac: Remove rootfs and NETWORKING macros.
282        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
283
2842002-05-16      Chris Johns <ccj@acm.org>
285
286        * Per PR194, added the Capture engine. 
287        * capture/Makefile.am, capture/README, capture/capture-cli.c,
288        capture/capture-cli.h, capture/capture.c, capture/capture.h,
289        capture/.cvsignore: New files.
290        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
291        reflect addition.
292
2932001-05-14      Joel Sherrill <joel@OARcorp.com>
294
295        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
296        a library of the same name.
297
2982002-03-20      Chris Johns <ccj@acm.org>
299
300        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
301        lowercase. The capture engine need to set triggers or watches on task
302        with uppercase names. 
303        Also stop the monitor repeating command when enter is pressed.
304
3052002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * monitor/mon-monitor.c: Replace done with return (gcc3).
308
3092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac:
312        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
313        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
314        * Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
327
3282002-03-20      Chris Johns <ccj@acm.org>
329
330        * PR148.
331        * monitor/mon-prmisc.c: Fixed to print task states correctly.
332
3332002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * shell/shell.c: Remove #undef __STRICT_ANSI__.
336
3372002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
340
3412002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
344
3452001-10-12      Joel Sherrill <joel@OARcorp.com>
346
347        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
348
3492001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
352        * configure.in: Remove.
353        * configure.ac: New file, generated from configure.in by autoupdate.
354
3552001-09-28      Joel Sherrill <joel@OARcorp.com>
356
357        * dummy/dummy.c: Now a useful configuration that starts main().
358        * wrapup/Makefile.am: Include a base level configuration in
359        RTEMS library.
360
3612001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
364        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
365        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
366        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
367        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
368        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
369        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
370        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
371        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
372        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
373
3742001-09-27      Joel Sherrill <joel@OARcorp.com>
375
376        * ChangeLog: Fixed typo in date.
377
3782001-09-21      Joel Sherrill <joel@OARcorp.com>
379
380        * configure.in, rootfs/Makefile.am: Added conditional to make sure
381        rootfs does not get built with networking is disabled.  Also
382        added include of compile.am to rootfs/Makefile.am.
383        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
384
3852001-09-19      Chris Johns <ccj@acm.org>
386
387        * Added support for populating the initial "root" filesystem
388        with information obtained via the DHCP response.
389        * rootfs: New directory.
390        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
391        rootfs/mkrootfs.h: New files.
392        * configure.in, Makefile.am: Modified to reflect addition.
393
3942001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
395
396        * shell/shell.c: Don't close file it wasn't open.
397
3982001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
401        of AC_CANONICAL_SYSTEM.
402        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
403        mkinstalldirs and mkdir.
404        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
405        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
406        _RTEMS_OUTPUT_BUILD_SUBDIRS.
407
4082001-09-14      Joel Sherrill <joel@OARcorp.com>
409
410        * ChangeLog: Fixed some mistakes.
411
4122001-09-14      Joel Sherrill <joel@OARcorp.com>
413
414        * ChangeLog: Fixed some mistakes.
415
4162001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
419        of AC_CANONICAL_SYSTEM.
420        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
421        mkinstalldirs and mkdir.
422        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
423        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
424        _RTEMS_OUTPUT_BUILD_SUBDIRS.
425
4262001-09-14      Joel Sherrill <joel@OARcorp.com>
427
428        * ChangeLog: Fixed some mistakes.
429
4302001-09-14      Joel Sherrill <joel@OARcorp.com>
431
432        * ChangeLog: Fixed some mistakes.
433
4342001-09-13      Joel Sherrill <joel@OARcorp.com>
435
436        * devnull/devnull.c: Eliminate warning.
437
4382001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
439
440        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
441
4422001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
443
444        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
445        shell/shell.h: Updates.
446
4472001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
448
449        * monitor/mon-command.c: Add support for partial command matching.
450        The monitor used to have this functionality before it was overhauled
451        to support addition of user commands.
452
4532001-06-14      Joel Sherrill <joel@OARcorp.com>
454
455        * shell/telnetd.c, shell/telnetd.h: Moved to
456        libnetworking/rtems_servers so the network stack to address network
457        depenendency.
458        * shell/Makefile.am: Modified to reflect above.
459
4602001-05-25      Joel Sherrill <joel@OARcorp.com>
461
462        * shell/cmds.c: Removed code from inappropriate source.
463
4642000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
465
466        * monitor/mon-prmisc.c: Correct print line.
467        * shell/Makefile.am: Added new file telnetd.c.
468        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
469        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
470           - The shell_init has a new parameter 'forever' because in
471             /dev/console you need that this process runs forever but in
472             tcp/ip not. (respawn?)
473           - A new task for every session opened trought tcp/ip telnet client.
474             (the chargen,daytime and more are possible of implementation but
475             I ask me if they are necesary)
476           - Exit from the session delete the task and when the client fails too.
477           - More cmds have been implemented. (very reduced version of these)
478             umask, chmod, id, whoami, rm, cat, ...
479           - A reduced line edit has been implemented.
480               Ctrl-C abort the input,
481               Ctrl-d in the first position gives EOF (logout).
482               '\b' and DEL makes the rubout operation.
483               I think that readline() for every session spents a lot of resources.
484
4852001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
488        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
489
4902001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
491
492        * Added initial shell functionality.
493        * Makefile.am, configure.in, wrapup/Makefile.am:
494        * shell/.cvsignore, shell/Makefile.am, shell/README,
495        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
496
4972001-04-20      Joel Sherrill <joel@OARcorp.com>
498
499        * devnull/devnull.c (null_initialize): Added check to
500        ensure that the driver is only initialized once.  Otherwise,
501        it will abort when the device /dev/null is present.
502        (null_write): Do not dereference a NULL pointer.
503
5042001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
507
5082001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
511        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
512        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
513        Apply include_*HEADERS instead of H_FILES.
514
5152001-01-05      Joel Sherrill <joel@OARcorp.com>
516
517        * devnull: New addition.  Moved from libcpu/sh.
518        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
519        devnull/Makefile.am: New files.
520        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
521        addition of above.
522
5232000-11-30      Joel Sherrill <joel@OARcorp.com>
524
525        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
526
5272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
530
5312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
534
5352000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
538        Switch to GNU canonicalization.
539
5402000-09-28      Joel Sherrill <joel@OARcorp.com>
541
542        * monitor/mon-driver.c: Accounted for addition of "_entry" to
543        fields in rtems_driver_address_table.
544
5452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546       
547        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
548        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
549        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
550        Include compile.am.
551
5522000-08-30      Joel Sherrill <joel@OARcorp.com>
553
554        * Many files: Moved posix/include/rtems/posix/seterr.h to
555        score/include/rtems/seterr.h so it would be available within
556        all APIs.
557
5582000-08-30      Joel Sherrill <joel@OARcorp.com>
559
560        * mw-fb/.cvsignore: New file.
561
5622000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
563
564        * Added generic Micro FrameBuffer interface for MicroWindows.
565        This interface allows MicroWindows to under RTEMS. A sample
566        driver has been developed for the pc386 BSP. See
567        pc386/fb_vga.c as a sample.
568        * Added Uniform Input Device interface for MicroWindows.
569        See PC386 bsp for sample drivers for mouse and keyboard (console).
570        * mw-bf: New directory.
571        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
572        * mw-fb/Makefile.am: New file.
573        * mw-fb/mw_fb.c: New file.
574        * mw-fb/mw_fb.h: New file.
575        * mw-fb/mw_uid.c: New file.
576        * mw-fb/mw_uid.h: New file.
577
5782000-08-10      Joel Sherrill <joel@OARcorp.com>
579
580        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.