NetBSD/sys
thorpej bb84e85802 Change pmap_map_entry() to work like pmap_map_chunk(): take a pointer
to the L1 table and a virtual address, and no pointer to the L2 table.
The L2 table will be looked up by pmap_map_entry(), which will panic
if the there is no L2 table for the requested VA.

NOTE: IT IS EXTREMELY IMPORTANT THAT THE CORRECT VIRTUAL ADDRESS
BE PROVIDED TO pmap_map_entry()!  Notably, the code that mapped
the kernel L2 tables into the kernel PT mapping L2 table were not
passing actual virtual addresses, but rather offsets into the range
mapped by the L2 table.  I have fixed up all of these call sites,
and tested the resulting kernel on both an IQ80310 and a Shark.
Other portmasters should examine their pmap_map_entry() calls if
their new kernels fail.
2002-02-22 04:49:19 +00:00
..
adosfs
altq
arch Change pmap_map_entry() to work like pmap_map_chunk(): take a pointer 2002-02-22 04:49:19 +00:00
coda
compat Added munmap() and mprotect() 2002-02-21 22:15:28 +00:00
conf Add ISP_FW_CRASH_DUMP option for isp. 2002-02-21 22:23:33 +00:00
crypto
ddb Add a "show event" ddb command to show the event counters. 2002-02-15 11:18:26 +00:00
dev Implement F/W crashdumps for 2200 && 2300 cards (kernel compile option). 2002-02-21 22:32:40 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs
kern Reworked the o32/n32 matching scheme. IRIX uses some e_flags in the ELF 2002-02-21 21:53:00 +00:00
lib blkset() used a register for set value that get clobbered by movc5, 2002-02-19 21:46:17 +00:00
lkm The linux lkm doesn't compile anymore on m68k 2002-02-16 11:02:37 +00:00
miscfs Don't use MALLOC for variable sized allocation. 2002-02-20 06:16:22 +00:00
msdosfs
net Use IF_IS_EMPTY and IFQ_IS_EMPTY instead of accessing queue members 2002-02-10 15:17:21 +00:00
netatalk
netccitt
netinet Sean amended his patch not to include the IFAFREE() 2002-02-21 22:39:17 +00:00
netinet6
netisdn until the B-channel bookkeeping is fixed, do at least as much as necessary 2002-02-14 16:46:23 +00:00
netiso
netkey
netnatm
netns
netsmb
nfs
ntfs
stand
sys Add a "show event" ddb command to show the event counters. 2002-02-15 11:18:26 +00:00
ufs Fix two problems with softdep_typenames (missing entry, wrong boundary check). 2002-02-14 00:49:56 +00:00
uvm In the function uvm_page_own(), clear owner_tag after assertion so that 2002-02-20 07:06:56 +00:00
Makefile