diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 |
| commit | 26c52663cb5e53422c188e65b45755f348c2fbf3 (patch) | |
| tree | ce5e00519cf30405f3c973b12ab6ef8fa8f2b338 /lib/libc/amd64/gen | |
| parent | 28a0f029fa9aaa57207a31a0c27b2bbc2688e22b (diff) | |
Diffstat (limited to 'lib/libc/amd64/gen')
| -rw-r--r-- | lib/libc/amd64/gen/Makefile.inc | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/_set_tp.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/_setjmp.S | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/fabs.S | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/flt_rounds.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/fpgetmask.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/fpgetprec.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/fpgetround.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/fpgetsticky.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/fpsetmask.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/fpsetprec.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/fpsetround.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/infinity.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/ldexp.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/makecontext.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/modf.S | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/rfork_thread.S | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/setjmp.S | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/signalcontext.c | 2 | ||||
| -rw-r--r-- | lib/libc/amd64/gen/sigsetjmp.S | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/lib/libc/amd64/gen/Makefile.inc b/lib/libc/amd64/gen/Makefile.inc index 38fe7e1a8ce3..53ab073a1549 100644 --- a/lib/libc/amd64/gen/Makefile.inc +++ b/lib/libc/amd64/gen/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/lib/libc/amd64/gen/Makefile.inc,v 1.29 2005/03/15 15:53:38 das Exp $ SRCS+= _setjmp.S _set_tp.c rfork_thread.S setjmp.S sigsetjmp.S \ fabs.S modf.S \ diff --git a/lib/libc/amd64/gen/_set_tp.c b/lib/libc/amd64/gen/_set_tp.c index 02e5e1460302..3cfffab2c4f9 100644 --- a/lib/libc/amd64/gen/_set_tp.c +++ b/lib/libc/amd64/gen/_set_tp.c @@ -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/amd64/gen/_set_tp.c,v 1.1 2004/08/15 16:18:02 dfr Exp $ */ #include <string.h> diff --git a/lib/libc/amd64/gen/_setjmp.S b/lib/libc/amd64/gen/_setjmp.S index eed057bea584..c2584a04c946 100644 --- a/lib/libc/amd64/gen/_setjmp.S +++ b/lib/libc/amd64/gen/_setjmp.S @@ -38,7 +38,7 @@ .asciz "@(#)_setjmp.s 5.1 (Berkeley) 4/23/90" #endif /* LIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/_setjmp.S,v 1.18 2003/06/02 22:37:53 peter Exp $"); /* * C library -- _setjmp, _longjmp diff --git a/lib/libc/amd64/gen/fabs.S b/lib/libc/amd64/gen/fabs.S index 59cd910414ba..0fb3c43bb53d 100644 --- a/lib/libc/amd64/gen/fabs.S +++ b/lib/libc/amd64/gen/fabs.S @@ -25,7 +25,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/fabs.S,v 1.3 2004/02/08 21:21:45 peter Exp $"); /* * Return floating point absolute value of a double. diff --git a/lib/libc/amd64/gen/flt_rounds.c b/lib/libc/amd64/gen/flt_rounds.c index c0ce81f6dfa9..c4eb84729806 100644 --- a/lib/libc/amd64/gen/flt_rounds.c +++ b/lib/libc/amd64/gen/flt_rounds.c @@ -4,7 +4,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/flt_rounds.c,v 1.1 2004/07/19 08:17:24 das Exp $"); #include <float.h> diff --git a/lib/libc/amd64/gen/fpgetmask.c b/lib/libc/amd64/gen/fpgetmask.c index 03bb2741ef6a..979c4b1171fa 100644 --- a/lib/libc/amd64/gen/fpgetmask.c +++ b/lib/libc/amd64/gen/fpgetmask.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libc/amd64/gen/fpgetmask.c,v 1.1 2003/07/22 06:46:17 peter Exp $ */ #define __IEEEFP_NOINLINES__ 1 #include <ieeefp.h> diff --git a/lib/libc/amd64/gen/fpgetprec.c b/lib/libc/amd64/gen/fpgetprec.c index 22d21480566a..051c32f93f2f 100644 --- a/lib/libc/amd64/gen/fpgetprec.c +++ b/lib/libc/amd64/gen/fpgetprec.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libc/amd64/gen/fpgetprec.c,v 1.1 2003/07/22 06:46:17 peter Exp $ */ #define __IEEEFP_NOINLINES__ 1 #include <ieeefp.h> diff --git a/lib/libc/amd64/gen/fpgetround.c b/lib/libc/amd64/gen/fpgetround.c index 9c066b149ca2..31271a2d9996 100644 --- a/lib/libc/amd64/gen/fpgetround.c +++ b/lib/libc/amd64/gen/fpgetround.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libc/amd64/gen/fpgetround.c,v 1.1 2003/07/22 06:46:17 peter Exp $ */ #define __IEEEFP_NOINLINES__ 1 #include <ieeefp.h> diff --git a/lib/libc/amd64/gen/fpgetsticky.c b/lib/libc/amd64/gen/fpgetsticky.c index c3acb91d63e5..09cb5554a372 100644 --- a/lib/libc/amd64/gen/fpgetsticky.c +++ b/lib/libc/amd64/gen/fpgetsticky.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libc/amd64/gen/fpgetsticky.c,v 1.1 2003/07/22 06:46:17 peter Exp $ */ #define __IEEEFP_NOINLINES__ 1 #include <ieeefp.h> diff --git a/lib/libc/amd64/gen/fpsetmask.c b/lib/libc/amd64/gen/fpsetmask.c index 996e167ac1d9..3e9ebbe5eef4 100644 --- a/lib/libc/amd64/gen/fpsetmask.c +++ b/lib/libc/amd64/gen/fpsetmask.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libc/amd64/gen/fpsetmask.c,v 1.1 2003/07/22 06:46:17 peter Exp $ */ #define __IEEEFP_NOINLINES__ 1 #include <ieeefp.h> diff --git a/lib/libc/amd64/gen/fpsetprec.c b/lib/libc/amd64/gen/fpsetprec.c index 5898de7e0e82..0e256911ff39 100644 --- a/lib/libc/amd64/gen/fpsetprec.c +++ b/lib/libc/amd64/gen/fpsetprec.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libc/amd64/gen/fpsetprec.c,v 1.1 2003/07/22 06:46:17 peter Exp $ */ #define __IEEEFP_NOINLINES__ 1 #include <ieeefp.h> diff --git a/lib/libc/amd64/gen/fpsetround.c b/lib/libc/amd64/gen/fpsetround.c index 6f13367510d6..f17f2e9d3b29 100644 --- a/lib/libc/amd64/gen/fpsetround.c +++ b/lib/libc/amd64/gen/fpsetround.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libc/amd64/gen/fpsetround.c,v 1.1 2003/07/22 06:46:17 peter Exp $ */ #define __IEEEFP_NOINLINES__ 1 #include <ieeefp.h> diff --git a/lib/libc/amd64/gen/infinity.c b/lib/libc/amd64/gen/infinity.c index 464b4029b35a..7b42ae8777a1 100644 --- a/lib/libc/amd64/gen/infinity.c +++ b/lib/libc/amd64/gen/infinity.c @@ -3,7 +3,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/infinity.c,v 1.10 2003/02/08 20:37:52 mike Exp $"); #include <math.h> diff --git a/lib/libc/amd64/gen/ldexp.c b/lib/libc/amd64/gen/ldexp.c index b01b9378c758..7efb58e17be5 100644 --- a/lib/libc/amd64/gen/ldexp.c +++ b/lib/libc/amd64/gen/ldexp.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)ldexp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/ldexp.c,v 1.12 2004/02/16 10:02:51 das Exp $"); /* * ldexp(value, exp): return value * (2 ** exp). diff --git a/lib/libc/amd64/gen/makecontext.c b/lib/libc/amd64/gen/makecontext.c index 15f10b50ded4..0999a18059c4 100644 --- a/lib/libc/amd64/gen/makecontext.c +++ b/lib/libc/amd64/gen/makecontext.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/makecontext.c,v 1.4 2004/07/31 01:41:41 davidxu Exp $"); #include <sys/types.h> #include <sys/ucontext.h> diff --git a/lib/libc/amd64/gen/modf.S b/lib/libc/amd64/gen/modf.S index d448de168012..e7ff17109533 100644 --- a/lib/libc/amd64/gen/modf.S +++ b/lib/libc/amd64/gen/modf.S @@ -40,7 +40,7 @@ #if defined(LIBC_SCCS) RCSID("$NetBSD: modf.S,v 1.5 1997/07/16 14:37:18 christos Exp $") #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/modf.S,v 1.2 2003/05/08 03:19:37 peter Exp $"); /* * modf(value, iptr): return fractional part of value, and stores the diff --git a/lib/libc/amd64/gen/rfork_thread.S b/lib/libc/amd64/gen/rfork_thread.S index aa7001c5d587..cb3cf644d32e 100644 --- a/lib/libc/amd64/gen/rfork_thread.S +++ b/lib/libc/amd64/gen/rfork_thread.S @@ -26,7 +26,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/rfork_thread.S,v 1.1 2003/10/13 20:32:33 alc Exp $"); /* * With thanks to John Dyson for the original version of this. diff --git a/lib/libc/amd64/gen/setjmp.S b/lib/libc/amd64/gen/setjmp.S index 14696f677697..2819d3fad6ff 100644 --- a/lib/libc/amd64/gen/setjmp.S +++ b/lib/libc/amd64/gen/setjmp.S @@ -38,7 +38,7 @@ .asciz "@(#)setjmp.s 5.1 (Berkeley) 4/23/90" #endif /* LIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/setjmp.S,v 1.26 2003/06/02 22:37:53 peter Exp $"); /* * C library -- _setjmp, _longjmp diff --git a/lib/libc/amd64/gen/signalcontext.c b/lib/libc/amd64/gen/signalcontext.c index 1a2621aa7229..b7efc1870896 100644 --- a/lib/libc/amd64/gen/signalcontext.c +++ b/lib/libc/amd64/gen/signalcontext.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/signalcontext.c,v 1.5 2004/07/28 13:08:24 davidxu Exp $"); #include <sys/types.h> #include <sys/ucontext.h> diff --git a/lib/libc/amd64/gen/sigsetjmp.S b/lib/libc/amd64/gen/sigsetjmp.S index 3b138017205d..74a5fabeb0d0 100644 --- a/lib/libc/amd64/gen/sigsetjmp.S +++ b/lib/libc/amd64/gen/sigsetjmp.S @@ -41,7 +41,7 @@ .asciz "$Id: sigsetjmp.S,v 1.1 1993/12/05 13:01:05 ats Exp $" #endif /* LIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/gen/sigsetjmp.S,v 1.28 2003/06/02 22:37:53 peter Exp $"); #include "SYS.h" |
