1 |
1026 |
ivang |
2002-08-01 Joel Sherrill
|
2 |
|
|
|
3 |
|
|
* cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
|
4 |
|
|
object name is raw versus being a string.
|
5 |
|
|
|
6 |
|
|
2002-07-30 Joel Sherrill
|
7 |
|
|
|
8 |
|
|
* stackchk/check.c: Don't reference the RTEMS allocated interrupt
|
9 |
|
|
stack if the port doesn't configure using it.
|
10 |
|
|
|
11 |
|
|
2002-07-24 Joel Sherrill
|
12 |
|
|
|
13 |
|
|
* wrapup/Makefile.am: Temporarily don't include serdbg since it
|
14 |
|
|
causes some BSPs to not link "main(){}" as required by autoconf.
|
15 |
|
|
|
16 |
|
|
2002-07-20 Ralf Corsepius
|
17 |
|
|
|
18 |
|
|
* capture/capture.c: include for memset.
|
19 |
|
|
* capture/capture-cli.c: include for memset.
|
20 |
|
|
|
21 |
|
|
2002-07-01 Joel Sherrill
|
22 |
|
|
|
23 |
|
|
* capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
|
24 |
|
|
monitor/mon-object.c, monitor/monitor.h: Corrected use of
|
25 |
|
|
_Objects_Information_table now that it is a two dimensional
|
26 |
|
|
array based upon API and class. In addition, in the monitor,
|
27 |
|
|
corrected an error which occured when a target has 64 bit pointers.
|
28 |
|
|
|
29 |
|
|
2002-07-01 Joel Sherrill
|
30 |
|
|
|
31 |
|
|
* stackchk/check.c: Corrected use of
|
32 |
|
|
_Objects_Information_table now that it is a two dimensional
|
33 |
|
|
array based upon API and class.
|
34 |
|
|
|
35 |
|
|
2002-06-25 Thomas Doerfler
|
36 |
|
|
|
37 |
|
|
* With the addition of serdbg, the standard polled I/O functions
|
38 |
|
|
for gdbstub and/or printk are optionally routed to any termios-aware
|
39 |
|
|
device driver, that supports polled mode. See libmisc/serdbg/README.
|
40 |
|
|
* serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
|
41 |
|
|
serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
|
42 |
|
|
serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
|
43 |
|
|
serdbg/.cvsignore: New files.
|
44 |
|
|
* configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
|
45 |
|
|
reflect addition.
|
46 |
|
|
|
47 |
|
|
2002-06-26 Ralf Corsepius
|
48 |
|
|
|
49 |
|
|
* wrapup/Makefile.am: Don't preinstall libmisc.a.
|
50 |
|
|
|
51 |
|
|
2002-05-24 Ralf Corsepius
|
52 |
|
|
|
53 |
|
|
* configure.ac, Makefile.am: Remove references to rootfs.
|
54 |
|
|
|
55 |
|
|
2002-05-16 Ralf Corsepius
|
56 |
|
|
|
57 |
|
|
* rootfs/.cvsignore: Remove.
|
58 |
|
|
* rootfs/Makefile.am: Remove.
|
59 |
|
|
* rootfs/mkrootfs.h: Remove.
|
60 |
|
|
* rootfs/mkrootfs.c: Remove.
|
61 |
|
|
* configure.ac: Remove rootfs and NETWORKING macros.
|
62 |
|
|
* wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
|
63 |
|
|
|
64 |
|
|
2002-05-16 Chris Johns
|
65 |
|
|
|
66 |
|
|
* Per PR194, added the Capture engine.
|
67 |
|
|
* capture/Makefile.am, capture/README, capture/capture-cli.c,
|
68 |
|
|
capture/capture-cli.h, capture/capture.c, capture/capture.h,
|
69 |
|
|
capture/.cvsignore: New files.
|
70 |
|
|
* Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
|
71 |
|
|
reflect addition.
|
72 |
|
|
|
73 |
|
|
2001-05-14 Joel Sherrill
|
74 |
|
|
|
75 |
|
|
* dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
|
76 |
|
|
a library of the same name.
|
77 |
|
|
|
78 |
|
|
2002-03-20 Chris Johns
|
79 |
|
|
|
80 |
|
|
* monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
|
81 |
|
|
lowercase. The capture engine need to set triggers or watches on task
|
82 |
|
|
with uppercase names.
|
83 |
|
|
Also stop the monitor repeating command when enter is pressed.
|
84 |
|
|
|
85 |
|
|
2002-04-04 Ralf Corsepius
|
86 |
|
|
|
87 |
|
|
* monitor/mon-monitor.c: Replace done with return (gcc3).
|
88 |
|
|
|
89 |
|
|
2002-03-27 Ralf Corsepius
|
90 |
|
|
|
91 |
|
|
* configure.ac:
|
92 |
|
|
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
93 |
|
|
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
94 |
|
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
95 |
|
|
* cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
96 |
|
|
* devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
97 |
|
|
* dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
98 |
|
|
* dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
99 |
|
|
* monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
100 |
|
|
* mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
101 |
|
|
* rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
102 |
|
|
* rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
103 |
|
|
* shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
104 |
|
|
* stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
105 |
|
|
* untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
106 |
|
|
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
107 |
|
|
|
108 |
|
|
2002-03-20 Chris Johns
|
109 |
|
|
|
110 |
|
|
* PR148.
|
111 |
|
|
* monitor/mon-prmisc.c: Fixed to print task states correctly.
|
112 |
|
|
|
113 |
|
|
2002-01-28 Ralf Corsepius
|
114 |
|
|
|
115 |
|
|
* shell/shell.c: Remove #undef __STRICT_ANSI__.
|
116 |
|
|
|
117 |
|
|
2002-01-07 Ralf Corsepius
|
118 |
|
|
|
119 |
|
|
* rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
|
120 |
|
|
|
121 |
|
|
2002-01-04 Ralf Corsepius
|
122 |
|
|
|
123 |
|
|
* mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
|
124 |
|
|
|
125 |
|
|
2001-10-12 Joel Sherrill
|
126 |
|
|
|
127 |
|
|
* rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
|
128 |
|
|
|
129 |
|
|
2001-10-11 Ralf Corsepius
|
130 |
|
|
|
131 |
|
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
132 |
|
|
* configure.in: Remove.
|
133 |
|
|
* configure.ac: New file, generated from configure.in by autoupdate.
|
134 |
|
|
|
135 |
|
|
2001-09-28 Joel Sherrill
|
136 |
|
|
|
137 |
|
|
* dummy/dummy.c: Now a useful configuration that starts main().
|
138 |
|
|
* wrapup/Makefile.am: Include a base level configuration in
|
139 |
|
|
RTEMS library.
|
140 |
|
|
|
141 |
|
|
2001-09-28 Ralf Corsepius
|
142 |
|
|
|
143 |
|
|
* untar/Makefile.am: Use 'PREINSTALL_FILES ='.
|
144 |
|
|
* monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
|
145 |
|
|
* shell/Makefile.am: Use 'PREINSTALL_FILES ='.
|
146 |
|
|
* devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
|
147 |
|
|
* dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
|
148 |
|
|
* mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
|
149 |
|
|
* stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
|
150 |
|
|
* rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
|
151 |
|
|
* cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
|
152 |
|
|
* rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
|
153 |
|
|
|
154 |
|
|
2001-09-27 Joel Sherrill
|
155 |
|
|
|
156 |
|
|
* ChangeLog: Fixed typo in date.
|
157 |
|
|
|
158 |
|
|
2001-09-21 Joel Sherrill
|
159 |
|
|
|
160 |
|
|
* configure.in, rootfs/Makefile.am: Added conditional to make sure
|
161 |
|
|
rootfs does not get built with networking is disabled. Also
|
162 |
|
|
added include of compile.am to rootfs/Makefile.am.
|
163 |
|
|
* wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
|
164 |
|
|
|
165 |
|
|
2001-09-19 Chris Johns
|
166 |
|
|
|
167 |
|
|
* Added support for populating the initial "root" filesystem
|
168 |
|
|
with information obtained via the DHCP response.
|
169 |
|
|
* rootfs: New directory.
|
170 |
|
|
* rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
|
171 |
|
|
rootfs/mkrootfs.h: New files.
|
172 |
|
|
* configure.in, Makefile.am: Modified to reflect addition.
|
173 |
|
|
|
174 |
|
|
2001-09-14 Fernando Ruiz
|
175 |
|
|
|
176 |
|
|
* shell/shell.c: Don't close file it wasn't open.
|
177 |
|
|
|
178 |
|
|
2001-09-14 Ralf Corsepius
|
179 |
|
|
|
180 |
|
|
* aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
|
181 |
|
|
of AC_CANONICAL_SYSTEM.
|
182 |
|
|
* aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
|
183 |
|
|
mkinstalldirs and mkdir.
|
184 |
|
|
* aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
|
185 |
|
|
hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
|
186 |
|
|
_RTEMS_OUTPUT_BUILD_SUBDIRS.
|
187 |
|
|
|
188 |
|
|
2001-09-14 Joel Sherrill
|
189 |
|
|
|
190 |
|
|
* ChangeLog: Fixed some mistakes.
|
191 |
|
|
|
192 |
|
|
2001-09-14 Joel Sherrill
|
193 |
|
|
|
194 |
|
|
* ChangeLog: Fixed some mistakes.
|
195 |
|
|
|
196 |
|
|
2001-09-14 Ralf Corsepius
|
197 |
|
|
|
198 |
|
|
* aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
|
199 |
|
|
of AC_CANONICAL_SYSTEM.
|
200 |
|
|
* aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
|
201 |
|
|
mkinstalldirs and mkdir.
|
202 |
|
|
* aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
|
203 |
|
|
hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
|
204 |
|
|
_RTEMS_OUTPUT_BUILD_SUBDIRS.
|
205 |
|
|
|
206 |
|
|
2001-09-14 Joel Sherrill
|
207 |
|
|
|
208 |
|
|
* ChangeLog: Fixed some mistakes.
|
209 |
|
|
|
210 |
|
|
2001-09-14 Joel Sherrill
|
211 |
|
|
|
212 |
|
|
* ChangeLog: Fixed some mistakes.
|
213 |
|
|
|
214 |
|
|
2001-09-13 Joel Sherrill
|
215 |
|
|
|
216 |
|
|
* devnull/devnull.c: Eliminate warning.
|
217 |
|
|
|
218 |
|
|
2001-08-09 Fernando-Ruiz Casas
|
219 |
|
|
|
220 |
|
|
* shell/pty.c: Moved to libnetworking/rtems_telnetd.
|
221 |
|
|
|
222 |
|
|
2001-08-09 Fernando-Ruiz Casas
|
223 |
|
|
|
224 |
|
|
* shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
|
225 |
|
|
shell/shell.h: Updates.
|
226 |
|
|
|
227 |
|
|
2001-08-09 Keith Outwater
|
228 |
|
|
|
229 |
|
|
* monitor/mon-command.c: Add support for partial command matching.
|
230 |
|
|
The monitor used to have this functionality before it was overhauled
|
231 |
|
|
to support addition of user commands.
|
232 |
|
|
|
233 |
|
|
2001-06-14 Joel Sherrill
|
234 |
|
|
|
235 |
|
|
* shell/telnetd.c, shell/telnetd.h: Moved to
|
236 |
|
|
libnetworking/rtems_servers so the network stack to address network
|
237 |
|
|
depenendency.
|
238 |
|
|
* shell/Makefile.am: Modified to reflect above.
|
239 |
|
|
|
240 |
|
|
2001-05-25 Joel Sherrill
|
241 |
|
|
|
242 |
|
|
* shell/cmds.c: Removed code from inappropriate source.
|
243 |
|
|
|
244 |
|
|
2000-05-24 Fernando Ruiz Casas
|
245 |
|
|
|
246 |
|
|
* monitor/mon-prmisc.c: Correct print line.
|
247 |
|
|
* shell/Makefile.am: Added new file telnetd.c.
|
248 |
|
|
* shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
|
249 |
|
|
* shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
|
250 |
|
|
- The shell_init has a new parameter 'forever' because in
|
251 |
|
|
/dev/console you need that this process runs forever but in
|
252 |
|
|
tcp/ip not. (respawn?)
|
253 |
|
|
- A new task for every session opened trought tcp/ip telnet client.
|
254 |
|
|
(the chargen,daytime and more are possible of implementation but
|
255 |
|
|
I ask me if they are necesary)
|
256 |
|
|
- Exit from the session delete the task and when the client fails too.
|
257 |
|
|
- More cmds have been implemented. (very reduced version of these)
|
258 |
|
|
umask, chmod, id, whoami, rm, cat, ...
|
259 |
|
|
- A reduced line edit has been implemented.
|
260 |
|
|
Ctrl-C abort the input,
|
261 |
|
|
Ctrl-d in the first position gives EOF (logout).
|
262 |
|
|
'\b' and DEL makes the rubout operation.
|
263 |
|
|
I think that readline() for every session spents a lot of resources.
|
264 |
|
|
|
265 |
|
|
2001-04-28 Ralf Corsepius
|
266 |
|
|
|
267 |
|
|
* shell/cmds.c, shell/shell.c: Remove fileno-hacks.
|
268 |
|
|
* monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
|
269 |
|
|
|
270 |
|
|
2001-04-20 Fernando Ruiz Casas
|
271 |
|
|
|
272 |
|
|
* Added initial shell functionality.
|
273 |
|
|
* Makefile.am, configure.in, wrapup/Makefile.am:
|
274 |
|
|
* shell/.cvsignore, shell/Makefile.am, shell/README,
|
275 |
|
|
shell/cmds.c, shell/shell.c, shell/shell.h: New files.
|
276 |
|
|
|
277 |
|
|
2001-04-20 Joel Sherrill
|
278 |
|
|
|
279 |
|
|
* devnull/devnull.c (null_initialize): Added check to
|
280 |
|
|
ensure that the driver is only initialized once. Otherwise,
|
281 |
|
|
it will abort when the device /dev/null is present.
|
282 |
|
|
(null_write): Do not dereference a NULL pointer.
|
283 |
|
|
|
284 |
|
|
2001-02-06 Ralf Corsepius
|
285 |
|
|
|
286 |
|
|
* monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
|
287 |
|
|
|
288 |
|
|
2001-02-03 Ralf Corsepius
|
289 |
|
|
|
290 |
|
|
* untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
|
291 |
|
|
devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
|
292 |
|
|
stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
|
293 |
|
|
Apply include_*HEADERS instead of H_FILES.
|
294 |
|
|
|
295 |
|
|
2001-01-05 Joel Sherrill
|
296 |
|
|
|
297 |
|
|
* devnull: New addition. Moved from libcpu/sh.
|
298 |
|
|
* devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
|
299 |
|
|
devnull/Makefile.am: New files.
|
300 |
|
|
* Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
|
301 |
|
|
addition of above.
|
302 |
|
|
|
303 |
|
|
2000-11-30 Joel Sherrill
|
304 |
|
|
|
305 |
|
|
* mw-fb/mw_uid.c: Removed unnecessary dependency on .
|
306 |
|
|
|
307 |
|
|
2000-11-09 Ralf Corsepius
|
308 |
|
|
|
309 |
|
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
310 |
|
|
|
311 |
|
|
2000-11-02 Ralf Corsepius
|
312 |
|
|
|
313 |
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
314 |
|
|
|
315 |
|
|
2000-10-25 Ralf Corsepius
|
316 |
|
|
|
317 |
|
|
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
318 |
|
|
Switch to GNU canonicalization.
|
319 |
|
|
|
320 |
|
|
2000-09-28 Joel Sherrill
|
321 |
|
|
|
322 |
|
|
* monitor/mon-driver.c: Accounted for addition of "_entry" to
|
323 |
|
|
fields in rtems_driver_address_table.
|
324 |
|
|
|
325 |
|
|
2000-09-04 Ralf Corsepius
|
326 |
|
|
|
327 |
|
|
* cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
|
328 |
|
|
monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
|
329 |
|
|
untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
|
330 |
|
|
Include compile.am.
|
331 |
|
|
|
332 |
|
|
2000-08-30 Joel Sherrill
|
333 |
|
|
|
334 |
|
|
* Many files: Moved posix/include/rtems/posix/seterr.h to
|
335 |
|
|
score/include/rtems/seterr.h so it would be available within
|
336 |
|
|
all APIs.
|
337 |
|
|
|
338 |
|
|
2000-08-30 Joel Sherrill
|
339 |
|
|
|
340 |
|
|
* mw-fb/.cvsignore: New file.
|
341 |
|
|
|
342 |
|
|
2000-08-26 Rosimildo da Silva
|
343 |
|
|
|
344 |
|
|
* Added generic Micro FrameBuffer interface for MicroWindows.
|
345 |
|
|
This interface allows MicroWindows to under RTEMS. A sample
|
346 |
|
|
driver has been developed for the pc386 BSP. See
|
347 |
|
|
pc386/fb_vga.c as a sample.
|
348 |
|
|
* Added Uniform Input Device interface for MicroWindows.
|
349 |
|
|
See PC386 bsp for sample drivers for mouse and keyboard (console).
|
350 |
|
|
* mw-bf: New directory.
|
351 |
|
|
* Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
|
352 |
|
|
* mw-fb/Makefile.am: New file.
|
353 |
|
|
* mw-fb/mw_fb.c: New file.
|
354 |
|
|
* mw-fb/mw_fb.h: New file.
|
355 |
|
|
* mw-fb/mw_uid.c: New file.
|
356 |
|
|
* mw-fb/mw_uid.h: New file.
|
357 |
|
|
|
358 |
|
|
2000-08-10 Joel Sherrill
|
359 |
|
|
|
360 |
|
|
* ChangeLog: New file.
|