[Midnightbsd-cvs] src: libc_r/test: $MidnightBSD$
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Sep 25 11:38:13 EDT 2007
Log Message:
-----------
$MidnightBSD$
Modified Files:
--------------
src/lib/libc_r/test:
Makefile (r1.1.1.1 -> r1.2)
README (r1.1.1.1 -> r1.2)
guard_b.c (r1.1.1.1 -> r1.2)
guard_s.pl (r1.1.1.1 -> r1.2)
hello_b.c (r1.1.1.1 -> r1.2)
hello_d.c (r1.1.1.1 -> r1.2)
hello_s.c (r1.1.1.1 -> r1.2)
join_leak_d.c (r1.1.1.1 -> r1.2)
mutex_d.c (r1.1.1.1 -> r1.2)
propagate_s.pl (r1.1.1.1 -> r1.2)
sem_d.c (r1.1.1.1 -> r1.2)
sigsuspend_d.c (r1.1.1.1 -> r1.2)
sigwait_d.c (r1.1.1.1 -> r1.2)
verify (r1.1.1.1 -> r1.2)
-------------- next part --------------
Index: propagate_s.pl
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/propagate_s.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/propagate_s.pl -Llib/libc_r/test/propagate_s.pl -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/propagate_s.pl
+++ lib/libc_r/test/propagate_s.pl
@@ -31,6 +31,7 @@
#
# Verify that no cancellation points are propagated inside of libc_r.
#
+# $MidnightBSD$
# $FreeBSD: src/lib/libc_r/test/propagate_s.pl,v 1.1 2000/04/26 23:25:58 jasone Exp $
#
Index: guard_b.c
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/guard_b.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/guard_b.c -Llib/libc_r/test/guard_b.c -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/guard_b.c
+++ lib/libc_r/test/guard_b.c
@@ -26,6 +26,7 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
+ * $MidnightBSD$
* $FreeBSD: src/lib/libc_r/test/guard_b.c,v 1.4 2003/06/04 20:36:08 marcel Exp $
*
* Test thread stack guard functionality.
Index: sem_d.c
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/sem_d.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/sem_d.c -Llib/libc_r/test/sem_d.c -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/sem_d.c
+++ lib/libc_r/test/sem_d.c
@@ -31,6 +31,7 @@
*
* sem test.
*
+ * $MidnightBSD$
* $FreeBSD: src/lib/libc_r/test/sem_d.c,v 1.2 2001/05/20 23:11:09 jasone Exp $
*
****************************************************************************/
Index: sigwait_d.c
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/sigwait_d.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/sigwait_d.c -Llib/libc_r/test/sigwait_d.c -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/sigwait_d.c
+++ lib/libc_r/test/sigwait_d.c
@@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $MidnightBSD$
* $FreeBSD: src/lib/libc_r/test/sigwait_d.c,v 1.2 2001/05/20 23:10:30 jasone Exp $
*/
#include <stdlib.h>
Index: sigsuspend_d.c
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/sigsuspend_d.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/sigsuspend_d.c -Llib/libc_r/test/sigsuspend_d.c -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/sigsuspend_d.c
+++ lib/libc_r/test/sigsuspend_d.c
@@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $MidnightBSD$
* $FreeBSD: src/lib/libc_r/test/sigsuspend_d.c,v 1.1 2000/04/24 21:07:39 jasone Exp $
*/
#include <stdlib.h>
Index: guard_s.pl
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/guard_s.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/guard_s.pl -Llib/libc_r/test/guard_s.pl -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/guard_s.pl
+++ lib/libc_r/test/guard_s.pl
@@ -27,6 +27,7 @@
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
+# $MidnightBSD$
# $FreeBSD: src/lib/libc_r/test/guard_s.pl,v 1.1 2001/07/20 04:23:10 jasone Exp $
#
# Test thread stack guard functionality. The C test program needs to be driven
Index: join_leak_d.c
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/join_leak_d.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/join_leak_d.c -Llib/libc_r/test/join_leak_d.c -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/join_leak_d.c
+++ lib/libc_r/test/join_leak_d.c
@@ -26,6 +26,7 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
+ * $MidnightBSD$
* $FreeBSD: src/lib/libc_r/test/join_leak_d.c,v 1.2 2003/06/04 08:16:32 mtm Exp $
*
* Test for leaked joined threads.
Index: verify
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/verify,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/verify -Llib/libc_r/test/verify -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/verify
+++ lib/libc_r/test/verify
@@ -33,6 +33,7 @@
#
# Test harness.
#
+# $MidnightBSD$
# $FreeBSD: src/lib/libc_r/test/verify,v 1.2 2001/05/20 23:11:54 jasone Exp $
#
#############################################################################
Index: hello_d.c
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/hello_d.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/hello_d.c -Llib/libc_r/test/hello_d.c -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/hello_d.c
+++ lib/libc_r/test/hello_d.c
@@ -2,6 +2,7 @@
*
* Simple diff mode test.
*
+ * $MidnightBSD$
* $FreeBSD: src/lib/libc_r/test/hello_d.c,v 1.1 2000/04/24 21:07:37 jasone Exp $
*
****************************************************************************/
Index: mutex_d.c
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/mutex_d.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/mutex_d.c -Llib/libc_r/test/mutex_d.c -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/mutex_d.c
+++ lib/libc_r/test/mutex_d.c
@@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $MidnightBSD$
* $FreeBSD: src/lib/libc_r/test/mutex_d.c,v 1.4 2003/06/04 20:38:54 marcel Exp $
*/
#include <stdlib.h>
Index: hello_s.c
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/hello_s.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/hello_s.c -Llib/libc_r/test/hello_s.c -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/hello_s.c
+++ lib/libc_r/test/hello_s.c
@@ -2,6 +2,7 @@
*
* Simple sequence mode test.
*
+ * $MidnightBSD$
* $FreeBSD: src/lib/libc_r/test/hello_s.c,v 1.1 2000/04/24 21:07:37 jasone Exp $
*
****************************************************************************/
Index: Makefile
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/Makefile -Llib/libc_r/test/Makefile -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/Makefile
+++ lib/libc_r/test/Makefile
@@ -1,4 +1,5 @@
#
+# $MidnightBSD$
# $FreeBSD: src/lib/libc_r/test/Makefile,v 1.11 2003/06/02 00:21:41 rwatson Exp $
#
# Automated test suite for libc_r (pthreads).
Index: README
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/README,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/README -Llib/libc_r/test/README -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/README
+++ lib/libc_r/test/README
@@ -1,3 +1,4 @@
+$MidnightBSD$
$FreeBSD: src/lib/libc_r/test/README,v 1.1 2000/04/24 21:07:36 jasone Exp $
This test suite is meant to test general functionality of pthreads, as well as
Index: hello_b.c
===================================================================
RCS file: /home/cvs/src/lib/libc_r/test/hello_b.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Llib/libc_r/test/hello_b.c -Llib/libc_r/test/hello_b.c -u -r1.1.1.1 -r1.2
--- lib/libc_r/test/hello_b.c
+++ lib/libc_r/test/hello_b.c
@@ -2,6 +2,7 @@
*
* Back end C programs can be anything compilable.
*
+ * $MidnightBSD$
* $FreeBSD: src/lib/libc_r/test/hello_b.c,v 1.1 2000/04/24 21:07:37 jasone Exp $
*
****************************************************************************/
More information about the Midnightbsd-cvs
mailing list