source: rtems/cpukit/libmisc/ChangeLog @ d6c6c26f

4.104.114.84.95
Last change on this file since d6c6c26f was d6c6c26f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/26/02 at 16:11:36

2002-06-26 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't preinstall libmisc.a.
  • Property mode set to 100644
File size: 10.5 KB
Line 
12002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't preinstall libmisc.a.
4
52002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac, Makefile.am: Remove references to rootfs.
8
92002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * rootfs/.cvsignore: Remove.
12        * rootfs/Makefile.am: Remove.
13        * rootfs/mkrootfs.h: Remove.
14        * rootfs/mkrootfs.c: Remove.
15        * configure.ac: Remove rootfs and NETWORKING macros.
16        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
17
182002-05-16      Chris Johns <ccj@acm.org>
19
20        * Per PR194, added the Capture engine. 
21        * capture/Makefile.am, capture/README, capture/capture-cli.c,
22        capture/capture-cli.h, capture/capture.c, capture/capture.h,
23        capture/.cvsignore: New files.
24        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
25        reflect addition.
26
272001-05-14      Joel Sherrill <joel@OARcorp.com>
28
29        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
30        a library of the same name.
31
322002-03-20      Chris Johns <ccj@acm.org>
33
34        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
35        lowercase. The capture engine need to set triggers or watches on task
36        with uppercase names. 
37        Also stop the monitor repeating command when enter is pressed.
38
392002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * monitor/mon-monitor.c: Replace done with return (gcc3).
42
432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac:
46        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
47        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
48        * Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
61
622002-03-20      Chris Johns <ccj@acm.org>
63
64        * PR148.
65        * monitor/mon-prmisc.c: Fixed to print task states correctly.
66
672002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * shell/shell.c: Remove #undef __STRICT_ANSI__.
70
712002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
74
752002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
78
792001-10-12      Joel Sherrill <joel@OARcorp.com>
80
81        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
82
832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
86        * configure.in: Remove.
87        * configure.ac: New file, generated from configure.in by autoupdate.
88
892001-09-28      Joel Sherrill <joel@OARcorp.com>
90
91        * dummy/dummy.c: Now a useful configuration that starts main().
92        * wrapup/Makefile.am: Include a base level configuration in
93        RTEMS library.
94
952001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
98        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
99        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
100        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
101        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
102        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
103        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
104        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
105        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
106        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
107
1082001-09-27      Joel Sherrill <joel@OARcorp.com>
109
110        * ChangeLog: Fixed typo in date.
111
1122001-09-21      Joel Sherrill <joel@OARcorp.com>
113
114        * configure.in, rootfs/Makefile.am: Added conditional to make sure
115        rootfs does not get built with networking is disabled.  Also
116        added include of compile.am to rootfs/Makefile.am.
117        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
118
1192001-09-19      Chris Johns <ccj@acm.org>
120
121        * Added support for populating the initial "root" filesystem
122        with information obtained via the DHCP response.
123        * rootfs: New directory.
124        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
125        rootfs/mkrootfs.h: New files.
126        * configure.in, Makefile.am: Modified to reflect addition.
127
1282001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
129
130        * shell/shell.c: Don't close file it wasn't open.
131
1322001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
135        of AC_CANONICAL_SYSTEM.
136        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
137        mkinstalldirs and mkdir.
138        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
139        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
140        _RTEMS_OUTPUT_BUILD_SUBDIRS.
141
1422001-09-14      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: Fixed some mistakes.
145
1462001-09-14      Joel Sherrill <joel@OARcorp.com>
147
148        * ChangeLog: Fixed some mistakes.
149
1502001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
153        of AC_CANONICAL_SYSTEM.
154        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
155        mkinstalldirs and mkdir.
156        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
157        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
158        _RTEMS_OUTPUT_BUILD_SUBDIRS.
159
1602001-09-14      Joel Sherrill <joel@OARcorp.com>
161
162        * ChangeLog: Fixed some mistakes.
163
1642001-09-14      Joel Sherrill <joel@OARcorp.com>
165
166        * ChangeLog: Fixed some mistakes.
167
1682001-09-13      Joel Sherrill <joel@OARcorp.com>
169
170        * devnull/devnull.c: Eliminate warning.
171
1722001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
173
174        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
175
1762001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
177
178        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
179        shell/shell.h: Updates.
180
1812001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
182
183        * monitor/mon-command.c: Add support for partial command matching.
184        The monitor used to have this functionality before it was overhauled
185        to support addition of user commands.
186
1872001-06-14      Joel Sherrill <joel@OARcorp.com>
188
189        * shell/telnetd.c, shell/telnetd.h: Moved to
190        libnetworking/rtems_servers so the network stack to address network
191        depenendency.
192        * shell/Makefile.am: Modified to reflect above.
193
1942001-05-25      Joel Sherrill <joel@OARcorp.com>
195
196        * shell/cmds.c: Removed code from inappropriate source.
197
1982000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
199
200        * monitor/mon-prmisc.c: Correct print line.
201        * shell/Makefile.am: Added new file telnetd.c.
202        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
203        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
204           - The shell_init has a new parameter 'forever' because in
205             /dev/console you need that this process runs forever but in
206             tcp/ip not. (respawn?)
207           - A new task for every session opened trought tcp/ip telnet client.
208             (the chargen,daytime and more are possible of implementation but
209             I ask me if they are necesary)
210           - Exit from the session delete the task and when the client fails too.
211           - More cmds have been implemented. (very reduced version of these)
212             umask, chmod, id, whoami, rm, cat, ...
213           - A reduced line edit has been implemented.
214               Ctrl-C abort the input,
215               Ctrl-d in the first position gives EOF (logout).
216               '\b' and DEL makes the rubout operation.
217               I think that readline() for every session spents a lot of resources.
218
2192001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
222        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
223
2242001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
225
226        * Added initial shell functionality.
227        * Makefile.am, configure.in, wrapup/Makefile.am:
228        * shell/.cvsignore, shell/Makefile.am, shell/README,
229        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
230
2312001-04-20      Joel Sherrill <joel@OARcorp.com>
232
233        * devnull/devnull.c (null_initialize): Added check to
234        ensure that the driver is only initialized once.  Otherwise,
235        it will abort when the device /dev/null is present.
236        (null_write): Do not dereference a NULL pointer.
237
2382001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
241
2422001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
245        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
246        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
247        Apply include_*HEADERS instead of H_FILES.
248
2492001-01-05      Joel Sherrill <joel@OARcorp.com>
250
251        * devnull: New addition.  Moved from libcpu/sh.
252        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
253        devnull/Makefile.am: New files.
254        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
255        addition of above.
256
2572000-11-30      Joel Sherrill <joel@OARcorp.com>
258
259        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
260
2612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
264
2652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
268
2692000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
272        Switch to GNU canonicalization.
273
2742000-09-28      Joel Sherrill <joel@OARcorp.com>
275
276        * monitor/mon-driver.c: Accounted for addition of "_entry" to
277        fields in rtems_driver_address_table.
278
2792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280       
281        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
282        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
283        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
284        Include compile.am.
285
2862000-08-30      Joel Sherrill <joel@OARcorp.com>
287
288        * Many files: Moved posix/include/rtems/posix/seterr.h to
289        score/include/rtems/seterr.h so it would be available within
290        all APIs.
291
2922000-08-30      Joel Sherrill <joel@OARcorp.com>
293
294        * mw-fb/.cvsignore: New file.
295
2962000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
297
298        * Added generic Micro FrameBuffer interface for MicroWindows.
299        This interface allows MicroWindows to under RTEMS. A sample
300        driver has been developed for the pc386 BSP. See
301        pc386/fb_vga.c as a sample.
302        * Added Uniform Input Device interface for MicroWindows.
303        See PC386 bsp for sample drivers for mouse and keyboard (console).
304        * mw-bf: New directory.
305        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
306        * mw-fb/Makefile.am: New file.
307        * mw-fb/mw_fb.c: New file.
308        * mw-fb/mw_fb.h: New file.
309        * mw-fb/mw_uid.c: New file.
310        * mw-fb/mw_uid.h: New file.
311
3122000-08-10      Joel Sherrill <joel@OARcorp.com>
313
314        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.