freebsd-skq/sys
peadar b6a59515a1 MFC revision 1.181
When breaking up a large request into smaller ones for the strategy
	routine, create all the child bio objects before starting the
	requests, rather than starting them as created. This closes a race
	whereby some number of child operations could complete before the
	rest were ever created, and prematurely freeing the parent bio.
	This fixes the panics installing in VMWare and qemu

Approved by: re (scottl@)
2005-10-09 21:24:11 +00:00
..
alpha MFC: Pin curthread longer during an interrupt so that we don't have to 2005-10-06 20:18:20 +00:00
amd64 Big overall MFC of polling(4) cleanup: 2005-10-07 14:00:06 +00:00
arm MFC: Add atomic_fetchadd(9) operation for types int and 32. 2005-10-06 18:12:06 +00:00
boot MFC: net.graph.ngqfreemax has been deprecated. 2005-09-02 14:08:19 +00:00
bsm For consistency with more system include files, add a trailing '_' to 2005-05-29 16:11:34 +00:00
cam MFC 1.156 (mjacob). Original log: 2005-09-18 02:29:27 +00:00
coda Merge two sets of changes relating to devfs device node cloning from 2005-08-13 21:24:18 +00:00
compat MFC (by andre) 2005-10-09 04:21:11 +00:00
conf Move on to 6.0-RC1. 2005-10-09 16:59:34 +00:00
contrib MFC: move RFC3542 related definitions into ip6.h. 2005-10-09 05:50:43 +00:00
crypto MFC: sys/crypto/rijndael/rijndael-alg-fst.c 1.9,1.11 2005-08-30 15:01:50 +00:00
ddb Merge db_command.c:1.62 from HEAD to RELENG_6: 2005-10-06 13:15:21 +00:00
dev MFC revision 1.181 2005-10-09 21:24:11 +00:00
doc
fs MFC (by des) 2005-10-09 08:59:34 +00:00
gdb check return value of gdb_rx_varhex 2005-03-28 18:31:18 +00:00
geom MFC (by le) 2005-10-09 04:37:34 +00:00
gnu MFC 1.154 (by rodrigc) 2005-10-06 18:27:27 +00:00
i4b Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 2005-08-25 05:01:24 +00:00
i386 Big overall MFC of polling(4) cleanup: 2005-10-07 14:00:06 +00:00
ia64 MFC: Add atomic_fetchadd(9) operation for types int and 32. 2005-10-06 18:12:06 +00:00
isa MFC: 1.21 2005-10-05 21:53:17 +00:00
isofs/cd9660 MFC: r1.141 2005-08-18 11:32:06 +00:00
kern MFC: 2005-10-09 17:28:12 +00:00
libkern MFC: check capable size of given strings correctly. 2005-09-08 15:46:38 +00:00
modules MFC (by le) 2005-10-09 04:34:29 +00:00
net Big overall MFC of polling(4) cleanup: 2005-10-07 14:00:06 +00:00
net80211 sync with HEAD: 2005-09-03 22:40:02 +00:00
netatalk MFC (by andre) 2005-10-09 04:22:03 +00:00
netatm Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 2005-08-25 05:01:24 +00:00
netgraph MFC 1.35: do not derefer NULL sc in ngt_input(). 2005-10-09 00:19:28 +00:00
netinet MFC rev. 1.234: teach sysctl_drop() how to deal with the sockets 2005-10-09 08:21:34 +00:00
netinet6 MFC: be consistent on naming advanced API functions; use ip6_XXXpktopt(s). 2005-10-09 06:51:11 +00:00
netipsec Correct typo in a comment describing vshiftl(). 2005-06-02 23:56:10 +00:00
netipx Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
netkey MFC 1.74: SADB_UPDATE did not return an error when key length is invalid. 2005-09-03 16:13:05 +00:00
netnatm Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 2005-08-25 05:01:24 +00:00
netncp avoid potential null ptr derefs 2005-02-23 22:44:38 +00:00
netsmb Merge two sets of changes relating to devfs device node cloning from 2005-08-13 21:24:18 +00:00
nfs MFC (by ps): 2005-10-09 03:21:56 +00:00
nfs4client - We want if (mrep != NULL) not if (m_freem != NULL). m_freem will never 2005-04-25 05:11:19 +00:00
nfsclient MFC (by ps): 2005-10-09 03:21:56 +00:00
nfsserver NFS write gathering defers execution of NFS server write requests to wait 2005-04-17 16:25:36 +00:00
opencrypto MFC: sys/crypto/rijndael/rijndael-alg-fst.c 1.9,1.11 2005-08-30 15:01:50 +00:00
pc98 MFC: Switch from OLDCARD to NEWCARD on pc98. 2005-10-07 15:56:30 +00:00
pccard MFC: Remove OLDCARD. It only panics on my pc98 laptop. I'll fix cbb to attach to isa. 2005-10-06 16:34:27 +00:00
pci MFC (by ru) 2005-10-09 04:11:20 +00:00
posix4 Introduce MAC Framework and MAC Policy entry points to label and control 2005-05-04 10:39:15 +00:00
powerpc MFC: Add atomic_fetchadd(9) operation for types int and 32. 2005-10-06 18:12:06 +00:00
rpc Merge subr_prof.c:1.119, 1.120, 1.121, nfs_socket.c:1.130, 2005-09-29 18:40:36 +00:00
security Merge init_main.c:1.258, mac_vfs.c:1.110, mac_biba.c:1.89, 2005-10-05 10:31:05 +00:00
sparc64 MFC: Add atomic_fetchadd(9) operation for types int and 32. 2005-10-06 18:12:06 +00:00
sys MFC: 2005-10-09 07:48:48 +00:00
tools Allow EVFILT_VNODE events to work on every filesystem type, not just 2005-06-09 20:20:31 +00:00
ufs MFC ffs_alloc.c 1.135 - clear i_flag field in recycled inodes 2005-10-05 05:24:53 +00:00
vm MFC (by jhb): 2005-10-09 03:25:37 +00:00
Makefile When building cscopnamefile, default architecture to ${MACHINE}, not i386. 2005-03-08 00:09:41 +00:00