Joel Sherrill
c9bc2cf62f
2010-07-27 Vinu Rajashekhar <vinutheraj@gmail.com>
...
PR 1629/cpukit
* posix/src/sigsuspend.c: sigsuspend() was not completely following the
POSIX specification.
2010-07-27 16:38:15 +00:00
Joel Sherrill
bdbf052ab3
2010-07-27 Vinu Rajashekhar <vinutheraj@gmail.com>
...
PR 1629/cpukit
* psx04/init.c: sigsuspend() was not completely following the POSIX
specification.
2010-07-27 16:38:08 +00:00
Joel Sherrill
1102485cbb
2010-07-27 Vinu Rajashekhar <vinutheraj@gmail.com>
...
PR 1630/cpukit
* posix/src/psignalchecksignal.c, posix/src/sigtimedwait.c:
sigtimedwait() was not completely following the POSIX specification.
2010-07-27 16:34:26 +00:00
Joel Sherrill
019fd4b680
2010-07-27 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1634/bsps
* shared/console/conscfg.c: Add BSP_poll_char.
2010-07-27 15:55:07 +00:00
Ralf Corsepius
8a51913f84
Regenerate.
2010-07-27 15:28:51 +00:00
Ralf Corsepius
b61cc9545c
Adjust Source1.
2010-07-27 15:28:13 +00:00
Joel Sherrill
ad7e2f02f0
2010-07-27 Bharath Suri <bharath.s.jois@gmail.com>
...
PR 1631/testing
* gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc,
gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
* Makefile.am, configure.ac: Changes to accommodate new tests
2010-07-27 14:45:10 +00:00
Joel Sherrill
8e8775dbad
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1632/testing
* Makefile.am, configure.ac: Make dedicated fatal error test for
/dev/null already registered. Using code from Bharath in new test
framework.
* devnullfatal01/.cvsignore, devnullfatal01/Makefile.am,
devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn,
devnullfatal01/testcase.h: New files.
2010-07-27 13:57:17 +00:00
Joel Sherrill
c2e6cb1d28
2010-07-27 Bharath Suri <bharath.s.jois@gmail.com>
...
PR 1632/testing
* devfs04/init.c, devfs04/test_driver.c: Added cases to exercise
null_initialize() and null_write().
2010-07-27 13:56:30 +00:00
Joel Sherrill
a7d3237314
*** empty log message ***
2010-07-27 13:54:56 +00:00
Ralf Corsepius
6b8ce02e3b
Apply missing commit.
2010-07-27 13:19:56 +00:00
Ralf Corsepius
21eb051506
Update cyginw, terminfo.
2010-07-27 13:18:28 +00:00
Ralf Corsepius
a171d20c8e
Regenerate.
2010-07-27 13:17:23 +00:00
Sebastian Huber
7ca4f0b1ea
Typo.
2010-07-27 11:55:05 +00:00
Ralf Corsepius
e54446689f
Regenerate.
2010-07-27 11:45:50 +00:00
Sebastian Huber
4ac56fbbd1
2010-07-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* rtems/score/cpu.h: Assembler compatibility fixes.
2010-07-27 11:03:38 +00:00
Sebastian Huber
6ff1925393
2010-07-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* rtems/score/cpu.h: Assembler compatibility fixes.
2010-07-27 10:57:31 +00:00
Sebastian Huber
8bd26f1695
2010-07-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* rtems/asm.h: Fixed header guard.
* rtems/score/cpu.h: Assembler compatibility fixes.
2010-07-27 10:51:12 +00:00
Sebastian Huber
508632a675
2010-07-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* umon/tfsDriver.c: Update for LibIO API changes.
2010-07-27 10:18:22 +00:00
Ralf Corsepius
acd71a9227
Regenerate.
2010-07-27 09:25:07 +00:00
Ralf Corsepius
6e5ddefe9a
Bump GCC_RPMREL.
2010-07-27 09:24:33 +00:00
Ralf Corsepius
7722a17800
Add freebsd8.1.
2010-07-27 09:17:31 +00:00
Ralf Corsepius
dcbc54583a
New.
2010-07-27 04:37:58 +00:00
Joel Sherrill
56e135a1a2
2010-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* score/src/threadget.c: Conditionalize a check that can only occur
when POSIX is disabled.
2010-07-27 02:17:31 +00:00
Joel Sherrill
37d6e55b98
2010-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* rtems/src/taskmode.c, score/inline/rtems/score/thread.inl: Rework a
bit to eliminate unreachable path for task blocked while calling
rtems_task_mode() on itself.
2010-07-27 01:48:46 +00:00
Joel Sherrill
9bd0258dae
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* sapi/include/confdefs.h: Spelling.
2010-07-26 22:20:43 +00:00
Joel Sherrill
77c330ce3d
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libcsupport/src/privateenv.c, libmisc/cpuuse/cpuusagereport.c,
posix/Makefile.am, posix/include/rtems/posix/key.h,
posix/src/keycreate.c, posix/src/keydelete.c,
score/src/iterateoverthreads.c: Since removing ITRON, the loop over
all APIs for tasks has a path that cannot be reached. Either modify
the code or mark tests for NULL as RTEMS_DEBUG.
* posix/src/keyfreememory.c: New file.
2010-07-26 22:03:18 +00:00
Joel Sherrill
bc3fe3c7f0
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libfs/src/imfs/imfs_load_tar.c: Formatting.
2010-07-26 21:29:24 +00:00
Joel Sherrill
80c1577382
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* sapi/include/confdefs.h: Do not cover up user configuation mistakes
on filesystems -- cite them as errors.
2010-07-26 21:28:06 +00:00
Joel Sherrill
04323c98d2
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* rtems/src/ratemonperiod.c: Remove tabs.
2010-07-26 20:27:04 +00:00
Joel Sherrill
80031e28ed
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Add test to extract a task blocked with
timeout on a priority ordered thread queue.
* sp72/.cvsignore, sp72/Makefile.am, sp72/init.c, sp72/sp72.doc,
sp72/sp72.scn: New files.
2010-07-26 15:38:41 +00:00
Joel Sherrill
7eef54e1ff
2010-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* rtems/src/ratemonperiod.c: Use if not switch since all cases of enum
are not valid and switch was generating dead code.
2010-07-26 13:49:01 +00:00
Ralf Corsepius
b478902eb1
Regenerate.
2010-07-26 09:42:46 +00:00
Ralf Corsepius
935b8ee9aa
Upgrade to gcc-4.5.1-RC-20100722.
2010-07-26 09:41:53 +00:00
Joel Sherrill
04ecf40405
2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* gxx01/gxx01.scn, gxx01/init.c: Remove local _exit().
2010-07-25 15:51:55 +00:00
Joel Sherrill
118cc56c10
2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* gxx01/gxx01.scn, gxx01/init.c: Add test f0r rtems_gxx_key_dtor().
2010-07-25 15:48:16 +00:00
Joel Sherrill
39d3f8de54
2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* sapi/include/rtems/init.h: Mark rtems_shutdown_executive as a
noreturn method.
2010-07-25 15:13:35 +00:00
Joel Sherrill
972a8dba72
2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
2010-07-25 14:53:37 +00:00
Joel Sherrill
cb87694407
2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libcsupport/src/gxx_wrappers.c: Free contents of key not key itself.
Kye pointer will never be malloc'ed.
2010-07-25 14:52:27 +00:00
Joel Sherrill
a5bbb06141
2010-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libcsupport/Makefile.am, libcsupport/src/termios_baud2num.c,
libcsupport/src/termios_num2baud.c: Use RTEMS associations to
simplify code and make easier for coverage.
* libcsupport/src/termios_baudtable.c: New file.
2010-07-24 16:12:49 +00:00
Joel Sherrill
bdf879323e
2010-07-23 Vinu Rajashekhar <vinutheraj@gmail.com>
...
* start/start.S: Replace the call to _return_to_monitor by
hlt instruction.
* startup/ldsegs.S: Remove the _return_to_monitor function.
2010-07-23 12:24:06 +00:00
Joel Sherrill
3364576344
2010-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1627/testing
* libfs/src/devfs/devstat.c:
2010-07-23 00:11:32 +00:00
Joel Sherrill
b28cb82e4f
2010-07-22 Bharath Suri <bharath.s.jois@gmail.com>
...
* devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn,
devfs02/Makefile.am: New tests added
* devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn,
devfs03/Makefile.am: New tests added
* devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn,
devfs04/Makefile.am: New tests added
* Makefile.am, configure.ac: Changes to accommodate the above
newly added tests.
2010-07-22 11:54:10 +00:00
Joel Sherrill
59211c6616
2010-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* timer/timer.c: Do not do the indirect call if NULL.
2010-07-21 12:33:58 +00:00
Joel Sherrill
78da8ac396
2010-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac, termios06/init.c: Add initial tests for
XON/XOFF and VMIN/VMAX cases.
* termios07/.cvsignore, termios07/Makefile.am, termios07/init.c,
termios07/termios07.doc, termios07/termios07.scn,
termios08/.cvsignore, termios08/Makefile.am, termios08/init.c,
termios08/termios08.doc, termios08/termios08.scn: New files.
2010-07-19 13:54:47 +00:00
Joel Sherrill
efdc6987a7
2010-07-19 Bharath Suri <bharath.s.jois@gmail.com>
...
PR 1623/testing
* psx13/test.c, psx13/psx13.scn: New cases to improve coverage of
utime() and fpathconf().
* psxfile01/test.c, psxfile01/psxfile01.scn: New cases to improve
coverage of rmdir(), unlink(), mknod(), link(), open(), read(),
write().
* psxstat/test.c, psxstat/psxstat.scn: New case to improve
coverage of readlink().
2010-07-19 13:13:20 +00:00
Joel Sherrill
741343ad8e
2010-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Add tar test for error cases.
* tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc,
tar03/tar03.scn: New files.
2010-07-19 13:12:40 +00:00
Joel Sherrill
e41e75def2
2010-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* stringto01/init.c, stringto01/stringto01.scn,
stringto01/stringto_test_template.h: Attempt to pick up a few more
error paths.
2010-07-19 13:10:48 +00:00
Joel Sherrill
24db9ba8bb
2010-07-17 Bharath Suri <bharath.s.jois@gmail.com>
...
PR 1622/testing
* psxchroot01/test.c, psxchroot01/psxchroot01.scn: Added two test
cases to completely cover chroot().
2010-07-16 19:19:09 +00:00
Joel Sherrill
917e4b4781
2010-07-16 Bharath Suri <bharath.s.jois@gmail.com>
...
PR 1617/testing
* spmountmgr01/init.c, spmountmgr01/spmountmgr01.scn,
spmountmgr01/spmountmgr01.doc: Added cases to exercise
mount-mktgt.c.
2010-07-16 15:01:11 +00:00