Commit Graph

84 Commits

Author SHA1 Message Date
Chris Johns
c49985691f Change all references of rtems.com to rtems.org. 2014-03-21 08:10:47 +11:00
Chirayu Desai
734f91825b psxtests: add documentation for psx05 2013-11-29 09:18:03 -06:00
Sebastian Huber
f031df0e63 score: Rename tod.h to todimpl.h 2013-08-01 16:45:45 +02:00
Sebastian Huber
88c74ab115 score: Merge tod implementation into one file
Delete TOD_MICROSECONDS_PER_SECOND, TOD_MICROSECONDS_TO_TICKS() and
TOD_MILLISECONDS_TO_TICKS().
2013-07-26 11:55:47 +02:00
Sebastian Huber
97552c98b6 posix: Create priority implementation header
Move implementation specific parts of priority.h and priority.inl into
new header file priorityimpl.h.  Remove priority.h since there is no
application visible API.
2013-07-22 16:57:23 +02:00
Joel Sherrill
9b4422a251 Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines
  next to each other after Id string line removed.
+ remove entire comment blocks which only exited to
  contain CVS Ids
+ If the processing left a blank line at the top of
  a file, it was removed.
2012-05-11 08:44:13 -05:00
Joel Sherrill
33a105fb69 Revert: Remove CVS Ids
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.
2012-05-07 11:08:48 -05:00
Ralf Corsépius
67cad33ea9 Remove CVS-Ids. 2012-05-04 09:36:24 +02:00
Joel Sherrill
61250b4ce9 Remove all .cvsignore files. 2012-02-01 10:59:44 -06:00
Joel Sherrill
1b8f204fd5 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
	* 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, psx14/Makefile.am, psx15/Makefile.am,
	psx16/Makefile.am, psxaio01/Makefile.am, psxaio02/Makefile.am,
	psxaio03/Makefile.am, psxalarm01/Makefile.am,
	psxautoinit01/Makefile.am, psxautoinit02/Makefile.am,
	psxbarrier01/Makefile.am, psxcancel/Makefile.am,
	psxcancel01/Makefile.am, psxchroot01/Makefile.am,
	psxclassic01/Makefile.am, psxcleanup/Makefile.am,
	psxcleanup01/Makefile.am, psxclock/Makefile.am,
	psxcond01/Makefile.am, psxeintr_join/Makefile.am,
	psxenosys/Makefile.am, psxfatal01/Makefile.am,
	psxfatal02/Makefile.am, psxfchx01/Makefile.am, psxfile01/Makefile.am,
	psxfile02/Makefile.am, psxfilelock01/Makefile.am,
	psxgetrusage01/Makefile.am, psxid01/Makefile.am,
	psximfs01/Makefile.am, psximfs02/Makefile.am,
	psxintrcritical01/Makefile.am, psxitimer/Makefile.am,
	psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am,
	psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am,
	psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
	psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
	psxpasswd01/Makefile.am, psxpasswd02/Makefile.am,
	psxpipe01/Makefile.am, psxrdwrv/Makefile.am, psxreaddir/Makefile.am,
	psxrwlock01/Makefile.am, psxsem01/Makefile.am,
	psxsignal01/Makefile.am, psxsignal02/Makefile.am,
	psxsignal03/Makefile.am, psxsignal04/Makefile.am,
	psxsignal05/Makefile.am, psxsignal06/Makefile.am,
	psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
	psxstack02/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
	psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
	psxtimes01/Makefile.am, psxualarm/Makefile.am, psxusleep/Makefile.am:
	Remove obsolete optional manager capability.
2011-12-08 21:38:23 +00:00
Ralf Corsepius
cafefbf263 Add HAVE_CONFIG_H. 2011-02-22 09:47:36 +00:00
Joel Sherrill
f989f1d224 2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
* psx05/init.c: Spacing.
2011-01-03 01:59:22 +00:00
Joel Sherrill
8e9a25ac02 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx05/init.c: Check for correct status returned.
	* psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test code
	to exercise path when attempting to lock for reading but there
	is at least one writer blocked waiting for access.
2010-10-21 22:09:44 +00:00
Joel Sherrill
33c46f1a70 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c,
	psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c,
	psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
	psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c,
	psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c,
	psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c,
	psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
	psxcancel01/init.c, psxchroot01/test.c, psxitimer/init.c,
	psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c,
	psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c,
	psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
	psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
	psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
	psxstack01/init.c, psxstack02/init.c, psxualarm/init.c: Eliminate
	double space after parenthesis on rtems_test_assert().
2010-10-21 21:22:25 +00:00
Joel Sherrill
ce00f304d7 2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
* 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, psx14/Makefile.am, psxalarm01/Makefile.am,
	psxautoinit01/Makefile.am, psxautoinit02/Makefile.am,
	psxbarrier01/Makefile.am, psxcancel/Makefile.am,
	psxcancel01/Makefile.am, psxchroot01/Makefile.am,
	psxcleanup/Makefile.am, psxcleanup01/Makefile.am,
	psxclock/Makefile.am, psxcond01/Makefile.am, psxenosys/Makefile.am,
	psxfatal01/Makefile.am, psxfatal02/Makefile.am,
	psxfile01/Makefile.am, psxintrcritical01/Makefile.am,
	psxitimer/Makefile.am, psxkey01/Makefile.am, psxkey02/Makefile.am,
	psxkey03/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
	psxmsgq02/Makefile.am, psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
	psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
	psxpasswd01/Makefile.am, psxrdwrv/Makefile.am,
	psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
	psxsem01/Makefile.am, psxsignal01/Makefile.am,
	psxsignal02/Makefile.am, psxsignal03/Makefile.am,
	psxsignal04/Makefile.am, psxsignal05/Makefile.am,
	psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
	psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am,
	psxtimer01/Makefile.am, psxtimer02/Makefile.am,
	psxualarm/Makefile.am, psxusleep/Makefile.am: Revert accidentally
	committed patch.
2010-06-23 22:49:59 +00:00
Joel Sherrill
e6e4eecec5 2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am, configure.ac, 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, psx14/Makefile.am,
	psxalarm01/Makefile.am, psxautoinit01/Makefile.am,
	psxautoinit02/Makefile.am, psxbarrier01/Makefile.am,
	psxcancel/Makefile.am, psxcancel01/Makefile.am,
	psxchroot01/Makefile.am, psxcleanup/Makefile.am,
	psxcleanup01/Makefile.am, psxclock/Makefile.am,
	psxcond01/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am,
	psxfatal02/Makefile.am, psxfile01/Makefile.am, psxfile02/init.c,
	psxfile02/psxfile02.doc, psxfile02/psxfile02.scn,
	psxintrcritical01/Makefile.am, psxitimer/Makefile.am,
	psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am,
	psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am,
	psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
	psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
	psxpasswd01/Makefile.am, psxrdwrv/Makefile.am,
	psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
	psxsem01/Makefile.am, psxsignal01/Makefile.am,
	psxsignal02/Makefile.am, psxsignal03/Makefile.am,
	psxsignal04/Makefile.am, psxsignal05/Makefile.am,
	psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
	psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am,
	psxtimer01/Makefile.am, psxtimer02/Makefile.am,
	psxualarm/Makefile.am, psxusleep/Makefile.am: Add test for fd greater
	than number of file descriptors configured.
2010-06-23 22:48:44 +00:00
Joel Sherrill
2317457e10 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
	psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
	psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
	psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
	psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
	psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
	psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
	psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
	psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
	psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
	psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
	psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
	psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
	psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
	psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
	psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
	psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c:
	Use rtems_test_assert() consistently instead of system assert().
	rtems_test_assert() is designed to integrate into the RTEMS test
	suite infrastructure.
2009-12-08 17:52:53 +00:00
Ralf Corsepius
b1274bd94c Whitespace removal. 2009-11-30 03:33:25 +00:00
Ralf Corsepius
39615f481a Use PRIxpthread_t to print pthread_t's. 2009-10-27 14:10:54 +00:00
Ralf Corsepius
33bec644b3 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx05/init.c: Include <sched.h>.
2009-10-25 17:48:44 +00:00
Joel Sherrill
f1887691cd 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
2009-10-12 00:07:16 +00:00
Joel Sherrill
49325ef13c 2009-08-17 Santosh G Vattam <vattam.santosh@gmail.com>
* configure.ac, psx05/init.c, psx05/psx05.scn: Add test case for
	initializing a recursize mutex.
2009-08-17 17:43:35 +00:00
Joel Sherrill
42d57c7ac6 2009-07-28 Santosh G Vattam <vattam.santosh@gmail.com>
* psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
	with timeout in the past.
2009-07-28 13:44:58 +00:00
Joel Sherrill
824b3d1c90 2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
2009-07-06 22:01:58 +00:00
Joel Sherrill
85e525aab8 2009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx05/init.c, psx05/psx05.scn: Add test case for process scope now
	that the assert has been removed in the source.
2009-06-29 23:23:23 +00:00
Joel Sherrill
2e7e636f75 2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
	psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
	psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
	psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
	psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
	psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
	psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
2009-05-11 01:41:16 +00:00
Ralf Corsepius
3d5483771c Eliminate _exe_/.exe. 2009-04-03 12:55:13 +00:00
Joel Sherrill
d32daa6a8a 2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx05/init.c: Add parameter to call to sched_get_priority_max().
2008-12-14 23:56:21 +00:00
Joel Sherrill
5abf63d983 2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
	Run all tests successfully with maxixum number of priorities as 16
	instead of 256. This was done by temporarily modifying the score
	priority.h maximum. This allowed testing of all API code to ensure
	that it worked properly with a reduced number of priorities. Most
	modifications were to switch from hard-coded maximum to using the API
	provided methods to determine maximum number of priority levels.
2008-12-14 18:41:18 +00:00
Joel Sherrill
f5119be40a 2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1291/cpukit
	* psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
	POSIX services taking relative instead of absolute time for timeouts,
	these tests were updated.
2008-07-18 18:47:30 +00:00
Ralf Corsepius
d4f5ddcb85 Eliminate scndir, docdir. Use rtems_testsdir instead. 2006-07-11 04:54:10 +00:00
Ralf Corsepius
a6b588d649 Convert to using *_PROGRAMS. 2005-11-13 06:46:05 +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
197c9135e2 Expand psxtests.am. 2005-11-11 08:14:41 +00:00
Ralf Corsepius
cb2818800d Eliminate DOCTYPES. 2005-11-10 22:21:20 +00:00
Ralf Corsepius
e0ecc8c61a AM_CPPFLAGS += -I..../support/include. 2005-11-09 12:25:16 +00:00
Ralf Corsepius
e995b56ebc Add ../include/pmacros.h 2005-11-07 14:07:47 +00:00
Ralf Corsepius
39767d0c6b Remove SRC, PRINT_SRC. 2005-11-07 09:43:59 +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
91de254961 Partial conversion to automake. 2005-11-07 08:37:18 +00:00
Ralf Corsepius
1b4f2b305c Remove stray white spaces. 2004-04-16 09:24:30 +00:00
Ralf Corsepius
80450c7074 * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-04-01 15:16:20 +00:00
Ralf Corsepius
1ace275091 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* psx02/Makefile.am: Ditto.
	* psx03/Makefile.am: Ditto.
	* psx04/Makefile.am: Ditto.
	* psx05/Makefile.am: Ditto.
	* psx06/Makefile.am: Ditto.
	* psx07/Makefile.am: Ditto.
	* psx08/Makefile.am: Ditto.
	* psx09/Makefile.am: Ditto.
	* psx10/Makefile.am: Ditto.
	* psx11/Makefile.am: Ditto.
	* psx12/Makefile.am: Ditto.
	* psx13/Makefile.am: Ditto.
	* psxcancel/Makefile.am: Ditto.
	* psxchroot01/Makefile.am: Ditto.
	* psxfile01/Makefile.am: Ditto.
	* psxmount/Makefile.am: Ditto.
	* psxmsgq01/Makefile.am: Ditto.
	* psxreaddir/Makefile.am: Ditto.
	* psxsem01/Makefile.am: Ditto.
	* psxstat/Makefile.am: Ditto.
	* psxtime/Makefile.am: Ditto.
	* psxtimer/Makefile.am: Ditto.
2004-01-14 07:49:29 +00:00
Ralf Corsepius
a450a93d06 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Reformat.
	* psx01/Makefile.am: Remove all-local: $(ARCH).
	* psx02/Makefile.am: Remove all-local: $(ARCH).
	* psx03/Makefile.am: Remove all-local: $(ARCH).
	* psx04/Makefile.am: Remove all-local: $(ARCH).
	* psx05/Makefile.am: Remove all-local: $(ARCH).
	* psx06/Makefile.am: Remove all-local: $(ARCH).
	* psx07/Makefile.am: Remove all-local: $(ARCH).
	* psx08/Makefile.am: Remove all-local: $(ARCH).
	* psx09/Makefile.am: Remove all-local: $(ARCH).
	* psx10/Makefile.am: Remove all-local: $(ARCH).
	* psx11/Makefile.am: Remove all-local: $(ARCH).
	* psx12/Makefile.am: Remove all-local: $(ARCH).
	* psx13/Makefile.am: Remove all-local: $(ARCH).
	* psxcancel/Makefile.am: Remove all-local: $(ARCH).
	* psxchroot01/Makefile.am: Remove all-local: $(ARCH).
	* psxfile01/Makefile.am: Remove all-local: $(ARCH).
	* psxhdrs/Makefile.am: Remove all-local: $(ARCH).
	* psxmount/Makefile.am: Remove all-local: $(ARCH).
	* psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
	* psxreaddir/Makefile.am: Remove all-local: $(ARCH).
	* psxsem01/Makefile.am: Remove all-local: $(ARCH).
	* psxstat/Makefile.am: Remove all-local: $(ARCH).
	* psxtime/Makefile.am: Remove all-local: $(ARCH).
	* psxtimer/Makefile.am: Remove all-local: $(ARCH).
2003-12-01 21:29:46 +00:00
Joel Sherrill
3c48599c1c 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
	psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
	psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
	psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
	psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
	psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
	psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
	psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
	psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
	psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
	psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
	psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
	psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
	psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
	psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
	psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
	psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
	psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
	psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
	psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
	psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
	psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
	psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
	psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
	psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
	psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
	psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
	psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
	psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
	psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
	psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
	psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
	psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
	psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
	psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
	psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
	psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
	psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
	psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
	psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
	psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
	psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
	psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
	psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
	psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
	psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
	psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
	psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
	psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
	psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
	psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
	psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
	psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
	psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
	psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
	psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
	psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
	psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
	psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
	psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
	psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
	psxtimer/system.h: URL for license changed.
2003-09-04 18:53:39 +00:00
Ralf Corsepius
d549d0a665 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
	include/Makefile.am: Reflect having moved automake.
	psx01/Makefile.am: Reflect having moved automake.
	psx02/Makefile.am: Reflect having moved automake.
	psx03/Makefile.am: Reflect having moved automake.
	psx04/Makefile.am: Reflect having moved automake.
	psx05/Makefile.am: Reflect having moved automake.
	psx06/Makefile.am: Reflect having moved automake.
	psx07/Makefile.am: Reflect having moved automake.
	psx08/Makefile.am: Reflect having moved automake.
	psx09/Makefile.am: Reflect having moved automake.
	psx10/Makefile.am: Reflect having moved automake.
	psx11/Makefile.am: Reflect having moved automake.
	psx12/Makefile.am: Reflect having moved automake.
	psx13/Makefile.am: Reflect having moved automake.
	psxcancel/Makefile.am: Reflect having moved automake.
	psxchroot01/Makefile.am: Reflect having moved automake.
	psxfile01/Makefile.am: Reflect having moved automake.
	psxhdrs/Makefile.am: Reflect having moved automake.
	psxmount/Makefile.am: Reflect having moved automake.
	psxmsgq01/Makefile.am: Reflect having moved automake.
	psxreaddir/Makefile.am: Reflect having moved automake.
	psxsem01/Makefile.am: Reflect having moved automake.
	psxstat/Makefile.am: Reflect having moved automake.
	psxtime/Makefile.am: Reflect having moved automake.
	psxtimer/Makefile.am: Reflect having moved automake.
2003-08-16 16:27:24 +00:00
Joel Sherrill
6da9972793 2002-11-14 Joel Sherrill <joel@OARcorp.com>
* psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
	psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
	psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
	Per PR239 update the IDs in the various screens.
2002-11-14 17:36:48 +00:00
Ralf Corsepius
4f8d7dd13d 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-08-11 05:16:11 +00:00