source: rtems/cpukit/libmisc/ChangeLog @ 8730f45

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

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

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * shell/shell.c: #include <time.h>
10        * wrapup/Makefile.am: Eliminate LIBNAME.
11
122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
26
272002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
30
312002-08-01      Joel Sherrill <joel@OARcorp.com>
32
33        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
34        object name is raw versus being a string.
35
362002-07-30      Joel Sherrill <joel@OARcorp.com>
37
38        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
39        stack if the port doesn't configure using it.
40
412002-07-24      Joel Sherrill <joel@OARcorp.com>
42
43        * wrapup/Makefile.am: Temporarily don't include serdbg since it
44        causes some BSPs to not link "main(){}" as required by autoconf.
45
462002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * capture/capture.c: include <string.h> for memset.
49        * capture/capture-cli.c: include <string.h> for memset.
50
512002-07-01      Joel Sherrill <joel@OARcorp.com>
52
53        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
54        monitor/mon-object.c, monitor/monitor.h: Corrected use of
55        _Objects_Information_table now that it is a two dimensional
56        array based upon API and class.  In addition, in the monitor,
57        corrected an error which occured when a target has 64 bit pointers.
58
592002-07-01      Joel Sherrill <joel@OARcorp.com>
60
61        * stackchk/check.c: Corrected use of
62        _Objects_Information_table now that it is a two dimensional
63        array based upon API and class.
64
652002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
66
67        * With the addition of serdbg, the standard polled I/O functions
68        for gdbstub and/or printk are optionally routed to any termios-aware
69        device driver, that supports polled mode. See libmisc/serdbg/README.
70        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
71        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
72        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
73        serdbg/.cvsignore: New files.
74        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
75        reflect addition.
76
772002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Don't preinstall libmisc.a.
80
812002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac, Makefile.am: Remove references to rootfs.
84
852002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * rootfs/.cvsignore: Remove.
88        * rootfs/Makefile.am: Remove.
89        * rootfs/mkrootfs.h: Remove.
90        * rootfs/mkrootfs.c: Remove.
91        * configure.ac: Remove rootfs and NETWORKING macros.
92        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
93
942002-05-16      Chris Johns <ccj@acm.org>
95
96        * Per PR194, added the Capture engine. 
97        * capture/Makefile.am, capture/README, capture/capture-cli.c,
98        capture/capture-cli.h, capture/capture.c, capture/capture.h,
99        capture/.cvsignore: New files.
100        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
101        reflect addition.
102
1032001-05-14      Joel Sherrill <joel@OARcorp.com>
104
105        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
106        a library of the same name.
107
1082002-03-20      Chris Johns <ccj@acm.org>
109
110        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
111        lowercase. The capture engine need to set triggers or watches on task
112        with uppercase names. 
113        Also stop the monitor repeating command when enter is pressed.
114
1152002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * monitor/mon-monitor.c: Replace done with return (gcc3).
118
1192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac:
122        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
123        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
124        * Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
137
1382002-03-20      Chris Johns <ccj@acm.org>
139
140        * PR148.
141        * monitor/mon-prmisc.c: Fixed to print task states correctly.
142
1432002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * shell/shell.c: Remove #undef __STRICT_ANSI__.
146
1472002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
150
1512002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
154
1552001-10-12      Joel Sherrill <joel@OARcorp.com>
156
157        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
158
1592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
162        * configure.in: Remove.
163        * configure.ac: New file, generated from configure.in by autoupdate.
164
1652001-09-28      Joel Sherrill <joel@OARcorp.com>
166
167        * dummy/dummy.c: Now a useful configuration that starts main().
168        * wrapup/Makefile.am: Include a base level configuration in
169        RTEMS library.
170
1712001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
174        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
175        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
176        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
177        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
178        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
179        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
180        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
181        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
182        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
183
1842001-09-27      Joel Sherrill <joel@OARcorp.com>
185
186        * ChangeLog: Fixed typo in date.
187
1882001-09-21      Joel Sherrill <joel@OARcorp.com>
189
190        * configure.in, rootfs/Makefile.am: Added conditional to make sure
191        rootfs does not get built with networking is disabled.  Also
192        added include of compile.am to rootfs/Makefile.am.
193        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
194
1952001-09-19      Chris Johns <ccj@acm.org>
196
197        * Added support for populating the initial "root" filesystem
198        with information obtained via the DHCP response.
199        * rootfs: New directory.
200        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
201        rootfs/mkrootfs.h: New files.
202        * configure.in, Makefile.am: Modified to reflect addition.
203
2042001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
205
206        * shell/shell.c: Don't close file it wasn't open.
207
2082001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
211        of AC_CANONICAL_SYSTEM.
212        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
213        mkinstalldirs and mkdir.
214        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
215        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
216        _RTEMS_OUTPUT_BUILD_SUBDIRS.
217
2182001-09-14      Joel Sherrill <joel@OARcorp.com>
219
220        * ChangeLog: Fixed some mistakes.
221
2222001-09-14      Joel Sherrill <joel@OARcorp.com>
223
224        * ChangeLog: Fixed some mistakes.
225
2262001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
229        of AC_CANONICAL_SYSTEM.
230        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
231        mkinstalldirs and mkdir.
232        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
233        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
234        _RTEMS_OUTPUT_BUILD_SUBDIRS.
235
2362001-09-14      Joel Sherrill <joel@OARcorp.com>
237
238        * ChangeLog: Fixed some mistakes.
239
2402001-09-14      Joel Sherrill <joel@OARcorp.com>
241
242        * ChangeLog: Fixed some mistakes.
243
2442001-09-13      Joel Sherrill <joel@OARcorp.com>
245
246        * devnull/devnull.c: Eliminate warning.
247
2482001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
249
250        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
251
2522001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
253
254        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
255        shell/shell.h: Updates.
256
2572001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
258
259        * monitor/mon-command.c: Add support for partial command matching.
260        The monitor used to have this functionality before it was overhauled
261        to support addition of user commands.
262
2632001-06-14      Joel Sherrill <joel@OARcorp.com>
264
265        * shell/telnetd.c, shell/telnetd.h: Moved to
266        libnetworking/rtems_servers so the network stack to address network
267        depenendency.
268        * shell/Makefile.am: Modified to reflect above.
269
2702001-05-25      Joel Sherrill <joel@OARcorp.com>
271
272        * shell/cmds.c: Removed code from inappropriate source.
273
2742000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
275
276        * monitor/mon-prmisc.c: Correct print line.
277        * shell/Makefile.am: Added new file telnetd.c.
278        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
279        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
280           - The shell_init has a new parameter 'forever' because in
281             /dev/console you need that this process runs forever but in
282             tcp/ip not. (respawn?)
283           - A new task for every session opened trought tcp/ip telnet client.
284             (the chargen,daytime and more are possible of implementation but
285             I ask me if they are necesary)
286           - Exit from the session delete the task and when the client fails too.
287           - More cmds have been implemented. (very reduced version of these)
288             umask, chmod, id, whoami, rm, cat, ...
289           - A reduced line edit has been implemented.
290               Ctrl-C abort the input,
291               Ctrl-d in the first position gives EOF (logout).
292               '\b' and DEL makes the rubout operation.
293               I think that readline() for every session spents a lot of resources.
294
2952001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
298        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
299
3002001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
301
302        * Added initial shell functionality.
303        * Makefile.am, configure.in, wrapup/Makefile.am:
304        * shell/.cvsignore, shell/Makefile.am, shell/README,
305        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
306
3072001-04-20      Joel Sherrill <joel@OARcorp.com>
308
309        * devnull/devnull.c (null_initialize): Added check to
310        ensure that the driver is only initialized once.  Otherwise,
311        it will abort when the device /dev/null is present.
312        (null_write): Do not dereference a NULL pointer.
313
3142001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
317
3182001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
321        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
322        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
323        Apply include_*HEADERS instead of H_FILES.
324
3252001-01-05      Joel Sherrill <joel@OARcorp.com>
326
327        * devnull: New addition.  Moved from libcpu/sh.
328        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
329        devnull/Makefile.am: New files.
330        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
331        addition of above.
332
3332000-11-30      Joel Sherrill <joel@OARcorp.com>
334
335        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
336
3372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
340
3412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
344
3452000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
348        Switch to GNU canonicalization.
349
3502000-09-28      Joel Sherrill <joel@OARcorp.com>
351
352        * monitor/mon-driver.c: Accounted for addition of "_entry" to
353        fields in rtems_driver_address_table.
354
3552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356       
357        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
358        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
359        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
360        Include compile.am.
361
3622000-08-30      Joel Sherrill <joel@OARcorp.com>
363
364        * Many files: Moved posix/include/rtems/posix/seterr.h to
365        score/include/rtems/seterr.h so it would be available within
366        all APIs.
367
3682000-08-30      Joel Sherrill <joel@OARcorp.com>
369
370        * mw-fb/.cvsignore: New file.
371
3722000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
373
374        * Added generic Micro FrameBuffer interface for MicroWindows.
375        This interface allows MicroWindows to under RTEMS. A sample
376        driver has been developed for the pc386 BSP. See
377        pc386/fb_vga.c as a sample.
378        * Added Uniform Input Device interface for MicroWindows.
379        See PC386 bsp for sample drivers for mouse and keyboard (console).
380        * mw-bf: New directory.
381        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
382        * mw-fb/Makefile.am: New file.
383        * mw-fb/mw_fb.c: New file.
384        * mw-fb/mw_fb.h: New file.
385        * mw-fb/mw_uid.c: New file.
386        * mw-fb/mw_uid.h: New file.
387
3882000-08-10      Joel Sherrill <joel@OARcorp.com>
389
390        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.