.. |
acpi_machdep.c
|
Machine-dependent ACPI CA Osd routines for i386.
|
2001-09-28 01:46:56 +00:00 |
apm.c
|
Use a value for APMDEBUG_ANOM distinct from APMDEBUG_ATTACH, so that
|
2001-10-03 18:22:13 +00:00 |
apmcall.s
|
|
|
autoconf.c
|
Split out the check for a valid disk device into a function.
|
2001-09-20 22:46:04 +00:00 |
bios32.c
|
Apparently the old gas doesn't like *(%reg), so revert this one for now,
|
2001-09-26 14:07:51 +00:00 |
bioscall.s
|
Make the newer gas happy by explicitly adding '*' to indirect calls, and
|
2001-09-21 14:12:50 +00:00 |
bus_machdep.c
|
don't depend on other headers to include sys/proc.h for us.
|
2001-09-28 11:59:51 +00:00 |
compat_13_machdep.c
|
Add %fs/%gs to trap frame and save/restore them on
|
2001-06-17 21:01:32 +00:00 |
conf.c
|
Add `dpti', which is an I2O vendor extension implementing the DPT/Adaptec
|
2001-09-21 23:44:19 +00:00 |
consinit.c
|
add missing #include "opt_kgdb.h"
|
2001-05-30 15:24:23 +00:00 |
db_dbgreg.s
|
replace %ecx with %cl to silence new assembler warnings.
|
2001-09-24 01:09:33 +00:00 |
db_disasm.c
|
|
|
db_interface.c
|
since seg regs are 16 bits, toss high order bits from the trapframe
|
2001-06-18 03:32:14 +00:00 |
db_memrw.c
|
|
|
db_trace.c
|
Add %fs/%gs to trap frame and save/restore them on
|
2001-06-17 21:01:32 +00:00 |
disksubr.c
|
|
|
dkbad.c
|
|
|
freebsd_machdep.c
|
Adapt to new FPU save format in PCB.
|
2001-08-03 00:41:46 +00:00 |
freebsd_sigcode.s
|
More '*' usage in indirect calls/jumps.
|
2001-09-26 09:58:39 +00:00 |
freebsd_syscall.c
|
use _KERNEL_OPT
|
2001-05-30 11:57:16 +00:00 |
gdt.c
|
|
|
genassym.cf
|
Add %fs/%gs to trap frame and save/restore them on
|
2001-06-17 21:01:32 +00:00 |
ibcs2_machdep.c
|
Adapt to new FPU save format in PCB.
|
2001-08-03 00:41:46 +00:00 |
ibcs2_sigcode.s
|
Add %fs/%gs to trap frame and save/restore them on
|
2001-06-17 21:01:32 +00:00 |
ibcs2_syscall.c
|
use _KERNEL_OPT
|
2001-05-30 11:57:16 +00:00 |
in_cksum.s
|
Add infrastructure to allow ports to override build of in6_cksum.c by
|
2001-05-26 17:46:11 +00:00 |
ipkdb_glue.c
|
Add %fs/%gs to trap frame and save/restore them on
|
2001-06-17 21:01:32 +00:00 |
kgdb_machdep.c
|
Add %fs/%gs to trap frame and save/restore them on
|
2001-06-17 21:01:32 +00:00 |
linux_sigcode.s
|
More '*' usage in indirect calls/jumps.
|
2001-09-26 09:58:39 +00:00 |
linux_syscall.c
|
use _KERNEL_OPT
|
2001-05-30 11:57:16 +00:00 |
linux_trap.c
|
Add a linux specific trapsignal() function. This is just a passthrough
|
2001-06-18 02:04:42 +00:00 |
locore.s
|
Make the newer gas happy by explicitly adding '*' to indirect calls, and
|
2001-09-21 14:12:50 +00:00 |
mach_machdep.c
|
now that we know what the traps mean, print their name in debug mode.
|
2001-07-29 19:31:41 +00:00 |
mach_sigcode.s
|
new i386 files for macho and mach.
|
2001-07-14 02:04:25 +00:00 |
mach_syscall.c
|
new i386 files for macho and mach.
|
2001-07-14 02:04:25 +00:00 |
machdep.c
|
Add code to frob the MTRR-like registers on the AMD K6-2
|
2001-09-19 01:26:18 +00:00 |
macho_machdep.c
|
new i386 files for macho and mach.
|
2001-07-14 02:04:25 +00:00 |
mainbus.c
|
Glue in ACPI -- not really for prime-time, but useful for developers.
|
2001-09-28 03:56:21 +00:00 |
math_emu.h
|
|
|
math_emulate.c
|
Adapt to new FPU save format in PCB.
|
2001-08-03 00:41:46 +00:00 |
md_root.c
|
|
|
mem.c
|
Update pmap_update to now take the updated pmap as an argument.
|
2001-09-10 21:19:08 +00:00 |
microtime.s
|
use a shift instead of a divide.
|
2001-07-17 13:52:24 +00:00 |
mtrr_i686.c
|
Initialize 'soft' copies of MTRRs to 0. Make fixed MTRRs work a lot more
|
2001-09-17 20:44:08 +00:00 |
mtrr_k6.c
|
Add code to frob the MTRR-like registers on the AMD K6-2
|
2001-09-19 01:26:18 +00:00 |
pmap.c
|
a whole bunch of changes to improve performance and robustness under load:
|
2001-09-15 20:36:31 +00:00 |
pmc.c
|
|
|
process_machdep.c
|
Don't clobber the MXCSR when we fake FNINIT.
|
2001-08-03 01:21:34 +00:00 |
procfs_machdep.c
|
|
|
rbus_machdep.c
|
In the absense of any objection, move the rbus I/O range to 0x600-0x700
|
2001-08-28 09:25:52 +00:00 |
softintr.c
|
|
|
svr4_machdep.c
|
Adapt to new FPU save format in PCB.
|
2001-08-03 00:41:46 +00:00 |
svr4_sigcode.s
|
Make the newer gas happy by explicitly adding '*' to indirect calls, and
|
2001-09-21 14:12:50 +00:00 |
svr4_syscall.c
|
use _KERNEL_OPT
|
2001-05-30 11:57:16 +00:00 |
sys_machdep.c
|
Syscall frontend for mtrr functions.
|
2001-09-10 10:13:04 +00:00 |
syscall.c
|
|
|
trap.c
|
Add an e_trapsignal member to struct emul, so that emulated processes can
|
2001-06-18 02:00:48 +00:00 |
vm86.c
|
Rework how user-mode instruction and stack fetches are done.
|
2001-06-15 05:43:40 +00:00 |
vm_machdep.c
|
Update pmap_update to now take the updated pmap as an argument.
|
2001-09-10 21:19:08 +00:00 |