summaryrefslogtreecommitdiff
path: root/lib/libc/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/alpha')
-rw-r--r--lib/libc/alpha/Makefile.inc2
-rw-r--r--lib/libc/alpha/SYS.h2
-rw-r--r--lib/libc/alpha/_fpmath.h2
-rw-r--r--lib/libc/alpha/arith.h2
-rw-r--r--lib/libc/alpha/gen/Makefile.inc2
-rw-r--r--lib/libc/alpha/gen/_ctx_start.S2
-rw-r--r--lib/libc/alpha/gen/_set_tp.c4
-rw-r--r--lib/libc/alpha/gen/_setjmp.S2
-rw-r--r--lib/libc/alpha/gen/divrem.m42
-rw-r--r--lib/libc/alpha/gen/fabs.S2
-rw-r--r--lib/libc/alpha/gen/flt_rounds.c2
-rw-r--r--lib/libc/alpha/gen/fpgetmask.c2
-rw-r--r--lib/libc/alpha/gen/fpgetround.c2
-rw-r--r--lib/libc/alpha/gen/fpgetsticky.c2
-rw-r--r--lib/libc/alpha/gen/fpsetmask.c2
-rw-r--r--lib/libc/alpha/gen/fpsetround.c2
-rw-r--r--lib/libc/alpha/gen/infinity.c2
-rw-r--r--lib/libc/alpha/gen/makecontext.c2
-rw-r--r--lib/libc/alpha/gen/modf.c2
-rw-r--r--lib/libc/alpha/gen/rfork_thread.S2
-rw-r--r--lib/libc/alpha/gen/setjmp.S2
-rw-r--r--lib/libc/alpha/gen/signalcontext.c2
-rw-r--r--lib/libc/alpha/gen/sigsetjmp.S2
-rw-r--r--lib/libc/alpha/net/Makefile.inc2
-rw-r--r--lib/libc/alpha/net/byte_swap_2.S2
-rw-r--r--lib/libc/alpha/net/byte_swap_4.S2
-rw-r--r--lib/libc/alpha/net/htonl.S2
-rw-r--r--lib/libc/alpha/net/htons.S2
-rw-r--r--lib/libc/alpha/net/ntohl.S2
-rw-r--r--lib/libc/alpha/net/ntohs.S2
-rw-r--r--lib/libc/alpha/stdlib/Makefile.inc2
-rw-r--r--lib/libc/alpha/string/Makefile.inc2
-rw-r--r--lib/libc/alpha/string/bcopy.S2
-rw-r--r--lib/libc/alpha/string/bzero.S2
-rw-r--r--lib/libc/alpha/string/ffs.S2
-rw-r--r--lib/libc/alpha/string/memcpy.S2
-rw-r--r--lib/libc/alpha/string/memmove.S2
-rw-r--r--lib/libc/alpha/sys/Makefile.inc2
-rw-r--r--lib/libc/alpha/sys/Ovfork.S2
-rw-r--r--lib/libc/alpha/sys/brk.S2
-rw-r--r--lib/libc/alpha/sys/cerror.S2
-rw-r--r--lib/libc/alpha/sys/exect.S2
-rw-r--r--lib/libc/alpha/sys/fork.S2
-rw-r--r--lib/libc/alpha/sys/pipe.S2
-rw-r--r--lib/libc/alpha/sys/ptrace.S2
-rw-r--r--lib/libc/alpha/sys/sbrk.S2
-rw-r--r--lib/libc/alpha/sys/setlogin.S2
-rw-r--r--lib/libc/alpha/sys/sigreturn.S2
48 files changed, 49 insertions, 49 deletions
diff --git a/lib/libc/alpha/Makefile.inc b/lib/libc/alpha/Makefile.inc
index c01413623223..f4b7e9121030 100644
--- a/lib/libc/alpha/Makefile.inc
+++ b/lib/libc/alpha/Makefile.inc
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libc/alpha/Makefile.inc,v 1.7.12.1 2008/10/02 02:57:24 kensmith Exp $
#
# Machine dependent definitions for the alpha architecture.
#
diff --git a/lib/libc/alpha/SYS.h b/lib/libc/alpha/SYS.h
index 5365e670bf8a..0ae92a8fdd44 100644
--- a/lib/libc/alpha/SYS.h
+++ b/lib/libc/alpha/SYS.h
@@ -26,7 +26,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc/alpha/SYS.h,v 1.16.22.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include <machine/asm.h>
diff --git a/lib/libc/alpha/_fpmath.h b/lib/libc/alpha/_fpmath.h
index 8b6d09ec97b1..4b4a398f4e0b 100644
--- a/lib/libc/alpha/_fpmath.h
+++ b/lib/libc/alpha/_fpmath.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc/alpha/_fpmath.h,v 1.6.12.1 2008/10/02 02:57:24 kensmith Exp $
*/
union IEEEl2bits {
diff --git a/lib/libc/alpha/arith.h b/lib/libc/alpha/arith.h
index c8af6de23075..e42f9deb1e40 100644
--- a/lib/libc/alpha/arith.h
+++ b/lib/libc/alpha/arith.h
@@ -1,7 +1,7 @@
/*
* MD header for contrib/netlib/gdtoa
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc/alpha/arith.h,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $
*/
/*
diff --git a/lib/libc/alpha/gen/Makefile.inc b/lib/libc/alpha/gen/Makefile.inc
index 8f8caf818487..113d199c0b2d 100644
--- a/lib/libc/alpha/gen/Makefile.inc
+++ b/lib/libc/alpha/gen/Makefile.inc
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libc/alpha/gen/Makefile.inc,v 1.16.12.1 2008/10/02 02:57:24 kensmith Exp $
SRCS+= _setjmp.S _set_tp.c fabs.S infinity.c ldexp.c modf.c setjmp.S
SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \
diff --git a/lib/libc/alpha/gen/_ctx_start.S b/lib/libc/alpha/gen/_ctx_start.S
index 229a6c19bd16..3c08a6d348ec 100644
--- a/lib/libc/alpha/gen/_ctx_start.S
+++ b/lib/libc/alpha/gen/_ctx_start.S
@@ -25,7 +25,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/_ctx_start.S,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $");
/*
* A0-A5 are the first 6 arguments to the start routine with the
diff --git a/lib/libc/alpha/gen/_set_tp.c b/lib/libc/alpha/gen/_set_tp.c
index 7aff9f76b09c..c1417bf13c87 100644
--- a/lib/libc/alpha/gen/_set_tp.c
+++ b/lib/libc/alpha/gen/_set_tp.c
@@ -23,11 +23,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc/alpha/gen/_set_tp.c,v 1.2.20.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/_set_tp.c,v 1.2.20.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>
#include <machine/alpha_cpu.h>
diff --git a/lib/libc/alpha/gen/_setjmp.S b/lib/libc/alpha/gen/_setjmp.S
index 85ed8c7e0831..12e64e2ac160 100644
--- a/lib/libc/alpha/gen/_setjmp.S
+++ b/lib/libc/alpha/gen/_setjmp.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/_setjmp.S,v 1.9.24.1 2008/10/02 02:57:24 kensmith Exp $");
/*
* C library -- _setjmp, _longjmp
diff --git a/lib/libc/alpha/gen/divrem.m4 b/lib/libc/alpha/gen/divrem.m4
index 6afa2e107199..72d2bfa85393 100644
--- a/lib/libc/alpha/gen/divrem.m4
+++ b/lib/libc/alpha/gen/divrem.m4
@@ -1,5 +1,5 @@
/* $NetBSD: divrem.m4,v 1.7 1996/10/17 03:08:04 cgd Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/lib/libc/alpha/gen/divrem.m4,v 1.4.12.1 2008/10/02 02:57:24 kensmith Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
diff --git a/lib/libc/alpha/gen/fabs.S b/lib/libc/alpha/gen/fabs.S
index 5a742fec5e7b..259ebe0c3b6e 100644
--- a/lib/libc/alpha/gen/fabs.S
+++ b/lib/libc/alpha/gen/fabs.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/fabs.S,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $");
LEAF(fabs, 1)
cpys fzero, fa0, fv0
diff --git a/lib/libc/alpha/gen/flt_rounds.c b/lib/libc/alpha/gen/flt_rounds.c
index c3219d91bd33..03b755eb9d46 100644
--- a/lib/libc/alpha/gen/flt_rounds.c
+++ b/lib/libc/alpha/gen/flt_rounds.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/flt_rounds.c,v 1.4.20.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>
#include <machine/float.h>
diff --git a/lib/libc/alpha/gen/fpgetmask.c b/lib/libc/alpha/gen/fpgetmask.c
index 036a150f7553..d89f5b5ba5cc 100644
--- a/lib/libc/alpha/gen/fpgetmask.c
+++ b/lib/libc/alpha/gen/fpgetmask.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/fpgetmask.c,v 1.6.20.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>
#include <ieeefp.h>
diff --git a/lib/libc/alpha/gen/fpgetround.c b/lib/libc/alpha/gen/fpgetround.c
index 1fd96b2ec53e..de1eb3b84273 100644
--- a/lib/libc/alpha/gen/fpgetround.c
+++ b/lib/libc/alpha/gen/fpgetround.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/fpgetround.c,v 1.6.20.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>
#include <ieeefp.h>
diff --git a/lib/libc/alpha/gen/fpgetsticky.c b/lib/libc/alpha/gen/fpgetsticky.c
index 7586eb40722f..20289fce3c02 100644
--- a/lib/libc/alpha/gen/fpgetsticky.c
+++ b/lib/libc/alpha/gen/fpgetsticky.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/fpgetsticky.c,v 1.5.20.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>
#include <ieeefp.h>
diff --git a/lib/libc/alpha/gen/fpsetmask.c b/lib/libc/alpha/gen/fpsetmask.c
index 65da3c511421..637b246424e5 100644
--- a/lib/libc/alpha/gen/fpsetmask.c
+++ b/lib/libc/alpha/gen/fpsetmask.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/fpsetmask.c,v 1.5.20.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>
#include <ieeefp.h>
diff --git a/lib/libc/alpha/gen/fpsetround.c b/lib/libc/alpha/gen/fpsetround.c
index 8e994c74d72a..60b8dee1dc6f 100644
--- a/lib/libc/alpha/gen/fpsetround.c
+++ b/lib/libc/alpha/gen/fpsetround.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/fpsetround.c,v 1.6.20.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>
#include <ieeefp.h>
diff --git a/lib/libc/alpha/gen/infinity.c b/lib/libc/alpha/gen/infinity.c
index b10f6d38a6e5..2c36c60a4a0e 100644
--- a/lib/libc/alpha/gen/infinity.c
+++ b/lib/libc/alpha/gen/infinity.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/infinity.c,v 1.7.24.1 2008/10/02 02:57:24 kensmith Exp $");
#include <math.h>
diff --git a/lib/libc/alpha/gen/makecontext.c b/lib/libc/alpha/gen/makecontext.c
index bc8ea037731a..e1f2b88e1446 100644
--- a/lib/libc/alpha/gen/makecontext.c
+++ b/lib/libc/alpha/gen/makecontext.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/makecontext.c,v 1.4.20.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/param.h>
#include <sys/signal.h>
diff --git a/lib/libc/alpha/gen/modf.c b/lib/libc/alpha/gen/modf.c
index 37786dc1e19b..cdfa3ae46327 100644
--- a/lib/libc/alpha/gen/modf.c
+++ b/lib/libc/alpha/gen/modf.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/modf.c,v 1.3.26.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/types.h>
#include <machine/ieee.h>
diff --git a/lib/libc/alpha/gen/rfork_thread.S b/lib/libc/alpha/gen/rfork_thread.S
index 68b0233549ba..e98ad2c06b53 100644
--- a/lib/libc/alpha/gen/rfork_thread.S
+++ b/lib/libc/alpha/gen/rfork_thread.S
@@ -25,7 +25,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/rfork_thread.S,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $");
#include "SYS.h"
#include <sys/syscall.h>
diff --git a/lib/libc/alpha/gen/setjmp.S b/lib/libc/alpha/gen/setjmp.S
index 779684d328f3..39e254e1e7ef 100644
--- a/lib/libc/alpha/gen/setjmp.S
+++ b/lib/libc/alpha/gen/setjmp.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/setjmp.S,v 1.17.22.1 2008/10/02 02:57:24 kensmith Exp $");
#include "SYS.h"
diff --git a/lib/libc/alpha/gen/signalcontext.c b/lib/libc/alpha/gen/signalcontext.c
index a3f639719594..fe829f57bc2e 100644
--- a/lib/libc/alpha/gen/signalcontext.c
+++ b/lib/libc/alpha/gen/signalcontext.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/signalcontext.c,v 1.1.22.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/param.h>
#include <sys/ucontext.h>
diff --git a/lib/libc/alpha/gen/sigsetjmp.S b/lib/libc/alpha/gen/sigsetjmp.S
index 0f7e4008f9a9..94fab1134bee 100644
--- a/lib/libc/alpha/gen/sigsetjmp.S
+++ b/lib/libc/alpha/gen/sigsetjmp.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/gen/sigsetjmp.S,v 1.8.24.1 2008/10/02 02:57:24 kensmith Exp $");
/*
* C library -- sigsetjmp, siglongjmp
diff --git a/lib/libc/alpha/net/Makefile.inc b/lib/libc/alpha/net/Makefile.inc
index b7178133b972..5ad557fa1be5 100644
--- a/lib/libc/alpha/net/Makefile.inc
+++ b/lib/libc/alpha/net/Makefile.inc
@@ -1,3 +1,3 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libc/alpha/net/Makefile.inc,v 1.2.46.1 2008/10/02 02:57:24 kensmith Exp $
SRCS+= htonl.S htons.S ntohl.S ntohs.S
diff --git a/lib/libc/alpha/net/byte_swap_2.S b/lib/libc/alpha/net/byte_swap_2.S
index d7933c4aebb2..6b43037f7f40 100644
--- a/lib/libc/alpha/net/byte_swap_2.S
+++ b/lib/libc/alpha/net/byte_swap_2.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/net/byte_swap_2.S,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $");
#if !defined(ALIAS) || !defined(NAME)
#error ALIAS or NAME not defined
diff --git a/lib/libc/alpha/net/byte_swap_4.S b/lib/libc/alpha/net/byte_swap_4.S
index 04acc85d3aed..29d236319e11 100644
--- a/lib/libc/alpha/net/byte_swap_4.S
+++ b/lib/libc/alpha/net/byte_swap_4.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/net/byte_swap_4.S,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $");
#if !defined(ALIAS) || !defined(NAME)
#error ALIAS or NAME not defined
diff --git a/lib/libc/alpha/net/htonl.S b/lib/libc/alpha/net/htonl.S
index 05c906c1bbbf..8efff844fcc8 100644
--- a/lib/libc/alpha/net/htonl.S
+++ b/lib/libc/alpha/net/htonl.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/net/htonl.S,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $");
#define ALIAS htonl
#define NAME __htonl
diff --git a/lib/libc/alpha/net/htons.S b/lib/libc/alpha/net/htons.S
index 4bd3a8b61b60..8716fcf89796 100644
--- a/lib/libc/alpha/net/htons.S
+++ b/lib/libc/alpha/net/htons.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/net/htons.S,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $");
#define ALIAS htons
#define NAME __htons
diff --git a/lib/libc/alpha/net/ntohl.S b/lib/libc/alpha/net/ntohl.S
index a08a1627e28e..a2a17b25f3c2 100644
--- a/lib/libc/alpha/net/ntohl.S
+++ b/lib/libc/alpha/net/ntohl.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/net/ntohl.S,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $");
#define ALIAS ntohl
#define NAME __ntohl
diff --git a/lib/libc/alpha/net/ntohs.S b/lib/libc/alpha/net/ntohs.S
index 79e6e0c73d09..b4d8f9164b4a 100644
--- a/lib/libc/alpha/net/ntohs.S
+++ b/lib/libc/alpha/net/ntohs.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/net/ntohs.S,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $");
#define ALIAS ntohs
#define NAME __ntohs
diff --git a/lib/libc/alpha/stdlib/Makefile.inc b/lib/libc/alpha/stdlib/Makefile.inc
index dda8c76018d8..061bbc9dc0fe 100644
--- a/lib/libc/alpha/stdlib/Makefile.inc
+++ b/lib/libc/alpha/stdlib/Makefile.inc
@@ -1,3 +1,3 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libc/alpha/stdlib/Makefile.inc,v 1.3.46.1 2008/10/02 02:57:24 kensmith Exp $
MDSRCS+= abs.c div.c labs.c ldiv.c
diff --git a/lib/libc/alpha/string/Makefile.inc b/lib/libc/alpha/string/Makefile.inc
index 7bbcc8de10e9..6fc98ff098b2 100644
--- a/lib/libc/alpha/string/Makefile.inc
+++ b/lib/libc/alpha/string/Makefile.inc
@@ -1,3 +1,3 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libc/alpha/string/Makefile.inc,v 1.2.46.1 2008/10/02 02:57:24 kensmith Exp $
MDSRCS+= bcopy.S bzero.S ffs.S memcpy.S memmove.S
diff --git a/lib/libc/alpha/string/bcopy.S b/lib/libc/alpha/string/bcopy.S
index dc230637fd16..4b619fa05af4 100644
--- a/lib/libc/alpha/string/bcopy.S
+++ b/lib/libc/alpha/string/bcopy.S
@@ -29,7 +29,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/string/bcopy.S,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $");
#if defined(MEMCOPY) || defined(MEMMOVE)
#ifdef MEMCOPY
diff --git a/lib/libc/alpha/string/bzero.S b/lib/libc/alpha/string/bzero.S
index dd94200f5c02..add37b2a00c1 100644
--- a/lib/libc/alpha/string/bzero.S
+++ b/lib/libc/alpha/string/bzero.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/string/bzero.S,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $");
LEAF(bzero,2)
ble a1,bzero_done
diff --git a/lib/libc/alpha/string/ffs.S b/lib/libc/alpha/string/ffs.S
index 11147d607135..a0a1ee4fa397 100644
--- a/lib/libc/alpha/string/ffs.S
+++ b/lib/libc/alpha/string/ffs.S
@@ -32,7 +32,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/string/ffs.S,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $");
LEAF(ffs, 1)
addl a0, 0, t0
diff --git a/lib/libc/alpha/string/memcpy.S b/lib/libc/alpha/string/memcpy.S
index ef50ab162905..8f8db9e032e2 100644
--- a/lib/libc/alpha/string/memcpy.S
+++ b/lib/libc/alpha/string/memcpy.S
@@ -2,7 +2,7 @@
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/string/memcpy.S,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $");
#define MEMCOPY
#include "bcopy.S"
diff --git a/lib/libc/alpha/string/memmove.S b/lib/libc/alpha/string/memmove.S
index ad80b1cda1d3..5d037dcefa12 100644
--- a/lib/libc/alpha/string/memmove.S
+++ b/lib/libc/alpha/string/memmove.S
@@ -1,7 +1,7 @@
/* $NetBSD: memmove.S,v 1.1 1995/08/13 00:40:48 cgd Exp $ */
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/string/memmove.S,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $");
#define MEMMOVE
#include "bcopy.S"
diff --git a/lib/libc/alpha/sys/Makefile.inc b/lib/libc/alpha/sys/Makefile.inc
index d0b21ed8d2d9..09c64c668f97 100644
--- a/lib/libc/alpha/sys/Makefile.inc
+++ b/lib/libc/alpha/sys/Makefile.inc
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libc/alpha/sys/Makefile.inc,v 1.12.22.1 2008/10/02 02:57:24 kensmith Exp $
MDASM+= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S \
sbrk.S setlogin.S sigreturn.S
diff --git a/lib/libc/alpha/sys/Ovfork.S b/lib/libc/alpha/sys/Ovfork.S
index 99663f1e5cb4..d333c07a838b 100644
--- a/lib/libc/alpha/sys/Ovfork.S
+++ b/lib/libc/alpha/sys/Ovfork.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/Ovfork.S,v 1.5.22.1 2008/10/02 02:57:24 kensmith Exp $");
#include "SYS.h"
diff --git a/lib/libc/alpha/sys/brk.S b/lib/libc/alpha/sys/brk.S
index 9f3385b7bc27..06a9d0271a66 100644
--- a/lib/libc/alpha/sys/brk.S
+++ b/lib/libc/alpha/sys/brk.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/brk.S,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $");
#include "SYS.h"
diff --git a/lib/libc/alpha/sys/cerror.S b/lib/libc/alpha/sys/cerror.S
index 5744129807bf..29b7b581f253 100644
--- a/lib/libc/alpha/sys/cerror.S
+++ b/lib/libc/alpha/sys/cerror.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/cerror.S,v 1.6.24.1 2008/10/02 02:57:24 kensmith Exp $");
#include "SYS.h"
diff --git a/lib/libc/alpha/sys/exect.S b/lib/libc/alpha/sys/exect.S
index 8ad065f69514..00b6a22ad0e6 100644
--- a/lib/libc/alpha/sys/exect.S
+++ b/lib/libc/alpha/sys/exect.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/exect.S,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $");
#include "SYS.h"
diff --git a/lib/libc/alpha/sys/fork.S b/lib/libc/alpha/sys/fork.S
index 5f408966f2ee..9fdb8babef88 100644
--- a/lib/libc/alpha/sys/fork.S
+++ b/lib/libc/alpha/sys/fork.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/fork.S,v 1.5.22.1 2008/10/02 02:57:24 kensmith Exp $");
#include "SYS.h"
diff --git a/lib/libc/alpha/sys/pipe.S b/lib/libc/alpha/sys/pipe.S
index e94398e9656c..2645dc465ac8 100644
--- a/lib/libc/alpha/sys/pipe.S
+++ b/lib/libc/alpha/sys/pipe.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/pipe.S,v 1.5.22.1 2008/10/02 02:57:24 kensmith Exp $");
#include "SYS.h"
diff --git a/lib/libc/alpha/sys/ptrace.S b/lib/libc/alpha/sys/ptrace.S
index 8e4c371f7f0c..4a8a688e88bf 100644
--- a/lib/libc/alpha/sys/ptrace.S
+++ b/lib/libc/alpha/sys/ptrace.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/ptrace.S,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $");
#include "SYS.h"
diff --git a/lib/libc/alpha/sys/sbrk.S b/lib/libc/alpha/sys/sbrk.S
index 4d7990650229..ffb4a82803ec 100644
--- a/lib/libc/alpha/sys/sbrk.S
+++ b/lib/libc/alpha/sys/sbrk.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/sbrk.S,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $");
#include "SYS.h"
diff --git a/lib/libc/alpha/sys/setlogin.S b/lib/libc/alpha/sys/setlogin.S
index 00b1d3c8e152..814cc6659a00 100644
--- a/lib/libc/alpha/sys/setlogin.S
+++ b/lib/libc/alpha/sys/setlogin.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/setlogin.S,v 1.4.22.1 2008/10/02 02:57:24 kensmith Exp $");
#include "SYS.h"
diff --git a/lib/libc/alpha/sys/sigreturn.S b/lib/libc/alpha/sys/sigreturn.S
index 9b13d5f1a136..1e7e8560faff 100644
--- a/lib/libc/alpha/sys/sigreturn.S
+++ b/lib/libc/alpha/sys/sigreturn.S
@@ -28,7 +28,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/alpha/sys/sigreturn.S,v 1.4.24.1 2008/10/02 02:57:24 kensmith Exp $");
#include "SYS.h"