source: rtems/cpukit/libmisc/ChangeLog @ 57c67302

4.104.114.84.95
Last change on this file since 57c67302 was 57c67302, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/02 at 23:24:30

2002-07-30 Joel Sherrill <joel@…>

  • stackchk/check.c: Don't reference the RTEMS allocated interrupt stack if the port doesn't configure using it.
  • Property mode set to 100644
File size: 12.0 KB
Line 
12002-07-30      Joel Sherrill <joel@OARcorp.com>
2
3        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
4        stack if the port doesn't configure using it.
5
62002-07-24      Joel Sherrill <joel@OARcorp.com>
7
8        * wrapup/Makefile.am: Temporarily don't include serdbg since it
9        causes some BSPs to not link "main(){}" as required by autoconf.
10
112002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * capture/capture.c: include <string.h> for memset.
14        * capture/capture-cli.c: include <string.h> for memset.
15
162002-07-01      Joel Sherrill <joel@OARcorp.com>
17
18        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
19        monitor/mon-object.c, monitor/monitor.h: Corrected use of
20        _Objects_Information_table now that it is a two dimensional
21        array based upon API and class.  In addition, in the monitor,
22        corrected an error which occured when a target has 64 bit pointers.
23
242002-07-01      Joel Sherrill <joel@OARcorp.com>
25
26        * stackchk/check.c: Corrected use of
27        _Objects_Information_table now that it is a two dimensional
28        array based upon API and class.
29
302002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
31
32        * With the addition of serdbg, the standard polled I/O functions
33        for gdbstub and/or printk are optionally routed to any termios-aware
34        device driver, that supports polled mode. See libmisc/serdbg/README.
35        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
36        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
37        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
38        serdbg/.cvsignore: New files.
39        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
40        reflect addition.
41
422002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Don't preinstall libmisc.a.
45
462002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac, Makefile.am: Remove references to rootfs.
49
502002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * rootfs/.cvsignore: Remove.
53        * rootfs/Makefile.am: Remove.
54        * rootfs/mkrootfs.h: Remove.
55        * rootfs/mkrootfs.c: Remove.
56        * configure.ac: Remove rootfs and NETWORKING macros.
57        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
58
592002-05-16      Chris Johns <ccj@acm.org>
60
61        * Per PR194, added the Capture engine. 
62        * capture/Makefile.am, capture/README, capture/capture-cli.c,
63        capture/capture-cli.h, capture/capture.c, capture/capture.h,
64        capture/.cvsignore: New files.
65        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
66        reflect addition.
67
682001-05-14      Joel Sherrill <joel@OARcorp.com>
69
70        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
71        a library of the same name.
72
732002-03-20      Chris Johns <ccj@acm.org>
74
75        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
76        lowercase. The capture engine need to set triggers or watches on task
77        with uppercase names. 
78        Also stop the monitor repeating command when enter is pressed.
79
802002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * monitor/mon-monitor.c: Replace done with return (gcc3).
83
842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac:
87        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
88        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
89        * Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
102
1032002-03-20      Chris Johns <ccj@acm.org>
104
105        * PR148.
106        * monitor/mon-prmisc.c: Fixed to print task states correctly.
107
1082002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * shell/shell.c: Remove #undef __STRICT_ANSI__.
111
1122002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
115
1162002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
119
1202001-10-12      Joel Sherrill <joel@OARcorp.com>
121
122        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
123
1242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
127        * configure.in: Remove.
128        * configure.ac: New file, generated from configure.in by autoupdate.
129
1302001-09-28      Joel Sherrill <joel@OARcorp.com>
131
132        * dummy/dummy.c: Now a useful configuration that starts main().
133        * wrapup/Makefile.am: Include a base level configuration in
134        RTEMS library.
135
1362001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
139        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
140        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
141        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
142        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
143        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
144        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
145        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
146        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
147        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
148
1492001-09-27      Joel Sherrill <joel@OARcorp.com>
150
151        * ChangeLog: Fixed typo in date.
152
1532001-09-21      Joel Sherrill <joel@OARcorp.com>
154
155        * configure.in, rootfs/Makefile.am: Added conditional to make sure
156        rootfs does not get built with networking is disabled.  Also
157        added include of compile.am to rootfs/Makefile.am.
158        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
159
1602001-09-19      Chris Johns <ccj@acm.org>
161
162        * Added support for populating the initial "root" filesystem
163        with information obtained via the DHCP response.
164        * rootfs: New directory.
165        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
166        rootfs/mkrootfs.h: New files.
167        * configure.in, Makefile.am: Modified to reflect addition.
168
1692001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
170
171        * shell/shell.c: Don't close file it wasn't open.
172
1732001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
176        of AC_CANONICAL_SYSTEM.
177        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
178        mkinstalldirs and mkdir.
179        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
180        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
181        _RTEMS_OUTPUT_BUILD_SUBDIRS.
182
1832001-09-14      Joel Sherrill <joel@OARcorp.com>
184
185        * ChangeLog: Fixed some mistakes.
186
1872001-09-14      Joel Sherrill <joel@OARcorp.com>
188
189        * ChangeLog: Fixed some mistakes.
190
1912001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
194        of AC_CANONICAL_SYSTEM.
195        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
196        mkinstalldirs and mkdir.
197        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
198        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
199        _RTEMS_OUTPUT_BUILD_SUBDIRS.
200
2012001-09-14      Joel Sherrill <joel@OARcorp.com>
202
203        * ChangeLog: Fixed some mistakes.
204
2052001-09-14      Joel Sherrill <joel@OARcorp.com>
206
207        * ChangeLog: Fixed some mistakes.
208
2092001-09-13      Joel Sherrill <joel@OARcorp.com>
210
211        * devnull/devnull.c: Eliminate warning.
212
2132001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
214
215        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
216
2172001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
218
219        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
220        shell/shell.h: Updates.
221
2222001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
223
224        * monitor/mon-command.c: Add support for partial command matching.
225        The monitor used to have this functionality before it was overhauled
226        to support addition of user commands.
227
2282001-06-14      Joel Sherrill <joel@OARcorp.com>
229
230        * shell/telnetd.c, shell/telnetd.h: Moved to
231        libnetworking/rtems_servers so the network stack to address network
232        depenendency.
233        * shell/Makefile.am: Modified to reflect above.
234
2352001-05-25      Joel Sherrill <joel@OARcorp.com>
236
237        * shell/cmds.c: Removed code from inappropriate source.
238
2392000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
240
241        * monitor/mon-prmisc.c: Correct print line.
242        * shell/Makefile.am: Added new file telnetd.c.
243        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
244        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
245           - The shell_init has a new parameter 'forever' because in
246             /dev/console you need that this process runs forever but in
247             tcp/ip not. (respawn?)
248           - A new task for every session opened trought tcp/ip telnet client.
249             (the chargen,daytime and more are possible of implementation but
250             I ask me if they are necesary)
251           - Exit from the session delete the task and when the client fails too.
252           - More cmds have been implemented. (very reduced version of these)
253             umask, chmod, id, whoami, rm, cat, ...
254           - A reduced line edit has been implemented.
255               Ctrl-C abort the input,
256               Ctrl-d in the first position gives EOF (logout).
257               '\b' and DEL makes the rubout operation.
258               I think that readline() for every session spents a lot of resources.
259
2602001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
263        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
264
2652001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
266
267        * Added initial shell functionality.
268        * Makefile.am, configure.in, wrapup/Makefile.am:
269        * shell/.cvsignore, shell/Makefile.am, shell/README,
270        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
271
2722001-04-20      Joel Sherrill <joel@OARcorp.com>
273
274        * devnull/devnull.c (null_initialize): Added check to
275        ensure that the driver is only initialized once.  Otherwise,
276        it will abort when the device /dev/null is present.
277        (null_write): Do not dereference a NULL pointer.
278
2792001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
282
2832001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
286        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
287        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
288        Apply include_*HEADERS instead of H_FILES.
289
2902001-01-05      Joel Sherrill <joel@OARcorp.com>
291
292        * devnull: New addition.  Moved from libcpu/sh.
293        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
294        devnull/Makefile.am: New files.
295        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
296        addition of above.
297
2982000-11-30      Joel Sherrill <joel@OARcorp.com>
299
300        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
301
3022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
305
3062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
309
3102000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
313        Switch to GNU canonicalization.
314
3152000-09-28      Joel Sherrill <joel@OARcorp.com>
316
317        * monitor/mon-driver.c: Accounted for addition of "_entry" to
318        fields in rtems_driver_address_table.
319
3202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321       
322        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
323        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
324        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
325        Include compile.am.
326
3272000-08-30      Joel Sherrill <joel@OARcorp.com>
328
329        * Many files: Moved posix/include/rtems/posix/seterr.h to
330        score/include/rtems/seterr.h so it would be available within
331        all APIs.
332
3332000-08-30      Joel Sherrill <joel@OARcorp.com>
334
335        * mw-fb/.cvsignore: New file.
336
3372000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
338
339        * Added generic Micro FrameBuffer interface for MicroWindows.
340        This interface allows MicroWindows to under RTEMS. A sample
341        driver has been developed for the pc386 BSP. See
342        pc386/fb_vga.c as a sample.
343        * Added Uniform Input Device interface for MicroWindows.
344        See PC386 bsp for sample drivers for mouse and keyboard (console).
345        * mw-bf: New directory.
346        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
347        * mw-fb/Makefile.am: New file.
348        * mw-fb/mw_fb.c: New file.
349        * mw-fb/mw_fb.h: New file.
350        * mw-fb/mw_uid.c: New file.
351        * mw-fb/mw_uid.h: New file.
352
3532000-08-10      Joel Sherrill <joel@OARcorp.com>
354
355        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.