NetBSD/sys
chs f5191984f6 use splnet() around the body of ofnet_read(). this is logically the
receive interrupt handler since it passes received packets to the
interface's input handler.  that ends up scheduling a network softint
and queuing the packet on the interface's receive queue (in that order),
so if softnet isn't blocked at this point then softnet() doesn't find
the packet until it's triggered again by something else.
remove all vesitages of dk_establish().
2002-09-18 01:47:08 +00:00
..
adosfs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
altq make this compile. 2002-09-07 11:56:33 +00:00
arch remove all vesitages of dk_establish(). 2002-09-18 01:46:23 +00:00
coda Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
compat p->p_sigacts -> p->p_sigctx 2002-09-16 03:41:40 +00:00
conf Bump version for the merge of gehenna-devsw. 2002-09-06 14:24:45 +00:00
crypto Modified to avoid compiler warnings. The specific warning related 2002-09-08 07:52:41 +00:00
ddb Another item on the TODO list: 2002-08-26 11:35:22 +00:00
dev use splnet() around the body of ofnet_read(). this is logically the 2002-09-18 01:47:08 +00:00
filecorefs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
fs Die, qaddr_t, die! - mnt_data in struct mount is already effectively 2002-07-30 07:40:07 +00:00
gdbscripts Build a .gdbinit in the kernel build directory. The new .gdbinit 2002-09-01 23:04:47 +00:00
ipkdb
isofs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
kern add a new km flag UVM_KMF_CANFAIL, which causes uvm_km_kmemalloc() to 2002-09-15 16:54:26 +00:00
lib Do not #include "/usr/include/arpa/tftp.h" directly. Doing so is 2002-09-16 16:53:45 +00:00
lkm make this compile. 2002-09-06 16:56:13 +00:00
miscfs restore ancestral RCS ID from 4.4BSD-Lite2 2002-09-10 02:52:40 +00:00
msdosfs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
net fix comment, sync with kame 2002-09-17 06:32:49 +00:00
netatalk Eliminate commons. 2002-05-12 21:43:23 +00:00
netccitt Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion from 2002-07-03 21:39:40 +00:00
netinet From FreeBSD (1.164) courtesy of Maxim Konovalov: 2002-09-17 13:10:59 +00:00
netinet6 remove extra blank line 2002-09-15 01:18:59 +00:00
netisdn Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
netiso avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
netkey KNF - return is not a function. sync w/kame. 2002-09-11 02:46:42 +00:00
netnatm
netns avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
netsmb Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
nfs pick up a fix from openbsd: 2002-09-14 21:45:16 +00:00
ntfs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
stand
sys remove all vesitages of dk_establish(). 2002-09-18 01:46:23 +00:00
ufs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
uvm add a new km flag UVM_KMF_CANFAIL, which causes uvm_km_kmemalloc() to 2002-09-15 16:54:26 +00:00
Makefile