aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/pipe
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/pipe')
-rw-r--r--tools/regression/pipe/Makefile2
-rw-r--r--tools/regression/pipe/bigpipetest.c2
-rw-r--r--tools/regression/pipe/pipe-fstatbug.c2
-rw-r--r--tools/regression/pipe/pipe-reverse.c2
-rw-r--r--tools/regression/pipe/pipe-wraparound.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/tools/regression/pipe/Makefile b/tools/regression/pipe/Makefile
index ff9f501775b1..3d52131f4678 100644
--- a/tools/regression/pipe/Makefile
+++ b/tools/regression/pipe/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/pipe/Makefile,v 1.1 2003/07/31 12:40:56 pb Exp $
#
# "make" then "make regress".
#
diff --git a/tools/regression/pipe/bigpipetest.c b/tools/regression/pipe/bigpipetest.c
index d5185c5bf71b..668266cd40f0 100644
--- a/tools/regression/pipe/bigpipetest.c
+++ b/tools/regression/pipe/bigpipetest.c
@@ -12,7 +12,7 @@
* Test for the non-blocking big pipe bug (write(2) returning
* EAGAIN while select(2) returns the descriptor as ready for write).
*
- * $FreeBSD$
+ * $FreeBSD: src/tools/regression/pipe/bigpipetest.c,v 1.2 2004/07/21 03:13:53 silby Exp $
*/
void write_frame(int fd, char *buf, unsigned long buflen)
diff --git a/tools/regression/pipe/pipe-fstatbug.c b/tools/regression/pipe/pipe-fstatbug.c
index ed038c20a69a..52b6f2d6ead4 100644
--- a/tools/regression/pipe/pipe-fstatbug.c
+++ b/tools/regression/pipe/pipe-fstatbug.c
@@ -28,7 +28,7 @@ SUCH DAMAGE.
#include <sys/stat.h>
/*
- * $FreeBSD$
+ * $FreeBSD: src/tools/regression/pipe/pipe-fstatbug.c,v 1.1 2004/07/20 07:17:19 silby Exp $
* The goal of this program is to see if fstat reports the correct
* data count for a pipe. Prior to revision 1.172 of sys_pipe.c,
* 0 would be returned once the pipe entered direct write mode.
diff --git a/tools/regression/pipe/pipe-reverse.c b/tools/regression/pipe/pipe-reverse.c
index f4ae16747d0b..81c28340a3b7 100644
--- a/tools/regression/pipe/pipe-reverse.c
+++ b/tools/regression/pipe/pipe-reverse.c
@@ -28,7 +28,7 @@ SUCH DAMAGE.
#include <sys/stat.h>
/*
- * $FreeBSD$
+ * $FreeBSD: src/tools/regression/pipe/pipe-reverse.c,v 1.1 2004/07/22 02:46:25 silby Exp $
* This program simply tests writing through the reverse direction of
* a pipe. Nothing too fancy, it's only needed because most pipe-using
* programs never touch the reverse direction (it doesn't exist on
diff --git a/tools/regression/pipe/pipe-wraparound.c b/tools/regression/pipe/pipe-wraparound.c
index ab673e9b180a..d18a0b537c8c 100644
--- a/tools/regression/pipe/pipe-wraparound.c
+++ b/tools/regression/pipe/pipe-wraparound.c
@@ -28,7 +28,7 @@ SUCH DAMAGE.
#include <sys/stat.h>
/*
- * $FreeBSD$
+ * $FreeBSD: src/tools/regression/pipe/pipe-wraparound.c,v 1.1 2004/07/22 02:46:25 silby Exp $
* This program tests to make sure that wraparound writes and reads
* are working, assuming that 16K socket buffers are used. In order
* to really stress the pipe code with this test, kernel modifications