NetBSD/sys
yamt 21ae434eb2 nfs_lookup: use cache_lookup_raw() so that:
- "intrusive" dirops now have more chances to get benefits from dnlc.
- fixes a deadlock due to vnode locking order inversion.

nfs_create and others: purge stale dnlc entries
as nfs_lookup() no longer does it automatically.
2004-06-27 08:53:03 +00:00
..
altq Fix URL to Wu-chang Feng's BLUE 2004-06-26 07:22:11 +00:00
arch Add platform support for the IBM RS/6000 6015 a/k/a 7020-001 a/k/a 40P. 2004-06-26 21:51:04 +00:00
coda Fix coda symlink vnodeops. Provided by Greg Troxel. PR kern/25963. 2004-06-25 02:52:46 +00:00
compat There is no point in mapping a NetBSD signal trampoline 2004-06-24 17:02:06 +00:00
conf
crypto
ddb
dev Address a number of issues: 2004-06-27 03:15:18 +00:00
dist/pf/net PR kern/26011: pf leaks mbufs on disallowed packets. Peter Postma 2004-06-25 13:17:01 +00:00
fs set gmtoff in the structure returned by MNT_GETARGS call 2004-06-27 06:55:12 +00:00
gdbscripts
ipkdb
kern introduce a new function, cache_lookup_raw(), for filesystems which 2004-06-27 08:50:44 +00:00
lib
lkm make this compile and fix error handling (does not load yet). 2004-06-22 18:04:05 +00:00
miscfs
net Rename MBUFTRACE helper function m_claim() to m_claimm(), 2004-06-24 04:15:50 +00:00
net80211
netatalk Rename MBUFTRACE helper function m_claim() to m_claimm(), 2004-06-24 04:15:50 +00:00
netccitt
netinet correct TCP-MD5 support. Jeff Rizzo 2004-06-26 03:29:15 +00:00
netinet6 abstain from typecasting the LHS of an assignment; 2004-06-24 16:49:51 +00:00
netipsec
netisdn
netiso
netkey
netnatm
netns
netsmb fix some questionable pointer casts; gcc-3.4.x didn't 2004-06-24 16:45:47 +00:00
nfs nfs_lookup: use cache_lookup_raw() so that: 2004-06-27 08:53:03 +00:00
opencrypto
stand
sys introduce a new function, cache_lookup_raw(), for filesystems which 2004-06-27 08:50:44 +00:00
ufs
uvm
Makefile