diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /sys/sun4v/include | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'sys/sun4v/include')
93 files changed, 93 insertions, 93 deletions
diff --git a/sys/sun4v/include/_bus.h b/sys/sun4v/include/_bus.h index 7cbe96f96fd6..019574476b6b 100644 --- a/sys/sun4v/include/_bus.h +++ b/sys/sun4v/include/_bus.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/_bus.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef SPARC64_INCLUDE__BUS_H diff --git a/sys/sun4v/include/_inttypes.h b/sys/sun4v/include/_inttypes.h index e6b2536ff379..93994842953b 100644 --- a/sys/sun4v/include/_inttypes.h +++ b/sys/sun4v/include/_inttypes.h @@ -34,7 +34,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * From: $NetBSD: int_fmtio.h,v 1.2 2001/04/26 16:25:21 kleink Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/_inttypes.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/sun4v/include/_limits.h b/sys/sun4v/include/_limits.h index 248369288cae..b4bc56271d44 100644 --- a/sys/sun4v/include/_limits.h +++ b/sys/sun4v/include/_limits.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/_limits.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/sun4v/include/_stdint.h b/sys/sun4v/include/_stdint.h index 1aed3e3b4efc..2f8cc5c48181 100644 --- a/sys/sun4v/include/_stdint.h +++ b/sys/sun4v/include/_stdint.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/_stdint.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/sun4v/include/_types.h b/sys/sun4v/include/_types.h index 612bda749a85..b39104b2189e 100644 --- a/sys/sun4v/include/_types.h +++ b/sys/sun4v/include/_types.h @@ -29,7 +29,7 @@ * * From: @(#)ansi.h 8.2 (Berkeley) 1/4/94 * From: @(#)types.h 8.3 (Berkeley) 1/5/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/_types.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/sun4v/include/asi.h b/sys/sun4v/include/asi.h index d2a2b1c7b9af..62ea83f35fb4 100644 --- a/sys/sun4v/include/asi.h +++ b/sys/sun4v/include/asi.h @@ -23,7 +23,7 @@ * SUCH DAMAGE. * * from: BSDI: asi.h,v 1.3 1997/08/08 14:31:42 torek - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/asi.h,v 1.2 2006/10/09 04:45:18 kmacy Exp $ */ #ifndef _MACHINE_ASI_H_ diff --git a/sys/sun4v/include/asm.h b/sys/sun4v/include/asm.h index 780149b5e644..ad9dac8a57a3 100644 --- a/sys/sun4v/include/asm.h +++ b/sys/sun4v/include/asm.h @@ -31,7 +31,7 @@ * * from: @(#)DEFS.h 5.1 (Berkeley) 4/23/90 * from: FreeBSD: src/sys/i386/include/asm.h,v 1.7 2000/01/25 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/asm.h,v 1.2 2006/11/23 02:25:16 kmacy Exp $ */ #ifndef _MACHINE_ASM_H_ diff --git a/sys/sun4v/include/asmacros.h b/sys/sun4v/include/asmacros.h index 884dc5caabe0..7c12c97e3612 100644 --- a/sys/sun4v/include/asmacros.h +++ b/sys/sun4v/include/asmacros.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/asmacros.h,v 1.2 2006/11/15 03:16:30 kmacy Exp $ */ #ifndef _MACHINE_ASMACROS_H_ diff --git a/sys/sun4v/include/atomic.h b/sys/sun4v/include/atomic.h index 77d455bfce5a..550d90af9351 100644 --- a/sys/sun4v/include/atomic.h +++ b/sys/sun4v/include/atomic.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * from: FreeBSD: src/sys/i386/include/atomic.h,v 1.20 2001/02/11 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/atomic.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_ATOMIC_H_ diff --git a/sys/sun4v/include/bus.h b/sys/sun4v/include/bus.h index 27901df65c50..87145717666b 100644 --- a/sys/sun4v/include/bus.h +++ b/sys/sun4v/include/bus.h @@ -69,7 +69,7 @@ * and * from: FreeBSD: src/sys/alpha/include/bus.h,v 1.9 2001/01/09 * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/bus.h,v 1.3 2007/01/18 18:32:26 marius Exp $ */ #ifndef _MACHINE_BUS_H_ diff --git a/sys/sun4v/include/bus_common.h b/sys/sun4v/include/bus_common.h index 216f592c8d5c..7d2ce3f77b72 100644 --- a/sys/sun4v/include/bus_common.h +++ b/sys/sun4v/include/bus_common.h @@ -33,7 +33,7 @@ * form: @(#)sbusreg.h 8.1 (Berkeley) 6/11/93 * from: NetBSD: iommureg.h,v 1.6 2001/07/20 00:07:13 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/bus_common.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_BUS_COMMON_H_ diff --git a/sys/sun4v/include/bus_dma.h b/sys/sun4v/include/bus_dma.h index e2b89a1263a5..167d9d2041a1 100644 --- a/sys/sun4v/include/bus_dma.h +++ b/sys/sun4v/include/bus_dma.h @@ -69,7 +69,7 @@ * and * from: FreeBSD: src/sys/alpha/include/bus.h,v 1.9 2001/01/09 * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/bus_dma.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _SPARC64_BUS_DMA_H diff --git a/sys/sun4v/include/bus_private.h b/sys/sun4v/include/bus_private.h index ca6536d1c968..b36cc0e8fd3a 100644 --- a/sys/sun4v/include/bus_private.h +++ b/sys/sun4v/include/bus_private.h @@ -25,7 +25,7 @@ * * from: FreeBSD: src/sys/i386/i386/busdma_machdep.c,v 1.25 2002/01/05 * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/bus_private.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_BUS_PRIVATE_H_ diff --git a/sys/sun4v/include/ccr.h b/sys/sun4v/include/ccr.h index 2b7ac84ec9b6..b987bf0ba774 100644 --- a/sys/sun4v/include/ccr.h +++ b/sys/sun4v/include/ccr.h @@ -21,7 +21,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/ccr.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_CCR_H_ diff --git a/sys/sun4v/include/cddl/mdesc.h b/sys/sun4v/include/cddl/mdesc.h index 2e5148d3e22d..cfe9acbb91c0 100644 --- a/sys/sun4v/include/cddl/mdesc.h +++ b/sys/sun4v/include/cddl/mdesc.h @@ -17,7 +17,7 @@ * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/cddl/mdesc.h,v 1.2 2006/12/18 07:25:26 kmacy Exp $ */ /* diff --git a/sys/sun4v/include/cddl/mdesc_impl.h b/sys/sun4v/include/cddl/mdesc_impl.h index aa9ff27a8bb1..5ee31347f7a5 100644 --- a/sys/sun4v/include/cddl/mdesc_impl.h +++ b/sys/sun4v/include/cddl/mdesc_impl.h @@ -17,7 +17,7 @@ * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/cddl/mdesc_impl.h,v 1.1 2006/10/05 06:14:27 kmacy Exp $ */ /* diff --git a/sys/sun4v/include/clock.h b/sys/sun4v/include/clock.h index fbedfea57de9..4da36f7b7535 100644 --- a/sys/sun4v/include/clock.h +++ b/sys/sun4v/include/clock.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/clock.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/sun4v/include/cpu.h b/sys/sun4v/include/cpu.h index 838d4adeb433..d2e621b2226d 100644 --- a/sys/sun4v/include/cpu.h +++ b/sys/sun4v/include/cpu.h @@ -31,7 +31,7 @@ * * from: @(#)cpu.h 5.4 (Berkeley) 5/9/91 * from: FreeBSD: src/sys/i386/include/cpu.h,v 1.62 2001/06/29 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/cpu.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/sun4v/include/cpufunc.h b/sys/sun4v/include/cpufunc.h index fd7fd7d021f5..43ed76b8824d 100644 --- a/sys/sun4v/include/cpufunc.h +++ b/sys/sun4v/include/cpufunc.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/cpufunc.h,v 1.2 2006/11/11 03:18:07 kmacy Exp $ */ #ifndef _MACHINE_CPUFUNC_H_ diff --git a/sys/sun4v/include/db_machdep.h b/sys/sun4v/include/db_machdep.h index 439df3699df5..5dd82b175eed 100644 --- a/sys/sun4v/include/db_machdep.h +++ b/sys/sun4v/include/db_machdep.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: FreeBSD: src/sys/i386/include/db_machdep.h,v 1.16 1999/10/04 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/db_machdep.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_DB_MACHDEP_H_ diff --git a/sys/sun4v/include/elf.h b/sys/sun4v/include/elf.h index 76e3a7637199..6bbf1f535b48 100644 --- a/sys/sun4v/include/elf.h +++ b/sys/sun4v/include/elf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/elf.h,v 1.2 2006/11/03 23:03:46 jb Exp $ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/sun4v/include/endian.h b/sys/sun4v/include/endian.h index 17447844ac44..17b0eb1d49c4 100644 --- a/sys/sun4v/include/endian.h +++ b/sys/sun4v/include/endian.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)endian.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/endian.h,v 1.2 2006/10/30 21:50:11 marius Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/sun4v/include/exec.h b/sys/sun4v/include/exec.h index c0f93b68bf90..e7f51571278d 100644 --- a/sys/sun4v/include/exec.h +++ b/sys/sun4v/include/exec.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/exec.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/sun4v/include/float.h b/sys/sun4v/include/float.h index cf78df0c6b55..4797e55e34f1 100644 --- a/sys/sun4v/include/float.h +++ b/sys/sun4v/include/float.h @@ -32,7 +32,7 @@ * * @(#)float.h 8.1 (Berkeley) 6/11/93 * from: NetBSD: float.h,v 1.3 2001/09/21 20:48:02 eeh Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/float.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/sun4v/include/floatingpoint.h b/sys/sun4v/include/floatingpoint.h index d47756a00c6c..8aec8185802d 100644 --- a/sys/sun4v/include/floatingpoint.h +++ b/sys/sun4v/include/floatingpoint.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/floatingpoint.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/sun4v/include/fp.h b/sys/sun4v/include/fp.h index bf0d79a8aba6..5279c15c5e28 100644 --- a/sys/sun4v/include/fp.h +++ b/sys/sun4v/include/fp.h @@ -21,7 +21,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/fp.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_FP_H_ diff --git a/sys/sun4v/include/frame.h b/sys/sun4v/include/frame.h index 55438ac6a20e..b71d2133888f 100644 --- a/sys/sun4v/include/frame.h +++ b/sys/sun4v/include/frame.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/frame.h,v 1.2 2007/01/19 11:15:33 marius Exp $ */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/sun4v/include/fsr.h b/sys/sun4v/include/fsr.h index db0039a236e0..05b7945dd1d7 100644 --- a/sys/sun4v/include/fsr.h +++ b/sys/sun4v/include/fsr.h @@ -21,7 +21,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/fsr.h,v 1.2 2007/01/19 11:15:33 marius Exp $ */ #ifndef _MACHINE_FSR_H_ diff --git a/sys/sun4v/include/gdb_machdep.h b/sys/sun4v/include/gdb_machdep.h index efbc5e78524b..d466c4b4d5c4 100644 --- a/sys/sun4v/include/gdb_machdep.h +++ b/sys/sun4v/include/gdb_machdep.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/gdb_machdep.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_GDB_MACHDEP_H_ diff --git a/sys/sun4v/include/hv_api.h b/sys/sun4v/include/hv_api.h index 8407631b44e4..d2dab6c60b36 100644 --- a/sys/sun4v/include/hv_api.h +++ b/sys/sun4v/include/hv_api.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/hv_api.h,v 1.6 2006/11/26 22:47:52 kmacy Exp $ */ #ifndef _MACHINE_HV_API_H diff --git a/sys/sun4v/include/hv_pcivar.h b/sys/sun4v/include/hv_pcivar.h index 37414693b28d..d8dc9e6b3a8c 100644 --- a/sys/sun4v/include/hv_pcivar.h +++ b/sys/sun4v/include/hv_pcivar.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/hv_pcivar.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _HV_PCIVAR_H_ diff --git a/sys/sun4v/include/hviommu.h b/sys/sun4v/include/hviommu.h index a8f8474cb2ea..e3288799f404 100644 --- a/sys/sun4v/include/hviommu.h +++ b/sys/sun4v/include/hviommu.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/hviommu.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _HVIOMMU_H_ diff --git a/sys/sun4v/include/hypervisorvar.h b/sys/sun4v/include/hypervisorvar.h index 4f5ea7fd1d0b..4d0df0b01e4c 100644 --- a/sys/sun4v/include/hypervisorvar.h +++ b/sys/sun4v/include/hypervisorvar.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/hypervisorvar.h,v 1.12 2006/11/26 04:37:49 kmacy Exp $ */ diff --git a/sys/sun4v/include/idprom.h b/sys/sun4v/include/idprom.h index df76a7f73122..3bfe79f52366 100644 --- a/sys/sun4v/include/idprom.h +++ b/sys/sun4v/include/idprom.h @@ -30,7 +30,7 @@ * * from: NetBSD: idprom.h,v 1.2 1998/09/05 23:57:26 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/idprom.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_IDPROM_H_ diff --git a/sys/sun4v/include/ieee.h b/sys/sun4v/include/ieee.h index 82ba9a1ae62f..f1b141327e8b 100644 --- a/sys/sun4v/include/ieee.h +++ b/sys/sun4v/include/ieee.h @@ -32,7 +32,7 @@ * * @(#)ieee.h 8.1 (Berkeley) 6/11/93 * from: NetBSD: ieee.h,v 1.1.1.1 1998/06/20 04:58:51 eeh Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/ieee.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_IEEE_H_ diff --git a/sys/sun4v/include/ieeefp.h b/sys/sun4v/include/ieeefp.h index 11264949acee..8d8b983004f3 100644 --- a/sys/sun4v/include/ieeefp.h +++ b/sys/sun4v/include/ieeefp.h @@ -1,7 +1,7 @@ /*- * Written by J.T. Conklin, Apr 6, 1995 * Public domain. - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/ieeefp.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_IEEEFP_H_ diff --git a/sys/sun4v/include/in_cksum.h b/sys/sun4v/include/in_cksum.h index 2e46f4632968..005bbfbc07ca 100644 --- a/sys/sun4v/include/in_cksum.h +++ b/sys/sun4v/include/in_cksum.h @@ -55,7 +55,7 @@ * from: Id: in_cksum.c,v 1.8 1995/12/03 18:35:19 bde Exp * from: FreeBSD: src/sys/alpha/include/in_cksum.h,v 1.5 2000/05/06 * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/in_cksum.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/sun4v/include/instr.h b/sys/sun4v/include/instr.h index d6befbbc3ffe..f8b71ace437b 100644 --- a/sys/sun4v/include/instr.h +++ b/sys/sun4v/include/instr.h @@ -31,7 +31,7 @@ * * from: NetBSD: db_disasm.c,v 1.9 2000/08/16 11:29:42 pk Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/instr.h,v 1.1 2006/10/05 06:14:25 kmacy Exp $ */ #ifndef _MACHINE_INSTR_H_ diff --git a/sys/sun4v/include/intr_machdep.h b/sys/sun4v/include/intr_machdep.h index e933c8aee61b..c5a0adbc84b0 100644 --- a/sys/sun4v/include/intr_machdep.h +++ b/sys/sun4v/include/intr_machdep.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/intr_machdep.h,v 1.4 2007/02/23 12:19:06 piso Exp $ */ #ifndef _MACHINE_INTR_MACHDEP_H_ diff --git a/sys/sun4v/include/kdb.h b/sys/sun4v/include/kdb.h index 92b2ed7d4e42..d29ccf18229e 100644 --- a/sys/sun4v/include/kdb.h +++ b/sys/sun4v/include/kdb.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/kdb.h,v 1.2 2007/06/09 21:55:17 marcel Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/sun4v/include/kerneldump.h b/sys/sun4v/include/kerneldump.h index 7fad3fce88dd..4eb1a6fe54e8 100644 --- a/sys/sun4v/include/kerneldump.h +++ b/sys/sun4v/include/kerneldump.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/kerneldump.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_KERNELDUMP_H_ diff --git a/sys/sun4v/include/ktr.h b/sys/sun4v/include/ktr.h index 10e33cf0386b..370b8aeecc15 100644 --- a/sys/sun4v/include/ktr.h +++ b/sys/sun4v/include/ktr.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from BSDI $Id: ktr.h,v 1.10.2.7 2000/03/16 21:44:42 cp Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/ktr.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_KTR_H_ diff --git a/sys/sun4v/include/limits.h b/sys/sun4v/include/limits.h index 679dcec51b31..aa9b265d11cb 100644 --- a/sys/sun4v/include/limits.h +++ b/sys/sun4v/include/limits.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/limits.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/sun4v/include/lsu.h b/sys/sun4v/include/lsu.h index a8787dcabdc7..e68e1a5fc36a 100644 --- a/sys/sun4v/include/lsu.h +++ b/sys/sun4v/include/lsu.h @@ -21,7 +21,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/lsu.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_LSU_H_ diff --git a/sys/sun4v/include/md_var.h b/sys/sun4v/include/md_var.h index 9c48897ac81d..67f6fcebdcb0 100644 --- a/sys/sun4v/include/md_var.h +++ b/sys/sun4v/include/md_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: FreeBSD: src/sys/i386/include/md_var.h,v 1.40 2001/07/12 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/md_var.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/sun4v/include/mdesc_bus.h b/sys/sun4v/include/mdesc_bus.h index bdc115153efc..bdf350ceb864 100644 --- a/sys/sun4v/include/mdesc_bus.h +++ b/sys/sun4v/include/mdesc_bus.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/mdesc_bus.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_MDESC_BUS_H_ diff --git a/sys/sun4v/include/mdesc_bus_subr.h b/sys/sun4v/include/mdesc_bus_subr.h index d25e0b5aa357..ecc9d51ef481 100644 --- a/sys/sun4v/include/mdesc_bus_subr.h +++ b/sys/sun4v/include/mdesc_bus_subr.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/mdesc_bus_subr.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_MDESC_MDESC_BUS_SUBR_H_ diff --git a/sys/sun4v/include/memdev.h b/sys/sun4v/include/memdev.h index 671a6b467d7e..42d19993f803 100644 --- a/sys/sun4v/include/memdev.h +++ b/sys/sun4v/include/memdev.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/memdev.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #define CDEV_MAJOR 2 diff --git a/sys/sun4v/include/metadata.h b/sys/sun4v/include/metadata.h index d14e1f150d63..729326684969 100644 --- a/sys/sun4v/include/metadata.h +++ b/sys/sun4v/include/metadata.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/metadata.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_METADATA_H_ diff --git a/sys/sun4v/include/mmu.h b/sys/sun4v/include/mmu.h index 838213633a9d..383b9e30213f 100644 --- a/sys/sun4v/include/mmu.h +++ b/sys/sun4v/include/mmu.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/mmu.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ diff --git a/sys/sun4v/include/mutex.h b/sys/sun4v/include/mutex.h index c9b2e1ddde07..e1c0035dca43 100644 --- a/sys/sun4v/include/mutex.h +++ b/sys/sun4v/include/mutex.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/mutex.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_MUTEX_H_ diff --git a/sys/sun4v/include/nexusvar.h b/sys/sun4v/include/nexusvar.h index 5e28696ff799..93e9aa28928d 100644 --- a/sys/sun4v/include/nexusvar.h +++ b/sys/sun4v/include/nexusvar.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/nexusvar.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_NEXUSVAR_H_ diff --git a/sys/sun4v/include/ofw_bus.h b/sys/sun4v/include/ofw_bus.h index 1e9004e15d77..86c9fe869536 100644 --- a/sys/sun4v/include/ofw_bus.h +++ b/sys/sun4v/include/ofw_bus.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/ofw_bus.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_OFW_BUS_H_ diff --git a/sys/sun4v/include/ofw_machdep.h b/sys/sun4v/include/ofw_machdep.h index ac1fcc1ea1ed..0ae37a3d4da0 100644 --- a/sys/sun4v/include/ofw_machdep.h +++ b/sys/sun4v/include/ofw_machdep.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/ofw_machdep.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_OFW_MACHDEP_H_ diff --git a/sys/sun4v/include/ofw_mem.h b/sys/sun4v/include/ofw_mem.h index af9089ed034a..a1f2468c9ba5 100644 --- a/sys/sun4v/include/ofw_mem.h +++ b/sys/sun4v/include/ofw_mem.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/ofw_mem.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_OFW_MEM_H_ diff --git a/sys/sun4v/include/ofw_nexus.h b/sys/sun4v/include/ofw_nexus.h index 59337d2a0f56..06b098bc4617 100644 --- a/sys/sun4v/include/ofw_nexus.h +++ b/sys/sun4v/include/ofw_nexus.h @@ -28,7 +28,7 @@ * * from: NetBSD: psychoreg.h,v 1.8 2001/09/10 16:17:06 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/ofw_nexus.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_OFW_NEXUS_H_ diff --git a/sys/sun4v/include/param.h b/sys/sun4v/include/param.h index 6e1d389b304c..5343a08465f4 100644 --- a/sys/sun4v/include/param.h +++ b/sys/sun4v/include/param.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)param.h 5.8 (Berkeley) 6/28/91 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/param.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ /* diff --git a/sys/sun4v/include/pcb.h b/sys/sun4v/include/pcb.h index ae366e5ae45f..090ae81c3a1f 100644 --- a/sys/sun4v/include/pcb.h +++ b/sys/sun4v/include/pcb.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/pcb.h,v 1.3 2007/01/19 11:15:33 marius Exp $ */ #ifndef _MACHINE_PCB_H_ diff --git a/sys/sun4v/include/pcpu.h b/sys/sun4v/include/pcpu.h index 69f3dd509334..2e1b65524502 100644 --- a/sys/sun4v/include/pcpu.h +++ b/sys/sun4v/include/pcpu.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * from: FreeBSD: src/sys/i386/include/globaldata.h,v 1.27 2001/04/27 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/pcpu.h,v 1.9 2007/06/12 21:19:12 kmacy Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/sun4v/include/pmap.h b/sys/sun4v/include/pmap.h index 3390e99c6846..c6e6c5369a60 100644 --- a/sys/sun4v/include/pmap.h +++ b/sys/sun4v/include/pmap.h @@ -33,7 +33,7 @@ * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 * from: FreeBSD: src/sys/i386/include/pmap.h,v 1.70 2000/11/30 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/pmap.h,v 1.8 2007/05/20 13:06:45 marius Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/sun4v/include/pmc_mdep.h b/sys/sun4v/include/pmc_mdep.h index cf643c7b4f39..4afa3ca09a84 100644 --- a/sys/sun4v/include/pmc_mdep.h +++ b/sys/sun4v/include/pmc_mdep.h @@ -1,7 +1,7 @@ /*- * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/pmc_mdep.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_PMC_MDEP_H_ diff --git a/sys/sun4v/include/proc.h b/sys/sun4v/include/proc.h index bfd1268e433c..9e19cf6dba3d 100644 --- a/sys/sun4v/include/proc.h +++ b/sys/sun4v/include/proc.h @@ -28,7 +28,7 @@ * * from: @(#)proc.h 7.1 (Berkeley) 5/15/91 * from: FreeBSD: src/sys/i386/include/proc.h,v 1.11 2001/06/29 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/proc.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/sun4v/include/profile.h b/sys/sun4v/include/profile.h index 6c7d1b297ac9..a714e320d841 100644 --- a/sys/sun4v/include/profile.h +++ b/sys/sun4v/include/profile.h @@ -26,7 +26,7 @@ * * from: NetBSD: profile.h,v 1.9 1997/04/06 08:47:37 cgd Exp * from: FreeBSD: src/sys/alpha/include/profile.h,v 1.4 1999/12/29 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/profile.h,v 1.2 2007/05/11 23:43:55 marius Exp $ */ #ifndef _MACHINE_PROFILE_H_ diff --git a/sys/sun4v/include/pstate.h b/sys/sun4v/include/pstate.h index f0e5b68d6556..caa8b465babc 100644 --- a/sys/sun4v/include/pstate.h +++ b/sys/sun4v/include/pstate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/pstate.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_PSTATE_H_ diff --git a/sys/sun4v/include/ptrace.h b/sys/sun4v/include/ptrace.h index 49b1e1c0ee9a..fad3ff131052 100644 --- a/sys/sun4v/include/ptrace.h +++ b/sys/sun4v/include/ptrace.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/ptrace.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/sun4v/include/reg.h b/sys/sun4v/include/reg.h index d2241861d209..9085c5935bb1 100644 --- a/sys/sun4v/include/reg.h +++ b/sys/sun4v/include/reg.h @@ -31,7 +31,7 @@ * * from: @(#)reg.h 5.5 (Berkeley) 1/18/91 * from: FreeBSD: src/sys/i386/include/reg.h,v 1.23 2000/09/21 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/reg.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_REG_H_ diff --git a/sys/sun4v/include/reloc.h b/sys/sun4v/include/reloc.h index 0e4155dac4cf..eb206d669e87 100644 --- a/sys/sun4v/include/reloc.h +++ b/sys/sun4v/include/reloc.h @@ -26,5 +26,5 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/reloc.h,v 1.2 2007/01/12 07:19:22 imp Exp $ */ diff --git a/sys/sun4v/include/resource.h b/sys/sun4v/include/resource.h index 229d14f253b0..e11e648f1aa0 100644 --- a/sys/sun4v/include/resource.h +++ b/sys/sun4v/include/resource.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/resource.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_RESOURCE_H_ diff --git a/sys/sun4v/include/runq.h b/sys/sun4v/include/runq.h index 6d03646fd539..39351c413b64 100644 --- a/sys/sun4v/include/runq.h +++ b/sys/sun4v/include/runq.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/runq.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/sun4v/include/sc_machdep.h b/sys/sun4v/include/sc_machdep.h index 3a492f2383ba..302cbc698e85 100644 --- a/sys/sun4v/include/sc_machdep.h +++ b/sys/sun4v/include/sc_machdep.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/sc_machdep.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_SC_MACHDEP_H_ diff --git a/sys/sun4v/include/setjmp.h b/sys/sun4v/include/setjmp.h index f58776dce61c..e11f3d083f04 100644 --- a/sys/sun4v/include/setjmp.h +++ b/sys/sun4v/include/setjmp.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * From: FreeBSD: src/sys/i386/include/setjmp.h,v 1.5 2000/10/06 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/setjmp.h,v 1.2 2007/01/12 07:19:22 imp Exp $ */ #ifndef _MACHINE_SETJMP_H_ diff --git a/sys/sun4v/include/sf_buf.h b/sys/sun4v/include/sf_buf.h index b090cb26601d..2af1fc19db10 100644 --- a/sys/sun4v/include/sf_buf.h +++ b/sys/sun4v/include/sf_buf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/sf_buf.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/sun4v/include/sigframe.h b/sys/sun4v/include/sigframe.h index fd40afdd1209..4507c1f1f02c 100644 --- a/sys/sun4v/include/sigframe.h +++ b/sys/sun4v/include/sigframe.h @@ -26,7 +26,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: FreeBSD: src/sys/alpha/include/sigframe.h,v 1.1 1999/09/29 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/sigframe.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_SIGFRAME_H_ diff --git a/sys/sun4v/include/signal.h b/sys/sun4v/include/signal.h index d96cef6dd6c8..950403071bdf 100644 --- a/sys/sun4v/include/signal.h +++ b/sys/sun4v/include/signal.h @@ -28,7 +28,7 @@ * * @(#)signal.h 8.1 (Berkeley) 6/11/93 * from: FreeBSD: src/sys/i386/include/signal.h,v 1.13 2000/11/09 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/signal.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/sun4v/include/smp.h b/sys/sun4v/include/smp.h index d1d9da42bb46..2e64833940ce 100644 --- a/sys/sun4v/include/smp.h +++ b/sys/sun4v/include/smp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/smp.h,v 1.5 2007/04/05 18:34:11 kan Exp $ */ #ifndef _MACHINE_SMP_H_ diff --git a/sys/sun4v/include/stdarg.h b/sys/sun4v/include/stdarg.h index a7ff28484389..3925b450e156 100644 --- a/sys/sun4v/include/stdarg.h +++ b/sys/sun4v/include/stdarg.h @@ -35,7 +35,7 @@ * * @(#)stdarg.h 8.2 (Berkeley) 9/27/93 * $NetBSD: stdarg.h,v 1.11 2000/07/23 21:36:56 mycroft Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/stdarg.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/sun4v/include/sun4v_cpufunc.h b/sys/sun4v/include/sun4v_cpufunc.h index 61eb2cca1393..951f09351d9d 100644 --- a/sys/sun4v/include/sun4v_cpufunc.h +++ b/sys/sun4v/include/sun4v_cpufunc.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/sun4v_cpufunc.h,v 1.2 2006/11/24 05:27:48 kmacy Exp $ */ #ifndef _MACHINE_SUN4V_CPUFUNC_H_ diff --git a/sys/sun4v/include/sysarch.h b/sys/sun4v/include/sysarch.h index c209ef8048d2..90badce2de4f 100644 --- a/sys/sun4v/include/sysarch.h +++ b/sys/sun4v/include/sysarch.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: FreeBSD: src/sys/i386/include/sysarch.h,v 1.14 2000/09/21 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/sysarch.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ /* diff --git a/sys/sun4v/include/tick.h b/sys/sun4v/include/tick.h index 8586a0d89f8d..487665716cb7 100644 --- a/sys/sun4v/include/tick.h +++ b/sys/sun4v/include/tick.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/tick.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_TICK_H_ diff --git a/sys/sun4v/include/tlb.h b/sys/sun4v/include/tlb.h index 74e008ebcf6c..f7d7913fd257 100644 --- a/sys/sun4v/include/tlb.h +++ b/sys/sun4v/include/tlb.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/tlb.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_TLB_H_ diff --git a/sys/sun4v/include/trap.h b/sys/sun4v/include/trap.h index 42efb8bd7e2d..d3f763e37788 100644 --- a/sys/sun4v/include/trap.h +++ b/sys/sun4v/include/trap.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/trap.h,v 1.4 2007/06/16 22:30:38 marius Exp $ */ #ifndef _MACHINE_TRAP_H_ diff --git a/sys/sun4v/include/tsb.h b/sys/sun4v/include/tsb.h index 30fa1f873a64..ce1fb25d5524 100644 --- a/sys/sun4v/include/tsb.h +++ b/sys/sun4v/include/tsb.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/tsb.h,v 1.4 2006/12/04 19:35:40 kmacy Exp $ */ #ifndef _MACHINE_TSB_H_ diff --git a/sys/sun4v/include/tstate.h b/sys/sun4v/include/tstate.h index 8bb5b2417727..e4f54b4c4cc7 100644 --- a/sys/sun4v/include/tstate.h +++ b/sys/sun4v/include/tstate.h @@ -21,7 +21,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/tstate.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_TSTATE_H_ diff --git a/sys/sun4v/include/tte.h b/sys/sun4v/include/tte.h index 4cdcd0d38fc9..2ab65db8deb7 100644 --- a/sys/sun4v/include/tte.h +++ b/sys/sun4v/include/tte.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from: BSDI: pmap.v9.h,v 1.10.2.6 1999/08/23 22:18:44 cp Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/tte.h,v 1.2 2006/10/09 04:45:18 kmacy Exp $ */ #ifndef _MACHINE_TTE_H_ diff --git a/sys/sun4v/include/tte_hash.h b/sys/sun4v/include/tte_hash.h index 82f620df6e3b..882612ebd5eb 100644 --- a/sys/sun4v/include/tte_hash.h +++ b/sys/sun4v/include/tte_hash.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/tte_hash.h,v 1.4 2006/11/22 04:33:34 kmacy Exp $ */ #ifndef _MACHINE_TTE_HASH_H_ diff --git a/sys/sun4v/include/ucontext.h b/sys/sun4v/include/ucontext.h index c05ec26a9053..01a1fe106cef 100644 --- a/sys/sun4v/include/ucontext.h +++ b/sys/sun4v/include/ucontext.h @@ -26,7 +26,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: FreeBSD: src/sys/alpha/include/ucontext.h,v 1.3 1999/10/08 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/ucontext.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/sun4v/include/upa.h b/sys/sun4v/include/upa.h index 70bf34d3353d..181e41475b7c 100644 --- a/sys/sun4v/include/upa.h +++ b/sys/sun4v/include/upa.h @@ -1,7 +1,7 @@ /*- * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/upa.h,v 1.2 2007/05/20 13:19:32 marius Exp $ */ #include <sparc64/upa.h> diff --git a/sys/sun4v/include/utrap.h b/sys/sun4v/include/utrap.h index 45019c8ca9ee..1a87e92abe64 100644 --- a/sys/sun4v/include/utrap.h +++ b/sys/sun4v/include/utrap.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/utrap.h,v 1.3 2007/01/19 11:15:33 marius Exp $ */ #ifndef _MACHINE_UTRAP_H_ diff --git a/sys/sun4v/include/varargs.h b/sys/sun4v/include/varargs.h index a168c6e33c32..9b84a9a3ed13 100644 --- a/sys/sun4v/include/varargs.h +++ b/sys/sun4v/include/varargs.h @@ -46,7 +46,7 @@ * SUCH DAMAGE. * * @(#)varargs.h 8.3 (Berkeley) 3/22/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/varargs.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_VARARGS_H_ diff --git a/sys/sun4v/include/ver.h b/sys/sun4v/include/ver.h index d752cc702250..422f395dcff2 100644 --- a/sys/sun4v/include/ver.h +++ b/sys/sun4v/include/ver.h @@ -1,7 +1,7 @@ /*- * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/ver.h,v 1.2 2007/05/20 13:19:32 marius Exp $ */ #include <sparc64/ver.h> diff --git a/sys/sun4v/include/vmparam.h b/sys/sun4v/include/vmparam.h index a994401eb33a..2a1aaef19b68 100644 --- a/sys/sun4v/include/vmparam.h +++ b/sys/sun4v/include/vmparam.h @@ -37,7 +37,7 @@ * * from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91 * from: FreeBSD: src/sys/i386/include/vmparam.h,v 1.33 2000/03/30 - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/vmparam.h,v 1.5 2007/09/25 06:25:06 alc Exp $ */ diff --git a/sys/sun4v/include/watch.h b/sys/sun4v/include/watch.h index bb658f9efb53..d0c4aebfad9e 100644 --- a/sys/sun4v/include/watch.h +++ b/sys/sun4v/include/watch.h @@ -21,7 +21,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/watch.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_WATCH_H_ diff --git a/sys/sun4v/include/wstate.h b/sys/sun4v/include/wstate.h index 3d42bf9e326b..585fcffe69b6 100644 --- a/sys/sun4v/include/wstate.h +++ b/sys/sun4v/include/wstate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sun4v/include/wstate.h,v 1.1 2006/10/05 06:14:26 kmacy Exp $ */ #ifndef _MACHINE_WSTATE_H_ |
