NetBSD/sys
bjh21 47df99b02a __HAVE_NWSCONS seems to mean, "If this port uses pckbc(4), it also uses
sys/dev/pckbc/files.pckbc."  This is true of sparc, so define __HAVE_NWSCONS,
and remove the code in pckbc_machdep_cnattach() that was conditional on its
not being defined and that is no longer needed (since with __HAVE_NWSCONS,
pckbc_cnattach() will call pckbd_cnattach() itself if necessary).
2004-02-10 01:11:45 +00:00
..
altq
arch __HAVE_NWSCONS seems to mean, "If this port uses pckbc(4), it also uses 2004-02-10 01:11:45 +00:00
coda
compat Rename es_check in struct execsw to es_makecmds. 2004-02-06 08:02:58 +00:00
conf an(4) needs wlan support 2004-02-03 19:46:18 +00:00
crypto
ddb
dev If the firmware returns to us an RSS descriptor index that is out 2004-02-10 01:08:05 +00:00
fs Fix xxx_strategy() to use the vnode arg instead of bp->b_vp. 2004-01-26 10:39:29 +00:00
gdbscripts
ipkdb
kern - borrow vmspace0 in uvm_proc_exit instead of uvmspace_free. 2004-02-09 13:11:21 +00:00
lib
lkm Alphabetize... 2004-01-20 04:55:46 +00:00
miscfs Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
net Use m_copydata(), m_adj() and M_PREPEND() to manipulate mbuf's in 2004-01-31 20:11:13 +00:00
net80211 This patch from Sam Leffler fixes bugs in the client-side of 2004-02-01 08:25:57 +00:00
netatalk
netccitt
netinet deal with IPv6 path MTU < 1280 (RFC2460 section 5 last paragraph). 2004-02-04 05:36:03 +00:00
netinet6 remove unneeded #ifdef 2004-02-06 08:07:55 +00:00
netipsec Change #endif __FreeBSD__ to #endif /* __FreeBSD__ */ 2004-01-28 01:35:31 +00:00
netisdn
netiso
netkey
netnatm
netns
netsmb
nfs Adjust sillyrename cleanup code to deal with the parent vnode 2004-01-23 22:20:20 +00:00
opencrypto
stand
sys Since rev. 1.29, lkmdispatch is called before the LKM's load function. 2004-02-06 22:40:37 +00:00
ufs lfs_update_single: add an assertion. 2004-01-29 12:10:07 +00:00
uvm s/fauling/faulting/ 2004-02-10 00:40:06 +00:00
Makefile