source: rtems/cpukit/libmisc/ChangeLog @ 166475a

4.104.114.84.95
Last change on this file since 166475a was ae30735, checked in by Joel Sherrill <joel.sherrill@…>, on 05/17/02 at 18:30:03

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

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