source: rtems/cpukit/libmisc/ChangeLog @ b523336

4.104.114.84.95
Last change on this file since b523336 was b523336, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/03 at 04:05:47

2003-10-21 Ralf Corsepius <corsepiu@…>

  • capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
  • Property mode set to 100644
File size: 24.3 KB
RevLine 
[b523336]12003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
4
[d4c4078]52003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        PR 495/rtems_misc
8        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
9        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
10        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
11        clean.
12
[c6d35fa5]132003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * monitor/monitor.h:
16        Add rtems_monitor_commands[] (Illegally applied by shell/).
17        Remove ifdef(__mips64) (Make broken code visible again).
18        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
19        warnings.
20        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
21        broken code visible again).
22        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
23
[330dbdb]242003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
27        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
28        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
29        * monitor/mon-monitor.c: Apply private version of STREQ.
30
[e7f38e8]312003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * monitor/symbols.h: Convert to private header.
34        * monitor/monitor.h: Don't include symbols.h.
35        Add forward decls. for symbols from symbols.h.
36        * monitor/Makefile.am: Don't install symbols.h.
37        * monitor/mon-symbols.c: Include "symbols.h".
38
[3160ff6]392003-09-04      Joel Sherrill <joel@OARcorp.com>
40
41        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
42        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
43        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
44        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
45        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
46        untar/untar.h: URL for license changed.
47
[236b701]482003-08-14      Joel Sherrill <joel@OARcorp.com>
49
50        PR 408/filesystem
51        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
52        service, the new RTEMS service rtems_iterate_over_all_threads() was
53        also added. This new service makes it easier to iterate over all the
54        tasks/threads in a system and perform an action on them. This change
55        is to use the new thread iteration service.
56
[41a53075]572003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * fsmount/Makefile.am: Fix path to automake-includes.
60
[a46dac5]612003-08-13      Joel Sherrill <joel@OARcorp.com>
62
63        * fsmount/.cvsignore: New file.
64
[ce275cf]652003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
66
67        PR 369/filesystem
68        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
69        show the use of the DOSFS functions
70        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
71        fsmount/fsmount.h: New files.
72
[2d99235e]732003-08-05      Till Strauman <strauman@slac.stanford.edu>
74
75        PR 436/rtems_misc
76        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
77
[2cc9367]782003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove (Merged into ../configure.ac).
81        * Makefile.am:
82        Reflect having merged configure.ac into ../configure.ac.
83        * capture/config.h: New.
84        * capture/Makefile.am: Add config.h.
85        Reflect having merged configure.ac into ../configure.ac.
86        * cpuuse/config.h: New.
87        * cpuuse/Makefile.am: Add config.h.
88        Reflect having merged configure.ac into ../configure.ac.
89        * devnull/config.h: New.
90        * devnull/Makefile.am: Add config.h.
91        Reflect having merged configure.ac into ../configure.ac.
92        * dummy/config.h: New.
93        * dummy/Makefile.am: Add config.h.
94        Reflect having merged configure.ac into ../configure.ac.
95        * dumpbuf/config.h: New.
96        * dumpbuf/Makefile.am: Add config.h.
97        Reflect having merged configure.ac into ../configure.ac.
98        * monitor/config.h: New.
99        * monitor/Makefile.am: Add config.h.
100        Reflect having merged configure.ac into ../configure.ac.
101        * mw-fb/config.h: New.
102        * mw-fb/Makefile.am: Add config.h.
103        Reflect having merged configure.ac into ../configure.ac.
104        * rtmonuse/config.h: New.
105        * rtmonuse/Makefile.am: Add config.h.
106        Reflect having merged configure.ac into ../configure.ac.
107        * serdbg/config.h: New.
108        * serdbg/Makefile.am: Add config.h.
109        Reflect having merged configure.ac into ../configure.ac.
110        * shell/config.h: New.
111        * shell/Makefile.am: Add config.h.
112        Reflect having merged configure.ac into ../configure.ac.
113        * stackchk/config.h: New.
114        * stackchk/Makefile.am: Add config.h.
115        Reflect having merged configure.ac into ../configure.ac.
116        * untar/config.h: New.
117        * untar/Makefile.am: Add config.h.
118        Reflect having merged configure.ac into ../configure.ac.
119        * wrapup/Makefile.am:
120        Reflect having merged configure.ac into ../configure.ac.
121
[550c3df7]1222003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * capture/capture-cli.c: Add config-header support.
125        * capture/capture.c: Add config-header support.
126        * cpuuse/cpuuse.c: Add config-header support.
127        * devnull/devnull.c: Add config-header support.
128        * dummy/dummy.c: Add config-header support.
129        * dumpbuf/dumpbuf.c: Add config-header support.
130        * monitor/mon-command.c: Add config-header support.
131        * monitor/mon-config.c: Add config-header support.
132        * monitor/mon-dname.c: Add config-header support.
133        * monitor/mon-driver.c: Add config-header support.
134        * monitor/mon-extension.c: Add config-header support.
135        * monitor/mon-itask.c: Add config-header support.
136        * monitor/mon-manager.c: Add config-header support.
137        * monitor/mon-monitor.c: Add config-header support.
138        * monitor/mon-mpci.c: Add config-header support.
139        * monitor/mon-object.c: Add config-header support.
140        * monitor/mon-prmisc.c: Add config-header support.
141        * monitor/mon-queue.c: Add config-header support.
142        * monitor/mon-server.c: Add config-header support.
143        * monitor/mon-symbols.c: Add config-header support.
144        * monitor/mon-task.c: Add config-header support.
145        * mw-fb/mw_fb.c: Add config-header support.
146        * mw-fb/mw_uid.c: Add config-header support.
147        * rtmonuse/rtmonuse.c: Add config-header support.
148        * serdbg/serdbg.c: Add config-header support.
149        * serdbg/serdbgio.c: Add config-header support.
150        * serdbg/termios_printk.c: Add config-header support.
151        * shell/cmds.c: Add config-header support.
152        * stackchk/check.c: Add config-header support.
153        * untar/untar.c: Add config-header support.
154
[d4ce70d]1552003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
158
[85eb9544]1592003-06-04      Joel Sherrill <joel@OARcorp.com>
160
161        * stackchk/check.c: Removed warnings.
162
[ccb1a6ec]1632003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * dummy/Makefile.am: Remove stray dummy.rel.
166
[9b353a5]1672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Remove AC_CONFIG_AUX_DIR.
170
[769f47a]1712003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        capture/capture-cli.c: Add proper definition to avoid compiler
174        warnings. Apply int = getchar().
175
[b70779a]1762003-02-14      Till Straumann <strauman@slac.stanford.edu>
177
178        PR 352/rtems_misc
179        * shell/shell.c: make rtems_shell main task an FP enabled task.
180
[f6c2c30]1812003-01-27      Dan Smisko <dan@balanced.com>
182
183        * stackchk/check.c: Fix problem where _Objects_Get_information()
184        will dereference a null pointer when checking the interrupt stack.
185        If there's something at 0, you may be ok at run time but it is wrong.
186
[62e080e]1872003-01-27      Dan Smisko <dan@balanced.com>
188
189        * monitor/mon-command.c: Correct two potential NULL references.
190
[d790ca3]1912002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Fix tests for GCC.
194
[5a8a05b]1952002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Add check for weak function attribute.
198        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
199        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
200        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
201        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
202        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
203        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
204        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
205        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
206        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
207        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
208        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
209        Build iff LIBSERDBG is true.
210        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
211        Build iff LIBSHELL is true.
212        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
213        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
214        * wrapup/Makefile.am: Reflect changes above.
215
[126660c5]2162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Require autoconf-2.57+automake-1.7.2.
219        * capture/Makefile.am: Eliminate C_O_FILES.
220        * cpuuse/Makefile.am: Ditto.
221        * devnull/Makefile.am: Ditto.
222        * dummy/Makefile.am: Ditto.
223        * dumpbuf/Makefile.am: Ditto.
224        * monitor/Makefile.am: Ditto.
225        * rtmonuse/Makefile.am: Ditto.
226        * serdbg/Makefile.am: Ditto.
227        * shell/Makefile.am: Ditto.
228        * stackchk/Makefile.am: Ditto.
229        * untar/Makefile.am: Ditto.
230        * mw-fb/Makefile.am: Eliminate C_O_FILES.
231        Eliminate SRCS.
232
[5e622a9]2332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        Moving libmisc from rtems/c/src to rtems/cpukit.
236
237        * Makefile.am: Reflect new path.
238        * configure.ac: Reflect new path.
239        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
240        Remove RTEMS_PROJECT_ROOT.
241        * capture/Makefile.am: Reflect new path.
242        Remove OBJS from all-local.
243        * cpuuse/Makefile.am: Ditto.
244        * devnull/Makefile.am: Ditto.
245        * dummy/Makefile.am: Ditto.
246        * dumpbuf/Makefile.am: Ditto.
247        * monitor/Makefile.am: Ditto.
248        * mw-fb/Makefile.am: Ditto.
249        * rtmonuse/Makefile.am: Ditto.
250        * serdbg/Makefile.am: Ditto.
251        * shell/Makefile.am: Ditto.
252        * stackchk/Makefile.am: Ditto.
253        * untar/Makefile.am: Ditto.
254        * wrapup/Makefile.am: Reflect new path.
255
[ea02247c]2562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
259
[52058a6b]2602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
275
[e819fefc]2762002-12-02      Joel Sherrill <joel@OARcorp.com>
277
278        * stackchk/check.c: Better handling of task name.
279
[cef22e87]2802002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
283
[22b689b]2842002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * serdbg/serdbgio.c: Add #include <unistd.h>.
289        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
290        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
291        * configure.ac: Check for stdio assignments.
292        Add RTEMS_LIBSHELL conditional.
293
[1889c7f]2942002-11-01      Joel Sherrill <joel@OARcorp.com>
295
296        * stackchk/check.c: Removed warnings.
297
[a761f565]2982002-10-31      Joel Sherrill <joel@OARcorp.com>
299
300        * stackchk/check.c: Removed warning.
301
[5ceb9d24]3022002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
305        RTEMS_UNIX to avoid gcc warning.
306
[12857dd]3072002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
308
309        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
310        Patch to remove problems introduced by object name rework.
311
[8730f45]3122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * .cvsignore: Reformat.
315        Add autom4te*cache.
316        Remove autom4te.cache.
317
[84206479]3182002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * shell/shell.c: #include <time.h>
321        * wrapup/Makefile.am: Eliminate LIBNAME.
322
[45e4f321]3232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
333        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
334        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
335        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
336        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
337
[fbe799b3]3382002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
341
[ca5fe67]3422002-08-01      Joel Sherrill <joel@OARcorp.com>
343
344        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
345        object name is raw versus being a string.
346
[57c67302]3472002-07-30      Joel Sherrill <joel@OARcorp.com>
348
349        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
350        stack if the port doesn't configure using it.
351
[053f9f1]3522002-07-24      Joel Sherrill <joel@OARcorp.com>
353
354        * wrapup/Makefile.am: Temporarily don't include serdbg since it
355        causes some BSPs to not link "main(){}" as required by autoconf.
356
[aebc8290]3572002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * capture/capture.c: include <string.h> for memset.
360        * capture/capture-cli.c: include <string.h> for memset.
361
[63977bb4]3622002-07-01      Joel Sherrill <joel@OARcorp.com>
363
364        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
365        monitor/mon-object.c, monitor/monitor.h: Corrected use of
366        _Objects_Information_table now that it is a two dimensional
367        array based upon API and class.  In addition, in the monitor,
368        corrected an error which occured when a target has 64 bit pointers.
369
[ee13a74]3702002-07-01      Joel Sherrill <joel@OARcorp.com>
371
372        * stackchk/check.c: Corrected use of
373        _Objects_Information_table now that it is a two dimensional
374        array based upon API and class.
375
[9e633f5]3762002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
377
378        * With the addition of serdbg, the standard polled I/O functions
379        for gdbstub and/or printk are optionally routed to any termios-aware
380        device driver, that supports polled mode. See libmisc/serdbg/README.
381        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
382        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
383        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
384        serdbg/.cvsignore: New files.
385        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
386        reflect addition.
387
[d6c6c26f]3882002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * wrapup/Makefile.am: Don't preinstall libmisc.a.
391
[a653f39]3922002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
[d6c6c26f]394        * configure.ac, Makefile.am: Remove references to rootfs.
[a653f39]395
[ae30735]3962002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * rootfs/.cvsignore: Remove.
399        * rootfs/Makefile.am: Remove.
400        * rootfs/mkrootfs.h: Remove.
401        * rootfs/mkrootfs.c: Remove.
402        * configure.ac: Remove rootfs and NETWORKING macros.
403        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
404
[a923a82]4052002-05-16      Chris Johns <ccj@acm.org>
406
407        * Per PR194, added the Capture engine. 
408        * capture/Makefile.am, capture/README, capture/capture-cli.c,
409        capture/capture-cli.h, capture/capture.c, capture/capture.h,
410        capture/.cvsignore: New files.
411        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
412        reflect addition.
413
[b3afc0f]4142001-05-14      Joel Sherrill <joel@OARcorp.com>
415
416        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
417        a library of the same name.
418
[80fe968c]4192002-03-20      Chris Johns <ccj@acm.org>
420
421        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
422        lowercase. The capture engine need to set triggers or watches on task
423        with uppercase names. 
424        Also stop the monitor repeating command when enter is pressed.
425
[3559e90]4262002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * monitor/mon-monitor.c: Replace done with return (gcc3).
429
[be2cd08]4302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac:
433        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
434        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
435        * Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
444        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
445        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
446        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
447        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
448
[ab09d083]4492002-03-20      Chris Johns <ccj@acm.org>
450
451        * PR148.
452        * monitor/mon-prmisc.c: Fixed to print task states correctly.
453
[dba2ecd7]4542002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * shell/shell.c: Remove #undef __STRICT_ANSI__.
457
[8accf46]4582002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
461
[f8a913da]4622002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
465
[cc13fa3]4662001-10-12      Joel Sherrill <joel@OARcorp.com>
467
468        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
469
[df25c998]4702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
473        * configure.in: Remove.
474        * configure.ac: New file, generated from configure.in by autoupdate.
475
[d805c496]4762001-09-28      Joel Sherrill <joel@OARcorp.com>
477
478        * dummy/dummy.c: Now a useful configuration that starts main().
479        * wrapup/Makefile.am: Include a base level configuration in
480        RTEMS library.
481
[aea9bb46]4822001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
485        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
486        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
487        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
488        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
489        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
490        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
491        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
492        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
493        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
494
[6846a2f]4952001-09-27      Joel Sherrill <joel@OARcorp.com>
496
497        * ChangeLog: Fixed typo in date.
498
4992001-09-21      Joel Sherrill <joel@OARcorp.com>
[2543311]500
501        * configure.in, rootfs/Makefile.am: Added conditional to make sure
502        rootfs does not get built with networking is disabled.  Also
503        added include of compile.am to rootfs/Makefile.am.
504        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
505
[d34d2e69]5062001-09-19      Chris Johns <ccj@acm.org>
507
508        * Added support for populating the initial "root" filesystem
509        with information obtained via the DHCP response.
510        * rootfs: New directory.
511        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
512        rootfs/mkrootfs.h: New files.
513        * configure.in, Makefile.am: Modified to reflect addition.
514
[130291f]5152001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
516
517        * shell/shell.c: Don't close file it wasn't open.
518
5192001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
522        of AC_CANONICAL_SYSTEM.
523        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
524        mkinstalldirs and mkdir.
525        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
526        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
527        _RTEMS_OUTPUT_BUILD_SUBDIRS.
528
5292001-09-14      Joel Sherrill <joel@OARcorp.com>
530
531        * ChangeLog: Fixed some mistakes.
532
5332001-09-14      Joel Sherrill <joel@OARcorp.com>
534
535        * ChangeLog: Fixed some mistakes.
536
5372001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
540        of AC_CANONICAL_SYSTEM.
541        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
542        mkinstalldirs and mkdir.
543        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
544        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
545        _RTEMS_OUTPUT_BUILD_SUBDIRS.
546
5472001-09-14      Joel Sherrill <joel@OARcorp.com>
548
549        * ChangeLog: Fixed some mistakes.
550
5512001-09-14      Joel Sherrill <joel@OARcorp.com>
552
553        * ChangeLog: Fixed some mistakes.
554
[d3b8713a]5552001-09-13      Joel Sherrill <joel@OARcorp.com>
556
557        * devnull/devnull.c: Eliminate warning.
558
[3c6cc4a0]5592001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
560
561        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
562
[70d689a]5632001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
564
565        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
566        shell/shell.h: Updates.
567
[ecb5f95]5682001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
569
570        * monitor/mon-command.c: Add support for partial command matching.
571        The monitor used to have this functionality before it was overhauled
572        to support addition of user commands.
573
[8e2b4de]5742001-06-14      Joel Sherrill <joel@OARcorp.com>
575
576        * shell/telnetd.c, shell/telnetd.h: Moved to
577        libnetworking/rtems_servers so the network stack to address network
578        depenendency.
579        * shell/Makefile.am: Modified to reflect above.
580
[5fef523]5812001-05-25      Joel Sherrill <joel@OARcorp.com>
582
583        * shell/cmds.c: Removed code from inappropriate source.
584
[b2712e3]5852000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
586
587        * monitor/mon-prmisc.c: Correct print line.
588        * shell/Makefile.am: Added new file telnetd.c.
589        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
590        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
591           - The shell_init has a new parameter 'forever' because in
592             /dev/console you need that this process runs forever but in
593             tcp/ip not. (respawn?)
594           - A new task for every session opened trought tcp/ip telnet client.
595             (the chargen,daytime and more are possible of implementation but
596             I ask me if they are necesary)
597           - Exit from the session delete the task and when the client fails too.
598           - More cmds have been implemented. (very reduced version of these)
599             umask, chmod, id, whoami, rm, cat, ...
600           - A reduced line edit has been implemented.
601               Ctrl-C abort the input,
602               Ctrl-d in the first position gives EOF (logout).
603               '\b' and DEL makes the rubout operation.
604               I think that readline() for every session spents a lot of resources.
605
[d72caa6]6062001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
609        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
610
6112001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
[dd74e612]612
613        * Added initial shell functionality.
614        * Makefile.am, configure.in, wrapup/Makefile.am:
615        * shell/.cvsignore, shell/Makefile.am, shell/README,
616        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
[d72caa6]617
[a5bdcd98]6182001-04-20      Joel Sherrill <joel@OARcorp.com>
619
620        * devnull/devnull.c (null_initialize): Added check to
621        ensure that the driver is only initialized once.  Otherwise,
622        it will abort when the device /dev/null is present.
623        (null_write): Do not dereference a NULL pointer.
624
[974d213f]6252001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
628
[620e8263]6292001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
632        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
633        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
634        Apply include_*HEADERS instead of H_FILES.
635
[85d03e2]6362001-01-05      Joel Sherrill <joel@OARcorp.com>
637
638        * devnull: New addition.  Moved from libcpu/sh.
639        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
640        devnull/Makefile.am: New files.
641        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
642        addition of above.
643
[4a14b7be]6442000-11-30      Joel Sherrill <joel@OARcorp.com>
645
646        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
647
[feead226]6482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
651
[a314d3b4]6522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
655
[2735b82]6562000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
659        Switch to GNU canonicalization.
660
[f6630d4]6612000-09-28      Joel Sherrill <joel@OARcorp.com>
662
663        * monitor/mon-driver.c: Accounted for addition of "_entry" to
664        fields in rtems_driver_address_table.
665
[7fcc26ac]6662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667       
668        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
669        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
670        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
671        Include compile.am.
672
[188c82b]6732000-08-30      Joel Sherrill <joel@OARcorp.com>
674
675        * Many files: Moved posix/include/rtems/posix/seterr.h to
676        score/include/rtems/seterr.h so it would be available within
677        all APIs.
678
[73eea69c]6792000-08-30      Joel Sherrill <joel@OARcorp.com>
680
681        * mw-fb/.cvsignore: New file.
682
[152b1e3]6832000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
684
685        * Added generic Micro FrameBuffer interface for MicroWindows.
686        This interface allows MicroWindows to under RTEMS. A sample
687        driver has been developed for the pc386 BSP. See
688        pc386/fb_vga.c as a sample.
689        * Added Uniform Input Device interface for MicroWindows.
690        See PC386 bsp for sample drivers for mouse and keyboard (console).
691        * mw-bf: New directory.
692        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
693        * mw-fb/Makefile.am: New file.
694        * mw-fb/mw_fb.c: New file.
695        * mw-fb/mw_fb.h: New file.
696        * mw-fb/mw_uid.c: New file.
697        * mw-fb/mw_uid.h: New file.
698
[e94ad1fe]6992000-08-10      Joel Sherrill <joel@OARcorp.com>
700
701        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.