diff options
Diffstat (limited to 'lib/libc/amd64/sys')
-rw-r--r-- | lib/libc/amd64/sys/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/amd64_get_fsbase.c | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/amd64_get_gsbase.c | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/amd64_set_fsbase.c | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/amd64_set_gsbase.c | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/brk.S | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/cerror.S | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/exect.S | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/getcontext.S | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/pipe.S | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/ptrace.S | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/reboot.S | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/sbrk.S | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/setlogin.S | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/sigreturn.S | 2 | ||||
-rw-r--r-- | lib/libc/amd64/sys/vfork.S | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/lib/libc/amd64/sys/Makefile.inc b/lib/libc/amd64/sys/Makefile.inc index 5115819c826a9..be0b20b32eeb3 100644 --- a/lib/libc/amd64/sys/Makefile.inc +++ b/lib/libc/amd64/sys/Makefile.inc @@ -1,5 +1,5 @@ # from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp -# $FreeBSD$ +# $FreeBSD: src/lib/libc/amd64/sys/Makefile.inc,v 1.30.8.1 2009/04/15 03:14:26 kensmith Exp $ SRCS+= amd64_get_fsbase.c amd64_get_gsbase.c amd64_set_fsbase.c amd64_set_gsbase.c diff --git a/lib/libc/amd64/sys/amd64_get_fsbase.c b/lib/libc/amd64/sys/amd64_get_fsbase.c index ff5eb8f305ae5..a282aeb894287 100644 --- a/lib/libc/amd64/sys/amd64_get_fsbase.c +++ b/lib/libc/amd64/sys/amd64_get_fsbase.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/amd64_get_fsbase.c,v 1.2.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <machine/sysarch.h> diff --git a/lib/libc/amd64/sys/amd64_get_gsbase.c b/lib/libc/amd64/sys/amd64_get_gsbase.c index ddbf977f5dd18..7964d4edc4f55 100644 --- a/lib/libc/amd64/sys/amd64_get_gsbase.c +++ b/lib/libc/amd64/sys/amd64_get_gsbase.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/amd64_get_gsbase.c,v 1.2.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <machine/sysarch.h> diff --git a/lib/libc/amd64/sys/amd64_set_fsbase.c b/lib/libc/amd64/sys/amd64_set_fsbase.c index e0914859a1ae6..2b527b86299d4 100644 --- a/lib/libc/amd64/sys/amd64_set_fsbase.c +++ b/lib/libc/amd64/sys/amd64_set_fsbase.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/amd64_set_fsbase.c,v 1.2.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <machine/sysarch.h> diff --git a/lib/libc/amd64/sys/amd64_set_gsbase.c b/lib/libc/amd64/sys/amd64_set_gsbase.c index f8963288ac073..6e9dc2a950c4f 100644 --- a/lib/libc/amd64/sys/amd64_set_gsbase.c +++ b/lib/libc/amd64/sys/amd64_set_gsbase.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/amd64_set_gsbase.c,v 1.2.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <machine/sysarch.h> diff --git a/lib/libc/amd64/sys/brk.S b/lib/libc/amd64/sys/brk.S index c25daffeafb8d..c206c2df4f608 100644 --- a/lib/libc/amd64/sys/brk.S +++ b/lib/libc/amd64/sys/brk.S @@ -34,7 +34,7 @@ .asciz "@(#)brk.s 5.2 (Berkeley) 12/17/90" #endif /* SYSLIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/brk.S,v 1.14.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/amd64/sys/cerror.S b/lib/libc/amd64/sys/cerror.S index 547a18c0bd87d..12771e353c039 100644 --- a/lib/libc/amd64/sys/cerror.S +++ b/lib/libc/amd64/sys/cerror.S @@ -34,7 +34,7 @@ .asciz "@(#)cerror.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/cerror.S,v 1.15.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/amd64/sys/exect.S b/lib/libc/amd64/sys/exect.S index 93125fad3941d..e2acb1bf341ba 100644 --- a/lib/libc/amd64/sys/exect.S +++ b/lib/libc/amd64/sys/exect.S @@ -34,7 +34,7 @@ .asciz "@(#)exect.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/exect.S,v 1.12.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include "SYS.h" #include <machine/psl.h> diff --git a/lib/libc/amd64/sys/getcontext.S b/lib/libc/amd64/sys/getcontext.S index 08a64933e0403..3211c6797c44b 100644 --- a/lib/libc/amd64/sys/getcontext.S +++ b/lib/libc/amd64/sys/getcontext.S @@ -25,7 +25,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/getcontext.S,v 1.2.20.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <SYS.h> diff --git a/lib/libc/amd64/sys/pipe.S b/lib/libc/amd64/sys/pipe.S index a28606428bbfc..043be4b3f1c07 100644 --- a/lib/libc/amd64/sys/pipe.S +++ b/lib/libc/amd64/sys/pipe.S @@ -34,7 +34,7 @@ .asciz "@(#)pipe.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/pipe.S,v 1.14.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/amd64/sys/ptrace.S b/lib/libc/amd64/sys/ptrace.S index 29ebade4df177..51eadf8f9de8b 100644 --- a/lib/libc/amd64/sys/ptrace.S +++ b/lib/libc/amd64/sys/ptrace.S @@ -34,7 +34,7 @@ .asciz "@(#)ptrace.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/ptrace.S,v 1.12.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/amd64/sys/reboot.S b/lib/libc/amd64/sys/reboot.S index 59df944922b26..4fd3741a17351 100644 --- a/lib/libc/amd64/sys/reboot.S +++ b/lib/libc/amd64/sys/reboot.S @@ -34,7 +34,7 @@ .asciz "@(#)reboot.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/reboot.S,v 1.10.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/amd64/sys/sbrk.S b/lib/libc/amd64/sys/sbrk.S index fed38823819cb..771df18e1dc2b 100644 --- a/lib/libc/amd64/sys/sbrk.S +++ b/lib/libc/amd64/sys/sbrk.S @@ -34,7 +34,7 @@ .asciz "@(#)sbrk.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/sbrk.S,v 1.14.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/amd64/sys/setlogin.S b/lib/libc/amd64/sys/setlogin.S index 649289a3e6e1c..cc54d24fa8076 100644 --- a/lib/libc/amd64/sys/setlogin.S +++ b/lib/libc/amd64/sys/setlogin.S @@ -34,7 +34,7 @@ .asciz "@(#)setlogin.s 5.2 (Berkeley) 4/12/91" #endif /* LIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/setlogin.S,v 1.13.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/amd64/sys/sigreturn.S b/lib/libc/amd64/sys/sigreturn.S index 28dc227e4ac31..a3d9565d45ec4 100644 --- a/lib/libc/amd64/sys/sigreturn.S +++ b/lib/libc/amd64/sys/sigreturn.S @@ -34,7 +34,7 @@ .asciz "@(#)sigreturn.s 5.2 (Berkeley) 12/17/90" #endif /* SYSLIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/sigreturn.S,v 1.13.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "SYS.h" diff --git a/lib/libc/amd64/sys/vfork.S b/lib/libc/amd64/sys/vfork.S index d955e5f15294d..2b109ce27a126 100644 --- a/lib/libc/amd64/sys/vfork.S +++ b/lib/libc/amd64/sys/vfork.S @@ -34,7 +34,7 @@ .asciz "@(#)Ovfork.s 5.1 (Berkeley) 4/23/90" #endif /* SYSLIBC_SCCS and not lint */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/amd64/sys/vfork.S,v 1.23.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include "SYS.h" |