NetBSD/sys
tsutsui 54604067b9 Since pmap.c rev 1.163, page attributes of PV_MODIFIED and PV_REFERENCED
have beem moved from pv_flags in struct pv_entry to pvh_attrs in
struct vm_page_md, so no need to copy pv_flags to keep these flags
in pv header in pmap_remove_pv(). Pointed out by uebayasi@ on port-mips.
Also rename those page attribute flags from PV_FOO to PGA_FOO like alpha.
While here, make pv_flags unsigned.

Briefly tested on sgimips O2.
2009-06-29 13:22:51 +00:00
..
altq
arch Since pmap.c rev 1.163, page attributes of PV_MODIFIED and PV_REFERENCED 2009-06-29 13:22:51 +00:00
coda Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
compat Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
conf make external drm the default. 2009-06-21 20:15:26 +00:00
crypto
ddb extend 'show event' to take /i /t and /m modifiers, to select interrupt, 2009-06-05 04:31:47 +00:00
dev Use PCI IDs from pcidevs, instead of storing them in here. 2009-06-29 11:05:12 +00:00
dist Reduce diff with OpenBSD. No functional change. 2009-06-16 05:15:41 +00:00
external don't include pcidevs_data.h. 2009-06-24 19:47:15 +00:00
fs Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
gdbscripts
ipkdb
kern Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
lib Back out the addition of memset.c to the vax libkern, and instead do 2009-06-18 15:22:24 +00:00
miscfs Move the implementation of vaccess() to genfs_can_access(), in line with 2009-06-23 19:36:38 +00:00
modules add a couple of missing files. pointed out by tron. 2009-06-22 15:34:53 +00:00
net comment style. no functional change. 2009-06-09 22:21:54 +00:00
net80211
netatalk
netbt add const to unchanged argument 2009-05-14 15:34:38 +00:00
netinet Follow exactly the recommendation of draft-ietf-tcpm-tcpsecure-11.txt: 2009-06-20 17:29:31 +00:00
netinet6 POOL_INIT -> pool_init 2009-05-26 00:17:56 +00:00
netipsec Only print debugging messages about policy on error. 2009-06-25 17:39:51 +00:00
netisdn
netiso
netkey Fix the sense of two compares. I previously broke this. 2009-05-11 11:00:51 +00:00
netnatm
netsmb
nfs Move the implementation of vaccess() to genfs_can_access(), in line with 2009-06-23 19:36:38 +00:00
opencrypto
rump Another namei_simple like the previous ones; was added after I did the 2009-06-29 07:11:06 +00:00
secmodel Add and use a network scope action/request for tun(4), similar to ppp(4), 2009-05-08 11:09:43 +00:00
stand
sys Time for 5.99.15: newly compiled fs modules won't work with an older kernel. 2009-06-29 05:47:35 +00:00
ufs Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
uvm Ephemeral mapping (emap) implementation. Concept is based on the idea that 2009-06-28 15:18:50 +00:00
Makefile