NetBSD/sys/arch/amd64/amd64
2005-08-04 19:31:53 +00:00
..
autoconf.c
bios32.c
copy.S
cpu.c
db_disasm.c Const'ify structure declarations to prevent compiler warnings. 2005-06-01 13:08:59 +00:00
db_interface.c adapt to ddb constification 2005-06-01 19:30:11 +00:00
db_memrw.c adapt to ddb constification 2005-06-01 19:30:11 +00:00
db_trace.c Function declarations did not match prototypes, fix. 2005-06-01 13:06:46 +00:00
disksubr.c
fpu.c
gdt.c
genassym.cf
identcpu.c
ipifuncs.c
linux_sigcode.S First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
linux_syscall.c Fix up COMPAT_LINUX support for amd64. Still a work in progress, not 2005-05-15 21:44:41 +00:00
locore.S
machdep.c Optionally include saving and restoring the 64bit %gs and %fs base register 2005-05-15 21:37:46 +00:00
mainbus.c update for acpi busname removal 2005-06-01 18:51:25 +00:00
mem.c
microtime.S
mptramp.S
netbsd32_machdep.c Constify machine32 and machine_arch32. 2005-07-03 17:18:02 +00:00
netbsd32_sigcode.S
netbsd32_syscall.c PR/29607: Christian Biere systrace doesn't handle interrupted syscalls properly 2005-07-01 18:01:44 +00:00
pmap.c In pmap_map(), do not do TLB shootdowns. It is only used for kernel dumps, 2005-08-04 19:29:26 +00:00
process_machdep.c Declare the second arg of process_write_{fp,}regs() to be const. 2005-06-01 13:01:35 +00:00
procfs_machdep.c
spl.S
sys_machdep.c Start at implementing USER_LDT. Doesn't compile yet (but it didn't previously 2005-05-15 21:42:01 +00:00
syscall.c PR/29607: Christian Biere systrace doesn't handle interrupted syscalls properly 2005-07-01 18:01:44 +00:00
trap.c If p->emul->e_usertrap is set, call it for T_USER|T_PAGEFAULT traps to 2005-05-20 12:49:14 +00:00
vector.S remove vestigal {,e}intr{names,cnt} symbols now that vmstat doesn't need them. 2005-05-31 00:45:02 +00:00
vm_machdep.c Missed commit from the linux compat changes dealing with setting fs and gs: 2005-08-04 19:31:53 +00:00