source: rtems/c/src/libmisc/ChangeLog @ 80fe968c

4.104.114.84.95
Last change on this file since 80fe968c was 80fe968c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/01/02 at 22:33:52

2002-03-20 Chris Johns <ccj@…>

  • monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything lowercase. The capture engine need to set triggers or watches on task with uppercase names. Also stop the monitor repeating command when enter is pressed.
  • Property mode set to 100644
File size: 9.5 KB
RevLine 
[80fe968c]12002-03-20      Chris Johns <ccj@acm.org>
2
3        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
4        lowercase. The capture engine need to set triggers or watches on task
5        with uppercase names. 
6        Also stop the monitor repeating command when enter is pressed.
7
[3559e90]82002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * monitor/mon-monitor.c: Replace done with return (gcc3).
11
[be2cd08]122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac:
15        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
16        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
17        * Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
30
[ab09d083]312002-03-20      Chris Johns <ccj@acm.org>
32
33        * PR148.
34        * monitor/mon-prmisc.c: Fixed to print task states correctly.
35
[dba2ecd7]362002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * shell/shell.c: Remove #undef __STRICT_ANSI__.
39
[8accf46]402002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
43
[f8a913da]442002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
47
[cc13fa3]482001-10-12      Joel Sherrill <joel@OARcorp.com>
49
50        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
51
[df25c998]522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
55        * configure.in: Remove.
56        * configure.ac: New file, generated from configure.in by autoupdate.
57
[d805c496]582001-09-28      Joel Sherrill <joel@OARcorp.com>
59
60        * dummy/dummy.c: Now a useful configuration that starts main().
61        * wrapup/Makefile.am: Include a base level configuration in
62        RTEMS library.
63
[aea9bb46]642001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
67        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
68        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
69        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
70        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
71        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
72        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
73        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
74        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
75        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
76
[6846a2f]772001-09-27      Joel Sherrill <joel@OARcorp.com>
78
79        * ChangeLog: Fixed typo in date.
80
812001-09-21      Joel Sherrill <joel@OARcorp.com>
[2543311]82
83        * configure.in, rootfs/Makefile.am: Added conditional to make sure
84        rootfs does not get built with networking is disabled.  Also
85        added include of compile.am to rootfs/Makefile.am.
86        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
87
[d34d2e69]882001-09-19      Chris Johns <ccj@acm.org>
89
90        * Added support for populating the initial "root" filesystem
91        with information obtained via the DHCP response.
92        * rootfs: New directory.
93        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
94        rootfs/mkrootfs.h: New files.
95        * configure.in, Makefile.am: Modified to reflect addition.
96
[130291f]972001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
98
99        * shell/shell.c: Don't close file it wasn't open.
100
1012001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
104        of AC_CANONICAL_SYSTEM.
105        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
106        mkinstalldirs and mkdir.
107        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
108        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
109        _RTEMS_OUTPUT_BUILD_SUBDIRS.
110
1112001-09-14      Joel Sherrill <joel@OARcorp.com>
112
113        * ChangeLog: Fixed some mistakes.
114
1152001-09-14      Joel Sherrill <joel@OARcorp.com>
116
117        * ChangeLog: Fixed some mistakes.
118
1192001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
122        of AC_CANONICAL_SYSTEM.
123        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
124        mkinstalldirs and mkdir.
125        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
126        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
127        _RTEMS_OUTPUT_BUILD_SUBDIRS.
128
1292001-09-14      Joel Sherrill <joel@OARcorp.com>
130
131        * ChangeLog: Fixed some mistakes.
132
1332001-09-14      Joel Sherrill <joel@OARcorp.com>
134
135        * ChangeLog: Fixed some mistakes.
136
[d3b8713a]1372001-09-13      Joel Sherrill <joel@OARcorp.com>
138
139        * devnull/devnull.c: Eliminate warning.
140
[3c6cc4a0]1412001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
142
143        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
144
[70d689a]1452001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
146
147        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
148        shell/shell.h: Updates.
149
[ecb5f95]1502001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
151
152        * monitor/mon-command.c: Add support for partial command matching.
153        The monitor used to have this functionality before it was overhauled
154        to support addition of user commands.
155
[8e2b4de]1562001-06-14      Joel Sherrill <joel@OARcorp.com>
157
158        * shell/telnetd.c, shell/telnetd.h: Moved to
159        libnetworking/rtems_servers so the network stack to address network
160        depenendency.
161        * shell/Makefile.am: Modified to reflect above.
162
[5fef523]1632001-05-25      Joel Sherrill <joel@OARcorp.com>
164
165        * shell/cmds.c: Removed code from inappropriate source.
166
[b2712e3]1672000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
168
169        * monitor/mon-prmisc.c: Correct print line.
170        * shell/Makefile.am: Added new file telnetd.c.
171        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
172        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
173           - The shell_init has a new parameter 'forever' because in
174             /dev/console you need that this process runs forever but in
175             tcp/ip not. (respawn?)
176           - A new task for every session opened trought tcp/ip telnet client.
177             (the chargen,daytime and more are possible of implementation but
178             I ask me if they are necesary)
179           - Exit from the session delete the task and when the client fails too.
180           - More cmds have been implemented. (very reduced version of these)
181             umask, chmod, id, whoami, rm, cat, ...
182           - A reduced line edit has been implemented.
183               Ctrl-C abort the input,
184               Ctrl-d in the first position gives EOF (logout).
185               '\b' and DEL makes the rubout operation.
186               I think that readline() for every session spents a lot of resources.
187
[d72caa6]1882001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
191        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
192
1932001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
[dd74e612]194
195        * Added initial shell functionality.
196        * Makefile.am, configure.in, wrapup/Makefile.am:
197        * shell/.cvsignore, shell/Makefile.am, shell/README,
198        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
[d72caa6]199
[a5bdcd98]2002001-04-20      Joel Sherrill <joel@OARcorp.com>
201
202        * devnull/devnull.c (null_initialize): Added check to
203        ensure that the driver is only initialized once.  Otherwise,
204        it will abort when the device /dev/null is present.
205        (null_write): Do not dereference a NULL pointer.
206
[974d213f]2072001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
210
[620e8263]2112001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
214        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
215        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
216        Apply include_*HEADERS instead of H_FILES.
217
[85d03e2]2182001-01-05      Joel Sherrill <joel@OARcorp.com>
219
220        * devnull: New addition.  Moved from libcpu/sh.
221        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
222        devnull/Makefile.am: New files.
223        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
224        addition of above.
225
[4a14b7be]2262000-11-30      Joel Sherrill <joel@OARcorp.com>
227
228        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
229
[feead226]2302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
233
[a314d3b4]2342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
237
[2735b82]2382000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
241        Switch to GNU canonicalization.
242
[f6630d4]2432000-09-28      Joel Sherrill <joel@OARcorp.com>
244
245        * monitor/mon-driver.c: Accounted for addition of "_entry" to
246        fields in rtems_driver_address_table.
247
[7fcc26ac]2482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249       
250        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
251        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
252        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
253        Include compile.am.
254
[188c82b]2552000-08-30      Joel Sherrill <joel@OARcorp.com>
256
257        * Many files: Moved posix/include/rtems/posix/seterr.h to
258        score/include/rtems/seterr.h so it would be available within
259        all APIs.
260
[73eea69c]2612000-08-30      Joel Sherrill <joel@OARcorp.com>
262
263        * mw-fb/.cvsignore: New file.
264
[152b1e3]2652000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
266
267        * Added generic Micro FrameBuffer interface for MicroWindows.
268        This interface allows MicroWindows to under RTEMS. A sample
269        driver has been developed for the pc386 BSP. See
270        pc386/fb_vga.c as a sample.
271        * Added Uniform Input Device interface for MicroWindows.
272        See PC386 bsp for sample drivers for mouse and keyboard (console).
273        * mw-bf: New directory.
274        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
275        * mw-fb/Makefile.am: New file.
276        * mw-fb/mw_fb.c: New file.
277        * mw-fb/mw_fb.h: New file.
278        * mw-fb/mw_uid.c: New file.
279        * mw-fb/mw_uid.h: New file.
280
[e94ad1fe]2812000-08-10      Joel Sherrill <joel@OARcorp.com>
282
283        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.