source: rtems/c/src/libmisc/ChangeLog @ f69283e2

4.104.114.84.95
Last change on this file since f69283e2 was e819fefc, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/02 at 00:47:10

2002-12-02 Joel Sherrill <joel@…>

  • stackchk/check.c: Better handling of task name.
  • Property mode set to 100644
File size: 14.3 KB
Line 
12002-12-02      Joel Sherrill <joel@OARcorp.com>
2
3        * stackchk/check.c: Better handling of task name.
4
52002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
8
92002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * serdbg/serdbgio.c: Add #include <unistd.h>.
14        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
15        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
16        * configure.ac: Check for stdio assignments.
17        Add RTEMS_LIBSHELL conditional.
18
192002-11-01      Joel Sherrill <joel@OARcorp.com>
20
21        * stackchk/check.c: Removed warnings.
22
232002-10-31      Joel Sherrill <joel@OARcorp.com>
24
25        * stackchk/check.c: Removed warning.
26
272002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
30        RTEMS_UNIX to avoid gcc warning.
31
322002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
33
34        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
35        Patch to remove problems introduced by object name rework.
36
372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * .cvsignore: Reformat.
40        Add autom4te*cache.
41        Remove autom4te.cache.
42
432002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * shell/shell.c: #include <time.h>
46        * wrapup/Makefile.am: Eliminate LIBNAME.
47
482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
62
632002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
66
672002-08-01      Joel Sherrill <joel@OARcorp.com>
68
69        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
70        object name is raw versus being a string.
71
722002-07-30      Joel Sherrill <joel@OARcorp.com>
73
74        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
75        stack if the port doesn't configure using it.
76
772002-07-24      Joel Sherrill <joel@OARcorp.com>
78
79        * wrapup/Makefile.am: Temporarily don't include serdbg since it
80        causes some BSPs to not link "main(){}" as required by autoconf.
81
822002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * capture/capture.c: include <string.h> for memset.
85        * capture/capture-cli.c: include <string.h> for memset.
86
872002-07-01      Joel Sherrill <joel@OARcorp.com>
88
89        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
90        monitor/mon-object.c, monitor/monitor.h: Corrected use of
91        _Objects_Information_table now that it is a two dimensional
92        array based upon API and class.  In addition, in the monitor,
93        corrected an error which occured when a target has 64 bit pointers.
94
952002-07-01      Joel Sherrill <joel@OARcorp.com>
96
97        * stackchk/check.c: Corrected use of
98        _Objects_Information_table now that it is a two dimensional
99        array based upon API and class.
100
1012002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
102
103        * With the addition of serdbg, the standard polled I/O functions
104        for gdbstub and/or printk are optionally routed to any termios-aware
105        device driver, that supports polled mode. See libmisc/serdbg/README.
106        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
107        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
108        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
109        serdbg/.cvsignore: New files.
110        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
111        reflect addition.
112
1132002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * wrapup/Makefile.am: Don't preinstall libmisc.a.
116
1172002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac, Makefile.am: Remove references to rootfs.
120
1212002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * rootfs/.cvsignore: Remove.
124        * rootfs/Makefile.am: Remove.
125        * rootfs/mkrootfs.h: Remove.
126        * rootfs/mkrootfs.c: Remove.
127        * configure.ac: Remove rootfs and NETWORKING macros.
128        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
129
1302002-05-16      Chris Johns <ccj@acm.org>
131
132        * Per PR194, added the Capture engine. 
133        * capture/Makefile.am, capture/README, capture/capture-cli.c,
134        capture/capture-cli.h, capture/capture.c, capture/capture.h,
135        capture/.cvsignore: New files.
136        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
137        reflect addition.
138
1392001-05-14      Joel Sherrill <joel@OARcorp.com>
140
141        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
142        a library of the same name.
143
1442002-03-20      Chris Johns <ccj@acm.org>
145
146        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
147        lowercase. The capture engine need to set triggers or watches on task
148        with uppercase names. 
149        Also stop the monitor repeating command when enter is pressed.
150
1512002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * monitor/mon-monitor.c: Replace done with return (gcc3).
154
1552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac:
158        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
159        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
160        * Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
173
1742002-03-20      Chris Johns <ccj@acm.org>
175
176        * PR148.
177        * monitor/mon-prmisc.c: Fixed to print task states correctly.
178
1792002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * shell/shell.c: Remove #undef __STRICT_ANSI__.
182
1832002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
186
1872002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
190
1912001-10-12      Joel Sherrill <joel@OARcorp.com>
192
193        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
194
1952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
198        * configure.in: Remove.
199        * configure.ac: New file, generated from configure.in by autoupdate.
200
2012001-09-28      Joel Sherrill <joel@OARcorp.com>
202
203        * dummy/dummy.c: Now a useful configuration that starts main().
204        * wrapup/Makefile.am: Include a base level configuration in
205        RTEMS library.
206
2072001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
210        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
211        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
212        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
213        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
214        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
215        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
216        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
217        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
218        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
219
2202001-09-27      Joel Sherrill <joel@OARcorp.com>
221
222        * ChangeLog: Fixed typo in date.
223
2242001-09-21      Joel Sherrill <joel@OARcorp.com>
225
226        * configure.in, rootfs/Makefile.am: Added conditional to make sure
227        rootfs does not get built with networking is disabled.  Also
228        added include of compile.am to rootfs/Makefile.am.
229        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
230
2312001-09-19      Chris Johns <ccj@acm.org>
232
233        * Added support for populating the initial "root" filesystem
234        with information obtained via the DHCP response.
235        * rootfs: New directory.
236        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
237        rootfs/mkrootfs.h: New files.
238        * configure.in, Makefile.am: Modified to reflect addition.
239
2402001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
241
242        * shell/shell.c: Don't close file it wasn't open.
243
2442001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
247        of AC_CANONICAL_SYSTEM.
248        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
249        mkinstalldirs and mkdir.
250        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
251        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
252        _RTEMS_OUTPUT_BUILD_SUBDIRS.
253
2542001-09-14      Joel Sherrill <joel@OARcorp.com>
255
256        * ChangeLog: Fixed some mistakes.
257
2582001-09-14      Joel Sherrill <joel@OARcorp.com>
259
260        * ChangeLog: Fixed some mistakes.
261
2622001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
265        of AC_CANONICAL_SYSTEM.
266        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
267        mkinstalldirs and mkdir.
268        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
269        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
270        _RTEMS_OUTPUT_BUILD_SUBDIRS.
271
2722001-09-14      Joel Sherrill <joel@OARcorp.com>
273
274        * ChangeLog: Fixed some mistakes.
275
2762001-09-14      Joel Sherrill <joel@OARcorp.com>
277
278        * ChangeLog: Fixed some mistakes.
279
2802001-09-13      Joel Sherrill <joel@OARcorp.com>
281
282        * devnull/devnull.c: Eliminate warning.
283
2842001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
285
286        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
287
2882001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
289
290        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
291        shell/shell.h: Updates.
292
2932001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
294
295        * monitor/mon-command.c: Add support for partial command matching.
296        The monitor used to have this functionality before it was overhauled
297        to support addition of user commands.
298
2992001-06-14      Joel Sherrill <joel@OARcorp.com>
300
301        * shell/telnetd.c, shell/telnetd.h: Moved to
302        libnetworking/rtems_servers so the network stack to address network
303        depenendency.
304        * shell/Makefile.am: Modified to reflect above.
305
3062001-05-25      Joel Sherrill <joel@OARcorp.com>
307
308        * shell/cmds.c: Removed code from inappropriate source.
309
3102000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
311
312        * monitor/mon-prmisc.c: Correct print line.
313        * shell/Makefile.am: Added new file telnetd.c.
314        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
315        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
316           - The shell_init has a new parameter 'forever' because in
317             /dev/console you need that this process runs forever but in
318             tcp/ip not. (respawn?)
319           - A new task for every session opened trought tcp/ip telnet client.
320             (the chargen,daytime and more are possible of implementation but
321             I ask me if they are necesary)
322           - Exit from the session delete the task and when the client fails too.
323           - More cmds have been implemented. (very reduced version of these)
324             umask, chmod, id, whoami, rm, cat, ...
325           - A reduced line edit has been implemented.
326               Ctrl-C abort the input,
327               Ctrl-d in the first position gives EOF (logout).
328               '\b' and DEL makes the rubout operation.
329               I think that readline() for every session spents a lot of resources.
330
3312001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
334        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
335
3362001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
337
338        * Added initial shell functionality.
339        * Makefile.am, configure.in, wrapup/Makefile.am:
340        * shell/.cvsignore, shell/Makefile.am, shell/README,
341        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
342
3432001-04-20      Joel Sherrill <joel@OARcorp.com>
344
345        * devnull/devnull.c (null_initialize): Added check to
346        ensure that the driver is only initialized once.  Otherwise,
347        it will abort when the device /dev/null is present.
348        (null_write): Do not dereference a NULL pointer.
349
3502001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
353
3542001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
357        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
358        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
359        Apply include_*HEADERS instead of H_FILES.
360
3612001-01-05      Joel Sherrill <joel@OARcorp.com>
362
363        * devnull: New addition.  Moved from libcpu/sh.
364        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
365        devnull/Makefile.am: New files.
366        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
367        addition of above.
368
3692000-11-30      Joel Sherrill <joel@OARcorp.com>
370
371        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
372
3732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
376
3772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
380
3812000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
384        Switch to GNU canonicalization.
385
3862000-09-28      Joel Sherrill <joel@OARcorp.com>
387
388        * monitor/mon-driver.c: Accounted for addition of "_entry" to
389        fields in rtems_driver_address_table.
390
3912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392       
393        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
394        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
395        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
396        Include compile.am.
397
3982000-08-30      Joel Sherrill <joel@OARcorp.com>
399
400        * Many files: Moved posix/include/rtems/posix/seterr.h to
401        score/include/rtems/seterr.h so it would be available within
402        all APIs.
403
4042000-08-30      Joel Sherrill <joel@OARcorp.com>
405
406        * mw-fb/.cvsignore: New file.
407
4082000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
409
410        * Added generic Micro FrameBuffer interface for MicroWindows.
411        This interface allows MicroWindows to under RTEMS. A sample
412        driver has been developed for the pc386 BSP. See
413        pc386/fb_vga.c as a sample.
414        * Added Uniform Input Device interface for MicroWindows.
415        See PC386 bsp for sample drivers for mouse and keyboard (console).
416        * mw-bf: New directory.
417        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
418        * mw-fb/Makefile.am: New file.
419        * mw-fb/mw_fb.c: New file.
420        * mw-fb/mw_fb.h: New file.
421        * mw-fb/mw_uid.c: New file.
422        * mw-fb/mw_uid.h: New file.
423
4242000-08-10      Joel Sherrill <joel@OARcorp.com>
425
426        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.