source: rtems/cpukit/libmisc/ChangeLog @ ea02247c

4.104.114.84.95
Last change on this file since ea02247c was ea02247c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 11:27:05

2002-12-10 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
  • Property mode set to 100644
File size: 15.2 KB
Line 
12002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20
212002-12-02      Joel Sherrill <joel@OARcorp.com>
22
23        * stackchk/check.c: Better handling of task name.
24
252002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
28
292002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * serdbg/serdbgio.c: Add #include <unistd.h>.
34        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
35        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
36        * configure.ac: Check for stdio assignments.
37        Add RTEMS_LIBSHELL conditional.
38
392002-11-01      Joel Sherrill <joel@OARcorp.com>
40
41        * stackchk/check.c: Removed warnings.
42
432002-10-31      Joel Sherrill <joel@OARcorp.com>
44
45        * stackchk/check.c: Removed warning.
46
472002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
50        RTEMS_UNIX to avoid gcc warning.
51
522002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
53
54        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
55        Patch to remove problems introduced by object name rework.
56
572002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * .cvsignore: Reformat.
60        Add autom4te*cache.
61        Remove autom4te.cache.
62
632002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * shell/shell.c: #include <time.h>
66        * wrapup/Makefile.am: Eliminate LIBNAME.
67
682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
82
832002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
86
872002-08-01      Joel Sherrill <joel@OARcorp.com>
88
89        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
90        object name is raw versus being a string.
91
922002-07-30      Joel Sherrill <joel@OARcorp.com>
93
94        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
95        stack if the port doesn't configure using it.
96
972002-07-24      Joel Sherrill <joel@OARcorp.com>
98
99        * wrapup/Makefile.am: Temporarily don't include serdbg since it
100        causes some BSPs to not link "main(){}" as required by autoconf.
101
1022002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * capture/capture.c: include <string.h> for memset.
105        * capture/capture-cli.c: include <string.h> for memset.
106
1072002-07-01      Joel Sherrill <joel@OARcorp.com>
108
109        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
110        monitor/mon-object.c, monitor/monitor.h: Corrected use of
111        _Objects_Information_table now that it is a two dimensional
112        array based upon API and class.  In addition, in the monitor,
113        corrected an error which occured when a target has 64 bit pointers.
114
1152002-07-01      Joel Sherrill <joel@OARcorp.com>
116
117        * stackchk/check.c: Corrected use of
118        _Objects_Information_table now that it is a two dimensional
119        array based upon API and class.
120
1212002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
122
123        * With the addition of serdbg, the standard polled I/O functions
124        for gdbstub and/or printk are optionally routed to any termios-aware
125        device driver, that supports polled mode. See libmisc/serdbg/README.
126        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
127        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
128        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
129        serdbg/.cvsignore: New files.
130        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
131        reflect addition.
132
1332002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * wrapup/Makefile.am: Don't preinstall libmisc.a.
136
1372002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac, Makefile.am: Remove references to rootfs.
140
1412002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * rootfs/.cvsignore: Remove.
144        * rootfs/Makefile.am: Remove.
145        * rootfs/mkrootfs.h: Remove.
146        * rootfs/mkrootfs.c: Remove.
147        * configure.ac: Remove rootfs and NETWORKING macros.
148        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
149
1502002-05-16      Chris Johns <ccj@acm.org>
151
152        * Per PR194, added the Capture engine. 
153        * capture/Makefile.am, capture/README, capture/capture-cli.c,
154        capture/capture-cli.h, capture/capture.c, capture/capture.h,
155        capture/.cvsignore: New files.
156        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
157        reflect addition.
158
1592001-05-14      Joel Sherrill <joel@OARcorp.com>
160
161        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
162        a library of the same name.
163
1642002-03-20      Chris Johns <ccj@acm.org>
165
166        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
167        lowercase. The capture engine need to set triggers or watches on task
168        with uppercase names. 
169        Also stop the monitor repeating command when enter is pressed.
170
1712002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * monitor/mon-monitor.c: Replace done with return (gcc3).
174
1752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac:
178        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
179        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
180        * Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
187        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
188        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
189        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
190        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
191        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
192        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
193
1942002-03-20      Chris Johns <ccj@acm.org>
195
196        * PR148.
197        * monitor/mon-prmisc.c: Fixed to print task states correctly.
198
1992002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * shell/shell.c: Remove #undef __STRICT_ANSI__.
202
2032002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
206
2072002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
210
2112001-10-12      Joel Sherrill <joel@OARcorp.com>
212
213        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
214
2152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
218        * configure.in: Remove.
219        * configure.ac: New file, generated from configure.in by autoupdate.
220
2212001-09-28      Joel Sherrill <joel@OARcorp.com>
222
223        * dummy/dummy.c: Now a useful configuration that starts main().
224        * wrapup/Makefile.am: Include a base level configuration in
225        RTEMS library.
226
2272001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
230        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
231        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
232        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
233        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
234        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
235        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
236        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
237        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
238        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
239
2402001-09-27      Joel Sherrill <joel@OARcorp.com>
241
242        * ChangeLog: Fixed typo in date.
243
2442001-09-21      Joel Sherrill <joel@OARcorp.com>
245
246        * configure.in, rootfs/Makefile.am: Added conditional to make sure
247        rootfs does not get built with networking is disabled.  Also
248        added include of compile.am to rootfs/Makefile.am.
249        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
250
2512001-09-19      Chris Johns <ccj@acm.org>
252
253        * Added support for populating the initial "root" filesystem
254        with information obtained via the DHCP response.
255        * rootfs: New directory.
256        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
257        rootfs/mkrootfs.h: New files.
258        * configure.in, Makefile.am: Modified to reflect addition.
259
2602001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
261
262        * shell/shell.c: Don't close file it wasn't open.
263
2642001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
267        of AC_CANONICAL_SYSTEM.
268        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
269        mkinstalldirs and mkdir.
270        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
271        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
272        _RTEMS_OUTPUT_BUILD_SUBDIRS.
273
2742001-09-14      Joel Sherrill <joel@OARcorp.com>
275
276        * ChangeLog: Fixed some mistakes.
277
2782001-09-14      Joel Sherrill <joel@OARcorp.com>
279
280        * ChangeLog: Fixed some mistakes.
281
2822001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
285        of AC_CANONICAL_SYSTEM.
286        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
287        mkinstalldirs and mkdir.
288        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
289        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
290        _RTEMS_OUTPUT_BUILD_SUBDIRS.
291
2922001-09-14      Joel Sherrill <joel@OARcorp.com>
293
294        * ChangeLog: Fixed some mistakes.
295
2962001-09-14      Joel Sherrill <joel@OARcorp.com>
297
298        * ChangeLog: Fixed some mistakes.
299
3002001-09-13      Joel Sherrill <joel@OARcorp.com>
301
302        * devnull/devnull.c: Eliminate warning.
303
3042001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
305
306        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
307
3082001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
309
310        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
311        shell/shell.h: Updates.
312
3132001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
314
315        * monitor/mon-command.c: Add support for partial command matching.
316        The monitor used to have this functionality before it was overhauled
317        to support addition of user commands.
318
3192001-06-14      Joel Sherrill <joel@OARcorp.com>
320
321        * shell/telnetd.c, shell/telnetd.h: Moved to
322        libnetworking/rtems_servers so the network stack to address network
323        depenendency.
324        * shell/Makefile.am: Modified to reflect above.
325
3262001-05-25      Joel Sherrill <joel@OARcorp.com>
327
328        * shell/cmds.c: Removed code from inappropriate source.
329
3302000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
331
332        * monitor/mon-prmisc.c: Correct print line.
333        * shell/Makefile.am: Added new file telnetd.c.
334        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
335        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
336           - The shell_init has a new parameter 'forever' because in
337             /dev/console you need that this process runs forever but in
338             tcp/ip not. (respawn?)
339           - A new task for every session opened trought tcp/ip telnet client.
340             (the chargen,daytime and more are possible of implementation but
341             I ask me if they are necesary)
342           - Exit from the session delete the task and when the client fails too.
343           - More cmds have been implemented. (very reduced version of these)
344             umask, chmod, id, whoami, rm, cat, ...
345           - A reduced line edit has been implemented.
346               Ctrl-C abort the input,
347               Ctrl-d in the first position gives EOF (logout).
348               '\b' and DEL makes the rubout operation.
349               I think that readline() for every session spents a lot of resources.
350
3512001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
354        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
355
3562001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
357
358        * Added initial shell functionality.
359        * Makefile.am, configure.in, wrapup/Makefile.am:
360        * shell/.cvsignore, shell/Makefile.am, shell/README,
361        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
362
3632001-04-20      Joel Sherrill <joel@OARcorp.com>
364
365        * devnull/devnull.c (null_initialize): Added check to
366        ensure that the driver is only initialized once.  Otherwise,
367        it will abort when the device /dev/null is present.
368        (null_write): Do not dereference a NULL pointer.
369
3702001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
373
3742001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
377        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
378        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
379        Apply include_*HEADERS instead of H_FILES.
380
3812001-01-05      Joel Sherrill <joel@OARcorp.com>
382
383        * devnull: New addition.  Moved from libcpu/sh.
384        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
385        devnull/Makefile.am: New files.
386        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
387        addition of above.
388
3892000-11-30      Joel Sherrill <joel@OARcorp.com>
390
391        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
392
3932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
396
3972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
400
4012000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
404        Switch to GNU canonicalization.
405
4062000-09-28      Joel Sherrill <joel@OARcorp.com>
407
408        * monitor/mon-driver.c: Accounted for addition of "_entry" to
409        fields in rtems_driver_address_table.
410
4112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412       
413        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
414        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
415        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
416        Include compile.am.
417
4182000-08-30      Joel Sherrill <joel@OARcorp.com>
419
420        * Many files: Moved posix/include/rtems/posix/seterr.h to
421        score/include/rtems/seterr.h so it would be available within
422        all APIs.
423
4242000-08-30      Joel Sherrill <joel@OARcorp.com>
425
426        * mw-fb/.cvsignore: New file.
427
4282000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
429
430        * Added generic Micro FrameBuffer interface for MicroWindows.
431        This interface allows MicroWindows to under RTEMS. A sample
432        driver has been developed for the pc386 BSP. See
433        pc386/fb_vga.c as a sample.
434        * Added Uniform Input Device interface for MicroWindows.
435        See PC386 bsp for sample drivers for mouse and keyboard (console).
436        * mw-bf: New directory.
437        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
438        * mw-fb/Makefile.am: New file.
439        * mw-fb/mw_fb.c: New file.
440        * mw-fb/mw_fb.h: New file.
441        * mw-fb/mw_uid.c: New file.
442        * mw-fb/mw_uid.h: New file.
443
4442000-08-10      Joel Sherrill <joel@OARcorp.com>
445
446        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.