source: rtems/cpukit/libmisc/ChangeLog @ be2cd08

4.104.114.84.95
Last change on this file since be2cd08 was be2cd08, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:49:39

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 9.2 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
19
202002-03-20      Chris Johns <ccj@acm.org>
21
22        * PR148.
23        * monitor/mon-prmisc.c: Fixed to print task states correctly.
24
252002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * shell/shell.c: Remove #undef __STRICT_ANSI__.
28
292002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
32
332002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
36
372001-10-12      Joel Sherrill <joel@OARcorp.com>
38
39        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
40
412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
44        * configure.in: Remove.
45        * configure.ac: New file, generated from configure.in by autoupdate.
46
472001-09-28      Joel Sherrill <joel@OARcorp.com>
48
49        * dummy/dummy.c: Now a useful configuration that starts main().
50        * wrapup/Makefile.am: Include a base level configuration in
51        RTEMS library.
52
532001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
56        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
57        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
58        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
59        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
60        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
61        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
62        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
63        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
64        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
65
662001-09-27      Joel Sherrill <joel@OARcorp.com>
67
68        * ChangeLog: Fixed typo in date.
69
702001-09-21      Joel Sherrill <joel@OARcorp.com>
71
72        * configure.in, rootfs/Makefile.am: Added conditional to make sure
73        rootfs does not get built with networking is disabled.  Also
74        added include of compile.am to rootfs/Makefile.am.
75        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
76
772001-09-19      Chris Johns <ccj@acm.org>
78
79        * Added support for populating the initial "root" filesystem
80        with information obtained via the DHCP response.
81        * rootfs: New directory.
82        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
83        rootfs/mkrootfs.h: New files.
84        * configure.in, Makefile.am: Modified to reflect addition.
85
862001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
87
88        * shell/shell.c: Don't close file it wasn't open.
89
902001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
93        of AC_CANONICAL_SYSTEM.
94        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
95        mkinstalldirs and mkdir.
96        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
97        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
98        _RTEMS_OUTPUT_BUILD_SUBDIRS.
99
1002001-09-14      Joel Sherrill <joel@OARcorp.com>
101
102        * ChangeLog: Fixed some mistakes.
103
1042001-09-14      Joel Sherrill <joel@OARcorp.com>
105
106        * ChangeLog: Fixed some mistakes.
107
1082001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
111        of AC_CANONICAL_SYSTEM.
112        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
113        mkinstalldirs and mkdir.
114        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
115        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
116        _RTEMS_OUTPUT_BUILD_SUBDIRS.
117
1182001-09-14      Joel Sherrill <joel@OARcorp.com>
119
120        * ChangeLog: Fixed some mistakes.
121
1222001-09-14      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: Fixed some mistakes.
125
1262001-09-13      Joel Sherrill <joel@OARcorp.com>
127
128        * devnull/devnull.c: Eliminate warning.
129
1302001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
131
132        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
133
1342001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
135
136        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
137        shell/shell.h: Updates.
138
1392001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
140
141        * monitor/mon-command.c: Add support for partial command matching.
142        The monitor used to have this functionality before it was overhauled
143        to support addition of user commands.
144
1452001-06-14      Joel Sherrill <joel@OARcorp.com>
146
147        * shell/telnetd.c, shell/telnetd.h: Moved to
148        libnetworking/rtems_servers so the network stack to address network
149        depenendency.
150        * shell/Makefile.am: Modified to reflect above.
151
1522001-05-25      Joel Sherrill <joel@OARcorp.com>
153
154        * shell/cmds.c: Removed code from inappropriate source.
155
1562000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
157
158        * monitor/mon-prmisc.c: Correct print line.
159        * shell/Makefile.am: Added new file telnetd.c.
160        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
161        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
162           - The shell_init has a new parameter 'forever' because in
163             /dev/console you need that this process runs forever but in
164             tcp/ip not. (respawn?)
165           - A new task for every session opened trought tcp/ip telnet client.
166             (the chargen,daytime and more are possible of implementation but
167             I ask me if they are necesary)
168           - Exit from the session delete the task and when the client fails too.
169           - More cmds have been implemented. (very reduced version of these)
170             umask, chmod, id, whoami, rm, cat, ...
171           - A reduced line edit has been implemented.
172               Ctrl-C abort the input,
173               Ctrl-d in the first position gives EOF (logout).
174               '\b' and DEL makes the rubout operation.
175               I think that readline() for every session spents a lot of resources.
176
1772001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
180        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
181
1822001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
183
184        * Added initial shell functionality.
185        * Makefile.am, configure.in, wrapup/Makefile.am:
186        * shell/.cvsignore, shell/Makefile.am, shell/README,
187        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
188
1892001-04-20      Joel Sherrill <joel@OARcorp.com>
190
191        * devnull/devnull.c (null_initialize): Added check to
192        ensure that the driver is only initialized once.  Otherwise,
193        it will abort when the device /dev/null is present.
194        (null_write): Do not dereference a NULL pointer.
195
1962001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
199
2002001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
203        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
204        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
205        Apply include_*HEADERS instead of H_FILES.
206
2072001-01-05      Joel Sherrill <joel@OARcorp.com>
208
209        * devnull: New addition.  Moved from libcpu/sh.
210        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
211        devnull/Makefile.am: New files.
212        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
213        addition of above.
214
2152000-11-30      Joel Sherrill <joel@OARcorp.com>
216
217        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
218
2192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
222
2232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
226
2272000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
230        Switch to GNU canonicalization.
231
2322000-09-28      Joel Sherrill <joel@OARcorp.com>
233
234        * monitor/mon-driver.c: Accounted for addition of "_entry" to
235        fields in rtems_driver_address_table.
236
2372000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238       
239        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
240        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
241        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
242        Include compile.am.
243
2442000-08-30      Joel Sherrill <joel@OARcorp.com>
245
246        * Many files: Moved posix/include/rtems/posix/seterr.h to
247        score/include/rtems/seterr.h so it would be available within
248        all APIs.
249
2502000-08-30      Joel Sherrill <joel@OARcorp.com>
251
252        * mw-fb/.cvsignore: New file.
253
2542000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
255
256        * Added generic Micro FrameBuffer interface for MicroWindows.
257        This interface allows MicroWindows to under RTEMS. A sample
258        driver has been developed for the pc386 BSP. See
259        pc386/fb_vga.c as a sample.
260        * Added Uniform Input Device interface for MicroWindows.
261        See PC386 bsp for sample drivers for mouse and keyboard (console).
262        * mw-bf: New directory.
263        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
264        * mw-fb/Makefile.am: New file.
265        * mw-fb/mw_fb.c: New file.
266        * mw-fb/mw_fb.h: New file.
267        * mw-fb/mw_uid.c: New file.
268        * mw-fb/mw_uid.h: New file.
269
2702000-08-10      Joel Sherrill <joel@OARcorp.com>
271
272        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.