NetBSD/sys
ragge 32923df5d6 Fix a signal handler bug originally reported by Hugh Graham some year ago:
If two signals are sent after each other without the process being run in
userspace between them then the second one will overwrite part of the signal
info stored on the userstack.
Fixed by rewriting and simplifying both the signal delivery code and the
trampoline code. Also bump signal version number to 2.
2002-09-12 18:22:23 +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 Fix a signal handler bug originally reported by Hugh Graham some year ago: 2002-09-12 18:22:23 +00:00
coda Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
compat Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +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 bus_dmamap_load() can't take BUS_DMA_COHERENT flag. 2002-09-12 16:01:06 +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 The entry point address for the interpreter must be adjusted by the text 2002-09-12 16:57:44 +00:00
lib Add __movstr_i4_{odd,even} for -m4. 2002-09-05 08:35:15 +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 KNF - return is not a function. 2002-09-11 05:36:26 +00:00
netatalk
netccitt Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion from 2002-07-03 21:39:40 +00:00
netinet KNF - return is not a function. sync w/kame. 2002-09-11 02:46:42 +00:00
netinet6 avoid from applying IPsec transport mode to the packets when the kernel 2002-09-11 08:15:37 +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 nfs_doio(): handle the case where nfs_writerpc() returned error != 0. 2002-09-01 10:39:38 +00:00
ntfs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
stand
sys Bump version for the merge of gehenna-devsw. 2002-09-06 13:58:36 +00:00
ufs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
uvm Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
Makefile