source: rtems/cpukit/libmisc/ChangeLog @ 868b28e5

4.104.114.84.95
Last change on this file since 868b28e5 was e482c592, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/03 at 14:21:00

2003-12-11 Joel Sherrill <joel@…>

PR 540/rtems_misc

  • cpuuse/cpuuse.c, rtmonuse/rtmonuse.c: Correct object name printing.
  • Property mode set to 100644
File size: 26.8 KB
Line 
12003-12-11      Joel Sherrill <joel@OARcorp.com>
2
3        PR 540/rtems_misc
4        * cpuuse/cpuuse.c, rtmonuse/rtmonuse.c: Correct object name printing.
5
62003-12-11      Joel Sherrill <joel@OARcorp.com>
7
8        PR 531/rtems_misc
9        * rtmonuse/rtmonuse.c, stackchk/check.c: Correct indexing.
10
112003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Add $(dirstamp) to compilation rules.
14        Fix misc. typos.
15
162003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Add $(dirstamp) to preinstallation rules.
19
202003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Reformat.
23
242003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * capture/Makefile.am: Remove.
27        * cpuuse/Makefile.am: Remove.
28        * devnull/Makefile.am: Remove.
29        * dummy/Makefile.am: Remove.
30        * dumpbuf/Makefile.am: Remove.
31        * fsmount/Makefile.am: Remove.
32        * monitor/Makefile.am: Remove.
33        * mw-fb/Makefile.am: Remove.
34        * rtmonuse/Makefile.am: Remove.
35        * serdbg/Makefile.am: Remove.
36        * shell/Makefile.am: Remove.
37        * stackchk/Makefile.am: Remove.
38        * untar/Makefile.am: Remove.
39        * Makefile.am: Merge-in the Makefile.ams above.
40
412003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Remove.
44        * wrapup/.cvsignore: Remove.
45        * Makefile.am: Reflect changes above.
46
472003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * capture/config.h: Remove.
50        * capture/Makefile.am: Remove config.h.
51        AM_CPPFLAGS += -I$(top_builddir).
52        * cpuuse/config.h: Remove.
53        * cpuuse/Makefile.am: Remove config.h.
54        AM_CPPFLAGS += -I$(top_builddir).
55        * devnull/config.h: Remove.
56        * devnull/Makefile.am: Remove config.h.
57        AM_CPPFLAGS += -I$(top_builddir).
58        * dummy/config.h: Remove.
59        * dummy/Makefile.am: Remove config.h.
60        AM_CPPFLAGS += -I$(top_builddir).
61        * dumpbuf/config.h: Remove.
62        * dumpbuf/Makefile.am: Remove config.h.
63        AM_CPPFLAGS += -I$(top_builddir).
64        * monitor/config.h: Remove.
65        * monitor/Makefile.am: Remove config.h.
66        AM_CPPFLAGS += -I$(top_builddir).
67        * mw-fb/config.h: Remove.
68        * mw-fb/Makefile.am: Remove config.h.
69        AM_CPPFLAGS += -I$(top_builddir).
70        * rtmonuse/config.h: Remove.
71        * rtmonuse/Makefile.am: Remove config.h.
72        AM_CPPFLAGS += -I$(top_builddir).
73        * serdbg/config.h: Remove.
74        * serdbg/Makefile.am: Remove config.h.
75        AM_CPPFLAGS += -I$(top_builddir).
76        * shell/config.h: Remove.
77        * shell/Makefile.am: Remove config.h.
78        AM_CPPFLAGS += -I$(top_builddir).
79        * stackchk/config.h: Remove.
80        * stackchk/Makefile.am: Remove config.h.
81        AM_CPPFLAGS += -I$(top_builddir).
82        * untar/config.h: Remove.
83        * untar/Makefile.am: Remove config.h.
84        AM_CPPFLAGS += -I$(top_builddir).
85
862003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
89
902003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        PR 495/rtems_misc
93        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
94        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
95        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
96        clean.
97
982003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * monitor/monitor.h:
101        Add rtems_monitor_commands[] (Illegally applied by shell/).
102        Remove ifdef(__mips64) (Make broken code visible again).
103        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
104        warnings.
105        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
106        broken code visible again).
107        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
108
1092003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
112        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
113        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
114        * monitor/mon-monitor.c: Apply private version of STREQ.
115
1162003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * monitor/symbols.h: Convert to private header.
119        * monitor/monitor.h: Don't include symbols.h.
120        Add forward decls. for symbols from symbols.h.
121        * monitor/Makefile.am: Don't install symbols.h.
122        * monitor/mon-symbols.c: Include "symbols.h".
123
1242003-09-04      Joel Sherrill <joel@OARcorp.com>
125
126        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
127        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
128        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
129        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
130        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
131        untar/untar.h: URL for license changed.
132
1332003-08-14      Joel Sherrill <joel@OARcorp.com>
134
135        PR 408/filesystem
136        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
137        service, the new RTEMS service rtems_iterate_over_all_threads() was
138        also added. This new service makes it easier to iterate over all the
139        tasks/threads in a system and perform an action on them. This change
140        is to use the new thread iteration service.
141
1422003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * fsmount/Makefile.am: Fix path to automake-includes.
145
1462003-08-13      Joel Sherrill <joel@OARcorp.com>
147
148        * fsmount/.cvsignore: New file.
149
1502003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
151
152        PR 369/filesystem
153        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
154        show the use of the DOSFS functions
155        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
156        fsmount/fsmount.h: New files.
157
1582003-08-05      Till Strauman <strauman@slac.stanford.edu>
159
160        PR 436/rtems_misc
161        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
162
1632003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Remove (Merged into ../configure.ac).
166        * Makefile.am:
167        Reflect having merged configure.ac into ../configure.ac.
168        * capture/config.h: New.
169        * capture/Makefile.am: Add config.h.
170        Reflect having merged configure.ac into ../configure.ac.
171        * cpuuse/config.h: New.
172        * cpuuse/Makefile.am: Add config.h.
173        Reflect having merged configure.ac into ../configure.ac.
174        * devnull/config.h: New.
175        * devnull/Makefile.am: Add config.h.
176        Reflect having merged configure.ac into ../configure.ac.
177        * dummy/config.h: New.
178        * dummy/Makefile.am: Add config.h.
179        Reflect having merged configure.ac into ../configure.ac.
180        * dumpbuf/config.h: New.
181        * dumpbuf/Makefile.am: Add config.h.
182        Reflect having merged configure.ac into ../configure.ac.
183        * monitor/config.h: New.
184        * monitor/Makefile.am: Add config.h.
185        Reflect having merged configure.ac into ../configure.ac.
186        * mw-fb/config.h: New.
187        * mw-fb/Makefile.am: Add config.h.
188        Reflect having merged configure.ac into ../configure.ac.
189        * rtmonuse/config.h: New.
190        * rtmonuse/Makefile.am: Add config.h.
191        Reflect having merged configure.ac into ../configure.ac.
192        * serdbg/config.h: New.
193        * serdbg/Makefile.am: Add config.h.
194        Reflect having merged configure.ac into ../configure.ac.
195        * shell/config.h: New.
196        * shell/Makefile.am: Add config.h.
197        Reflect having merged configure.ac into ../configure.ac.
198        * stackchk/config.h: New.
199        * stackchk/Makefile.am: Add config.h.
200        Reflect having merged configure.ac into ../configure.ac.
201        * untar/config.h: New.
202        * untar/Makefile.am: Add config.h.
203        Reflect having merged configure.ac into ../configure.ac.
204        * wrapup/Makefile.am:
205        Reflect having merged configure.ac into ../configure.ac.
206
2072003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * capture/capture-cli.c: Add config-header support.
210        * capture/capture.c: Add config-header support.
211        * cpuuse/cpuuse.c: Add config-header support.
212        * devnull/devnull.c: Add config-header support.
213        * dummy/dummy.c: Add config-header support.
214        * dumpbuf/dumpbuf.c: Add config-header support.
215        * monitor/mon-command.c: Add config-header support.
216        * monitor/mon-config.c: Add config-header support.
217        * monitor/mon-dname.c: Add config-header support.
218        * monitor/mon-driver.c: Add config-header support.
219        * monitor/mon-extension.c: Add config-header support.
220        * monitor/mon-itask.c: Add config-header support.
221        * monitor/mon-manager.c: Add config-header support.
222        * monitor/mon-monitor.c: Add config-header support.
223        * monitor/mon-mpci.c: Add config-header support.
224        * monitor/mon-object.c: Add config-header support.
225        * monitor/mon-prmisc.c: Add config-header support.
226        * monitor/mon-queue.c: Add config-header support.
227        * monitor/mon-server.c: Add config-header support.
228        * monitor/mon-symbols.c: Add config-header support.
229        * monitor/mon-task.c: Add config-header support.
230        * mw-fb/mw_fb.c: Add config-header support.
231        * mw-fb/mw_uid.c: Add config-header support.
232        * rtmonuse/rtmonuse.c: Add config-header support.
233        * serdbg/serdbg.c: Add config-header support.
234        * serdbg/serdbgio.c: Add config-header support.
235        * serdbg/termios_printk.c: Add config-header support.
236        * shell/cmds.c: Add config-header support.
237        * stackchk/check.c: Add config-header support.
238        * untar/untar.c: Add config-header support.
239
2402003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
243
2442003-06-04      Joel Sherrill <joel@OARcorp.com>
245
246        * stackchk/check.c: Removed warnings.
247
2482003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * dummy/Makefile.am: Remove stray dummy.rel.
251
2522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Remove AC_CONFIG_AUX_DIR.
255
2562003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        capture/capture-cli.c: Add proper definition to avoid compiler
259        warnings. Apply int = getchar().
260
2612003-02-14      Till Straumann <strauman@slac.stanford.edu>
262
263        PR 352/rtems_misc
264        * shell/shell.c: make rtems_shell main task an FP enabled task.
265
2662003-01-27      Dan Smisko <dan@balanced.com>
267
268        * stackchk/check.c: Fix problem where _Objects_Get_information()
269        will dereference a null pointer when checking the interrupt stack.
270        If there's something at 0, you may be ok at run time but it is wrong.
271
2722003-01-27      Dan Smisko <dan@balanced.com>
273
274        * monitor/mon-command.c: Correct two potential NULL references.
275
2762002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: Fix tests for GCC.
279
2802002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Add check for weak function attribute.
283        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
284        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
285        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
286        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
287        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
288        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
289        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
290        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
291        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
292        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
293        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
294        Build iff LIBSERDBG is true.
295        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
296        Build iff LIBSHELL is true.
297        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
298        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
299        * wrapup/Makefile.am: Reflect changes above.
300
3012002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Require autoconf-2.57+automake-1.7.2.
304        * capture/Makefile.am: Eliminate C_O_FILES.
305        * cpuuse/Makefile.am: Ditto.
306        * devnull/Makefile.am: Ditto.
307        * dummy/Makefile.am: Ditto.
308        * dumpbuf/Makefile.am: Ditto.
309        * monitor/Makefile.am: Ditto.
310        * rtmonuse/Makefile.am: Ditto.
311        * serdbg/Makefile.am: Ditto.
312        * shell/Makefile.am: Ditto.
313        * stackchk/Makefile.am: Ditto.
314        * untar/Makefile.am: Ditto.
315        * mw-fb/Makefile.am: Eliminate C_O_FILES.
316        Eliminate SRCS.
317
3182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        Moving libmisc from rtems/c/src to rtems/cpukit.
321
322        * Makefile.am: Reflect new path.
323        * configure.ac: Reflect new path.
324        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
325        Remove RTEMS_PROJECT_ROOT.
326        * capture/Makefile.am: Reflect new path.
327        Remove OBJS from all-local.
328        * cpuuse/Makefile.am: Ditto.
329        * devnull/Makefile.am: Ditto.
330        * dummy/Makefile.am: Ditto.
331        * dumpbuf/Makefile.am: Ditto.
332        * monitor/Makefile.am: Ditto.
333        * mw-fb/Makefile.am: Ditto.
334        * rtmonuse/Makefile.am: Ditto.
335        * serdbg/Makefile.am: Ditto.
336        * shell/Makefile.am: Ditto.
337        * stackchk/Makefile.am: Ditto.
338        * untar/Makefile.am: Ditto.
339        * wrapup/Makefile.am: Reflect new path.
340
3412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
344
3452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
348        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
349        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
350        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
351        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
352        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
354        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
358        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
359        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
360
3612002-12-02      Joel Sherrill <joel@OARcorp.com>
362
363        * stackchk/check.c: Better handling of task name.
364
3652002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
368
3692002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * serdbg/serdbgio.c: Add #include <unistd.h>.
374        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
375        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
376        * configure.ac: Check for stdio assignments.
377        Add RTEMS_LIBSHELL conditional.
378
3792002-11-01      Joel Sherrill <joel@OARcorp.com>
380
381        * stackchk/check.c: Removed warnings.
382
3832002-10-31      Joel Sherrill <joel@OARcorp.com>
384
385        * stackchk/check.c: Removed warning.
386
3872002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
390        RTEMS_UNIX to avoid gcc warning.
391
3922002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
393
394        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
395        Patch to remove problems introduced by object name rework.
396
3972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * .cvsignore: Reformat.
400        Add autom4te*cache.
401        Remove autom4te.cache.
402
4032002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * shell/shell.c: #include <time.h>
406        * wrapup/Makefile.am: Eliminate LIBNAME.
407
4082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
411        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
412        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
413        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
414        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
415        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
416        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
422
4232002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
426
4272002-08-01      Joel Sherrill <joel@OARcorp.com>
428
429        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
430        object name is raw versus being a string.
431
4322002-07-30      Joel Sherrill <joel@OARcorp.com>
433
434        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
435        stack if the port doesn't configure using it.
436
4372002-07-24      Joel Sherrill <joel@OARcorp.com>
438
439        * wrapup/Makefile.am: Temporarily don't include serdbg since it
440        causes some BSPs to not link "main(){}" as required by autoconf.
441
4422002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * capture/capture.c: include <string.h> for memset.
445        * capture/capture-cli.c: include <string.h> for memset.
446
4472002-07-01      Joel Sherrill <joel@OARcorp.com>
448
449        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
450        monitor/mon-object.c, monitor/monitor.h: Corrected use of
451        _Objects_Information_table now that it is a two dimensional
452        array based upon API and class.  In addition, in the monitor,
453        corrected an error which occured when a target has 64 bit pointers.
454
4552002-07-01      Joel Sherrill <joel@OARcorp.com>
456
457        * stackchk/check.c: Corrected use of
458        _Objects_Information_table now that it is a two dimensional
459        array based upon API and class.
460
4612002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
462
463        * With the addition of serdbg, the standard polled I/O functions
464        for gdbstub and/or printk are optionally routed to any termios-aware
465        device driver, that supports polled mode. See libmisc/serdbg/README.
466        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
467        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
468        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
469        serdbg/.cvsignore: New files.
470        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
471        reflect addition.
472
4732002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * wrapup/Makefile.am: Don't preinstall libmisc.a.
476
4772002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac, Makefile.am: Remove references to rootfs.
480
4812002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * rootfs/.cvsignore: Remove.
484        * rootfs/Makefile.am: Remove.
485        * rootfs/mkrootfs.h: Remove.
486        * rootfs/mkrootfs.c: Remove.
487        * configure.ac: Remove rootfs and NETWORKING macros.
488        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
489
4902002-05-16      Chris Johns <ccj@acm.org>
491
492        * Per PR194, added the Capture engine. 
493        * capture/Makefile.am, capture/README, capture/capture-cli.c,
494        capture/capture-cli.h, capture/capture.c, capture/capture.h,
495        capture/.cvsignore: New files.
496        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
497        reflect addition.
498
4992001-05-14      Joel Sherrill <joel@OARcorp.com>
500
501        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
502        a library of the same name.
503
5042002-03-20      Chris Johns <ccj@acm.org>
505
506        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
507        lowercase. The capture engine need to set triggers or watches on task
508        with uppercase names. 
509        Also stop the monitor repeating command when enter is pressed.
510
5112002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * monitor/mon-monitor.c: Replace done with return (gcc3).
514
5152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac:
518        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
519        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
520        * Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
523        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
524        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
525        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
526        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
527        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
528        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
530        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
531        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
533
5342002-03-20      Chris Johns <ccj@acm.org>
535
536        * PR148.
537        * monitor/mon-prmisc.c: Fixed to print task states correctly.
538
5392002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * shell/shell.c: Remove #undef __STRICT_ANSI__.
542
5432002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
546
5472002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
550
5512001-10-12      Joel Sherrill <joel@OARcorp.com>
552
553        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
554
5552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
558        * configure.in: Remove.
559        * configure.ac: New file, generated from configure.in by autoupdate.
560
5612001-09-28      Joel Sherrill <joel@OARcorp.com>
562
563        * dummy/dummy.c: Now a useful configuration that starts main().
564        * wrapup/Makefile.am: Include a base level configuration in
565        RTEMS library.
566
5672001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
570        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
571        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
572        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
573        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
574        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
575        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
576        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
577        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
578        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
579
5802001-09-27      Joel Sherrill <joel@OARcorp.com>
581
582        * ChangeLog: Fixed typo in date.
583
5842001-09-21      Joel Sherrill <joel@OARcorp.com>
585
586        * configure.in, rootfs/Makefile.am: Added conditional to make sure
587        rootfs does not get built with networking is disabled.  Also
588        added include of compile.am to rootfs/Makefile.am.
589        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
590
5912001-09-19      Chris Johns <ccj@acm.org>
592
593        * Added support for populating the initial "root" filesystem
594        with information obtained via the DHCP response.
595        * rootfs: New directory.
596        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
597        rootfs/mkrootfs.h: New files.
598        * configure.in, Makefile.am: Modified to reflect addition.
599
6002001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
601
602        * shell/shell.c: Don't close file it wasn't open.
603
6042001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
607        of AC_CANONICAL_SYSTEM.
608        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
609        mkinstalldirs and mkdir.
610        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
611        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
612        _RTEMS_OUTPUT_BUILD_SUBDIRS.
613
6142001-09-14      Joel Sherrill <joel@OARcorp.com>
615
616        * ChangeLog: Fixed some mistakes.
617
6182001-09-14      Joel Sherrill <joel@OARcorp.com>
619
620        * ChangeLog: Fixed some mistakes.
621
6222001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
625        of AC_CANONICAL_SYSTEM.
626        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
627        mkinstalldirs and mkdir.
628        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
629        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
630        _RTEMS_OUTPUT_BUILD_SUBDIRS.
631
6322001-09-14      Joel Sherrill <joel@OARcorp.com>
633
634        * ChangeLog: Fixed some mistakes.
635
6362001-09-14      Joel Sherrill <joel@OARcorp.com>
637
638        * ChangeLog: Fixed some mistakes.
639
6402001-09-13      Joel Sherrill <joel@OARcorp.com>
641
642        * devnull/devnull.c: Eliminate warning.
643
6442001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
645
646        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
647
6482001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
649
650        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
651        shell/shell.h: Updates.
652
6532001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
654
655        * monitor/mon-command.c: Add support for partial command matching.
656        The monitor used to have this functionality before it was overhauled
657        to support addition of user commands.
658
6592001-06-14      Joel Sherrill <joel@OARcorp.com>
660
661        * shell/telnetd.c, shell/telnetd.h: Moved to
662        libnetworking/rtems_servers so the network stack to address network
663        depenendency.
664        * shell/Makefile.am: Modified to reflect above.
665
6662001-05-25      Joel Sherrill <joel@OARcorp.com>
667
668        * shell/cmds.c: Removed code from inappropriate source.
669
6702000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
671
672        * monitor/mon-prmisc.c: Correct print line.
673        * shell/Makefile.am: Added new file telnetd.c.
674        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
675        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
676           - The shell_init has a new parameter 'forever' because in
677             /dev/console you need that this process runs forever but in
678             tcp/ip not. (respawn?)
679           - A new task for every session opened trought tcp/ip telnet client.
680             (the chargen,daytime and more are possible of implementation but
681             I ask me if they are necesary)
682           - Exit from the session delete the task and when the client fails too.
683           - More cmds have been implemented. (very reduced version of these)
684             umask, chmod, id, whoami, rm, cat, ...
685           - A reduced line edit has been implemented.
686               Ctrl-C abort the input,
687               Ctrl-d in the first position gives EOF (logout).
688               '\b' and DEL makes the rubout operation.
689               I think that readline() for every session spents a lot of resources.
690
6912001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
694        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
695
6962001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
697
698        * Added initial shell functionality.
699        * Makefile.am, configure.in, wrapup/Makefile.am:
700        * shell/.cvsignore, shell/Makefile.am, shell/README,
701        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
702
7032001-04-20      Joel Sherrill <joel@OARcorp.com>
704
705        * devnull/devnull.c (null_initialize): Added check to
706        ensure that the driver is only initialized once.  Otherwise,
707        it will abort when the device /dev/null is present.
708        (null_write): Do not dereference a NULL pointer.
709
7102001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
713
7142001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
717        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
718        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
719        Apply include_*HEADERS instead of H_FILES.
720
7212001-01-05      Joel Sherrill <joel@OARcorp.com>
722
723        * devnull: New addition.  Moved from libcpu/sh.
724        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
725        devnull/Makefile.am: New files.
726        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
727        addition of above.
728
7292000-11-30      Joel Sherrill <joel@OARcorp.com>
730
731        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
732
7332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
736
7372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
740
7412000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
744        Switch to GNU canonicalization.
745
7462000-09-28      Joel Sherrill <joel@OARcorp.com>
747
748        * monitor/mon-driver.c: Accounted for addition of "_entry" to
749        fields in rtems_driver_address_table.
750
7512000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752       
753        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
754        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
755        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
756        Include compile.am.
757
7582000-08-30      Joel Sherrill <joel@OARcorp.com>
759
760        * Many files: Moved posix/include/rtems/posix/seterr.h to
761        score/include/rtems/seterr.h so it would be available within
762        all APIs.
763
7642000-08-30      Joel Sherrill <joel@OARcorp.com>
765
766        * mw-fb/.cvsignore: New file.
767
7682000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
769
770        * Added generic Micro FrameBuffer interface for MicroWindows.
771        This interface allows MicroWindows to under RTEMS. A sample
772        driver has been developed for the pc386 BSP. See
773        pc386/fb_vga.c as a sample.
774        * Added Uniform Input Device interface for MicroWindows.
775        See PC386 bsp for sample drivers for mouse and keyboard (console).
776        * mw-bf: New directory.
777        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
778        * mw-fb/Makefile.am: New file.
779        * mw-fb/mw_fb.c: New file.
780        * mw-fb/mw_fb.h: New file.
781        * mw-fb/mw_uid.c: New file.
782        * mw-fb/mw_uid.h: New file.
783
7842000-08-10      Joel Sherrill <joel@OARcorp.com>
785
786        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.