[Midnightbsd-cvs] src [6590] U trunk/sys/amd64: sync acpi with freebsd 9.2

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Dec 30 13:11:10 EST 2013


Revision: 6590
          http://svnweb.midnightbsd.org/src/?rev=6590
Author:   laffer1
Date:     2013-12-30 13:11:10 -0500 (Mon, 30 Dec 2013)
Log Message:
-----------
sync acpi with freebsd 9.2

Modified Paths:
--------------
    trunk/sys/amd64/acpica/acpi_machdep.c
    trunk/sys/amd64/acpica/acpi_switch.S
    trunk/sys/amd64/acpica/acpi_wakecode.S
    trunk/sys/amd64/acpica/acpi_wakeup.c

Property Changed:
----------------
    trunk/sys/amd64/Makefile
    trunk/sys/amd64/acpica/acpi_machdep.c
    trunk/sys/amd64/acpica/acpi_switch.S
    trunk/sys/amd64/acpica/acpi_wakecode.S
    trunk/sys/amd64/acpica/acpi_wakeup.c
    trunk/sys/amd64/amd64/amd64_mem.c
    trunk/sys/amd64/amd64/apic_vector.S
    trunk/sys/amd64/amd64/atomic.c
    trunk/sys/amd64/amd64/atpic_vector.S
    trunk/sys/amd64/amd64/autoconf.c
    trunk/sys/amd64/amd64/bios.c
    trunk/sys/amd64/amd64/bpf_jit_machdep.c
    trunk/sys/amd64/amd64/bpf_jit_machdep.h
    trunk/sys/amd64/amd64/cpu_switch.S
    trunk/sys/amd64/amd64/db_disasm.c
    trunk/sys/amd64/amd64/db_interface.c
    trunk/sys/amd64/amd64/db_trace.c
    trunk/sys/amd64/amd64/elf_machdep.c
    trunk/sys/amd64/amd64/exception.S
    trunk/sys/amd64/amd64/fpu.c
    trunk/sys/amd64/amd64/gdb_machdep.c
    trunk/sys/amd64/amd64/genassym.c
    trunk/sys/amd64/amd64/identcpu.c
    trunk/sys/amd64/amd64/in_cksum.c
    trunk/sys/amd64/amd64/initcpu.c
    trunk/sys/amd64/amd64/io.c
    trunk/sys/amd64/amd64/legacy.c
    trunk/sys/amd64/amd64/locore.S
    trunk/sys/amd64/amd64/machdep.c
    trunk/sys/amd64/amd64/mem.c
    trunk/sys/amd64/amd64/minidump_machdep.c
    trunk/sys/amd64/amd64/mp_machdep.c
    trunk/sys/amd64/amd64/mp_watchdog.c
    trunk/sys/amd64/amd64/mpboot.S
    trunk/sys/amd64/amd64/pmap.c
    trunk/sys/amd64/amd64/prof_machdep.c
    trunk/sys/amd64/amd64/ptrace_machdep.c
    trunk/sys/amd64/amd64/sigtramp.S
    trunk/sys/amd64/amd64/stack_machdep.c
    trunk/sys/amd64/amd64/support.S
    trunk/sys/amd64/amd64/sys_machdep.c
    trunk/sys/amd64/amd64/trap.c
    trunk/sys/amd64/amd64/uio_machdep.c
    trunk/sys/amd64/amd64/uma_machdep.c
    trunk/sys/amd64/amd64/vm_machdep.c
    trunk/sys/amd64/compile/.cvsignore
    trunk/sys/amd64/conf/.cvsignore
    trunk/sys/amd64/conf/DEFAULTS
    trunk/sys/amd64/conf/GENERIC
    trunk/sys/amd64/conf/GENERIC.hints
    trunk/sys/amd64/conf/Makefile
    trunk/sys/amd64/conf/NOTES
    trunk/sys/amd64/conf/XENHVM
    trunk/sys/amd64/ia32/ia32_exception.S
    trunk/sys/amd64/ia32/ia32_misc.c
    trunk/sys/amd64/ia32/ia32_reg.c
    trunk/sys/amd64/ia32/ia32_signal.c
    trunk/sys/amd64/ia32/ia32_sigtramp.S
    trunk/sys/amd64/ia32/ia32_syscall.c
    trunk/sys/amd64/include/_align.h
    trunk/sys/amd64/include/_bus.h
    trunk/sys/amd64/include/_inttypes.h
    trunk/sys/amd64/include/_limits.h
    trunk/sys/amd64/include/_stdint.h
    trunk/sys/amd64/include/_types.h
    trunk/sys/amd64/include/acpica_machdep.h
    trunk/sys/amd64/include/apicvar.h
    trunk/sys/amd64/include/apm_bios.h
    trunk/sys/amd64/include/asm.h
    trunk/sys/amd64/include/asmacros.h
    trunk/sys/amd64/include/atomic.h
    trunk/sys/amd64/include/bus.h
    trunk/sys/amd64/include/bus_dma.h
    trunk/sys/amd64/include/clock.h
    trunk/sys/amd64/include/cpu.h
    trunk/sys/amd64/include/cpufunc.h
    trunk/sys/amd64/include/cputypes.h
    trunk/sys/amd64/include/db_machdep.h
    trunk/sys/amd64/include/elf.h
    trunk/sys/amd64/include/endian.h
    trunk/sys/amd64/include/exec.h
    trunk/sys/amd64/include/float.h
    trunk/sys/amd64/include/floatingpoint.h
    trunk/sys/amd64/include/fpu.h
    trunk/sys/amd64/include/frame.h
    trunk/sys/amd64/include/gdb_machdep.h
    trunk/sys/amd64/include/ieeefp.h
    trunk/sys/amd64/include/in_cksum.h
    trunk/sys/amd64/include/intr_machdep.h
    trunk/sys/amd64/include/iodev.h
    trunk/sys/amd64/include/kdb.h
    trunk/sys/amd64/include/legacyvar.h
    trunk/sys/amd64/include/limits.h
    trunk/sys/amd64/include/md_var.h
    trunk/sys/amd64/include/memdev.h
    trunk/sys/amd64/include/metadata.h
    trunk/sys/amd64/include/minidump.h
    trunk/sys/amd64/include/mp_watchdog.h
    trunk/sys/amd64/include/nexusvar.h
    trunk/sys/amd64/include/param.h
    trunk/sys/amd64/include/pc/bios.h
    trunk/sys/amd64/include/pc/display.h
    trunk/sys/amd64/include/pcb.h
    trunk/sys/amd64/include/pci_cfgreg.h
    trunk/sys/amd64/include/pcpu.h
    trunk/sys/amd64/include/pmap.h
    trunk/sys/amd64/include/pmc_mdep.h
    trunk/sys/amd64/include/ppireg.h
    trunk/sys/amd64/include/proc.h
    trunk/sys/amd64/include/profile.h
    trunk/sys/amd64/include/psl.h
    trunk/sys/amd64/include/ptrace.h
    trunk/sys/amd64/include/reg.h
    trunk/sys/amd64/include/reloc.h
    trunk/sys/amd64/include/resource.h
    trunk/sys/amd64/include/runq.h
    trunk/sys/amd64/include/segments.h
    trunk/sys/amd64/include/setjmp.h
    trunk/sys/amd64/include/sf_buf.h
    trunk/sys/amd64/include/sigframe.h
    trunk/sys/amd64/include/signal.h
    trunk/sys/amd64/include/smp.h
    trunk/sys/amd64/include/specialreg.h
    trunk/sys/amd64/include/stack.h
    trunk/sys/amd64/include/stdarg.h
    trunk/sys/amd64/include/sysarch.h
    trunk/sys/amd64/include/timerreg.h
    trunk/sys/amd64/include/trap.h
    trunk/sys/amd64/include/tss.h
    trunk/sys/amd64/include/ucontext.h
    trunk/sys/amd64/include/varargs.h
    trunk/sys/amd64/include/vm.h
    trunk/sys/amd64/include/vmparam.h
    trunk/sys/amd64/include/xen/hypercall.h
    trunk/sys/amd64/include/xen/synch_bitops.h
    trunk/sys/amd64/include/xen/xen-os.h
    trunk/sys/amd64/include/xen/xenfunc.h
    trunk/sys/amd64/include/xen/xenpmap.h
    trunk/sys/amd64/include/xen/xenvar.h
    trunk/sys/amd64/linux32/Makefile
    trunk/sys/amd64/linux32/linux.h
    trunk/sys/amd64/linux32/linux32_dummy.c
    trunk/sys/amd64/linux32/linux32_genassym.c
    trunk/sys/amd64/linux32/linux32_ipc64.h
    trunk/sys/amd64/linux32/linux32_locore.s
    trunk/sys/amd64/linux32/linux32_machdep.c
    trunk/sys/amd64/linux32/linux32_proto.h
    trunk/sys/amd64/linux32/linux32_support.s
    trunk/sys/amd64/linux32/linux32_syscall.h
    trunk/sys/amd64/linux32/linux32_syscalls.c
    trunk/sys/amd64/linux32/linux32_sysent.c
    trunk/sys/amd64/linux32/linux32_systrace_args.c
    trunk/sys/amd64/linux32/linux32_sysvec.c
    trunk/sys/amd64/linux32/syscalls.conf
    trunk/sys/amd64/linux32/syscalls.master
    trunk/sys/amd64/pci/pci_cfgreg.c

Index: trunk/sys/amd64/Makefile
===================================================================
--- trunk/sys/amd64/Makefile	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/Makefile	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/Makefile
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Modified: trunk/sys/amd64/acpica/acpi_machdep.c
===================================================================
--- trunk/sys/amd64/acpica/acpi_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/acpica/acpi_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: release/9.2.0/sys/amd64/acpica/acpi_machdep.c 237822 2012-06-29 21:24:56Z jhb $");
 
 #include <sys/param.h>
 #include <sys/bus.h>


Property changes on: trunk/sys/amd64/acpica/acpi_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Modified: trunk/sys/amd64/acpica/acpi_switch.S
===================================================================
--- trunk/sys/amd64/acpica/acpi_switch.S	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/acpica/acpi_switch.S	2013-12-30 18:11:10 UTC (rev 6590)
@@ -25,7 +25,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $MidnightBSD$
+ * $FreeBSD: release/9.2.0/sys/amd64/acpica/acpi_switch.S 239882 2012-08-29 21:12:19Z jhb $
  */
 
 #include <machine/asmacros.h>
@@ -143,10 +143,8 @@
 	movq	%rax, %rdx
 	shrq	$32, %rdx
 	movl	$XCR0, %ecx
-/*	xsetbv	*/
-	.byte	0x0f, 0x01, 0xd1
-/*	xrstor	(%rbx) */
-	.byte	0x0f, 0xae, 0x2b
+	xsetbv
+	xrstor	(%rbx)
 	jmp	2f
 1:
 	fxrstor	(%rbx)


Property changes on: trunk/sys/amd64/acpica/acpi_switch.S
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/sys/amd64/acpica/acpi_wakecode.S
===================================================================
--- trunk/sys/amd64/acpica/acpi_wakecode.S	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/acpica/acpi_wakecode.S	2013-12-30 18:11:10 UTC (rev 6590)
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $MidnightBSD$
+ * $FreeBSD: release/9.2.0/sys/amd64/acpica/acpi_wakecode.S 232081 2012-02-23 22:00:31Z jkim $
  */
 
 #include <machine/asmacros.h>


Property changes on: trunk/sys/amd64/acpica/acpi_wakecode.S
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/sys/amd64/acpica/acpi_wakeup.c
===================================================================
--- trunk/sys/amd64/acpica/acpi_wakeup.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/acpica/acpi_wakeup.c	2013-12-30 18:11:10 UTC (rev 6590)
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: release/9.2.0/sys/amd64/acpica/acpi_wakeup.c 247881 2013-03-06 10:23:56Z avg $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -76,6 +76,10 @@
 static void		**suspfpusave;
 #endif
 
+#ifdef SMP
+static cpuset_t		suspcpus;
+#endif
+
 int			acpi_restorecpu(uint64_t, vm_offset_t);
 
 static void		*acpi_alloc_wakeup_handler(void);
@@ -220,21 +224,14 @@
 int
 acpi_sleep_machdep(struct acpi_softc *sc, int state)
 {
-#ifdef SMP
-	cpuset_t	wakeup_cpus;
-#endif
-	register_t	rf;
 	ACPI_STATUS	status;
-	int		ret;
 
-	ret = -1;
-
 	if (sc->acpi_wakeaddr == 0ul)
-		return (ret);
+		return (-1);	/* couldn't alloc wake memory */
 
 #ifdef SMP
-	wakeup_cpus = all_cpus;
-	CPU_CLR(PCPU_GET(cpuid), &wakeup_cpus);
+	suspcpus = all_cpus;
+	CPU_CLR(PCPU_GET(cpuid), &suspcpus);
 #endif
 
 	if (acpi_resume_beep != 0)
@@ -242,16 +239,15 @@
 
 	AcpiSetFirmwareWakingVector(WAKECODE_PADDR(sc));
 
-	rf = intr_disable();
 	intr_suspend();
 
 	if (savectx(susppcbs[0])) {
 		ctx_fpusave(suspfpusave[0]);
 #ifdef SMP
-		if (!CPU_EMPTY(&wakeup_cpus) &&
-		    suspend_cpus(wakeup_cpus) == 0) {
+		if (!CPU_EMPTY(&suspcpus) &&
+		    suspend_cpus(suspcpus) == 0) {
 			device_printf(sc->acpi_dev, "Failed to suspend APs\n");
-			goto out;
+			return (0);	/* couldn't sleep */
 		}
 #endif
 
@@ -276,41 +272,54 @@
 			device_printf(sc->acpi_dev,
 			    "AcpiEnterSleepState failed - %s\n",
 			    AcpiFormatException(status));
-			goto out;
+			return (0);	/* couldn't sleep */
 		}
 
 		for (;;)
 			ia32_pause();
-	} else {
-		pmap_init_pat();
-		load_cr3(susppcbs[0]->pcb_cr3);
-		initializecpu();
-		PCPU_SET(switchtime, 0);
-		PCPU_SET(switchticks, ticks);
+	}
+
+	return (1);	/* wakeup successfully */
+}
+
+int
+acpi_wakeup_machdep(struct acpi_softc *sc, int state,
+    int sleep_result, int intr_enabled)
+{
+
+	if (sleep_result == -1)
+		return (sleep_result);
+
+	if (intr_enabled == 0) {
+		/* Wakeup MD procedures in interrupt disabled context */
+		if (sleep_result == 1) {
+			pmap_init_pat();
+			load_cr3(susppcbs[0]->pcb_cr3);
+			initializecpu();
+			PCPU_SET(switchtime, 0);
+			PCPU_SET(switchticks, ticks);
 #ifdef SMP
-		if (!CPU_EMPTY(&wakeup_cpus))
-			acpi_wakeup_cpus(sc, &wakeup_cpus);
+			if (!CPU_EMPTY(&suspcpus))
+				acpi_wakeup_cpus(sc, &suspcpus);
 #endif
-		ret = 0;
-	}
+		}
 
-out:
 #ifdef SMP
-	if (!CPU_EMPTY(&wakeup_cpus))
-		restart_cpus(wakeup_cpus);
+		if (!CPU_EMPTY(&suspcpus))
+			restart_cpus(suspcpus);
 #endif
+		mca_resume();
+		intr_resume();
+	} else {
+		/* Wakeup MD procedures in interrupt enabled context */
+		AcpiSetFirmwareWakingVector(0);
 
-	mca_resume();
-	intr_resume();
-	intr_restore(rf);
+		if (sleep_result == 1 && mem_range_softc.mr_op != NULL &&
+		    mem_range_softc.mr_op->reinit != NULL)
+			mem_range_softc.mr_op->reinit(&mem_range_softc);
+	}
 
-	AcpiSetFirmwareWakingVector(0);
-
-	if (ret == 0 && mem_range_softc.mr_op != NULL &&
-	    mem_range_softc.mr_op->reinit != NULL)
-		mem_range_softc.mr_op->reinit(&mem_range_softc);
-
-	return (ret);
+	return (sleep_result);
 }
 
 static void *


Property changes on: trunk/sys/amd64/acpica/acpi_wakeup.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/amd64/amd64_mem.c
===================================================================
--- trunk/sys/amd64/amd64/amd64_mem.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/amd64_mem.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/amd64_mem.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/amd64/apic_vector.S
===================================================================
--- trunk/sys/amd64/amd64/apic_vector.S	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/apic_vector.S	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/apic_vector.S
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/amd64/atomic.c
===================================================================
--- trunk/sys/amd64/amd64/atomic.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/atomic.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/atomic.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/amd64/atpic_vector.S
===================================================================
--- trunk/sys/amd64/amd64/atpic_vector.S	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/atpic_vector.S	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/atpic_vector.S
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/amd64/autoconf.c
===================================================================
--- trunk/sys/amd64/amd64/autoconf.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/autoconf.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/autoconf.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/amd64/bios.c
===================================================================
--- trunk/sys/amd64/amd64/bios.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/bios.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/bios.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/amd64/bpf_jit_machdep.c
===================================================================
--- trunk/sys/amd64/amd64/bpf_jit_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/bpf_jit_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/bpf_jit_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/amd64/bpf_jit_machdep.h
===================================================================
--- trunk/sys/amd64/amd64/bpf_jit_machdep.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/bpf_jit_machdep.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/bpf_jit_machdep.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/amd64/cpu_switch.S
===================================================================
--- trunk/sys/amd64/amd64/cpu_switch.S	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/cpu_switch.S	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/cpu_switch.S
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/amd64/db_disasm.c
===================================================================
--- trunk/sys/amd64/amd64/db_disasm.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/db_disasm.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/db_disasm.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/amd64/db_interface.c
===================================================================
--- trunk/sys/amd64/amd64/db_interface.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/db_interface.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/db_interface.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/amd64/db_trace.c
===================================================================
--- trunk/sys/amd64/amd64/db_trace.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/db_trace.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/db_trace.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7
\ No newline at end of property
Index: trunk/sys/amd64/amd64/elf_machdep.c
===================================================================
--- trunk/sys/amd64/amd64/elf_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/elf_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/elf_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/amd64/exception.S
===================================================================
--- trunk/sys/amd64/amd64/exception.S	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/exception.S	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/exception.S
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/amd64/fpu.c
===================================================================
--- trunk/sys/amd64/amd64/fpu.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/fpu.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/fpu.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/amd64/gdb_machdep.c
===================================================================
--- trunk/sys/amd64/amd64/gdb_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/gdb_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/gdb_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/amd64/genassym.c
===================================================================
--- trunk/sys/amd64/amd64/genassym.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/genassym.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/genassym.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7
\ No newline at end of property
Index: trunk/sys/amd64/amd64/identcpu.c
===================================================================
--- trunk/sys/amd64/amd64/identcpu.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/identcpu.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/identcpu.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.12
\ No newline at end of property
Index: trunk/sys/amd64/amd64/in_cksum.c
===================================================================
--- trunk/sys/amd64/amd64/in_cksum.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/in_cksum.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/in_cksum.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/amd64/initcpu.c
===================================================================
--- trunk/sys/amd64/amd64/initcpu.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/initcpu.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/initcpu.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.11
\ No newline at end of property
Index: trunk/sys/amd64/amd64/io.c
===================================================================
--- trunk/sys/amd64/amd64/io.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/io.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/io.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/amd64/legacy.c
===================================================================
--- trunk/sys/amd64/amd64/legacy.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/legacy.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/legacy.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/amd64/locore.S
===================================================================
--- trunk/sys/amd64/amd64/locore.S	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/locore.S	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/locore.S
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/amd64/machdep.c
===================================================================
--- trunk/sys/amd64/amd64/machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.8
\ No newline at end of property
Index: trunk/sys/amd64/amd64/mem.c
===================================================================
--- trunk/sys/amd64/amd64/mem.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/mem.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/mem.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/amd64/minidump_machdep.c
===================================================================
--- trunk/sys/amd64/amd64/minidump_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/minidump_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/minidump_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/amd64/mp_machdep.c
===================================================================
--- trunk/sys/amd64/amd64/mp_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/mp_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/mp_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.8
\ No newline at end of property
Index: trunk/sys/amd64/amd64/mp_watchdog.c
===================================================================
--- trunk/sys/amd64/amd64/mp_watchdog.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/mp_watchdog.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/mp_watchdog.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/amd64/mpboot.S
===================================================================
--- trunk/sys/amd64/amd64/mpboot.S	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/mpboot.S	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/mpboot.S
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/amd64/pmap.c
===================================================================
--- trunk/sys/amd64/amd64/pmap.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/pmap.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/pmap.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7
\ No newline at end of property
Index: trunk/sys/amd64/amd64/prof_machdep.c
===================================================================
--- trunk/sys/amd64/amd64/prof_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/prof_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/prof_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/amd64/ptrace_machdep.c
===================================================================
--- trunk/sys/amd64/amd64/ptrace_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/ptrace_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/ptrace_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/amd64/sigtramp.S
===================================================================
--- trunk/sys/amd64/amd64/sigtramp.S	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/sigtramp.S	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/sigtramp.S
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/amd64/stack_machdep.c
===================================================================
--- trunk/sys/amd64/amd64/stack_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/stack_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/stack_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Index: trunk/sys/amd64/amd64/support.S
===================================================================
--- trunk/sys/amd64/amd64/support.S	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/support.S	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/support.S
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/amd64/sys_machdep.c
===================================================================
--- trunk/sys/amd64/amd64/sys_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/sys_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/sys_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/amd64/trap.c
===================================================================
--- trunk/sys/amd64/amd64/trap.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/trap.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/trap.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7
\ No newline at end of property
Index: trunk/sys/amd64/amd64/uio_machdep.c
===================================================================
--- trunk/sys/amd64/amd64/uio_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/uio_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/uio_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/amd64/uma_machdep.c
===================================================================
--- trunk/sys/amd64/amd64/uma_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/uma_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/uma_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/amd64/vm_machdep.c
===================================================================
--- trunk/sys/amd64/amd64/vm_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/amd64/vm_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/amd64/vm_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/compile/.cvsignore
===================================================================
--- trunk/sys/amd64/compile/.cvsignore	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/compile/.cvsignore	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/compile/.cvsignore
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.1.1
\ No newline at end of property
Index: trunk/sys/amd64/conf/.cvsignore
===================================================================
--- trunk/sys/amd64/conf/.cvsignore	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/conf/.cvsignore	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/conf/.cvsignore
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.1.1
\ No newline at end of property
Index: trunk/sys/amd64/conf/DEFAULTS
===================================================================
--- trunk/sys/amd64/conf/DEFAULTS	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/conf/DEFAULTS	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/conf/DEFAULTS
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Index: trunk/sys/amd64/conf/GENERIC
===================================================================
--- trunk/sys/amd64/conf/GENERIC	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/conf/GENERIC	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/conf/GENERIC
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.21
\ No newline at end of property
Index: trunk/sys/amd64/conf/GENERIC.hints
===================================================================
--- trunk/sys/amd64/conf/GENERIC.hints	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/conf/GENERIC.hints	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/conf/GENERIC.hints
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/conf/Makefile
===================================================================
--- trunk/sys/amd64/conf/Makefile	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/conf/Makefile	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/conf/Makefile
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/conf/NOTES
===================================================================
--- trunk/sys/amd64/conf/NOTES	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/conf/NOTES	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/conf/NOTES
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/conf/XENHVM
===================================================================
--- trunk/sys/amd64/conf/XENHVM	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/conf/XENHVM	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/conf/XENHVM
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/sys/amd64/ia32/ia32_exception.S
===================================================================
--- trunk/sys/amd64/ia32/ia32_exception.S	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/ia32/ia32_exception.S	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/ia32/ia32_exception.S
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/ia32/ia32_misc.c
===================================================================
--- trunk/sys/amd64/ia32/ia32_misc.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/ia32/ia32_misc.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/ia32/ia32_misc.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/ia32/ia32_reg.c
===================================================================
--- trunk/sys/amd64/ia32/ia32_reg.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/ia32/ia32_reg.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/ia32/ia32_reg.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/ia32/ia32_signal.c
===================================================================
--- trunk/sys/amd64/ia32/ia32_signal.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/ia32/ia32_signal.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/ia32/ia32_signal.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/ia32/ia32_sigtramp.S
===================================================================
--- trunk/sys/amd64/ia32/ia32_sigtramp.S	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/ia32/ia32_sigtramp.S	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/ia32/ia32_sigtramp.S
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/ia32/ia32_syscall.c
===================================================================
--- trunk/sys/amd64/ia32/ia32_syscall.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/ia32/ia32_syscall.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/ia32/ia32_syscall.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/_align.h
===================================================================
--- trunk/sys/amd64/include/_align.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/_align.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/_align.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/include/_bus.h
===================================================================
--- trunk/sys/amd64/include/_bus.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/_bus.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/_bus.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/_inttypes.h
===================================================================
--- trunk/sys/amd64/include/_inttypes.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/_inttypes.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/_inttypes.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/_limits.h
===================================================================
--- trunk/sys/amd64/include/_limits.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/_limits.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/_limits.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/_stdint.h
===================================================================
--- trunk/sys/amd64/include/_stdint.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/_stdint.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/_stdint.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/_types.h
===================================================================
--- trunk/sys/amd64/include/_types.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/_types.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/_types.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/acpica_machdep.h
===================================================================
--- trunk/sys/amd64/include/acpica_machdep.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/acpica_machdep.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/acpica_machdep.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/apicvar.h
===================================================================
--- trunk/sys/amd64/include/apicvar.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/apicvar.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/apicvar.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/include/apm_bios.h
===================================================================
--- trunk/sys/amd64/include/apm_bios.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/apm_bios.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/apm_bios.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/include/asm.h
===================================================================
--- trunk/sys/amd64/include/asm.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/asm.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/asm.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/asmacros.h
===================================================================
--- trunk/sys/amd64/include/asmacros.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/asmacros.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/asmacros.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/atomic.h
===================================================================
--- trunk/sys/amd64/include/atomic.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/atomic.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/atomic.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/include/bus.h
===================================================================
--- trunk/sys/amd64/include/bus.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/bus.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/bus.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/bus_dma.h
===================================================================
--- trunk/sys/amd64/include/bus_dma.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/bus_dma.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/bus_dma.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/clock.h
===================================================================
--- trunk/sys/amd64/include/clock.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/clock.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/clock.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/include/cpu.h
===================================================================
--- trunk/sys/amd64/include/cpu.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/cpu.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/cpu.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/cpufunc.h
===================================================================
--- trunk/sys/amd64/include/cpufunc.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/cpufunc.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/cpufunc.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/cputypes.h
===================================================================
--- trunk/sys/amd64/include/cputypes.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/cputypes.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/cputypes.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/db_machdep.h
===================================================================
--- trunk/sys/amd64/include/db_machdep.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/db_machdep.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/db_machdep.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/elf.h
===================================================================
--- trunk/sys/amd64/include/elf.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/elf.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/elf.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/include/endian.h
===================================================================
--- trunk/sys/amd64/include/endian.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/endian.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/endian.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/exec.h
===================================================================
--- trunk/sys/amd64/include/exec.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/exec.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/exec.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/float.h
===================================================================
--- trunk/sys/amd64/include/float.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/float.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/float.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/floatingpoint.h
===================================================================
--- trunk/sys/amd64/include/floatingpoint.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/floatingpoint.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/floatingpoint.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/fpu.h
===================================================================
--- trunk/sys/amd64/include/fpu.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/fpu.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/fpu.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/frame.h
===================================================================
--- trunk/sys/amd64/include/frame.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/frame.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/frame.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/gdb_machdep.h
===================================================================
--- trunk/sys/amd64/include/gdb_machdep.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/gdb_machdep.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/gdb_machdep.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/ieeefp.h
===================================================================
--- trunk/sys/amd64/include/ieeefp.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/ieeefp.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/ieeefp.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/in_cksum.h
===================================================================
--- trunk/sys/amd64/include/in_cksum.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/in_cksum.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/in_cksum.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/intr_machdep.h
===================================================================
--- trunk/sys/amd64/include/intr_machdep.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/intr_machdep.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/intr_machdep.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7
\ No newline at end of property
Index: trunk/sys/amd64/include/iodev.h
===================================================================
--- trunk/sys/amd64/include/iodev.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/iodev.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/iodev.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/kdb.h
===================================================================
--- trunk/sys/amd64/include/kdb.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/kdb.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/kdb.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/legacyvar.h
===================================================================
--- trunk/sys/amd64/include/legacyvar.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/legacyvar.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/legacyvar.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/limits.h
===================================================================
--- trunk/sys/amd64/include/limits.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/limits.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/limits.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/md_var.h
===================================================================
--- trunk/sys/amd64/include/md_var.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/md_var.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/md_var.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.8
\ No newline at end of property
Index: trunk/sys/amd64/include/memdev.h
===================================================================
--- trunk/sys/amd64/include/memdev.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/memdev.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/memdev.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/metadata.h
===================================================================
--- trunk/sys/amd64/include/metadata.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/metadata.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/metadata.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/minidump.h
===================================================================
--- trunk/sys/amd64/include/minidump.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/minidump.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/minidump.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/mp_watchdog.h
===================================================================
--- trunk/sys/amd64/include/mp_watchdog.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/mp_watchdog.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/mp_watchdog.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/nexusvar.h
===================================================================
--- trunk/sys/amd64/include/nexusvar.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/nexusvar.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/nexusvar.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/include/param.h
===================================================================
--- trunk/sys/amd64/include/param.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/param.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/param.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/include/pc/bios.h
===================================================================
--- trunk/sys/amd64/include/pc/bios.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/pc/bios.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/pc/bios.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/pc/display.h
===================================================================
--- trunk/sys/amd64/include/pc/display.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/pc/display.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/pc/display.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/include/pcb.h
===================================================================
--- trunk/sys/amd64/include/pcb.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/pcb.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/pcb.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/include/pci_cfgreg.h
===================================================================
--- trunk/sys/amd64/include/pci_cfgreg.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/pci_cfgreg.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/pci_cfgreg.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/include/pcpu.h
===================================================================
--- trunk/sys/amd64/include/pcpu.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/pcpu.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/pcpu.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7
\ No newline at end of property
Index: trunk/sys/amd64/include/pmap.h
===================================================================
--- trunk/sys/amd64/include/pmap.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/pmap.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/pmap.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/pmc_mdep.h
===================================================================
--- trunk/sys/amd64/include/pmc_mdep.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/pmc_mdep.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/pmc_mdep.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/ppireg.h
===================================================================
--- trunk/sys/amd64/include/ppireg.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/ppireg.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/ppireg.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/proc.h
===================================================================
--- trunk/sys/amd64/include/proc.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/proc.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/proc.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/profile.h
===================================================================
--- trunk/sys/amd64/include/profile.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/profile.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/profile.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/psl.h
===================================================================
--- trunk/sys/amd64/include/psl.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/psl.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/psl.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/ptrace.h
===================================================================
--- trunk/sys/amd64/include/ptrace.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/ptrace.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/ptrace.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/reg.h
===================================================================
--- trunk/sys/amd64/include/reg.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/reg.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/reg.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/reloc.h
===================================================================
--- trunk/sys/amd64/include/reloc.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/reloc.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/reloc.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/resource.h
===================================================================
--- trunk/sys/amd64/include/resource.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/resource.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/resource.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/runq.h
===================================================================
--- trunk/sys/amd64/include/runq.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/runq.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/runq.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/segments.h
===================================================================
--- trunk/sys/amd64/include/segments.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/segments.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/segments.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/setjmp.h
===================================================================
--- trunk/sys/amd64/include/setjmp.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/setjmp.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/setjmp.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/sf_buf.h
===================================================================
--- trunk/sys/amd64/include/sf_buf.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/sf_buf.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/sf_buf.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/sigframe.h
===================================================================
--- trunk/sys/amd64/include/sigframe.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/sigframe.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/sigframe.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/signal.h
===================================================================
--- trunk/sys/amd64/include/signal.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/signal.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/signal.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/smp.h
===================================================================
--- trunk/sys/amd64/include/smp.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/smp.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/smp.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/specialreg.h
===================================================================
--- trunk/sys/amd64/include/specialreg.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/specialreg.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/specialreg.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.10
\ No newline at end of property
Index: trunk/sys/amd64/include/stack.h
===================================================================
--- trunk/sys/amd64/include/stack.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/stack.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/stack.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Index: trunk/sys/amd64/include/stdarg.h
===================================================================
--- trunk/sys/amd64/include/stdarg.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/stdarg.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/stdarg.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/include/sysarch.h
===================================================================
--- trunk/sys/amd64/include/sysarch.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/sysarch.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/sysarch.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/timerreg.h
===================================================================
--- trunk/sys/amd64/include/timerreg.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/timerreg.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/timerreg.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/trap.h
===================================================================
--- trunk/sys/amd64/include/trap.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/trap.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/trap.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/include/tss.h
===================================================================
--- trunk/sys/amd64/include/tss.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/tss.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/tss.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/ucontext.h
===================================================================
--- trunk/sys/amd64/include/ucontext.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/ucontext.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/ucontext.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/varargs.h
===================================================================
--- trunk/sys/amd64/include/varargs.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/varargs.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/varargs.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/include/vm.h
===================================================================
--- trunk/sys/amd64/include/vm.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/vm.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/vm.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/include/vmparam.h
===================================================================
--- trunk/sys/amd64/include/vmparam.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/vmparam.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/vmparam.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.6
\ No newline at end of property
Index: trunk/sys/amd64/include/xen/hypercall.h
===================================================================
--- trunk/sys/amd64/include/xen/hypercall.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/xen/hypercall.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/xen/hypercall.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.1.1
\ No newline at end of property
Index: trunk/sys/amd64/include/xen/synch_bitops.h
===================================================================
--- trunk/sys/amd64/include/xen/synch_bitops.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/xen/synch_bitops.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/xen/synch_bitops.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.1.1
\ No newline at end of property
Index: trunk/sys/amd64/include/xen/xen-os.h
===================================================================
--- trunk/sys/amd64/include/xen/xen-os.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/xen/xen-os.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/xen/xen-os.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.1.1
\ No newline at end of property
Index: trunk/sys/amd64/include/xen/xenfunc.h
===================================================================
--- trunk/sys/amd64/include/xen/xenfunc.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/xen/xenfunc.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/xen/xenfunc.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/include/xen/xenpmap.h
===================================================================
--- trunk/sys/amd64/include/xen/xenpmap.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/xen/xenpmap.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/xen/xenpmap.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.1.1
\ No newline at end of property
Index: trunk/sys/amd64/include/xen/xenvar.h
===================================================================
--- trunk/sys/amd64/include/xen/xenvar.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/include/xen/xenvar.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/include/xen/xenvar.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/linux32/Makefile
===================================================================
--- trunk/sys/amd64/linux32/Makefile	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/Makefile	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/Makefile
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux.h
===================================================================
--- trunk/sys/amd64/linux32/linux.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux32_dummy.c
===================================================================
--- trunk/sys/amd64/linux32/linux32_dummy.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux32_dummy.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux32_dummy.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux32_genassym.c
===================================================================
--- trunk/sys/amd64/linux32/linux32_genassym.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux32_genassym.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux32_genassym.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux32_ipc64.h
===================================================================
--- trunk/sys/amd64/linux32/linux32_ipc64.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux32_ipc64.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux32_ipc64.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux32_locore.s
===================================================================
--- trunk/sys/amd64/linux32/linux32_locore.s	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux32_locore.s	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux32_locore.s
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux32_machdep.c
===================================================================
--- trunk/sys/amd64/linux32/linux32_machdep.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux32_machdep.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux32_machdep.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux32_proto.h
===================================================================
--- trunk/sys/amd64/linux32/linux32_proto.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux32_proto.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux32_proto.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux32_support.s
===================================================================
--- trunk/sys/amd64/linux32/linux32_support.s	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux32_support.s	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux32_support.s
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux32_syscall.h
===================================================================
--- trunk/sys/amd64/linux32/linux32_syscall.h	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux32_syscall.h	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux32_syscall.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux32_syscalls.c
===================================================================
--- trunk/sys/amd64/linux32/linux32_syscalls.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux32_syscalls.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux32_syscalls.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux32_sysent.c
===================================================================
--- trunk/sys/amd64/linux32/linux32_sysent.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux32_sysent.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux32_sysent.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux32_systrace_args.c
===================================================================
--- trunk/sys/amd64/linux32/linux32_systrace_args.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux32_systrace_args.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux32_systrace_args.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/sys/amd64/linux32/linux32_sysvec.c
===================================================================
--- trunk/sys/amd64/linux32/linux32_sysvec.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/linux32_sysvec.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/linux32_sysvec.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.7
\ No newline at end of property
Index: trunk/sys/amd64/linux32/syscalls.conf
===================================================================
--- trunk/sys/amd64/linux32/syscalls.conf	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/syscalls.conf	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/syscalls.conf
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Index: trunk/sys/amd64/linux32/syscalls.master
===================================================================
--- trunk/sys/amd64/linux32/syscalls.master	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/linux32/syscalls.master	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/linux32/syscalls.master
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/sys/amd64/pci/pci_cfgreg.c
===================================================================
--- trunk/sys/amd64/pci/pci_cfgreg.c	2013-12-30 18:10:48 UTC (rev 6589)
+++ trunk/sys/amd64/pci/pci_cfgreg.c	2013-12-30 18:11:10 UTC (rev 6590)

Property changes on: trunk/sys/amd64/pci/pci_cfgreg.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list