source: rtems/c/src/libmisc/ChangeLog @ c0d4abe6

4.104.114.84.95
Last change on this file since c0d4abe6 was b3afc0f, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 22:09:29

2001-05-14 Joel Sherrill <joel@…>

  • dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate a library of the same name.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12001-05-14      Joel Sherrill <joel@OARcorp.com>
2
3        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
4        a library of the same name.
5
62002-03-20      Chris Johns <ccj@acm.org>
7
8        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
9        lowercase. The capture engine need to set triggers or watches on task
10        with uppercase names. 
11        Also stop the monitor repeating command when enter is pressed.
12
132002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * monitor/mon-monitor.c: Replace done with return (gcc3).
16
172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac:
20        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
21        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
22        * Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
35
362002-03-20      Chris Johns <ccj@acm.org>
37
38        * PR148.
39        * monitor/mon-prmisc.c: Fixed to print task states correctly.
40
412002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * shell/shell.c: Remove #undef __STRICT_ANSI__.
44
452002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
48
492002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
52
532001-10-12      Joel Sherrill <joel@OARcorp.com>
54
55        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
56
572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
60        * configure.in: Remove.
61        * configure.ac: New file, generated from configure.in by autoupdate.
62
632001-09-28      Joel Sherrill <joel@OARcorp.com>
64
65        * dummy/dummy.c: Now a useful configuration that starts main().
66        * wrapup/Makefile.am: Include a base level configuration in
67        RTEMS library.
68
692001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
72        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
73        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
74        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
75        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
76        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
77        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
78        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
79        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
80        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
81
822001-09-27      Joel Sherrill <joel@OARcorp.com>
83
84        * ChangeLog: Fixed typo in date.
85
862001-09-21      Joel Sherrill <joel@OARcorp.com>
87
88        * configure.in, rootfs/Makefile.am: Added conditional to make sure
89        rootfs does not get built with networking is disabled.  Also
90        added include of compile.am to rootfs/Makefile.am.
91        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
92
932001-09-19      Chris Johns <ccj@acm.org>
94
95        * Added support for populating the initial "root" filesystem
96        with information obtained via the DHCP response.
97        * rootfs: New directory.
98        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
99        rootfs/mkrootfs.h: New files.
100        * configure.in, Makefile.am: Modified to reflect addition.
101
1022001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
103
104        * shell/shell.c: Don't close file it wasn't open.
105
1062001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
109        of AC_CANONICAL_SYSTEM.
110        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
111        mkinstalldirs and mkdir.
112        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
113        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
114        _RTEMS_OUTPUT_BUILD_SUBDIRS.
115
1162001-09-14      Joel Sherrill <joel@OARcorp.com>
117
118        * ChangeLog: Fixed some mistakes.
119
1202001-09-14      Joel Sherrill <joel@OARcorp.com>
121
122        * ChangeLog: Fixed some mistakes.
123
1242001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
127        of AC_CANONICAL_SYSTEM.
128        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
129        mkinstalldirs and mkdir.
130        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
131        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
132        _RTEMS_OUTPUT_BUILD_SUBDIRS.
133
1342001-09-14      Joel Sherrill <joel@OARcorp.com>
135
136        * ChangeLog: Fixed some mistakes.
137
1382001-09-14      Joel Sherrill <joel@OARcorp.com>
139
140        * ChangeLog: Fixed some mistakes.
141
1422001-09-13      Joel Sherrill <joel@OARcorp.com>
143
144        * devnull/devnull.c: Eliminate warning.
145
1462001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
147
148        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
149
1502001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
151
152        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
153        shell/shell.h: Updates.
154
1552001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
156
157        * monitor/mon-command.c: Add support for partial command matching.
158        The monitor used to have this functionality before it was overhauled
159        to support addition of user commands.
160
1612001-06-14      Joel Sherrill <joel@OARcorp.com>
162
163        * shell/telnetd.c, shell/telnetd.h: Moved to
164        libnetworking/rtems_servers so the network stack to address network
165        depenendency.
166        * shell/Makefile.am: Modified to reflect above.
167
1682001-05-25      Joel Sherrill <joel@OARcorp.com>
169
170        * shell/cmds.c: Removed code from inappropriate source.
171
1722000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
173
174        * monitor/mon-prmisc.c: Correct print line.
175        * shell/Makefile.am: Added new file telnetd.c.
176        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
177        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
178           - The shell_init has a new parameter 'forever' because in
179             /dev/console you need that this process runs forever but in
180             tcp/ip not. (respawn?)
181           - A new task for every session opened trought tcp/ip telnet client.
182             (the chargen,daytime and more are possible of implementation but
183             I ask me if they are necesary)
184           - Exit from the session delete the task and when the client fails too.
185           - More cmds have been implemented. (very reduced version of these)
186             umask, chmod, id, whoami, rm, cat, ...
187           - A reduced line edit has been implemented.
188               Ctrl-C abort the input,
189               Ctrl-d in the first position gives EOF (logout).
190               '\b' and DEL makes the rubout operation.
191               I think that readline() for every session spents a lot of resources.
192
1932001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
196        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
197
1982001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
199
200        * Added initial shell functionality.
201        * Makefile.am, configure.in, wrapup/Makefile.am:
202        * shell/.cvsignore, shell/Makefile.am, shell/README,
203        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
204
2052001-04-20      Joel Sherrill <joel@OARcorp.com>
206
207        * devnull/devnull.c (null_initialize): Added check to
208        ensure that the driver is only initialized once.  Otherwise,
209        it will abort when the device /dev/null is present.
210        (null_write): Do not dereference a NULL pointer.
211
2122001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
215
2162001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
219        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
220        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
221        Apply include_*HEADERS instead of H_FILES.
222
2232001-01-05      Joel Sherrill <joel@OARcorp.com>
224
225        * devnull: New addition.  Moved from libcpu/sh.
226        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
227        devnull/Makefile.am: New files.
228        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
229        addition of above.
230
2312000-11-30      Joel Sherrill <joel@OARcorp.com>
232
233        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
234
2352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
238
2392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
242
2432000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
246        Switch to GNU canonicalization.
247
2482000-09-28      Joel Sherrill <joel@OARcorp.com>
249
250        * monitor/mon-driver.c: Accounted for addition of "_entry" to
251        fields in rtems_driver_address_table.
252
2532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254       
255        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
256        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
257        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
258        Include compile.am.
259
2602000-08-30      Joel Sherrill <joel@OARcorp.com>
261
262        * Many files: Moved posix/include/rtems/posix/seterr.h to
263        score/include/rtems/seterr.h so it would be available within
264        all APIs.
265
2662000-08-30      Joel Sherrill <joel@OARcorp.com>
267
268        * mw-fb/.cvsignore: New file.
269
2702000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
271
272        * Added generic Micro FrameBuffer interface for MicroWindows.
273        This interface allows MicroWindows to under RTEMS. A sample
274        driver has been developed for the pc386 BSP. See
275        pc386/fb_vga.c as a sample.
276        * Added Uniform Input Device interface for MicroWindows.
277        See PC386 bsp for sample drivers for mouse and keyboard (console).
278        * mw-bf: New directory.
279        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
280        * mw-fb/Makefile.am: New file.
281        * mw-fb/mw_fb.c: New file.
282        * mw-fb/mw_fb.h: New file.
283        * mw-fb/mw_uid.c: New file.
284        * mw-fb/mw_uid.h: New file.
285
2862000-08-10      Joel Sherrill <joel@OARcorp.com>
287
288        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.