source: rtems/cpukit/libmisc/ChangeLog @ 9e633f5

4.104.114.84.95
Last change on this file since 9e633f5 was 9e633f5, checked in by Joel Sherrill <joel.sherrill@…>, on 06/27/02 at 21:25:14

2002-06-25 Thomas Doerfler <Thomas.Doerfler@…>

  • With the addition of serdbg, the standard polled I/O functions for gdbstub and/or printk are optionally routed to any termios-aware device driver, that supports polled mode. See libmisc/serdbg/README.
  • serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h, serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c, serdbg/termios_printk.h, serdbg/termios_printk_cnf.h, serdbg/.cvsignore: New files.
  • configure.ac, Makefile.am, wrapup/Makefile.am: Modified to reflect addition.
  • Property mode set to 100644
File size: 11.0 KB
Line 
12002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2
3        * With the addition of serdbg, the standard polled I/O functions
4        for gdbstub and/or printk are optionally routed to any termios-aware
5        device driver, that supports polled mode. See libmisc/serdbg/README.
6        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
7        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
8        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
9        serdbg/.cvsignore: New files.
10        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
11        reflect addition.
12
132002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * wrapup/Makefile.am: Don't preinstall libmisc.a.
16
172002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac, Makefile.am: Remove references to rootfs.
20
212002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * rootfs/.cvsignore: Remove.
24        * rootfs/Makefile.am: Remove.
25        * rootfs/mkrootfs.h: Remove.
26        * rootfs/mkrootfs.c: Remove.
27        * configure.ac: Remove rootfs and NETWORKING macros.
28        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
29
302002-05-16      Chris Johns <ccj@acm.org>
31
32        * Per PR194, added the Capture engine. 
33        * capture/Makefile.am, capture/README, capture/capture-cli.c,
34        capture/capture-cli.h, capture/capture.c, capture/capture.h,
35        capture/.cvsignore: New files.
36        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
37        reflect addition.
38
392001-05-14      Joel Sherrill <joel@OARcorp.com>
40
41        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
42        a library of the same name.
43
442002-03-20      Chris Johns <ccj@acm.org>
45
46        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
47        lowercase. The capture engine need to set triggers or watches on task
48        with uppercase names. 
49        Also stop the monitor repeating command when enter is pressed.
50
512002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * monitor/mon-monitor.c: Replace done with return (gcc3).
54
552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac:
58        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
59        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
60        * Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
73
742002-03-20      Chris Johns <ccj@acm.org>
75
76        * PR148.
77        * monitor/mon-prmisc.c: Fixed to print task states correctly.
78
792002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * shell/shell.c: Remove #undef __STRICT_ANSI__.
82
832002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
86
872002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
90
912001-10-12      Joel Sherrill <joel@OARcorp.com>
92
93        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
94
952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
98        * configure.in: Remove.
99        * configure.ac: New file, generated from configure.in by autoupdate.
100
1012001-09-28      Joel Sherrill <joel@OARcorp.com>
102
103        * dummy/dummy.c: Now a useful configuration that starts main().
104        * wrapup/Makefile.am: Include a base level configuration in
105        RTEMS library.
106
1072001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
110        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
111        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
112        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
113        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
114        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
115        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
116        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
117        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
118        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
119
1202001-09-27      Joel Sherrill <joel@OARcorp.com>
121
122        * ChangeLog: Fixed typo in date.
123
1242001-09-21      Joel Sherrill <joel@OARcorp.com>
125
126        * configure.in, rootfs/Makefile.am: Added conditional to make sure
127        rootfs does not get built with networking is disabled.  Also
128        added include of compile.am to rootfs/Makefile.am.
129        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
130
1312001-09-19      Chris Johns <ccj@acm.org>
132
133        * Added support for populating the initial "root" filesystem
134        with information obtained via the DHCP response.
135        * rootfs: New directory.
136        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
137        rootfs/mkrootfs.h: New files.
138        * configure.in, Makefile.am: Modified to reflect addition.
139
1402001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
141
142        * shell/shell.c: Don't close file it wasn't open.
143
1442001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
147        of AC_CANONICAL_SYSTEM.
148        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
149        mkinstalldirs and mkdir.
150        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
151        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
152        _RTEMS_OUTPUT_BUILD_SUBDIRS.
153
1542001-09-14      Joel Sherrill <joel@OARcorp.com>
155
156        * ChangeLog: Fixed some mistakes.
157
1582001-09-14      Joel Sherrill <joel@OARcorp.com>
159
160        * ChangeLog: Fixed some mistakes.
161
1622001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
165        of AC_CANONICAL_SYSTEM.
166        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
167        mkinstalldirs and mkdir.
168        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
169        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
170        _RTEMS_OUTPUT_BUILD_SUBDIRS.
171
1722001-09-14      Joel Sherrill <joel@OARcorp.com>
173
174        * ChangeLog: Fixed some mistakes.
175
1762001-09-14      Joel Sherrill <joel@OARcorp.com>
177
178        * ChangeLog: Fixed some mistakes.
179
1802001-09-13      Joel Sherrill <joel@OARcorp.com>
181
182        * devnull/devnull.c: Eliminate warning.
183
1842001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
185
186        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
187
1882001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
189
190        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
191        shell/shell.h: Updates.
192
1932001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
194
195        * monitor/mon-command.c: Add support for partial command matching.
196        The monitor used to have this functionality before it was overhauled
197        to support addition of user commands.
198
1992001-06-14      Joel Sherrill <joel@OARcorp.com>
200
201        * shell/telnetd.c, shell/telnetd.h: Moved to
202        libnetworking/rtems_servers so the network stack to address network
203        depenendency.
204        * shell/Makefile.am: Modified to reflect above.
205
2062001-05-25      Joel Sherrill <joel@OARcorp.com>
207
208        * shell/cmds.c: Removed code from inappropriate source.
209
2102000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
211
212        * monitor/mon-prmisc.c: Correct print line.
213        * shell/Makefile.am: Added new file telnetd.c.
214        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
215        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
216           - The shell_init has a new parameter 'forever' because in
217             /dev/console you need that this process runs forever but in
218             tcp/ip not. (respawn?)
219           - A new task for every session opened trought tcp/ip telnet client.
220             (the chargen,daytime and more are possible of implementation but
221             I ask me if they are necesary)
222           - Exit from the session delete the task and when the client fails too.
223           - More cmds have been implemented. (very reduced version of these)
224             umask, chmod, id, whoami, rm, cat, ...
225           - A reduced line edit has been implemented.
226               Ctrl-C abort the input,
227               Ctrl-d in the first position gives EOF (logout).
228               '\b' and DEL makes the rubout operation.
229               I think that readline() for every session spents a lot of resources.
230
2312001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
234        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
235
2362001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
237
238        * Added initial shell functionality.
239        * Makefile.am, configure.in, wrapup/Makefile.am:
240        * shell/.cvsignore, shell/Makefile.am, shell/README,
241        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
242
2432001-04-20      Joel Sherrill <joel@OARcorp.com>
244
245        * devnull/devnull.c (null_initialize): Added check to
246        ensure that the driver is only initialized once.  Otherwise,
247        it will abort when the device /dev/null is present.
248        (null_write): Do not dereference a NULL pointer.
249
2502001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
253
2542001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
257        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
258        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
259        Apply include_*HEADERS instead of H_FILES.
260
2612001-01-05      Joel Sherrill <joel@OARcorp.com>
262
263        * devnull: New addition.  Moved from libcpu/sh.
264        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
265        devnull/Makefile.am: New files.
266        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
267        addition of above.
268
2692000-11-30      Joel Sherrill <joel@OARcorp.com>
270
271        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
272
2732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
276
2772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
280
2812000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
284        Switch to GNU canonicalization.
285
2862000-09-28      Joel Sherrill <joel@OARcorp.com>
287
288        * monitor/mon-driver.c: Accounted for addition of "_entry" to
289        fields in rtems_driver_address_table.
290
2912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292       
293        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
294        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
295        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
296        Include compile.am.
297
2982000-08-30      Joel Sherrill <joel@OARcorp.com>
299
300        * Many files: Moved posix/include/rtems/posix/seterr.h to
301        score/include/rtems/seterr.h so it would be available within
302        all APIs.
303
3042000-08-30      Joel Sherrill <joel@OARcorp.com>
305
306        * mw-fb/.cvsignore: New file.
307
3082000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
309
310        * Added generic Micro FrameBuffer interface for MicroWindows.
311        This interface allows MicroWindows to under RTEMS. A sample
312        driver has been developed for the pc386 BSP. See
313        pc386/fb_vga.c as a sample.
314        * Added Uniform Input Device interface for MicroWindows.
315        See PC386 bsp for sample drivers for mouse and keyboard (console).
316        * mw-bf: New directory.
317        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
318        * mw-fb/Makefile.am: New file.
319        * mw-fb/mw_fb.c: New file.
320        * mw-fb/mw_fb.h: New file.
321        * mw-fb/mw_uid.c: New file.
322        * mw-fb/mw_uid.h: New file.
323
3242000-08-10      Joel Sherrill <joel@OARcorp.com>
325
326        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.