source: rtems/cpukit/libmisc/ChangeLog @ 2cc9367

4.104.114.84.95
Last change on this file since 2cc9367 was 2cc9367, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 10:39:58

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

  • configure.ac: Remove (Merged into ../configure.ac).
  • Makefile.am: Reflect having merged configure.ac into ../configure.ac.
  • capture/config.h: New.
  • capture/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac.
  • cpuuse/config.h: New.
  • cpuuse/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac.
  • devnull/config.h: New.
  • devnull/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac.
  • dummy/config.h: New.
  • dummy/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac.
  • dumpbuf/config.h: New.
  • dumpbuf/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac.
  • monitor/config.h: New.
  • monitor/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac.
  • mw-fb/config.h: New.
  • mw-fb/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac.
  • rtmonuse/config.h: New.
  • rtmonuse/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac.
  • serdbg/config.h: New.
  • serdbg/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac.
  • shell/config.h: New.
  • shell/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac.
  • stackchk/config.h: New.
  • stackchk/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac.
  • untar/config.h: New.
  • untar/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac.
  • wrapup/Makefile.am: Reflect having merged configure.ac into ../configure.ac.
  • Property mode set to 100644
File size: 21.6 KB
RevLine 
[2cc9367]12003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove (Merged into ../configure.ac).
4        * Makefile.am:
5        Reflect having merged configure.ac into ../configure.ac.
6        * capture/config.h: New.
7        * capture/Makefile.am: Add config.h.
8        Reflect having merged configure.ac into ../configure.ac.
9        * cpuuse/config.h: New.
10        * cpuuse/Makefile.am: Add config.h.
11        Reflect having merged configure.ac into ../configure.ac.
12        * devnull/config.h: New.
13        * devnull/Makefile.am: Add config.h.
14        Reflect having merged configure.ac into ../configure.ac.
15        * dummy/config.h: New.
16        * dummy/Makefile.am: Add config.h.
17        Reflect having merged configure.ac into ../configure.ac.
18        * dumpbuf/config.h: New.
19        * dumpbuf/Makefile.am: Add config.h.
20        Reflect having merged configure.ac into ../configure.ac.
21        * monitor/config.h: New.
22        * monitor/Makefile.am: Add config.h.
23        Reflect having merged configure.ac into ../configure.ac.
24        * mw-fb/config.h: New.
25        * mw-fb/Makefile.am: Add config.h.
26        Reflect having merged configure.ac into ../configure.ac.
27        * rtmonuse/config.h: New.
28        * rtmonuse/Makefile.am: Add config.h.
29        Reflect having merged configure.ac into ../configure.ac.
30        * serdbg/config.h: New.
31        * serdbg/Makefile.am: Add config.h.
32        Reflect having merged configure.ac into ../configure.ac.
33        * shell/config.h: New.
34        * shell/Makefile.am: Add config.h.
35        Reflect having merged configure.ac into ../configure.ac.
36        * stackchk/config.h: New.
37        * stackchk/Makefile.am: Add config.h.
38        Reflect having merged configure.ac into ../configure.ac.
39        * untar/config.h: New.
40        * untar/Makefile.am: Add config.h.
41        Reflect having merged configure.ac into ../configure.ac.
42        * wrapup/Makefile.am:
43        Reflect having merged configure.ac into ../configure.ac.
44
[550c3df7]452003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * capture/capture-cli.c: Add config-header support.
48        * capture/capture.c: Add config-header support.
49        * cpuuse/cpuuse.c: Add config-header support.
50        * devnull/devnull.c: Add config-header support.
51        * dummy/dummy.c: Add config-header support.
52        * dumpbuf/dumpbuf.c: Add config-header support.
53        * monitor/mon-command.c: Add config-header support.
54        * monitor/mon-config.c: Add config-header support.
55        * monitor/mon-dname.c: Add config-header support.
56        * monitor/mon-driver.c: Add config-header support.
57        * monitor/mon-extension.c: Add config-header support.
58        * monitor/mon-itask.c: Add config-header support.
59        * monitor/mon-manager.c: Add config-header support.
60        * monitor/mon-monitor.c: Add config-header support.
61        * monitor/mon-mpci.c: Add config-header support.
62        * monitor/mon-object.c: Add config-header support.
63        * monitor/mon-prmisc.c: Add config-header support.
64        * monitor/mon-queue.c: Add config-header support.
65        * monitor/mon-server.c: Add config-header support.
66        * monitor/mon-symbols.c: Add config-header support.
67        * monitor/mon-task.c: Add config-header support.
68        * mw-fb/mw_fb.c: Add config-header support.
69        * mw-fb/mw_uid.c: Add config-header support.
70        * rtmonuse/rtmonuse.c: Add config-header support.
71        * serdbg/serdbg.c: Add config-header support.
72        * serdbg/serdbgio.c: Add config-header support.
73        * serdbg/termios_printk.c: Add config-header support.
74        * shell/cmds.c: Add config-header support.
75        * stackchk/check.c: Add config-header support.
76        * untar/untar.c: Add config-header support.
77
[d4ce70d]782003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
81
[85eb9544]822003-06-04      Joel Sherrill <joel@OARcorp.com>
83
84        * stackchk/check.c: Removed warnings.
85
[ccb1a6ec]862003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * dummy/Makefile.am: Remove stray dummy.rel.
89
[9b353a5]902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove AC_CONFIG_AUX_DIR.
93
[769f47a]942003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        capture/capture-cli.c: Add proper definition to avoid compiler
97        warnings. Apply int = getchar().
98
[b70779a]992003-02-14      Till Straumann <strauman@slac.stanford.edu>
100
101        PR 352/rtems_misc
102        * shell/shell.c: make rtems_shell main task an FP enabled task.
103
[f6c2c30]1042003-01-27      Dan Smisko <dan@balanced.com>
105
106        * stackchk/check.c: Fix problem where _Objects_Get_information()
107        will dereference a null pointer when checking the interrupt stack.
108        If there's something at 0, you may be ok at run time but it is wrong.
109
[62e080e]1102003-01-27      Dan Smisko <dan@balanced.com>
111
112        * monitor/mon-command.c: Correct two potential NULL references.
113
[d790ca3]1142002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Fix tests for GCC.
117
[5a8a05b]1182002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Add check for weak function attribute.
121        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
122        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
123        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
124        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
125        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
126        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
127        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
128        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
129        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
130        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
131        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
132        Build iff LIBSERDBG is true.
133        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
134        Build iff LIBSHELL is true.
135        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
136        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
137        * wrapup/Makefile.am: Reflect changes above.
138
[126660c5]1392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Require autoconf-2.57+automake-1.7.2.
142        * capture/Makefile.am: Eliminate C_O_FILES.
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        * rtmonuse/Makefile.am: Ditto.
149        * serdbg/Makefile.am: Ditto.
150        * shell/Makefile.am: Ditto.
151        * stackchk/Makefile.am: Ditto.
152        * untar/Makefile.am: Ditto.
153        * mw-fb/Makefile.am: Eliminate C_O_FILES.
154        Eliminate SRCS.
155
[5e622a9]1562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        Moving libmisc from rtems/c/src to rtems/cpukit.
159
160        * Makefile.am: Reflect new path.
161        * configure.ac: Reflect new path.
162        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
163        Remove RTEMS_PROJECT_ROOT.
164        * capture/Makefile.am: Reflect new path.
165        Remove OBJS from all-local.
166        * cpuuse/Makefile.am: Ditto.
167        * devnull/Makefile.am: Ditto.
168        * dummy/Makefile.am: Ditto.
169        * dumpbuf/Makefile.am: Ditto.
170        * monitor/Makefile.am: Ditto.
171        * mw-fb/Makefile.am: Ditto.
172        * rtmonuse/Makefile.am: Ditto.
173        * serdbg/Makefile.am: Ditto.
174        * shell/Makefile.am: Ditto.
175        * stackchk/Makefile.am: Ditto.
176        * untar/Makefile.am: Ditto.
177        * wrapup/Makefile.am: Reflect new path.
178
[ea02247c]1792002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
182
[52058a6b]1832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198
[e819fefc]1992002-12-02      Joel Sherrill <joel@OARcorp.com>
200
201        * stackchk/check.c: Better handling of task name.
202
[cef22e87]2032002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
206
[22b689b]2072002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
210        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
211        * serdbg/serdbgio.c: Add #include <unistd.h>.
212        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
213        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
214        * configure.ac: Check for stdio assignments.
215        Add RTEMS_LIBSHELL conditional.
216
[1889c7f]2172002-11-01      Joel Sherrill <joel@OARcorp.com>
218
219        * stackchk/check.c: Removed warnings.
220
[a761f565]2212002-10-31      Joel Sherrill <joel@OARcorp.com>
222
223        * stackchk/check.c: Removed warning.
224
[5ceb9d24]2252002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
228        RTEMS_UNIX to avoid gcc warning.
229
[12857dd]2302002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
231
232        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
233        Patch to remove problems introduced by object name rework.
234
[8730f45]2352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * .cvsignore: Reformat.
238        Add autom4te*cache.
239        Remove autom4te.cache.
240
[84206479]2412002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * shell/shell.c: #include <time.h>
244        * wrapup/Makefile.am: Eliminate LIBNAME.
245
[45e4f321]2462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
249        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
250        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
251        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
253        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
259        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
260
[fbe799b3]2612002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
264
[ca5fe67]2652002-08-01      Joel Sherrill <joel@OARcorp.com>
266
267        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
268        object name is raw versus being a string.
269
[57c67302]2702002-07-30      Joel Sherrill <joel@OARcorp.com>
271
272        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
273        stack if the port doesn't configure using it.
274
[053f9f1]2752002-07-24      Joel Sherrill <joel@OARcorp.com>
276
277        * wrapup/Makefile.am: Temporarily don't include serdbg since it
278        causes some BSPs to not link "main(){}" as required by autoconf.
279
[aebc8290]2802002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * capture/capture.c: include <string.h> for memset.
283        * capture/capture-cli.c: include <string.h> for memset.
284
[63977bb4]2852002-07-01      Joel Sherrill <joel@OARcorp.com>
286
287        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
288        monitor/mon-object.c, monitor/monitor.h: Corrected use of
289        _Objects_Information_table now that it is a two dimensional
290        array based upon API and class.  In addition, in the monitor,
291        corrected an error which occured when a target has 64 bit pointers.
292
[ee13a74]2932002-07-01      Joel Sherrill <joel@OARcorp.com>
294
295        * stackchk/check.c: Corrected use of
296        _Objects_Information_table now that it is a two dimensional
297        array based upon API and class.
298
[9e633f5]2992002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
300
301        * With the addition of serdbg, the standard polled I/O functions
302        for gdbstub and/or printk are optionally routed to any termios-aware
303        device driver, that supports polled mode. See libmisc/serdbg/README.
304        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
305        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
306        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
307        serdbg/.cvsignore: New files.
308        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
309        reflect addition.
310
[d6c6c26f]3112002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * wrapup/Makefile.am: Don't preinstall libmisc.a.
314
[a653f39]3152002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
[d6c6c26f]317        * configure.ac, Makefile.am: Remove references to rootfs.
[a653f39]318
[ae30735]3192002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * rootfs/.cvsignore: Remove.
322        * rootfs/Makefile.am: Remove.
323        * rootfs/mkrootfs.h: Remove.
324        * rootfs/mkrootfs.c: Remove.
325        * configure.ac: Remove rootfs and NETWORKING macros.
326        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
327
[a923a82]3282002-05-16      Chris Johns <ccj@acm.org>
329
330        * Per PR194, added the Capture engine. 
331        * capture/Makefile.am, capture/README, capture/capture-cli.c,
332        capture/capture-cli.h, capture/capture.c, capture/capture.h,
333        capture/.cvsignore: New files.
334        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
335        reflect addition.
336
[b3afc0f]3372001-05-14      Joel Sherrill <joel@OARcorp.com>
338
339        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
340        a library of the same name.
341
[80fe968c]3422002-03-20      Chris Johns <ccj@acm.org>
343
344        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
345        lowercase. The capture engine need to set triggers or watches on task
346        with uppercase names. 
347        Also stop the monitor repeating command when enter is pressed.
348
[3559e90]3492002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * monitor/mon-monitor.c: Replace done with return (gcc3).
352
[be2cd08]3532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac:
356        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
357        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
358        * Makefile.am: Remove AUTOMAKE_OPTIONS.
359        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
360        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
371
[ab09d083]3722002-03-20      Chris Johns <ccj@acm.org>
373
374        * PR148.
375        * monitor/mon-prmisc.c: Fixed to print task states correctly.
376
[dba2ecd7]3772002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * shell/shell.c: Remove #undef __STRICT_ANSI__.
380
[8accf46]3812002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
384
[f8a913da]3852002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
388
[cc13fa3]3892001-10-12      Joel Sherrill <joel@OARcorp.com>
390
391        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
392
[df25c998]3932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
396        * configure.in: Remove.
397        * configure.ac: New file, generated from configure.in by autoupdate.
398
[d805c496]3992001-09-28      Joel Sherrill <joel@OARcorp.com>
400
401        * dummy/dummy.c: Now a useful configuration that starts main().
402        * wrapup/Makefile.am: Include a base level configuration in
403        RTEMS library.
404
[aea9bb46]4052001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
408        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
409        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
410        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
411        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
412        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
413        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
414        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
415        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
416        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
417
[6846a2f]4182001-09-27      Joel Sherrill <joel@OARcorp.com>
419
420        * ChangeLog: Fixed typo in date.
421
4222001-09-21      Joel Sherrill <joel@OARcorp.com>
[2543311]423
424        * configure.in, rootfs/Makefile.am: Added conditional to make sure
425        rootfs does not get built with networking is disabled.  Also
426        added include of compile.am to rootfs/Makefile.am.
427        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
428
[d34d2e69]4292001-09-19      Chris Johns <ccj@acm.org>
430
431        * Added support for populating the initial "root" filesystem
432        with information obtained via the DHCP response.
433        * rootfs: New directory.
434        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
435        rootfs/mkrootfs.h: New files.
436        * configure.in, Makefile.am: Modified to reflect addition.
437
[130291f]4382001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
439
440        * shell/shell.c: Don't close file it wasn't open.
441
4422001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
445        of AC_CANONICAL_SYSTEM.
446        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
447        mkinstalldirs and mkdir.
448        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
449        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
450        _RTEMS_OUTPUT_BUILD_SUBDIRS.
451
4522001-09-14      Joel Sherrill <joel@OARcorp.com>
453
454        * ChangeLog: Fixed some mistakes.
455
4562001-09-14      Joel Sherrill <joel@OARcorp.com>
457
458        * ChangeLog: Fixed some mistakes.
459
4602001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
463        of AC_CANONICAL_SYSTEM.
464        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
465        mkinstalldirs and mkdir.
466        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
467        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
468        _RTEMS_OUTPUT_BUILD_SUBDIRS.
469
4702001-09-14      Joel Sherrill <joel@OARcorp.com>
471
472        * ChangeLog: Fixed some mistakes.
473
4742001-09-14      Joel Sherrill <joel@OARcorp.com>
475
476        * ChangeLog: Fixed some mistakes.
477
[d3b8713a]4782001-09-13      Joel Sherrill <joel@OARcorp.com>
479
480        * devnull/devnull.c: Eliminate warning.
481
[3c6cc4a0]4822001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
483
484        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
485
[70d689a]4862001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
487
488        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
489        shell/shell.h: Updates.
490
[ecb5f95]4912001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
492
493        * monitor/mon-command.c: Add support for partial command matching.
494        The monitor used to have this functionality before it was overhauled
495        to support addition of user commands.
496
[8e2b4de]4972001-06-14      Joel Sherrill <joel@OARcorp.com>
498
499        * shell/telnetd.c, shell/telnetd.h: Moved to
500        libnetworking/rtems_servers so the network stack to address network
501        depenendency.
502        * shell/Makefile.am: Modified to reflect above.
503
[5fef523]5042001-05-25      Joel Sherrill <joel@OARcorp.com>
505
506        * shell/cmds.c: Removed code from inappropriate source.
507
[b2712e3]5082000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
509
510        * monitor/mon-prmisc.c: Correct print line.
511        * shell/Makefile.am: Added new file telnetd.c.
512        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
513        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
514           - The shell_init has a new parameter 'forever' because in
515             /dev/console you need that this process runs forever but in
516             tcp/ip not. (respawn?)
517           - A new task for every session opened trought tcp/ip telnet client.
518             (the chargen,daytime and more are possible of implementation but
519             I ask me if they are necesary)
520           - Exit from the session delete the task and when the client fails too.
521           - More cmds have been implemented. (very reduced version of these)
522             umask, chmod, id, whoami, rm, cat, ...
523           - A reduced line edit has been implemented.
524               Ctrl-C abort the input,
525               Ctrl-d in the first position gives EOF (logout).
526               '\b' and DEL makes the rubout operation.
527               I think that readline() for every session spents a lot of resources.
528
[d72caa6]5292001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
532        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
533
5342001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
[dd74e612]535
536        * Added initial shell functionality.
537        * Makefile.am, configure.in, wrapup/Makefile.am:
538        * shell/.cvsignore, shell/Makefile.am, shell/README,
539        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
[d72caa6]540
[a5bdcd98]5412001-04-20      Joel Sherrill <joel@OARcorp.com>
542
543        * devnull/devnull.c (null_initialize): Added check to
544        ensure that the driver is only initialized once.  Otherwise,
545        it will abort when the device /dev/null is present.
546        (null_write): Do not dereference a NULL pointer.
547
[974d213f]5482001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
551
[620e8263]5522001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
555        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
556        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
557        Apply include_*HEADERS instead of H_FILES.
558
[85d03e2]5592001-01-05      Joel Sherrill <joel@OARcorp.com>
560
561        * devnull: New addition.  Moved from libcpu/sh.
562        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
563        devnull/Makefile.am: New files.
564        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
565        addition of above.
566
[4a14b7be]5672000-11-30      Joel Sherrill <joel@OARcorp.com>
568
569        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
570
[feead226]5712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
574
[a314d3b4]5752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
578
[2735b82]5792000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
582        Switch to GNU canonicalization.
583
[f6630d4]5842000-09-28      Joel Sherrill <joel@OARcorp.com>
585
586        * monitor/mon-driver.c: Accounted for addition of "_entry" to
587        fields in rtems_driver_address_table.
588
[7fcc26ac]5892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590       
591        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
592        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
593        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
594        Include compile.am.
595
[188c82b]5962000-08-30      Joel Sherrill <joel@OARcorp.com>
597
598        * Many files: Moved posix/include/rtems/posix/seterr.h to
599        score/include/rtems/seterr.h so it would be available within
600        all APIs.
601
[73eea69c]6022000-08-30      Joel Sherrill <joel@OARcorp.com>
603
604        * mw-fb/.cvsignore: New file.
605
[152b1e3]6062000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
607
608        * Added generic Micro FrameBuffer interface for MicroWindows.
609        This interface allows MicroWindows to under RTEMS. A sample
610        driver has been developed for the pc386 BSP. See
611        pc386/fb_vga.c as a sample.
612        * Added Uniform Input Device interface for MicroWindows.
613        See PC386 bsp for sample drivers for mouse and keyboard (console).
614        * mw-bf: New directory.
615        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
616        * mw-fb/Makefile.am: New file.
617        * mw-fb/mw_fb.c: New file.
618        * mw-fb/mw_fb.h: New file.
619        * mw-fb/mw_uid.c: New file.
620        * mw-fb/mw_uid.h: New file.
621
[e94ad1fe]6222000-08-10      Joel Sherrill <joel@OARcorp.com>
623
624        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.