NetBSD/sys/arch/i386/i386
chs bb0c381fb9 two changes to prevent the kernel's pmap from being locked recursively
via interrupts:

(1) pmap_map_ptes() and pmap_unmap_ptes() don't need to do anything to
    map the kernel's pmap, since all pmaps contain the kernel's PTPs.
    this fixes interrupt-context calls to pmap_extract().
(2) pmap_kenter_*() and pmap_kremove() no longer adjust the kernel pmap's
    resident and wired counters.
1999-08-18 03:59:36 +00:00
..
apm.c -let the driver identify itself as v1.2 for the BIOS, recognize the 1999-08-17 19:04:24 +00:00
apmcall.s merge patch from PR#6279 as suggested some time ago. 1999-08-02 08:34:50 +00:00
autoconf.c Don't pass a nam2blk around at all; just have setroot() and friends reference 1999-06-07 20:16:08 +00:00
bioscall.s
compat_13_machdep.c
conf.c Add umodem device. 1999-08-16 22:27:08 +00:00
db_dbgreg.s
db_disasm.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_interface.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_memrw.c PMAP_NEW is no longer optional on the i386; the old pmap's page table 1999-06-17 00:12:10 +00:00
db_trace.c Make traces work with ELF kernels. 1999-06-07 07:00:07 +00:00
disksubr.c recognize ntfs mbr fsid 1999-05-06 15:45:51 +00:00
dkbad.c
freebsd_machdep.c
gdt.c Lock the proclist as appropriate. 1999-07-25 18:05:31 +00:00
genassym.cf PMAP_NEW is no longer optional on the i386; the old pmap's page table 1999-06-17 00:12:10 +00:00
ibcs2_machdep.c
in_cksum.s
kgdb_machdep.c
locore.s Implement cpu_wait(), and move the call to tss_free() from switch_exit() 1999-07-20 22:25:18 +00:00
machdep.c Correct comment about family 6 not being available from AMD, since that's 1999-08-10 12:16:13 +00:00
mainbus.c if you pull in isavar.h, you don't need isa_machdep.h. 1999-03-19 04:58:45 +00:00
math_emu.h Handle instruction prefixes (skip them, in our case). 1999-04-22 00:23:33 +00:00
math_emulate.c Handle instruction prefixes (skip them, in our case). 1999-04-22 00:23:33 +00:00
md_root.c defopt MINIROOTSIZE 1999-03-17 18:59:21 +00:00
mem.c PMAP_NEW is no longer optional on the i386; the old pmap's page table 1999-06-17 00:12:10 +00:00
microtime.s
ns_cksum.c
pmap.c two changes to prevent the kernel's pmap from being locked recursively 1999-08-18 03:59:36 +00:00
process_machdep.c Oops, forgot to commit this file. 1999-05-12 21:21:48 +00:00
svr4_machdep.c move the mi context setting code out of here. 1999-01-21 23:07:20 +00:00
sys_machdep.c Move the user-set LDT out of the PCB and into the pmap. Applications 1999-05-12 19:28:28 +00:00
trap.c PMAP_NEW is no longer optional on the i386; the old pmap's page table 1999-06-17 00:12:10 +00:00
vm86.c
vm_machdep.c Implement cpu_wait(), and move the call to tss_free() from switch_exit() 1999-07-20 22:25:18 +00:00