source: rtems/c/src/libmisc/ChangeLog @ 3fa500f

4.104.114.84.95
Last change on this file since 3fa500f was a653f39, checked in by Joel Sherrill <joel.sherrill@…>, on 05/24/02 at 15:35:56

2002-05-24 Ralf Corsepius <corsepiu@…>

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