Commit Graph

318 Commits

Author SHA1 Message Date
Joel Sherrill
c0547b4901 2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
	include normal blocking and unblocking on timeout.
2006-12-04 14:11:37 +00:00
Ralf Corsepius
fcb0cd462c 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
2006-12-02 06:06:55 +00:00
Ralf Corsepius
0a978b3d38 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
2006-12-02 06:05:23 +00:00
Joel Sherrill
0c2a6a12c0 2006-11-17 Joel Sherrill <joel@OARcorp.com>
* psxsem01/init.c: Account for change in POSIX semaphore time handling.
	Previously the timeout was not absolute time and checked BEFORE
	attempting to lock semaphore.
2006-11-17 23:04:31 +00:00
Joel Sherrill
f029dd9b04 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxbarrier01/main.c: New file.
2006-11-15 14:13:02 +00:00
Joel Sherrill
7c6dac1e24 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
	psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
	psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
	psxspin01/psxspin01.scn, psxspin01/test.c: New files.
2006-11-15 14:10:06 +00:00
Joel Sherrill
b4e79bc271 2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
	and partial implementation of POSIX rwlocks.
	* psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
	psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
2006-11-15 14:09:07 +00:00
Joel Sherrill
302f5fa579 2006-10-30 Joel Sherrill <joel@OARcorp.com>
PR 841/rtems
	* psxsem01/init.c: Make sem_timedwait more conformant to Open Group
	specification.
2006-10-30 22:22:00 +00:00
Ralf Corsepius
ba2c04fa2c 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-10-17 07:38:02 +00:00
Ralf Corsepius
67ace2d971 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-10-17 07:37:32 +00:00
Chris Johns
8f1e494813 Remove extra CRLF. 2006-09-11 11:52:08 +00:00
Ralf Corsepius
d4f5ddcb85 Eliminate scndir, docdir. Use rtems_testsdir instead. 2006-07-11 04:54:10 +00:00
Ralf Corsepius
6fb507b0e8 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
	psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
	psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
	Use rtems_testsdir instead.
2006-07-11 04:50:37 +00:00
Ralf Corsepius
c7e8989e7b Convert to utf-8 2006-07-06 10:53:56 +00:00
Ralf Corsepius
1fd159523f 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_ENABLE_BARE,
	BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2005-11-22 15:30:31 +00:00
Ralf Corsepius
6f2593f79f Fix my email address 2005-11-13 06:52:39 +00:00
Ralf Corsepius
a6b588d649 Convert to using *_PROGRAMS. 2005-11-13 06:46:05 +00:00
Ralf Corsepius
b776ece760 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
	psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
	psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
	Convert to using *_PROGRAMS.
2005-11-13 06:42:15 +00:00
Ralf Corsepius
dc35ca4374 Fix typos. 2005-11-11 15:10:59 +00:00
Ralf Corsepius
b7ffd7bda0 * psx01/Makefile.am: Rework.
* psx02/Makefile.am: Rework.
	* psx03/Makefile.am: Rework.
	* psx04/Makefile.am: Rework.
	* psx05/Makefile.am: Rework.
	* psx06/Makefile.am: Rework.
	* psx07/Makefile.am: Rework.
	* psx08/Makefile.am: Rework.
	* psx09/Makefile.am: Rework.
	* psx10/Makefile.am: Rework.
	* psx11/Makefile.am: Rework.
	* psx12/Makefile.am: Rework.
	* psx13/Makefile.am: Rework.
	* psxcancel/Makefile.am: Rework.
	* psxchroot01/Makefile.am: Rework.
	* psxfile01/Makefile.am: Rework.
	* psxmount/Makefile.am: Rework.
	* psxmsgq01/Makefile.am: Rework.
	* psxreaddir/Makefile.am: Rework.
	* psxsem01/Makefile.am: Rework.
	* psxstat/Makefile.am: Rework.
	* psxtime/Makefile.am: Rework.
	* psxtimer/Makefile.am: Rework.
2005-11-11 14:40:22 +00:00
Ralf Corsepius
3bb5d94490 Rework. 2005-11-11 14:33:33 +00:00
Ralf Corsepius
4024e57803 Cosmetics. 2005-11-11 10:26:50 +00:00
Ralf Corsepius
7e3887773a Eliminate TEST. 2005-11-11 09:03:24 +00:00
Ralf Corsepius
95ec9ee5df Remove. 2005-11-11 08:29:12 +00:00
Ralf Corsepius
197c9135e2 Expand psxtests.am. 2005-11-11 08:14:41 +00:00
Ralf Corsepius
0057038426 2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
	psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
	psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
	* psxtests.am: Remove.
2005-11-11 08:13:47 +00:00
Ralf Corsepius
cb2818800d Eliminate DOCTYPES. 2005-11-10 22:21:20 +00:00
Ralf Corsepius
e1660cfb1c 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
	psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
	psxtime/Makefile.am, psxtimer/Makefile.am:
	AM_CPPFLAGS += -I..../support/include.
2005-11-09 12:25:45 +00:00
Ralf Corsepius
e0ecc8c61a AM_CPPFLAGS += -I..../support/include. 2005-11-09 12:25:16 +00:00
Ralf Corsepius
c19bc93429 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
2005-11-09 09:26:12 +00:00
Ralf Corsepius
7a00629b8b 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
	POSIX_FILES_DIRS.
	* psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
	psxstat/Makefile.am: Add ../include/pmacros.h
2005-11-07 14:08:39 +00:00
Ralf Corsepius
e995b56ebc Add ../include/pmacros.h 2005-11-07 14:07:47 +00:00
Ralf Corsepius
28aba4bec8 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
	POSIX_FILES_DIRS.
	* psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
	psxstat/Makefile.am: Add ../include/pmacros.h
2005-11-07 13:54:09 +00:00
Ralf Corsepius
5c16852e6a Remove noinst_HEADERS. Remove POSIX_FILES_DIRS, POSIX_FILES_DIRS. 2005-11-07 13:53:50 +00:00
Ralf Corsepius
d4f5afd24f Add ../include/pmacros.h 2005-11-07 13:53:25 +00:00
Ralf Corsepius
b4dd03cf29 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* psxtests.am: Remove LIB_VARIANT.
2005-11-07 12:41:56 +00:00
Ralf Corsepius
39767d0c6b Remove SRC, PRINT_SRC. 2005-11-07 09:43:59 +00:00
Ralf Corsepius
707bf028e6 * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
	psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
	psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
	Remove SRC, PRINT_SRC.
2005-11-07 09:39:00 +00:00
Ralf Corsepius
d66557fac4 Switch back to include compile.am instead of amcompile.am 2005-11-07 09:09:26 +00:00
Ralf Corsepius
c32fb8f136 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup.
2005-11-07 08:43:52 +00:00
Ralf Corsepius
784853bc35 Add $(PGM): ${ARCH}/$(dirstamp). 2005-11-07 08:37:44 +00:00
Ralf Corsepius
91de254961 Partial conversion to automake. 2005-11-07 08:37:18 +00:00
Ralf Corsepius
ddbeecefac 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
	psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
	psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
	Partial conversion to automake.
2005-11-07 08:25:56 +00:00
Joel Sherrill
a98ea87143 2005-09-01 Joel Sherrill <joel@OARcorp.com>
PR 628/rtems
	* psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
	being an error.
2005-09-01 16:15:33 +00:00
Joel Sherrill
a514e785c5 2005-04-26 Joel Sherrill <joel@OARcorp.com>
* psxreaddir/test.c: Eliminate warnings.
2005-04-26 23:37:05 +00:00
Ralf Corsepius
3fcabb196c Cosmetics. 2004-12-30 12:24:42 +00:00
Ralf Corsepius
3e46c1cf83 Fix typo in previous change. 2004-09-24 06:32:10 +00:00
Ralf Corsepius
97891e5ea3 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
2004-09-24 05:54:59 +00:00
Ralf Corsepius
1b4f2b305c Remove stray white spaces. 2004-04-16 09:24:30 +00:00
Ralf Corsepius
3239698d1f Remove stray white spaces. 2004-04-15 13:26:21 +00:00