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

4.104.114.84.95
Last change on this file since f8a913da was f8a913da, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/02 at 18:32:48

2002-01-04 Ralf Corsepius <corsepiu@…>

  • mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
  • Property mode set to 100644
File size: 8.1 KB
Line 
12002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
4
52001-10-12      Joel Sherrill <joel@OARcorp.com>
6
7        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
8
92001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
12        * configure.in: Remove.
13        * configure.ac: New file, generated from configure.in by autoupdate.
14
152001-09-28      Joel Sherrill <joel@OARcorp.com>
16
17        * dummy/dummy.c: Now a useful configuration that starts main().
18        * wrapup/Makefile.am: Include a base level configuration in
19        RTEMS library.
20
212001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
24        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
25        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
26        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
27        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
28        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
29        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
30        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
31        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
32        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
33
342001-09-27      Joel Sherrill <joel@OARcorp.com>
35
36        * ChangeLog: Fixed typo in date.
37
382001-09-21      Joel Sherrill <joel@OARcorp.com>
39
40        * configure.in, rootfs/Makefile.am: Added conditional to make sure
41        rootfs does not get built with networking is disabled.  Also
42        added include of compile.am to rootfs/Makefile.am.
43        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
44
452001-09-19      Chris Johns <ccj@acm.org>
46
47        * Added support for populating the initial "root" filesystem
48        with information obtained via the DHCP response.
49        * rootfs: New directory.
50        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
51        rootfs/mkrootfs.h: New files.
52        * configure.in, Makefile.am: Modified to reflect addition.
53
542001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
55
56        * shell/shell.c: Don't close file it wasn't open.
57
582001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
61        of AC_CANONICAL_SYSTEM.
62        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
63        mkinstalldirs and mkdir.
64        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
65        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
66        _RTEMS_OUTPUT_BUILD_SUBDIRS.
67
682001-09-14      Joel Sherrill <joel@OARcorp.com>
69
70        * ChangeLog: Fixed some mistakes.
71
722001-09-14      Joel Sherrill <joel@OARcorp.com>
73
74        * ChangeLog: Fixed some mistakes.
75
762001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
79        of AC_CANONICAL_SYSTEM.
80        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
81        mkinstalldirs and mkdir.
82        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
83        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
84        _RTEMS_OUTPUT_BUILD_SUBDIRS.
85
862001-09-14      Joel Sherrill <joel@OARcorp.com>
87
88        * ChangeLog: Fixed some mistakes.
89
902001-09-14      Joel Sherrill <joel@OARcorp.com>
91
92        * ChangeLog: Fixed some mistakes.
93
942001-09-13      Joel Sherrill <joel@OARcorp.com>
95
96        * devnull/devnull.c: Eliminate warning.
97
982001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
99
100        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
101
1022001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
103
104        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
105        shell/shell.h: Updates.
106
1072001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
108
109        * monitor/mon-command.c: Add support for partial command matching.
110        The monitor used to have this functionality before it was overhauled
111        to support addition of user commands.
112
1132001-06-14      Joel Sherrill <joel@OARcorp.com>
114
115        * shell/telnetd.c, shell/telnetd.h: Moved to
116        libnetworking/rtems_servers so the network stack to address network
117        depenendency.
118        * shell/Makefile.am: Modified to reflect above.
119
1202001-05-25      Joel Sherrill <joel@OARcorp.com>
121
122        * shell/cmds.c: Removed code from inappropriate source.
123
1242000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
125
126        * monitor/mon-prmisc.c: Correct print line.
127        * shell/Makefile.am: Added new file telnetd.c.
128        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
129        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
130           - The shell_init has a new parameter 'forever' because in
131             /dev/console you need that this process runs forever but in
132             tcp/ip not. (respawn?)
133           - A new task for every session opened trought tcp/ip telnet client.
134             (the chargen,daytime and more are possible of implementation but
135             I ask me if they are necesary)
136           - Exit from the session delete the task and when the client fails too.
137           - More cmds have been implemented. (very reduced version of these)
138             umask, chmod, id, whoami, rm, cat, ...
139           - A reduced line edit has been implemented.
140               Ctrl-C abort the input,
141               Ctrl-d in the first position gives EOF (logout).
142               '\b' and DEL makes the rubout operation.
143               I think that readline() for every session spents a lot of resources.
144
1452001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
148        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
149
1502001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
151
152        * Added initial shell functionality.
153        * Makefile.am, configure.in, wrapup/Makefile.am:
154        * shell/.cvsignore, shell/Makefile.am, shell/README,
155        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
156
1572001-04-20      Joel Sherrill <joel@OARcorp.com>
158
159        * devnull/devnull.c (null_initialize): Added check to
160        ensure that the driver is only initialized once.  Otherwise,
161        it will abort when the device /dev/null is present.
162        (null_write): Do not dereference a NULL pointer.
163
1642001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
167
1682001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
171        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
172        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
173        Apply include_*HEADERS instead of H_FILES.
174
1752001-01-05      Joel Sherrill <joel@OARcorp.com>
176
177        * devnull: New addition.  Moved from libcpu/sh.
178        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
179        devnull/Makefile.am: New files.
180        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
181        addition of above.
182
1832000-11-30      Joel Sherrill <joel@OARcorp.com>
184
185        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
186
1872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
190
1912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
194
1952000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
198        Switch to GNU canonicalization.
199
2002000-09-28      Joel Sherrill <joel@OARcorp.com>
201
202        * monitor/mon-driver.c: Accounted for addition of "_entry" to
203        fields in rtems_driver_address_table.
204
2052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206       
207        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
208        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
209        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
210        Include compile.am.
211
2122000-08-30      Joel Sherrill <joel@OARcorp.com>
213
214        * Many files: Moved posix/include/rtems/posix/seterr.h to
215        score/include/rtems/seterr.h so it would be available within
216        all APIs.
217
2182000-08-30      Joel Sherrill <joel@OARcorp.com>
219
220        * mw-fb/.cvsignore: New file.
221
2222000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
223
224        * Added generic Micro FrameBuffer interface for MicroWindows.
225        This interface allows MicroWindows to under RTEMS. A sample
226        driver has been developed for the pc386 BSP. See
227        pc386/fb_vga.c as a sample.
228        * Added Uniform Input Device interface for MicroWindows.
229        See PC386 bsp for sample drivers for mouse and keyboard (console).
230        * mw-bf: New directory.
231        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
232        * mw-fb/Makefile.am: New file.
233        * mw-fb/mw_fb.c: New file.
234        * mw-fb/mw_fb.h: New file.
235        * mw-fb/mw_uid.c: New file.
236        * mw-fb/mw_uid.h: New file.
237
2382000-08-10      Joel Sherrill <joel@OARcorp.com>
239
240        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.