source: rtems/c/src/libmisc/ChangeLog @ 2fc97439

4.104.114.84.95
Last change on this file since 2fc97439 was 2543311, checked in by Joel Sherrill <joel.sherrill@…>, on 09/21/01 at 14:02:27

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

  • configure.in, rootfs/Makefile.am: Added conditional to make sure rootfs does not get built with networking is disabled. Also added include of compile.am to rootfs/Makefile.am.
  • wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
  • Property mode set to 100644
File size: 6.9 KB
Line 
12001-09-14      Joel Sherrill <joel@OARcorp.com>
2
3        * configure.in, rootfs/Makefile.am: Added conditional to make sure
4        rootfs does not get built with networking is disabled.  Also
5        added include of compile.am to rootfs/Makefile.am.
6        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
7
82001-09-19      Chris Johns <ccj@acm.org>
9
10        * Added support for populating the initial "root" filesystem
11        with information obtained via the DHCP response.
12        * rootfs: New directory.
13        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
14        rootfs/mkrootfs.h: New files.
15        * configure.in, Makefile.am: Modified to reflect addition.
16
172001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
18
19        * shell/shell.c: Don't close file it wasn't open.
20
212001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
24        of AC_CANONICAL_SYSTEM.
25        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
26        mkinstalldirs and mkdir.
27        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
28        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
29        _RTEMS_OUTPUT_BUILD_SUBDIRS.
30
312001-09-14      Joel Sherrill <joel@OARcorp.com>
32
33        * ChangeLog: Fixed some mistakes.
34
352001-09-14      Joel Sherrill <joel@OARcorp.com>
36
37        * ChangeLog: Fixed some mistakes.
38
392001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
42        of AC_CANONICAL_SYSTEM.
43        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
44        mkinstalldirs and mkdir.
45        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
46        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
47        _RTEMS_OUTPUT_BUILD_SUBDIRS.
48
492001-09-14      Joel Sherrill <joel@OARcorp.com>
50
51        * ChangeLog: Fixed some mistakes.
52
532001-09-14      Joel Sherrill <joel@OARcorp.com>
54
55        * ChangeLog: Fixed some mistakes.
56
572001-09-13      Joel Sherrill <joel@OARcorp.com>
58
59        * devnull/devnull.c: Eliminate warning.
60
612001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
62
63        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
64
652001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
66
67        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
68        shell/shell.h: Updates.
69
702001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
71
72        * monitor/mon-command.c: Add support for partial command matching.
73        The monitor used to have this functionality before it was overhauled
74        to support addition of user commands.
75
762001-06-14      Joel Sherrill <joel@OARcorp.com>
77
78        * shell/telnetd.c, shell/telnetd.h: Moved to
79        libnetworking/rtems_servers so the network stack to address network
80        depenendency.
81        * shell/Makefile.am: Modified to reflect above.
82
832001-05-25      Joel Sherrill <joel@OARcorp.com>
84
85        * shell/cmds.c: Removed code from inappropriate source.
86
872000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
88
89        * monitor/mon-prmisc.c: Correct print line.
90        * shell/Makefile.am: Added new file telnetd.c.
91        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
92        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
93           - The shell_init has a new parameter 'forever' because in
94             /dev/console you need that this process runs forever but in
95             tcp/ip not. (respawn?)
96           - A new task for every session opened trought tcp/ip telnet client.
97             (the chargen,daytime and more are possible of implementation but
98             I ask me if they are necesary)
99           - Exit from the session delete the task and when the client fails too.
100           - More cmds have been implemented. (very reduced version of these)
101             umask, chmod, id, whoami, rm, cat, ...
102           - A reduced line edit has been implemented.
103               Ctrl-C abort the input,
104               Ctrl-d in the first position gives EOF (logout).
105               '\b' and DEL makes the rubout operation.
106               I think that readline() for every session spents a lot of resources.
107
1082001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
111        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
112
1132001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
114
115        * Added initial shell functionality.
116        * Makefile.am, configure.in, wrapup/Makefile.am:
117        * shell/.cvsignore, shell/Makefile.am, shell/README,
118        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
119
1202001-04-20      Joel Sherrill <joel@OARcorp.com>
121
122        * devnull/devnull.c (null_initialize): Added check to
123        ensure that the driver is only initialized once.  Otherwise,
124        it will abort when the device /dev/null is present.
125        (null_write): Do not dereference a NULL pointer.
126
1272001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
130
1312001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
134        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
135        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
136        Apply include_*HEADERS instead of H_FILES.
137
1382001-01-05      Joel Sherrill <joel@OARcorp.com>
139
140        * devnull: New addition.  Moved from libcpu/sh.
141        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
142        devnull/Makefile.am: New files.
143        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
144        addition of above.
145
1462000-11-30      Joel Sherrill <joel@OARcorp.com>
147
148        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
149
1502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
153
1542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
157
1582000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
161        Switch to GNU canonicalization.
162
1632000-09-28      Joel Sherrill <joel@OARcorp.com>
164
165        * monitor/mon-driver.c: Accounted for addition of "_entry" to
166        fields in rtems_driver_address_table.
167
1682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169       
170        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
171        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
172        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
173        Include compile.am.
174
1752000-08-30      Joel Sherrill <joel@OARcorp.com>
176
177        * Many files: Moved posix/include/rtems/posix/seterr.h to
178        score/include/rtems/seterr.h so it would be available within
179        all APIs.
180
1812000-08-30      Joel Sherrill <joel@OARcorp.com>
182
183        * mw-fb/.cvsignore: New file.
184
1852000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
186
187        * Added generic Micro FrameBuffer interface for MicroWindows.
188        This interface allows MicroWindows to under RTEMS. A sample
189        driver has been developed for the pc386 BSP. See
190        pc386/fb_vga.c as a sample.
191        * Added Uniform Input Device interface for MicroWindows.
192        See PC386 bsp for sample drivers for mouse and keyboard (console).
193        * mw-bf: New directory.
194        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
195        * mw-fb/Makefile.am: New file.
196        * mw-fb/mw_fb.c: New file.
197        * mw-fb/mw_fb.h: New file.
198        * mw-fb/mw_uid.c: New file.
199        * mw-fb/mw_uid.h: New file.
200
2012000-08-10      Joel Sherrill <joel@OARcorp.com>
202
203        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.