Ralf Corsepius
06d28d620f
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* ftp01/Makefile.am:
Re-add ftpd01_LDADD (Fix breakage introduced by previous patch).
2011-12-09 05:57:06 +00:00
Joel Sherrill
6f9ce8f4c6
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1589/build
* block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
devfs01/Makefile.am, devfs02/Makefile.am, devfs03/Makefile.am,
devfs04/Makefile.am, deviceio01/Makefile.am,
devnullfatal01/Makefile.am, dumpbuf01/Makefile.am, ftp01/Makefile.am,
gxx01/Makefile.am, heapwalk/Makefile.am, malloc02/Makefile.am,
malloc03/Makefile.am, malloc04/Makefile.am, malloc05/Makefile.am,
malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am,
mouse01/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am,
tar03/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
termios02/Makefile.am, termios03/Makefile.am, termios04/Makefile.am,
termios05/Makefile.am, termios06/Makefile.am, termios07/Makefile.am,
termios08/Makefile.am, tztest/Makefile.am: Remove obsolete optional
manager capability.
2011-12-08 21:38:12 +00:00
Ralf Corsepius
53aceab4c8
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor.
2011-12-05 13:02:01 +00:00
Sebastian Huber
5a868873af
2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* mouse01/init.c: Account for extra message buffer size.
2011-10-26 11:13:59 +00:00
Sebastian Huber
ad0e103967
2011-10-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* ftp01/init.c: Account for extra FTP worker task stack sizes.
2011-10-26 10:34:11 +00:00
Ralf Corsepius
f27d2f8cb9
2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* malloc04/init.c: Define p1, p2, p3, p4 extern (Avoid warnings).
2011-10-22 04:18:39 +00:00
Ralf Corsepius
7cb170b32e
2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c:
Add HAVE_CONFIG_H.
2011-09-29 15:54:09 +00:00
Sebastian Huber
11b9b5d035
2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* monitor/monitor.scn, termios/termios.scn: New files.
* monitor/init.c, termios01/init.c: Use rtems_shell_wait_for_input().
2011-09-16 09:24:52 +00:00
Sebastian Huber
63f871fa93
2011-09-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* stackchk/init.c, stackchk/system.h, stackchk/stackchk.scn: Print end
of test message.
2011-09-02 13:41:55 +00:00
Joel Sherrill
7920a24c6e
2011-07-29 Pawel Zagorski <pzagor@agh.edu.pl>
...
PR 1865/tests
* stringto01/Makefile.am, stringto01/init.c, stringto01/stringto01.doc,
stringto01/stringto01.scn, stringto01/stringto_test_template.h:
Improve coverage of string conversion routines.
2011-07-29 20:29:13 +00:00
Ralf Corsepius
ace38fb787
2011-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* POSIX/iconv.c, POSIX/iconv_open.c, POSIX/iconv_close.c: New.
* POSIX/Makefile.am: Add iconv, iconv_open, iconv_close.
2011-07-29 13:59:42 +00:00
Joel Sherrill
747d8081a9
2011-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* malloc04/init.c, malloc04/malloc04.scn: Remove test cases which are
obsolete.
2011-07-12 15:55:44 +00:00
Ralf Corsepius
e8899de3fa
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* devfs04/Makefile.am, deviceio01/Makefile.am,
monitor02/Makefile.am, stackchk01/Makefile.am,
stringto01/Makefile.am, tar01/Makefile.am,
tar02/Makefile.am, termios01/Makefile.am,
termios03/Makefile.am, termios04/Makefile.am
tztest/Makefile.am: Add missing files.
2011-06-20 08:53:03 +00:00
Sebastian Huber
4bd005e1c6
2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* mouse01/serial_mouse_config.c: Avoid output due to execution context.
2011-05-20 13:47:59 +00:00
Sebastian Huber
c18bdf7fd9
2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* termios08/init.c: Fixed parameter to avoid test failure.
2011-05-20 10:30:28 +00:00
Sebastian Huber
e93cc2d233
2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* rtems++/Init.cc, rtems++/Task1.cc, rtems++/Task2.cc,
rtems++/Task3.cc: Added HAVE_CONFIG_H.
2011-05-20 10:04:31 +00:00
Joel Sherrill
c4239324ca
2011-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* malloc04/init.c: Fix tests broken in warning pass.
2011-05-06 17:29:25 +00:00
Sebastian Huber
2a6ed0aac2
2011-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* ftp01/.cvsignore, ftp01/Makefile.am, ftp01/ftp01.doc,
ftp01/ftp01.scn, ftp01/init.c: New files.
* Makefile.am, configure.ac: Reflect changes above.
2011-05-06 09:08:07 +00:00
Joel Sherrill
6f27ba8077
2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* devnullfatal01/testcase.h, malloc02/init.c, malloc04/init.c,
malloctest/init.c, termios03/termios_testdriver_polled.c,
termios04/termios_testdriver_intr.c: Remove warnings.
2011-05-05 16:45:47 +00:00
Sebastian Huber
5bd6123f77
2011-04-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* tar01/init.c: Fixed integer types.
2011-04-05 09:19:53 +00:00
Joel Sherrill
3d4f74955c
2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Add test for Mouse Parser Engine
(Microsoft Mouse paths) and Serial Mouse Driver.
* mouse01/.cvsignore, mouse01/Makefile.am, mouse01/init.c,
mouse01/mouse01.doc, mouse01/mouse01.scn, mouse01/msmouse.c,
mouse01/serial_mouse_config.c: New files.
2011-03-14 16:18:10 +00:00
Sebastian Huber
627b70e10a
2011-03-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* heapwalk/init.c: Improve coverage.
* heapwalk/heapwalk.scn: Update.
2011-03-10 15:41:58 +00:00
Joel Sherrill
89cd2dfe94
2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* devfs04/devfs04.scn, devfs04/init.c: Increase configuration so this
passes on sis.
2011-03-09 19:39:44 +00:00
Sebastian Huber
ce217f9699
2011-03-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* malloctest/init.c: Improve coverage.
* malloctest/malloctest.scn: Update.
2011-03-09 15:39:58 +00:00
Ralf Corsepius
3d5d192477
Add config.h.in
2011-03-01 15:27:02 +00:00
Ralf Corsepius
027e40dc03
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Add AC_CONFIG_HEADER(config.h).
2011-02-22 14:56:36 +00:00
Ralf Corsepius
7d3f9c646a
Add HAVE_CONFIG_H.
2011-02-22 07:37:03 +00:00
Ralf Corsepius
c969ead73c
2010-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* POSIX/calloc.c, POSIX/clock_gettime.c, POSIX/close.c, POSIX/dup2.c,
POSIX/fcntl.c, POSIX/flockfile.c, POSIX/fork.c, POSIX/free.c,
POSIX/fstat.c, POSIX/ftrylockfile.c, POSIX/funlockfile.c,
POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c,
POSIX/gettimeofday.c, POSIX/getuid.c, POSIX/htonl.c, POSIX/issetugid.c,
POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
POSIX/posix_memalign.c, POSIX/read.c, POSIX/readv.c, POSIX/realloc.c,
POSIX/setjmp.c, POSIX/sigaddset.c, POSIX/sigdelset.c,
POSIX/sigemptyset.c, POSIX/sigfillset.c, POSIX/sigismember.c,
POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
POSIX/wait.c, POSIX/waitpid.c, POSIX/write.c, POSIX/writev.c,
block01/init.c, block02/init.c, block03/init.c, block04/init.c,
block05/init.c, block06/init.c, block07/init.c, block08/bdbuf_test1_1.c,
block08/bdbuf_test1_2.c, block08/bdbuf_test1_3.c,
block08/bdbuf_test1_4.c, block08/bdbuf_test1_5.c,
block08/bdbuf_test2_1.c, block08/bdbuf_test2_2.c,
block08/bdbuf_test3_1.c, block08/bdbuf_test3_2.c,
block08/bdbuf_test3_3.c, block08/bdbuf_test4_1.c,
block08/bdbuf_test4_2.c, block08/bdbuf_test4_3.c, block08/bdbuf_tests.c,
block08/init.c, block09/init.c, block10/init.c, bspcmdline01/init.c,
complex/docomplex.c, complex/docomplex.in, complex/docomplexf.c,
complex/docomplexl.c, complex/init.c, cpuuse/init.c, cpuuse/task1.c,
cpuuse/task2.c, cpuuse/task3.c, cpuuse/tswitch.c, devfs01/init.c,
devfs02/init.c, devfs03/init.c, devfs04/init.c, deviceio01/init.c,
dumpbuf01/init.c, gxx01/init.c, heapwalk/init.c, malloc02/init.c,
malloc03/init.c, malloc04/init.c, malloc05/init.c, malloctest/init.c,
malloctest/task1.c, math/domath.c, math/domath.in, math/init.c,
mathf/domathf.c, mathf/init.c, mathl/domathl.c, mathl/init.c,
monitor/init.c, monitor02/init.c, putenvtest/init.c, rtmonuse/getall.c,
rtmonuse/init.c, rtmonuse/task1.c, stackchk/blow.c, stackchk/init.c,
stackchk/task1.c, stackchk01/init.c, stringto01/init.c, tar01/init.c,
tar02/init.c, tar03/init.c, termios/init.c, termios01/init.c,
termios01/termios_testdriver.c, termios02/init.c, termios03/init.c,
termios03/termios_testdriver_polled.c, termios04/init.c,
termios04/termios_testdriver_intr.c, termios05/init.c,
termios05/termios_testdriver_taskdriven.c, termios06/init.c,
termios06/test_pppd.c, termios07/init.c, termios08/init.c,
tztest/init.c: Add HAVE_CONFIG_H.
2011-02-22 07:34:41 +00:00
Joel Sherrill
31eb149c12
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* math/init.c, mathf/init.c, mathl/init.c: Now run.
2011-02-14 20:50:46 +00:00
Joel Sherrill
a93627ce49
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* complex/Makefile.am, complex/init.c: Test now runs.
2011-02-14 20:24:27 +00:00
Joel Sherrill
681f0a18d7
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* monitor/Makefile.am, monitor02/Makefile.am: Switch to all managers
since this is all of them.
2011-02-14 20:24:08 +00:00
Ralf Corsepius
2d3366223a
2010-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* stringto01/init.c: Redefine LONG_LONG_MAX and LONG_LONG_MIN
for c99.
2011-02-11 08:21:04 +00:00
Joel Sherrill
e6e9cbe050
2011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* cpuuse/tswitch.c: Shrink memory requirements.
2011-02-02 18:52:50 +00:00
Ralf Corsepius
8ee3775f30
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-02-02 15:01:43 +00:00
Ralf Corsepius
ae790c6477
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
2011-02-02 14:06:13 +00:00
Ralf Corsepius
a19ed1350c
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* Makefile.am, configure.ac: Add mathf/, mathl/.
* math/init.c, math/Makefile.am: Reflect having split-out
mathl and mathf.
* math/domathf.c, math/domathl.c: Remove.
* mathf/Makefile.am, mathf/domathf.c, mathf/init.c,
mathf/mathf.scn: New (Split out from math/).
* mathl/Makefile.am, mathf/domathl.c, mathl/init.c,
mathl/mathl.scn: New (Split out from math/).
2011-02-02 14:02:18 +00:00
Ralf Corsepius
e9c71fc0e3
Add mathf/, mathl/.
2011-02-02 14:02:10 +00:00
Ralf Corsepius
1c64f50386
Reflect having split-out mathl and mathf.
2011-02-02 14:00:38 +00:00
Ralf Corsepius
e12d49d9da
Remove.
2011-02-02 13:59:01 +00:00
Ralf Corsepius
2e50ba1a2b
New (Split out from math/).
2011-02-02 13:58:02 +00:00
Ralf Corsepius
6fc0d9a479
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* math/init.c, complex/init.c:
Use fprintf(stdout,..) instead of printf.
Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
2011-02-02 07:36:25 +00:00
Ralf Corsepius
b8563fa95e
2011-01-31 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
* POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
2011-02-02 07:34:34 +00:00
Ralf Corsepius
268531a72e
2011-01-31 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* POSIX/clock_gettime.c, POSIX/gettimeofday.c: New.
* Makefile.am: Add clock_gettime, gettimeofday.c.
2011-01-31 15:59:19 +00:00
Joel Sherrill
a4325457a7
2011-01-28 Bharath Suri <bharath.s.jois@gmail.com>
...
PR 1661/testing
* termios06/init.c: Extend the test to cover sections related to
flow control in termios.c
* termios06/termios06.doc: Updated test concept
* termios06/termios06.scn: Updated test run log
2011-01-28 15:39:46 +00:00
Ralf Corsepius
4ab0ffdb84
2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* math/domath.in: Fix typo in printf.
* math/domath.c, math/domathf.c, math/domathl.c: Regenerate.
* math/math.scn: Regenerate.
2011-01-10 06:07:18 +00:00
Ralf Corsepius
83f7fd6f71
2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Use ac_cv_header_complex_h.
2011-01-10 05:15:01 +00:00
Joel Sherrill
9f8115f90a
2010-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* math/Makefile.am, math/init.c: Init task has to be floating point and
there is no point in using optional manager stubs since libio needs
semaphores.
2010-12-16 21:33:31 +00:00
Ralf Corsepius
87b4f1237c
2010-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Check for complex.h.
Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
toolchains.
* complex/Makefile.am: Apply HAS_COMPLEX.
2010-12-01 05:43:07 +00:00
Ralf Corsepius
0a0e7a9a41
2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* Makefile.am: Add complex, math subdirs.
* configure.ac: Add complex, math subdirs.
2010-11-30 13:55:09 +00:00
Ralf Corsepius
e92b733440
2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* complex/Makefile.am, complex/init.c, complex/docomplex.c,
complex/docomplexf.c, complex/complex.scn, complex/docomplex.in,
complex/complex.doc, complex/docomplexl.c: New.
* math/Makefile.am, math/init.c, math/domath.c,
math/domathf.c, math/math.scn, math/domath.in,
math/math.doc, math/domathl.c: New.
2010-11-30 13:48:52 +00:00