Re: git: Revert "rename amd64 architecture to x86_64"

看板DFBSD_commit作者時間16年前 (2009/11/07 20:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/5 (看更多)
you're out. Jordan Gordeev wrote: > commit 3f3709c349e3585274c0e23e09a87f8f75c8ce7d > Author: Jordan Gordeev <jgordeev@dir.bg> > Date: Sat Nov 7 09:30:29 2009 +0200 > > Revert "rename amd64 architecture to x86_64" > > This reverts commit c1543a890188d397acca9fe7f76bcd982481a763. > > I'm reverting it because: > 1) the change didn't get properly discussed > 2) it was based on false premises: > "The rest of the world seems to call amd64 x86_64." > 3) no pkgsrc bulk build was done to test the change > 4) the original committer acted irresponsibly by committing > such a big change just before going on vacation. > > Summary of changes: > Makefile | 2 +- > Makefile.inc1 | 16 +- > crypto/openssl/README.DRAGONFLY | 2 +- > etc/{etc.x86_64 => etc.amd64}/disktab | 0 > etc/{etc.x86_64 => etc.amd64}/ttys | 0 > gnu/lib/gcc41/libstdc++/Makefile | 2 +- > gnu/lib/gcc44/libstdc++/Makefile | 2 +- > gnu/lib/gcc44/libstdc++/config.h | 2 +- > .../binutils217/as/amd64-dragonfly/Makefile | 20 + > .../binutils217/as/amd64-dragonfly/itbl-cpu.h | 5 + > .../binutils217/as/amd64-dragonfly/obj-format.h | 4 + > .../binutils217/as/amd64-dragonfly/targ-cpu.h | 5 + > .../binutils217/as/amd64-dragonfly/targ-env.h | 11 + > .../binutils217/as/x86_64-dragonfly/Makefile | 18 - > gnu/usr.bin/binutils217/ld/Makefile.amd64 | 54 + > gnu/usr.bin/binutils217/ld/Makefile.x86_64 | 52 - > gnu/usr.bin/binutils217/libbfd/Makefile | 4 +- > gnu/usr.bin/binutils217/libbfd/Makefile.amd64 | 20 + > gnu/usr.bin/binutils217/libbfd/Makefile.x86_64 | 17 - > gnu/usr.bin/binutils217/libopcodes/Makefile.amd64 | 4 + > gnu/usr.bin/binutils217/libopcodes/Makefile.x86_64 | 2 - > .../binutils220/as/amd64-dragonfly/Makefile | 17 + > .../as/amd64-dragonfly}/itbl-cpu.h | 0 > .../as/amd64-dragonfly}/obj-format.h | 0 > .../as/amd64-dragonfly}/targ-cpu.h | 0 > .../as/amd64-dragonfly}/targ-env.h | 0 > .../binutils220/as/x86_64-dragonfly/Makefile | 17 - > .../binutils220/as/x86_64-dragonfly/itbl-cpu.h | 1 - > .../binutils220/as/x86_64-dragonfly/obj-format.h | 1 - > .../binutils220/as/x86_64-dragonfly/targ-cpu.h | 1 - > .../binutils220/as/x86_64-dragonfly/targ-env.h | 9 - > gnu/usr.bin/binutils220/ld/Makefile.amd64 | 50 + > gnu/usr.bin/binutils220/ld/Makefile.x86_64 | 50 - > .../libbfd/{Makefile.x86_64 => Makefile.amd64} | 0 > .../{Makefile.host.x86_64 => Makefile.host.amd64} | 0 > .../{Makefile.x86_64 => Makefile.amd64} | 0 > .../libopcodes/{Makefile.x86_64 => Makefile.amd64} | 0 > gnu/usr.bin/cc41/Makefile.tgt | 10 +- > gnu/usr.bin/cc41/cc_prep/dragonfly-native.h | 2 +- > gnu/usr.bin/cc41/libiberty/config.h | 2 +- > gnu/usr.bin/cc44/Makefile.tgt | 8 +- > gnu/usr.bin/cc44/cc_prep/auto-host.h | 2 +- > .../cc44/gmp/{Makefile.x86_64 => Makefile.amd64} | 0 > gnu/usr.bin/cc44/gmp/gmp.h | 2 +- > gnu/usr.bin/cc44/libiberty/config.h | 2 +- > .../gdb/kgdb/{trgt_x86_64.c => trgt_amd64.c} | 0 > .../gdb/libbfd/{Makefile.x86_64 => Makefile.amd64} | 0 > .../{Makefile.host.x86_64 => Makefile.host.amd64} | 0 > gnu/usr.bin/gdb/libbfd/config.h | 4 +- > .../gdb/libgdb/{Makefile.x86_64 => Makefile.amd64} | 0 > gnu/usr.bin/gdb/libgdb/freebsd-uthread.c | 2 +- > .../libopcodes/{Makefile.x86_64 => Makefile.amd64} | 0 > lib/csu/amd64/Makefile.csu | 14 + > lib/csu/amd64/crt1.c | 110 + > lib/csu/amd64/crti.S | 42 + > lib/csu/amd64/crtn.S | 36 + > lib/csu/x86_64/Makefile.csu | 13 - > lib/csu/x86_64/crt1.c | 107 - > lib/csu/x86_64/crti.S | 40 - > lib/csu/x86_64/crtn.S | 34 - > lib/libc/Makefile.inc | 2 +- > lib/libc/amd64/Makefile.inc | 9 + > lib/libc/amd64/SYS.h | 74 + > lib/libc/amd64/_fpmath.h | 56 + > lib/libc/amd64/arith.h | 20 + > lib/libc/{x86_64 => amd64}/gd_qnan.h | 0 > lib/libc/amd64/gen/Makefile.inc | 11 + > lib/libc/amd64/gen/_setjmp.S | 94 + > lib/libc/amd64/gen/fabs.S | 46 + > lib/libc/amd64/gen/flt_rounds.c | 27 + > lib/libc/amd64/gen/fpclassifyl.c | 72 + > lib/libc/amd64/gen/fpgetmask.S | 27 + > lib/libc/amd64/gen/fpgetround.S | 26 + > lib/libc/amd64/gen/fpgetsticky.S | 27 + > lib/libc/amd64/gen/fpsetmask.S | 42 + > lib/libc/amd64/gen/fpsetround.S | 49 + > lib/libc/amd64/gen/fpsetsticky.S | 46 + > lib/libc/amd64/gen/infinityl.c | 14 + > lib/libc/amd64/gen/isfinitel.c | 63 + > lib/libc/amd64/gen/isinfl.c | 57 + > lib/libc/amd64/gen/isnanl.c | 57 + > lib/libc/amd64/gen/ldexp.c | 60 + > lib/libc/amd64/gen/mcontext.S | 158 + > lib/libc/amd64/gen/modf.S | 88 + > lib/libc/amd64/gen/nanf.c | 12 + > lib/libc/amd64/gen/rfork_thread.S | 104 + > lib/libc/amd64/gen/setjmp.S | 112 + > lib/libc/amd64/gen/signbitl.c | 57 + > lib/libc/amd64/gen/sigsetjmp.S | 110 + > lib/libc/{x86_64 => amd64}/stdlib/Makefile.inc | 0 > lib/libc/{x86_64 => amd64}/stdlib/div.S | 0 > lib/libc/{x86_64 => amd64}/stdlib/ldiv.S | 0 > lib/libc/{x86_64 => amd64}/stdlib/lldiv.S | 0 > lib/libc/{x86_64 => amd64}/string/Makefile.inc | 0 > lib/libc/{x86_64 => amd64}/string/bcmp.S | 0 > lib/libc/{x86_64 => amd64}/string/bcopy.S | 0 > lib/libc/{x86_64 => amd64}/string/bzero.S | 0 > lib/libc/{x86_64 => amd64}/string/memcmp.S | 0 > lib/libc/{x86_64 => amd64}/string/memcpy.S | 0 > lib/libc/{x86_64 => amd64}/string/memmove.S | 0 > lib/libc/{x86_64 => amd64}/string/memset.S | 0 > lib/libc/{x86_64 => amd64}/string/strcat.S | 0 > lib/libc/{x86_64 => amd64}/string/strcmp.S | 0 > lib/libc/{x86_64 => amd64}/string/strcpy.S | 0 > lib/libc/amd64/sys/Makefile.inc | 26 + > lib/libc/amd64/sys/amd64_get_fsbase.c | 37 + > lib/libc/amd64/sys/amd64_get_gsbase.c | 37 + > lib/libc/amd64/sys/amd64_set_fsbase.c | 37 + > lib/libc/amd64/sys/amd64_set_gsbase.c | 37 + > lib/libc/amd64/sys/asmcontext.c | 44 + > lib/libc/amd64/sys/brk.S | 85 + > lib/libc/amd64/sys/cerror.S | 69 + > lib/libc/amd64/sys/exect.S | 55 + > lib/libc/amd64/sys/pipe.S | 59 + > lib/libc/amd64/sys/ptrace.S | 74 + > lib/libc/amd64/sys/reboot.S | 56 + > lib/libc/amd64/sys/sbrk.S | 87 + > lib/libc/amd64/sys/setlogin.S | 64 + > lib/libc/amd64/sys/sigreturn.S | 45 + > lib/libc/amd64/sys/vfork.S | 58 + > lib/libc/gen/nlist.c | 4 +- > lib/libc/gmon/gmon.c | 2 +- > lib/libc/x86_64/Makefile.inc | 8 - > lib/libc/x86_64/SYS.h | 73 - > lib/libc/x86_64/_fpmath.h | 55 - > lib/libc/x86_64/arith.h | 19 - > lib/libc/x86_64/gen/Makefile.inc | 10 - > lib/libc/x86_64/gen/_setjmp.S | 93 - > lib/libc/x86_64/gen/fabs.S | 45 - > lib/libc/x86_64/gen/flt_rounds.c | 25 - > lib/libc/x86_64/gen/fpclassifyl.c | 71 - > lib/libc/x86_64/gen/fpgetmask.S | 26 - > lib/libc/x86_64/gen/fpgetround.S | 25 - > lib/libc/x86_64/gen/fpgetsticky.S | 26 - > lib/libc/x86_64/gen/fpsetmask.S | 41 - > lib/libc/x86_64/gen/fpsetround.S | 48 - > lib/libc/x86_64/gen/fpsetsticky.S | 45 - > lib/libc/x86_64/gen/infinityl.c | 13 - > lib/libc/x86_64/gen/isfinitel.c | 62 - > lib/libc/x86_64/gen/isinfl.c | 56 - > lib/libc/x86_64/gen/isnanl.c | 56 - > lib/libc/x86_64/gen/ldexp.c | 59 - > lib/libc/x86_64/gen/mcontext.S | 156 - > lib/libc/x86_64/gen/modf.S | 87 - > lib/libc/x86_64/gen/nanf.c | 8 - > lib/libc/x86_64/gen/rfork_thread.S | 103 - > lib/libc/x86_64/gen/setjmp.S | 111 - > lib/libc/x86_64/gen/signbitl.c | 56 - > lib/libc/x86_64/gen/sigsetjmp.S | 109 - > lib/libc/x86_64/sys/Makefile.inc | 25 - > lib/libc/x86_64/sys/amd64_get_fsbase.c | 36 - > lib/libc/x86_64/sys/amd64_get_gsbase.c | 36 - > lib/libc/x86_64/sys/amd64_set_fsbase.c | 36 - > lib/libc/x86_64/sys/amd64_set_gsbase.c | 36 - > lib/libc/x86_64/sys/asmcontext.c | 42 - > lib/libc/x86_64/sys/brk.S | 84 - > lib/libc/x86_64/sys/cerror.S | 68 - > lib/libc/x86_64/sys/exect.S | 54 - > lib/libc/x86_64/sys/pipe.S | 58 - > lib/libc/x86_64/sys/ptrace.S | 73 - > lib/libc/x86_64/sys/reboot.S | 55 - > lib/libc/x86_64/sys/sbrk.S | 86 - > lib/libc/x86_64/sys/setlogin.S | 63 - > lib/libc/x86_64/sys/sigreturn.S | 44 - > lib/libc/x86_64/sys/vfork.S | 57 - > lib/libc/xdr/xdr_float.c | 2 +- > lib/libc_r/arch/amd64/_atomic_lock.S | 39 + > lib/libc_r/arch/x86_64/_atomic_lock.S | 38 - > lib/libc_r/uthread/pthread_private.h | 2 +- > lib/libkvm/kvm_amd64.c | 237 ++ > lib/libkvm/kvm_x86_64.c | 236 -- > lib/libm/arch/amd64/Makefile.inc | 6 + > lib/libm/arch/{x86_64 => amd64}/fenv.c | 0 > lib/libm/arch/{x86_64 => amd64}/fenv.h | 0 > lib/libm/arch/i386/Makefile.inc | 2 +- > lib/libm/arch/x86_64/Makefile.inc | 6 - > lib/libstand/Makefile | 8 +- > lib/libthread_xu/arch/amd64/Makefile.inc | 5 + > .../amd64}/_umtx_sleep_wakeup_err.S | 0 > lib/libthread_xu/arch/amd64/amd64/pthread_md.c | 65 + > lib/libthread_xu/arch/amd64/include/pthread_md.h | 53 + > lib/libthread_xu/arch/x86_64/Makefile.inc | 3 - > lib/libthread_xu/arch/x86_64/include/pthread_md.h | 52 - > lib/libthread_xu/arch/x86_64/x86_64/pthread_md.c | 64 - > libexec/rtld-elf/amd64/Makefile.inc | 6 + > libexec/rtld-elf/amd64/lockdflt.c | 180 + > libexec/rtld-elf/amd64/reloc.c | 391 ++ > libexec/rtld-elf/amd64/rtld_machdep.h | 92 + > libexec/rtld-elf/amd64/rtld_start.S | 120 + > libexec/rtld-elf/x86_64/Makefile.inc | 5 - > libexec/rtld-elf/x86_64/lockdflt.c | 179 - > libexec/rtld-elf/x86_64/reloc.c | 390 -- > libexec/rtld-elf/x86_64/rtld_machdep.h | 91 - > libexec/rtld-elf/x86_64/rtld_start.S | 119 - > nrelease/Makefile | 2 +- > sbin/Makefile | 2 +- > sbin/gpt/migrate.c | 2 +- > .../{opensslconf-x86_64.h => opensslconf-amd64.h} | 0 > share/man/man3/fpgetround.3 | 2 +- > share/man/man4/acpi.4 | 2 +- > share/man/man5/kernconf.5 | 10 +- > share/man/man7/build.7 | 2 +- > share/mk/bsd.cpu.custom.mk | 4 +- > share/mk/bsd.cpu.gcc41.mk | 12 +- > share/mk/bsd.cpu.gcc44.mk | 8 +- > share/mk/sys.mk | 2 +- > sys/boot/Makefile | 4 +- > sys/boot/common/Makefile.inc | 2 +- > sys/boot/common/reloc_elf.c | 2 +- > sys/boot/ficl/Makefile | 4 +- > sys/boot/pc32/Makefile.inc | 2 +- > sys/boot/pc32/boot2/Makefile | 4 +- > sys/boot/pc32/libi386/Makefile | 2 +- > sys/boot/pc32/libi386/amd64_tramp.S | 115 + > sys/boot/pc32/libi386/elf64_freebsd.c | 8 +- > sys/boot/pc32/libi386/x86_64_tramp.S | 114 - > sys/boot/pc32/loader/conf.c | 8 +- > sys/boot/pc64/Makefile.inc | 2 +- > sys/bus/isa/amd64/isa.c | 164 + > sys/bus/isa/amd64/isa.h | 199 + > sys/bus/isa/amd64/isa_compat.c | 299 ++ > sys/bus/isa/amd64/isa_compat.h | 143 + > sys/bus/isa/amd64/isa_device.h | 89 + > sys/bus/isa/amd64/isa_dma.c | 515 +++ > sys/bus/isa/isa.h | 4 +- > sys/bus/isa/isa_compat.h | 4 +- > sys/bus/isa/isa_device.h | 4 +- > sys/bus/isa/x86_64/isa.c | 163 - > sys/bus/isa/x86_64/isa.h | 198 - > sys/bus/isa/x86_64/isa_compat.c | 298 -- > sys/bus/isa/x86_64/isa_compat.h | 142 - > sys/bus/isa/x86_64/isa_device.h | 88 - > sys/bus/isa/x86_64/isa_dma.c | 514 --- > sys/bus/pci/{x86_64 => amd64}/legacy.c | 0 > sys/bus/pci/{x86_64 => amd64}/legacyvar.h | 0 > sys/bus/pci/{x86_64 => amd64}/mptable_pci.c | 0 > sys/bus/pci/{x86_64 => amd64}/pci_bus.c | 0 > sys/bus/pci/{x86_64 => amd64}/pci_cfgreg.c | 0 > sys/bus/pci/{x86_64 => amd64}/pci_cfgreg.h | 0 > sys/bus/pci/{x86_64 => amd64}/pci_pir.c | 0 > sys/bus/pci/{x86_64 => amd64}/pcibus.h | 0 > sys/bus/pci/pci.c | 4 +- > sys/bus/pci/pci_cfgreg.h | 4 +- > sys/bus/pci/pcibus.h | 4 +- > sys/conf/files | 2 +- > sys/conf/kmod.mk | 6 +- > sys/config/AMD64_GENERIC | 315 ++ > sys/config/JG64 | 8 +- > sys/config/X86_64_GENERIC | 313 -- > sys/cpu/amd64/include/asm.h | 86 + > sys/cpu/amd64/include/asmacros.h | 208 ++ > sys/cpu/{x86_64 => amd64}/include/atomic.h | 0 > sys/cpu/amd64/include/bus_dma.h | 975 +++++ > sys/cpu/amd64/include/coredump.h | 14 + > sys/cpu/amd64/include/cpu.h | 132 + > sys/cpu/amd64/include/cpufunc.h | 911 +++++ > sys/cpu/amd64/include/cputypes.h | 60 + > sys/cpu/amd64/include/db_machdep.h | 97 + > sys/cpu/amd64/include/elf.h | 160 + > sys/cpu/amd64/include/endian.h | 203 + > sys/cpu/amd64/include/exec.h | 43 + > sys/cpu/amd64/include/float.h | 79 + > sys/cpu/{x86_64 => amd64}/include/floatingpoint.h | 0 > sys/cpu/amd64/include/frame.h | 128 + > sys/cpu/amd64/include/ieee.h | 97 + > sys/cpu/amd64/include/ieeefp.h | 300 ++ > sys/cpu/{x86_64 => amd64}/include/int_const.h | 0 > sys/cpu/{x86_64 => amd64}/include/int_limits.h | 0 > sys/cpu/amd64/include/inttypes.h | 296 ++ > sys/cpu/amd64/include/limits.h | 107 + > sys/cpu/amd64/include/math.h | 18 + > sys/cpu/amd64/include/npx.h | 168 + > sys/cpu/amd64/include/param.h | 266 ++ > sys/cpu/amd64/include/pmap.h | 111 + > sys/cpu/amd64/include/profile.h | 169 + > sys/cpu/amd64/include/psl.h | 89 + > sys/cpu/amd64/include/reg.h | 104 + > sys/cpu/amd64/include/reloc.h | 54 + > sys/cpu/amd64/include/segments.h | 278 ++ > sys/cpu/amd64/include/setjmp.h | 54 + > sys/cpu/amd64/include/sigframe.h | 50 + > sys/cpu/amd64/include/signal.h | 161 + > sys/cpu/amd64/include/specialreg.h | 500 +++ > sys/cpu/amd64/include/stdarg.h | 85 + > sys/cpu/amd64/include/stdint.h | 149 + > sys/cpu/amd64/include/sysarch.h | 62 + > sys/cpu/amd64/include/tls.h | 122 + > sys/cpu/amd64/include/trap.h | 110 + > sys/cpu/amd64/include/tss.h | 72 + > sys/cpu/amd64/include/types.h | 83 + > sys/cpu/amd64/include/ucontext.h | 94 + > sys/cpu/amd64/include/varargs.h | 78 + > sys/cpu/amd64/include/vframe.h | 57 + > sys/cpu/amd64/misc/amd64-gdbstub.c | 666 ++++ > sys/cpu/i386/include/elf.h | 2 +- > sys/cpu/i386/include/ieee.h | 4 +- > sys/cpu/x86_64/include/asm.h | 85 - > sys/cpu/x86_64/include/asmacros.h | 207 -- > sys/cpu/x86_64/include/bus_dma.h | 973 ----- > sys/cpu/x86_64/include/coredump.h | 10 - > sys/cpu/x86_64/include/cpu.h | 132 - > sys/cpu/x86_64/include/cpufunc.h | 910 ----- > sys/cpu/x86_64/include/cputypes.h | 59 - > sys/cpu/x86_64/include/db_machdep.h | 96 - > sys/cpu/x86_64/include/elf.h | 159 - > sys/cpu/x86_64/include/endian.h | 202 - > sys/cpu/x86_64/include/exec.h | 42 - > sys/cpu/x86_64/include/float.h | 78 - > sys/cpu/x86_64/include/frame.h | 127 - > sys/cpu/x86_64/include/ieee.h | 96 - > sys/cpu/x86_64/include/ieeefp.h | 299 -- > sys/cpu/x86_64/include/inttypes.h | 295 -- > sys/cpu/x86_64/include/limits.h | 106 - > sys/cpu/x86_64/include/math.h | 17 - > sys/cpu/x86_64/include/npx.h | 167 - > sys/cpu/x86_64/include/param.h | 265 -- > sys/cpu/x86_64/include/pmap.h | 109 - > sys/cpu/x86_64/include/profile.h | 168 - > sys/cpu/x86_64/include/psl.h | 88 - > sys/cpu/x86_64/include/reg.h | 103 - > sys/cpu/x86_64/include/reloc.h | 53 - > sys/cpu/x86_64/include/segments.h | 277 -- > sys/cpu/x86_64/include/setjmp.h | 53 - > sys/cpu/x86_64/include/sigframe.h | 49 - > sys/cpu/x86_64/include/signal.h | 160 - > sys/cpu/x86_64/include/specialreg.h | 499 --- > sys/cpu/x86_64/include/stdarg.h | 84 - > sys/cpu/x86_64/include/stdint.h | 148 - > sys/cpu/x86_64/include/sysarch.h | 61 - > sys/cpu/x86_64/include/tls.h | 120 - > sys/cpu/x86_64/include/trap.h | 109 - > sys/cpu/x86_64/include/tss.h | 71 - > sys/cpu/x86_64/include/types.h | 82 - > sys/cpu/x86_64/include/ucontext.h | 93 - > sys/cpu/x86_64/include/varargs.h | 77 - > sys/cpu/x86_64/include/vframe.h | 55 - > sys/cpu/x86_64/misc/x86_64-gdbstub.c | 665 ---- > sys/crypto/via/padlock.c | 4 +- > sys/crypto/via/padlock_hash.c | 2 +- > sys/ddb/db_kld.c | 2 +- > sys/ddb/db_run.c | 2 +- > sys/dev/acpica5/Makefile | 2 +- > sys/dev/acpica5/Osd/OsdHardware.c | 4 +- > sys/dev/acpica5/acpi_timer.c | 4 +- > sys/dev/agp/Makefile | 2 +- > sys/dev/agp/agp.c | 2 +- > sys/dev/agp/{agp_x86_64.c => agp_amd64.c} | 0 > sys/dev/disk/mpt/mpt_user.c | 20 +- > sys/dev/disk/sym/sym_hipd.c | 2 +- > sys/dev/drm/drmP.h | 4 +- > sys/dev/misc/syscons/syscons.c | 4 +- > sys/dev/netif/bce/if_bcereg.h | 2 +- > sys/dev/netif/mxge/if_mxge.c | 6 +- > sys/dev/serial/sio/sio.c | 4 +- > sys/dev/video/{x86_64 => amd64}/Makefile | 0 > sys/dev/video/fb/fbreg.h | 2 +- > sys/dev/video/fb/vga.c | 8 +- > sys/emulation/Makefile | 2 +- > sys/emulation/ndis/hal_var.h | 6 +- > sys/emulation/ndis/regcall.h | 2 +- > sys/kern/kern_memio.c | 8 +- > sys/kern/link_elf_obj.c | 2 +- > sys/kern/lwkt_ipiq.c | 12 +- > sys/kern/lwkt_thread.c | 4 +- > sys/kern/vfs_vnops.c | 2 +- > sys/platform/pc64/amd64/atomic.c | 48 + > sys/platform/pc64/amd64/autoconf.c | 498 +++ > .../pc64/{x86_64 => amd64}/busdma_machdep.c | 0 > sys/platform/pc64/amd64/console.c | 52 + > .../pc64/{x86_64 => amd64}/cpufreq_machdep.c | 0 > sys/platform/pc64/amd64/db_disasm.c | 1482 ++++++++ > sys/platform/pc64/amd64/db_interface.c | 363 ++ > sys/platform/pc64/amd64/db_trace.c | 673 ++++ > sys/platform/pc64/amd64/elf_machdep.c | 154 + > sys/platform/pc64/{x86_64 => amd64}/est.c | 0 > sys/platform/pc64/amd64/exception.S | 499 +++ > sys/platform/pc64/amd64/genassym.c | 245 ++ > sys/platform/pc64/amd64/global.s | 109 + > sys/platform/pc64/amd64/globaldata.c | 65 + > sys/platform/pc64/amd64/identcpu.c | 619 ++++ > sys/platform/pc64/amd64/in_cksum2.s | 87 + > sys/platform/pc64/amd64/init.c | 175 + > sys/platform/pc64/amd64/initcpu.c | 161 + > sys/platform/pc64/amd64/ipl.s | 502 +++ > sys/platform/pc64/amd64/ipl_funcs.c | 72 + > sys/platform/pc64/amd64/ktr.c | 89 + > sys/platform/pc64/amd64/locore.s | 89 + > sys/platform/pc64/amd64/machdep.c | 2354 ++++++++++++ > sys/platform/pc64/amd64/mp_machdep.c | 2616 +++++++++++++ > sys/platform/pc64/{x86_64 => amd64}/mpboot.S | 0 > sys/platform/pc64/{x86_64 => amd64}/mplock.s | 0 > sys/platform/pc64/amd64/nexus.c | 597 +++ > sys/platform/pc64/amd64/npx.c | 696 ++++ > sys/platform/pc64/amd64/pmap.c | 3863 ++++++++++++++++++++ > sys/platform/pc64/amd64/pmap_inval.c | 151 + > sys/platform/pc64/amd64/procfs_machdep.c | 129 + > sys/platform/pc64/amd64/sigtramp.s | 58 + > sys/platform/pc64/amd64/spinlock.s | 112 + > sys/platform/pc64/amd64/support.s | 721 ++++ > sys/platform/pc64/amd64/swtch.s | 696 ++++ > sys/platform/pc64/amd64/sysarch.c | 63 + > sys/platform/pc64/amd64/systimer.c | 111 + > sys/platform/pc64/amd64/tls.c | 165 + > sys/platform/pc64/amd64/trap.c | 1319 +++++++ > sys/platform/pc64/amd64/userldt.c | 61 + > sys/platform/pc64/amd64/vm_machdep.c | 415 +++ > sys/platform/pc64/conf/files | 106 +- > sys/platform/pc64/conf/kern.mk | 2 +- > sys/platform/pc64/conf/ldscript.amd64 | 176 + > sys/platform/pc64/conf/ldscript.x86_64 | 175 - > sys/platform/pc64/conf/options | 2 +- > sys/platform/pc64/include/globaldata.h | 4 +- > sys/platform/pc64/include/pcb.h | 2 +- > sys/platform/pc64/include/pcb_ext.h | 2 +- > sys/platform/pc64/include/vmparam.h | 2 +- > sys/platform/pc64/x86_64/atomic.c | 47 - > sys/platform/pc64/x86_64/autoconf.c | 497 --- > sys/platform/pc64/x86_64/console.c | 50 - > sys/platform/pc64/x86_64/db_disasm.c | 1480 -------- > sys/platform/pc64/x86_64/db_interface.c | 362 -- > sys/platform/pc64/x86_64/db_trace.c | 672 ---- > sys/platform/pc64/x86_64/elf_machdep.c | 153 - > sys/platform/pc64/x86_64/exception.S | 496 --- > sys/platform/pc64/x86_64/genassym.c | 244 -- > sys/platform/pc64/x86_64/global.s | 108 - > sys/platform/pc64/x86_64/globaldata.c | 63 - > sys/platform/pc64/x86_64/identcpu.c | 618 ---- > sys/platform/pc64/x86_64/in_cksum2.s | 85 - > sys/platform/pc64/x86_64/init.c | 173 - > sys/platform/pc64/x86_64/initcpu.c | 159 - > sys/platform/pc64/x86_64/ipl.s | 501 --- > sys/platform/pc64/x86_64/ipl_funcs.c | 71 - > sys/platform/pc64/x86_64/ktr.c | 87 - > sys/platform/pc64/x86_64/locore.s | 88 - > sys/platform/pc64/x86_64/machdep.c | 2353 ------------ > sys/platform/pc64/x86_64/mp_machdep.c | 2616 ------------- > sys/platform/pc64/x86_64/nexus.c | 596 --- > sys/platform/pc64/x86_64/npx.c | 695 ---- > sys/platform/pc64/x86_64/pmap.c | 3862 ------------------- > sys/platform/pc64/x86_64/pmap_inval.c | 149 - > sys/platform/pc64/x86_64/procfs_machdep.c | 128 - > sys/platform/pc64/x86_64/sigtramp.s | 57 - > sys/platform/pc64/x86_64/spinlock.s | 111 - > sys/platform/pc64/x86_64/support.s | 720 ---- > sys/platform/pc64/x86_64/swtch.s | 695 ---- > sys/platform/pc64/x86_64/sysarch.c | 61 - > sys/platform/pc64/x86_64/systimer.c | 109 - > sys/platform/pc64/x86_64/tls.c | 163 - > sys/platform/pc64/x86_64/trap.c | 1318 ------- > sys/platform/pc64/x86_64/userldt.c | 59 - > sys/platform/pc64/x86_64/vm_machdep.c | 414 --- > sys/sys/disklabel32.h | 2 +- > sys/sys/mpt_ioctl.h | 2 +- > sys/sys/systm.h | 4 +- > sys/sys/tls.h | 2 +- > sys/vm/vm_page.c | 2 +- > sys/vm/vm_page.h | 4 +- > test/amd64/Makefile | 267 ++ > test/{x86_64 => amd64}/qemu.patch | 0 > test/sysperf/memcpy.S | 2 +- > test/x86_64/Makefile | 267 -- > usr.bin/gprof/amd64.h | 45 + > usr.bin/gprof/gprof.h | 4 +- > usr.bin/gprof/x86_64.h | 44 - > usr.bin/mandoc/arch.in | 2 +- > usr.bin/mandoc/mdoc.7 | 2 +- > usr.bin/xlint/lint1/param.h | 2 +- > usr.sbin/Makefile | 2 +- > usr.sbin/mergemaster/mergemaster.sh | 4 +- > usr.sbin/pppd/main.c | 2 +- > 470 files changed, 34144 insertions(+), 33959 deletions(-) > rename etc/{etc.x86_64 => etc.amd64}/disktab (100%) > rename etc/{etc.x86_64 => etc.amd64}/ttys (100%) > create mode 100644 gnu/usr.bin/binutils217/as/amd64-dragonfly/Makefile > create mode 100644 gnu/usr.bin/binutils217/as/amd64-dragonfly/itbl-cpu.h > create mode 100644 gnu/usr.bin/binutils217/as/amd64-dragonfly/obj-format.h > create mode 100644 gnu/usr.bin/binutils217/as/amd64-dragonfly/targ-cpu.h > create mode 100644 gnu/usr.bin/binutils217/as/amd64-dragonfly/targ-env.h > delete mode 100644 gnu/usr.bin/binutils217/as/x86_64-dragonfly/Makefile > create mode 100644 gnu/usr.bin/binutils217/ld/Makefile.amd64 > delete mode 100644 gnu/usr.bin/binutils217/ld/Makefile.x86_64 > create mode 100644 gnu/usr.bin/binutils217/libbfd/Makefile.amd64 > delete mode 100644 gnu/usr.bin/binutils217/libbfd/Makefile.x86_64 > create mode 100644 gnu/usr.bin/binutils217/libopcodes/Makefile.amd64 > delete mode 100644 gnu/usr.bin/binutils217/libopcodes/Makefile.x86_64 > create mode 100644 gnu/usr.bin/binutils220/as/amd64-dragonfly/Makefile > rename gnu/usr.bin/{binutils217/as/x86_64-dragonfly => binutils220/as/amd64-dragonfly}/itbl-cpu.h (100%) > rename gnu/usr.bin/{binutils217/as/x86_64-dragonfly => binutils220/as/amd64-dragonfly}/obj-format.h (100%) > rename gnu/usr.bin/{binutils217/as/x86_64-dragonfly => binutils220/as/amd64-dragonfly}/targ-cpu.h (100%) > rename gnu/usr.bin/{binutils217/as/x86_64-dragonfly => binutils220/as/amd64-dragonfly}/targ-env.h (100%) > delete mode 100644 gnu/usr.bin/binutils220/as/x86_64-dragonfly/Makefile > delete mode 100644 gnu/usr.bin/binutils220/as/x86_64-dragonfly/itbl-cpu.h > delete mode 100644 gnu/usr.bin/binutils220/as/x86_64-dragonfly/obj-format.h > delete mode 100644 gnu/usr.bin/binutils220/as/x86_64-dragonfly/targ-cpu.h > delete mode 100644 gnu/usr.bin/binutils220/as/x86_64-dragonfly/targ-env.h > create mode 100644 gnu/usr.bin/binutils220/ld/Makefile.amd64 > delete mode 100644 gnu/usr.bin/binutils220/ld/Makefile.x86_64 > rename gnu/usr.bin/binutils220/libbfd/{Makefile.x86_64 => Makefile.amd64} (100%) > rename gnu/usr.bin/binutils220/libbfd/{Makefile.host.x86_64 => Makefile.host.amd64} (100%) > rename gnu/usr.bin/binutils220/libbinutils/{Makefile.x86_64 => Makefile.amd64} (100%) > rename gnu/usr.bin/binutils220/libopcodes/{Makefile.x86_64 => Makefile.amd64} (100%) > rename gnu/usr.bin/cc44/gmp/{Makefile.x86_64 => Makefile.amd64} (100%) > rename gnu/usr.bin/gdb/kgdb/{trgt_x86_64.c => trgt_amd64.c} (100%) > rename gnu/usr.bin/gdb/libbfd/{Makefile.x86_64 => Makefile.amd64} (100%) > rename gnu/usr.bin/gdb/libbfd/{Makefile.host.x86_64 => Makefile.host.amd64} (100%) > rename gnu/usr.bin/gdb/libgdb/{Makefile.x86_64 => Makefile.amd64} (100%) > rename gnu/usr.bin/gdb/libopcodes/{Makefile.x86_64 => Makefile.amd64} (100%) > create mode 100644 lib/csu/amd64/Makefile.csu > create mode 100644 lib/csu/amd64/crt1.c > create mode 100644 lib/csu/amd64/crti.S > create mode 100644 lib/csu/amd64/crtn.S > delete mode 100644 lib/csu/x86_64/Makefile.csu > delete mode 100644 lib/csu/x86_64/crt1.c > delete mode 100644 lib/csu/x86_64/crti.S > delete mode 100644 lib/csu/x86_64/crtn.S > create mode 100644 lib/libc/amd64/Makefile.inc > create mode 100644 lib/libc/amd64/SYS.h > create mode 100644 lib/libc/amd64/_fpmath.h > create mode 100644 lib/libc/amd64/arith.h > rename lib/libc/{x86_64 => amd64}/gd_qnan.h (100%) > create mode 100644 lib/libc/amd64/gen/Makefile.inc > create mode 100644 lib/libc/amd64/gen/_setjmp.S > create mode 100644 lib/libc/amd64/gen/fabs.S > create mode 100644 lib/libc/amd64/gen/flt_rounds.c > create mode 100644 lib/libc/amd64/gen/fpclassifyl.c > create mode 100644 lib/libc/amd64/gen/fpgetmask.S > create mode 100644 lib/libc/amd64/gen/fpgetround.S > create mode 100644 lib/libc/amd64/gen/fpgetsticky.S > create mode 100644 lib/libc/amd64/gen/fpsetmask.S > create mode 100644 lib/libc/amd64/gen/fpsetround.S > create mode 100644 lib/libc/amd64/gen/fpsetsticky.S > create mode 100644 lib/libc/amd64/gen/infinityl.c > create mode 100644 lib/libc/amd64/gen/isfinitel.c > create mode 100644 lib/libc/amd64/gen/isinfl.c > create mode 100644 lib/libc/amd64/gen/isnanl.c > create mode 100644 lib/libc/amd64/gen/ldexp.c > create mode 100644 lib/libc/amd64/gen/mcontext.S > create mode 100644 lib/libc/amd64/gen/modf.S > create mode 100644 lib/libc/amd64/gen/nanf.c > create mode 100644 lib/libc/amd64/gen/rfork_thread.S > create mode 100644 lib/libc/amd64/gen/setjmp.S > create mode 100644 lib/libc/amd64/gen/signbitl.c > create mode 100644 lib/libc/amd64/gen/sigsetjmp.S > rename lib/libc/{x86_64 => amd64}/stdlib/Makefile.inc (100%) > rename lib/libc/{x86_64 => amd64}/stdlib/div.S (100%) > rename lib/libc/{x86_64 => amd64}/stdlib/ldiv.S (100%) > rename lib/libc/{x86_64 => amd64}/stdlib/lldiv.S (100%) > rename lib/libc/{x86_64 => amd64}/string/Makefile.inc (100%) > rename lib/libc/{x86_64 => amd64}/string/bcmp.S (100%) > rename lib/libc/{x86_64 => amd64}/string/bcopy.S (100%) > rename lib/libc/{x86_64 => amd64}/string/bzero.S (100%) > rename lib/libc/{x86_64 => amd64}/string/memcmp.S (100%) > rename lib/libc/{x86_64 => amd64}/string/memcpy.S (100%) > rename lib/libc/{x86_64 => amd64}/string/memmove.S (100%) > rename lib/libc/{x86_64 => amd64}/string/memset.S (100%) > rename lib/libc/{x86_64 => amd64}/string/strcat.S (100%) > rename lib/libc/{x86_64 => amd64}/string/strcmp.S (100%) > rename lib/libc/{x86_64 => amd64}/string/strcpy.S (100%) > create mode 100644 lib/libc/amd64/sys/Makefile.inc > create mode 100644 lib/libc/amd64/sys/amd64_get_fsbase.c > create mode 100644 lib/libc/amd64/sys/amd64_get_gsbase.c > create mode 100644 lib/libc/amd64/sys/amd64_set_fsbase.c > create mode 100644 lib/libc/amd64/sys/amd64_set_gsbase.c > create mode 100644 lib/libc/amd64/sys/asmcontext.c > create mode 100644 lib/libc/amd64/sys/brk.S > create mode 100644 lib/libc/amd64/sys/cerror.S > create mode 100644 lib/libc/amd64/sys/exect.S > create mode 100644 lib/libc/amd64/sys/pipe.S > create mode 100644 lib/libc/amd64/sys/ptrace.S > create mode 100644 lib/libc/amd64/sys/reboot.S > create mode 100644 lib/libc/amd64/sys/sbrk.S > create mode 100644 lib/libc/amd64/sys/setlogin.S > create mode 100644 lib/libc/amd64/sys/sigreturn.S > create mode 100644 lib/libc/amd64/sys/vfork.S > delete mode 100644 lib/libc/x86_64/Makefile.inc > delete mode 100644 lib/libc/x86_64/SYS.h > delete mode 100644 lib/libc/x86_64/_fpmath.h > delete mode 100644 lib/libc/x86_64/arith.h > delete mode 100644 lib/libc/x86_64/gen/Makefile.inc > delete mode 100644 lib/libc/x86_64/gen/_setjmp.S > delete mode 100644 lib/libc/x86_64/gen/fabs.S > delete mode 100644 lib/libc/x86_64/gen/flt_rounds.c > delete mode 100644 lib/libc/x86_64/gen/fpclassifyl.c > delete mode 100644 lib/libc/x86_64/gen/fpgetmask.S > delete mode 100644 lib/libc/x86_64/gen/fpgetround.S > delete mode 100644 lib/libc/x86_64/gen/fpgetsticky.S > delete mode 100644 lib/libc/x86_64/gen/fpsetmask.S > delete mode 100644 lib/libc/x86_64/gen/fpsetround.S > delete mode 100644 lib/libc/x86_64/gen/fpsetsticky.S > delete mode 100644 lib/libc/x86_64/gen/infinityl.c > delete mode 100644 lib/libc/x86_64/gen/isfinitel.c > delete mode 100644 lib/libc/x86_64/gen/isinfl.c > delete mode 100644 lib/libc/x86_64/gen/isnanl.c > delete mode 100644 lib/libc/x86_64/gen/ldexp.c > delete mode 100644 lib/libc/x86_64/gen/mcontext.S > delete mode 100644 lib/libc/x86_64/gen/modf.S > delete mode 100644 lib/libc/x86_64/gen/nanf.c > delete mode 100644 lib/libc/x86_64/gen/rfork_thread.S > delete mode 100644 lib/libc/x86_64/gen/setjmp.S > delete mode 100644 lib/libc/x86_64/gen/signbitl.c > delete mode 100644 lib/libc/x86_64/gen/sigsetjmp.S > delete mode 100644 lib/libc/x86_64/sys/Makefile.inc > delete mode 100644 lib/libc/x86_64/sys/amd64_get_fsbase.c > delete mode 100644 lib/libc/x86_64/sys/amd64_get_gsbase.c > delete mode 100644 lib/libc/x86_64/sys/amd64_set_fsbase.c > delete mode 100644 lib/libc/x86_64/sys/amd64_set_gsbase.c > delete mode 100644 lib/libc/x86_64/sys/asmcontext.c > delete mode 100644 lib/libc/x86_64/sys/brk.S > delete mode 100644 lib/libc/x86_64/sys/cerror.S > delete mode 100644 lib/libc/x86_64/sys/exect.S > delete mode 100644 lib/libc/x86_64/sys/pipe.S > delete mode 100644 lib/libc/x86_64/sys/ptrace.S > delete mode 100644 lib/libc/x86_64/sys/reboot.S > delete mode 100644 lib/libc/x86_64/sys/sbrk.S > delete mode 100644 lib/libc/x86_64/sys/setlogin.S > delete mode 100644 lib/libc/x86_64/sys/sigreturn.S > delete mode 100644 lib/libc/x86_64/sys/vfork.S > create mode 100644 lib/libc_r/arch/amd64/_atomic_lock.S > delete mode 100644 lib/libc_r/arch/x86_64/_atomic_lock.S > create mode 100644 lib/libkvm/kvm_amd64.c > delete mode 100644 lib/libkvm/kvm_x86_64.c > create mode 100644 lib/libm/arch/amd64/Makefile.inc > rename lib/libm/arch/{x86_64 => amd64}/fenv.c (100%) > rename lib/libm/arch/{x86_64 => amd64}/fenv.h (100%) > delete mode 100644 lib/libm/arch/x86_64/Makefile.inc > create mode 100644 lib/libthread_xu/arch/amd64/Makefile.inc > rename lib/libthread_xu/arch/{x86_64/x86_64 => amd64/amd64}/_umtx_sleep_wakeup_err.S (100%) > create mode 100644 lib/libthread_xu/arch/amd64/amd64/pthread_md.c > create mode 100644 lib/libthread_xu/arch/amd64/include/pthread_md.h > delete mode 100644 lib/libthread_xu/arch/x86_64/Makefile.inc > delete mode 100644 lib/libthread_xu/arch/x86_64/include/pthread_md.h > delete mode 100644 lib/libthread_xu/arch/x86_64/x86_64/pthread_md.c > create mode 100644 libexec/rtld-elf/amd64/Makefile.inc > create mode 100644 libexec/rtld-elf/amd64/lockdflt.c > create mode 100644 libexec/rtld-elf/amd64/reloc.c > create mode 100644 libexec/rtld-elf/amd64/rtld_machdep.h > create mode 100644 libexec/rtld-elf/amd64/rtld_start.S > delete mode 100644 libexec/rtld-elf/x86_64/Makefile.inc > delete mode 100644 libexec/rtld-elf/x86_64/lockdflt.c > delete mode 100644 libexec/rtld-elf/x86_64/reloc.c > delete mode 100644 libexec/rtld-elf/x86_64/rtld_machdep.h > delete mode 100644 libexec/rtld-elf/x86_64/rtld_start.S > rename secure/lib/libcrypto/{opensslconf-x86_64.h => opensslconf-amd64.h} (100%) > create mode 100644 sys/boot/pc32/libi386/amd64_tramp.S > delete mode 100644 sys/boot/pc32/libi386/x86_64_tramp.S > create mode 100644 sys/bus/isa/amd64/isa.c > create mode 100644 sys/bus/isa/amd64/isa.h > create mode 100644 sys/bus/isa/amd64/isa_compat.c > create mode 100644 sys/bus/isa/amd64/isa_compat.h > create mode 100644 sys/bus/isa/amd64/isa_device.h > create mode 100644 sys/bus/isa/amd64/isa_dma.c > delete mode 100644 sys/bus/isa/x86_64/isa.c > delete mode 100644 sys/bus/isa/x86_64/isa.h > delete mode 100644 sys/bus/isa/x86_64/isa_compat.c > delete mode 100644 sys/bus/isa/x86_64/isa_compat.h > delete mode 100644 sys/bus/isa/x86_64/isa_device.h > delete mode 100644 sys/bus/isa/x86_64/isa_dma.c > rename sys/bus/pci/{x86_64 => amd64}/legacy.c (100%) > rename sys/bus/pci/{x86_64 => amd64}/legacyvar.h (100%) > rename sys/bus/pci/{x86_64 => amd64}/mptable_pci.c (100%) > rename sys/bus/pci/{x86_64 => amd64}/pci_bus.c (100%) > rename sys/bus/pci/{x86_64 => amd64}/pci_cfgreg.c (100%) > rename sys/bus/pci/{x86_64 => amd64}/pci_cfgreg.h (100%) > rename sys/bus/pci/{x86_64 => amd64}/pci_pir.c (100%) > rename sys/bus/pci/{x86_64 => amd64}/pcibus.h (100%) > create mode 100644 sys/config/AMD64_GENERIC > delete mode 100644 sys/config/X86_64_GENERIC > create mode 100644 sys/cpu/amd64/include/asm.h > create mode 100644 sys/cpu/amd64/include/asmacros.h > rename sys/cpu/{x86_64 => amd64}/include/atomic.h (100%) > create mode 100644 sys/cpu/amd64/include/bus_dma.h > create mode 100644 sys/cpu/amd64/include/coredump.h > create mode 100644 sys/cpu/amd64/include/cpu.h > create mode 100644 sys/cpu/amd64/include/cpufunc.h > create mode 100644 sys/cpu/amd64/include/cputypes.h > create mode 100644 sys/cpu/amd64/include/db_machdep.h > create mode 100644 sys/cpu/amd64/include/elf.h > create mode 100644 sys/cpu/amd64/include/endian.h > create mode 100644 sys/cpu/amd64/include/exec.h > create mode 100644 sys/cpu/amd64/include/float.h > rename sys/cpu/{x86_64 => amd64}/include/floatingpoint.h (100%) > create mode 100644 sys/cpu/amd64/include/frame.h > create mode 100644 sys/cpu/amd64/include/ieee.h > create mode 100644 sys/cpu/amd64/include/ieeefp.h > rename sys/cpu/{x86_64 => amd64}/include/int_const.h (100%) > rename sys/cpu/{x86_64 => amd64}/include/int_limits.h (100%) > create mode 100644 sys/cpu/amd64/include/inttypes.h > create mode 100644 sys/cpu/amd64/include/limits.h > create mode 100644 sys/cpu/amd64/include/math.h > create mode 100644 sys/cpu/amd64/include/npx.h > create mode 100644 sys/cpu/amd64/include/param.h > create mode 100644 sys/cpu/amd64/include/pmap.h > create mode 100644 sys/cpu/amd64/include/profile.h > create mode 100644 sys/cpu/amd64/include/psl.h > create mode 100644 sys/cpu/amd64/include/reg.h > create mode 100644 sys/cpu/amd64/include/reloc.h > create mode 100644 sys/cpu/amd64/include/segments.h > create mode 100644 sys/cpu/amd64/include/setjmp.h > create mode 100644 sys/cpu/amd64/include/sigframe.h > create mode 100644 sys/cpu/amd64/include/signal.h > create mode 100644 sys/cpu/amd64/include/specialreg.h > create mode 100644 sys/cpu/amd64/include/stdarg.h > create mode 100644 sys/cpu/amd64/include/stdint.h > create mode 100644 sys/cpu/amd64/include/sysarch.h > create mode 100644 sys/cpu/amd64/include/tls.h > create mode 100644 sys/cpu/amd64/include/trap.h > create mode 100644 sys/cpu/amd64/include/tss.h > create mode 100644 sys/cpu/amd64/include/types.h > create mode 100644 sys/cpu/amd64/include/ucontext.h > create mode 100644 sys/cpu/amd64/include/varargs.h > create mode 100644 sys/cpu/amd64/include/vframe.h > create mode 100644 sys/cpu/amd64/misc/amd64-gdbstub.c > delete mode 100644 sys/cpu/x86_64/include/asm.h > delete mode 100644 sys/cpu/x86_64/include/asmacros.h > delete mode 100644 sys/cpu/x86_64/include/bus_dma.h > delete mode 100644 sys/cpu/x86_64/include/coredump.h > delete mode 100644 sys/cpu/x86_64/include/cpu.h > delete mode 100644 sys/cpu/x86_64/include/cpufunc.h > delete mode 100644 sys/cpu/x86_64/include/cputypes.h > delete mode 100644 sys/cpu/x86_64/include/db_machdep.h > delete mode 100644 sys/cpu/x86_64/include/elf.h > delete mode 100644 sys/cpu/x86_64/include/endian.h > delete mode 100644 sys/cpu/x86_64/include/exec.h > delete mode 100644 sys/cpu/x86_64/include/float.h > delete mode 100644 sys/cpu/x86_64/include/frame.h > delete mode 100644 sys/cpu/x86_64/include/ieee.h > delete mode 100644 sys/cpu/x86_64/include/ieeefp.h > delete mode 100644 sys/cpu/x86_64/include/inttypes.h > delete mode 100644 sys/cpu/x86_64/include/limits.h > delete mode 100644 sys/cpu/x86_64/include/math.h > delete mode 100644 sys/cpu/x86_64/include/npx.h > delete mode 100644 sys/cpu/x86_64/include/param.h > delete mode 100644 sys/cpu/x86_64/include/pmap.h > delete mode 100644 sys/cpu/x86_64/include/profile.h > delete mode 100644 sys/cpu/x86_64/include/psl.h > delete mode 100644 sys/cpu/x86_64/include/reg.h > delete mode 100644 sys/cpu/x86_64/include/reloc.h > delete mode 100644 sys/cpu/x86_64/include/segments.h > delete mode 100644 sys/cpu/x86_64/include/setjmp.h > delete mode 100644 sys/cpu/x86_64/include/sigframe.h > delete mode 100644 sys/cpu/x86_64/include/signal.h > delete mode 100644 sys/cpu/x86_64/include/specialreg.h > delete mode 100644 sys/cpu/x86_64/include/stdarg.h > delete mode 100644 sys/cpu/x86_64/include/stdint.h > delete mode 100644 sys/cpu/x86_64/include/sysarch.h > delete mode 100644 sys/cpu/x86_64/include/tls.h > delete mode 100644 sys/cpu/x86_64/include/trap.h > delete mode 100644 sys/cpu/x86_64/include/tss.h > delete mode 100644 sys/cpu/x86_64/include/types.h > delete mode 100644 sys/cpu/x86_64/include/ucontext.h > delete mode 100644 sys/cpu/x86_64/include/varargs.h > delete mode 100644 sys/cpu/x86_64/include/vframe.h > delete mode 100644 sys/cpu/x86_64/misc/x86_64-gdbstub.c > rename sys/dev/agp/{agp_x86_64.c => agp_amd64.c} (100%) > rename sys/dev/video/{x86_64 => amd64}/Makefile (100%) > create mode 100644 sys/platform/pc64/amd64/atomic.c > create mode 100644 sys/platform/pc64/amd64/autoconf.c > rename sys/platform/pc64/{x86_64 => amd64}/busdma_machdep.c (100%) > create mode 100644 sys/platform/pc64/amd64/console.c > rename sys/platform/pc64/{x86_64 => amd64}/cpufreq_machdep.c (100%) > create mode 100644 sys/platform/pc64/amd64/db_disasm.c > create mode 100644 sys/platform/pc64/amd64/db_interface.c > create mode 100644 sys/platform/pc64/amd64/db_trace.c > create mode 100644 sys/platform/pc64/amd64/elf_machdep.c > rename sys/platform/pc64/{x86_64 => amd64}/est.c (100%) > create mode 100644 sys/platform/pc64/amd64/exception.S > create mode 100644 sys/platform/pc64/amd64/genassym.c > create mode 100644 sys/platform/pc64/amd64/global.s > create mode 100644 sys/platform/pc64/amd64/globaldata.c > create mode 100644 sys/platform/pc64/amd64/identcpu.c > create mode 100644 sys/platform/pc64/amd64/in_cksum2.s > create mode 100644 sys/platform/pc64/amd64/init.c > create mode 100644 sys/platform/pc64/amd64/initcpu.c > create mode 100644 sys/platform/pc64/amd64/ipl.s > create mode 100644 sys/platform/pc64/amd64/ipl_funcs.c > create mode 100644 sys/platform/pc64/amd64/ktr.c > create mode 100644 sys/platform/pc64/amd64/locore.s > create mode 100644 sys/platform/pc64/amd64/machdep.c > create mode 100644 sys/platform/pc64/amd64/mp_machdep.c > rename sys/platform/pc64/{x86_64 => amd64}/mpboot.S (100%) > rename sys/platform/pc64/{x86_64 => amd64}/mplock.s (100%) > create mode 100644 sys/platform/pc64/amd64/nexus.c > create mode 100644 sys/platform/pc64/amd64/npx.c > create mode 100644 sys/platform/pc64/amd64/pmap.c > create mode 100644 sys/platform/pc64/amd64/pmap_inval.c > create mode 100644 sys/platform/pc64/amd64/procfs_machdep.c > create mode 100644 sys/platform/pc64/amd64/sigtramp.s > create mode 100644 sys/platform/pc64/amd64/spinlock.s > create mode 100644 sys/platform/pc64/amd64/support.s > create mode 100644 sys/platform/pc64/amd64/swtch.s > create mode 100644 sys/platform/pc64/amd64/sysarch.c > create mode 100644 sys/platform/pc64/amd64/systimer.c > create mode 100644 sys/platform/pc64/amd64/tls.c > create mode 100644 sys/platform/pc64/amd64/trap.c > create mode 100644 sys/platform/pc64/amd64/userldt.c > create mode 100644 sys/platform/pc64/amd64/vm_machdep.c > create mode 100644 sys/platform/pc64/conf/ldscript.amd64 > delete mode 100644 sys/platform/pc64/conf/ldscript.x86_64 > delete mode 100644 sys/platform/pc64/x86_64/atomic.c > delete mode 100644 sys/platform/pc64/x86_64/autoconf.c > delete mode 100644 sys/platform/pc64/x86_64/console.c > delete mode 100644 sys/platform/pc64/x86_64/db_disasm.c > delete mode 100644 sys/platform/pc64/x86_64/db_interface.c > delete mode 100644 sys/platform/pc64/x86_64/db_trace.c > delete mode 100644 sys/platform/pc64/x86_64/elf_machdep.c > delete mode 100644 sys/platform/pc64/x86_64/exception.S > delete mode 100644 sys/platform/pc64/x86_64/genassym.c > delete mode 100644 sys/platform/pc64/x86_64/global.s > delete mode 100644 sys/platform/pc64/x86_64/globaldata.c > delete mode 100644 sys/platform/pc64/x86_64/identcpu.c > delete mode 100644 sys/platform/pc64/x86_64/in_cksum2.s > delete mode 100644 sys/platform/pc64/x86_64/init.c > delete mode 100644 sys/platform/pc64/x86_64/initcpu.c > delete mode 100644 sys/platform/pc64/x86_64/ipl.s > delete mode 100644 sys/platform/pc64/x86_64/ipl_funcs.c > delete mode 100644 sys/platform/pc64/x86_64/ktr.c > delete mode 100644 sys/platform/pc64/x86_64/locore.s > delete mode 100644 sys/platform/pc64/x86_64/machdep.c > delete mode 100644 sys/platform/pc64/x86_64/mp_machdep.c > delete mode 100644 sys/platform/pc64/x86_64/nexus.c > delete mode 100644 sys/platform/pc64/x86_64/npx.c > delete mode 100644 sys/platform/pc64/x86_64/pmap.c > delete mode 100644 sys/platform/pc64/x86_64/pmap_inval.c > delete mode 100644 sys/platform/pc64/x86_64/procfs_machdep.c > delete mode 100644 sys/platform/pc64/x86_64/sigtramp.s > delete mode 100644 sys/platform/pc64/x86_64/spinlock.s > delete mode 100644 sys/platform/pc64/x86_64/support.s > delete mode 100644 sys/platform/pc64/x86_64/swtch.s > delete mode 100644 sys/platform/pc64/x86_64/sysarch.c > delete mode 100644 sys/platform/pc64/x86_64/systimer.c > delete mode 100644 sys/platform/pc64/x86_64/tls.c > delete mode 100644 sys/platform/pc64/x86_64/trap.c > delete mode 100644 sys/platform/pc64/x86_64/userldt.c > delete mode 100644 sys/platform/pc64/x86_64/vm_machdep.c > create mode 100644 test/amd64/Makefile > rename test/{x86_64 => amd64}/qemu.patch (100%) > delete mode 100644 test/x86_64/Makefile > create mode 100644 usr.bin/gprof/amd64.h > delete mode 100644 usr.bin/gprof/x86_64.h > > http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3f3709c349e3585274c0e23e09a87f8f75c8ce7d > >
文章代碼(AID): #1AzMZ8FU (DFBSD_commit)
討論串 (同標題文章)
文章代碼(AID): #1AzMZ8FU (DFBSD_commit)