NetBSD/sys
manu f4e81e0cfb - the signal trampoline address is now copied during a fork(). This avoids
a SIGSEGV when sigaction(2) is used before a fork(2) and a signal is received
in the child.
- we now nearly correctly emulate PR_TERMCHILD in prctl(2). (the perfect
emulation would not send a SIGHUP if the parent is killed)
2002-05-28 21:15:41 +00:00
..
adosfs
altq sync with KAME. 2002-05-18 22:53:25 +00:00
arch Descend into sun68k for sun3 builds. 2002-05-28 21:11:04 +00:00
coda
compat - the signal trampoline address is now copied during a fork(). This avoids 2002-05-28 21:15:41 +00:00
conf Add -Wno-format-zero-length, for forward compatibility with gcc 3.2. 2002-05-26 00:15:25 +00:00
crypto missing IV handling in CBC mode (does not affect ESP code as we have 2002-05-24 06:28:06 +00:00
ddb
dev Set initial transmit drain threshold to 1504 to avoid the problem 2002-05-28 20:20:49 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs use CD session offset from the disklabel, if present 2002-05-27 16:44:37 +00:00
kern re-scan all ifnet after domaininit() for if_afdata initialization. 2002-05-27 13:46:45 +00:00
lib Implement LIBSA_NO_FS_CLOSE, LIBSA_NO_FS_WRITE and LIBSA_NO_FS_SEEK. 2002-05-28 14:30:53 +00:00
lkm add some procfs files which seem to be needed nowadays 2002-05-25 20:39:50 +00:00
miscfs
msdosfs
net re-scan all ifnet after domaininit() for if_afdata initialization. 2002-05-27 13:46:45 +00:00
netatalk
netccitt
netinet correct in*_pcbrtentry. check cached value correctly. 2002-05-28 11:10:52 +00:00
netinet6 use arc4random 2002-05-28 11:19:17 +00:00
netisdn Uniformly pass a "struct isdn_l3_driver *" through layer 2, so we 2002-05-21 10:31:10 +00:00
netiso
netkey use arc4random() where possible. 2002-05-28 10:11:49 +00:00
netnatm
netns
netsmb
nfs Fix client-side lockmgr: locking against myself panic immediately upon an 2002-05-19 20:51:04 +00:00
ntfs
stand
sys turn p_fsize into a union { p_fsize, p_cdsession }; the latter member 2002-05-27 16:36:37 +00:00
ufs Fix a couple of instances where reassignbuf() was not done at splbio. 2002-05-24 22:13:57 +00:00
uvm
Makefile