Author: jhb
Date: Fri Feb 6 18:41:57 2015
New Revision: 278326
URL: https://svnweb.freebsd.org/changeset/base/278326
Log:
MFC 276065:
Explicitly treat timeouts when waiting for IBF or OBF to change state as an
error. This fixes occasional hangs in the IPMI kcs thread when using
ipmitool
Author: jhb
Date: Fri Feb 6 18:13:29 2015
New Revision: 278324
URL: https://svnweb.freebsd.org/changeset/base/278324
Log:
MFC 277714:
natd(8) will work with an unconfigured interface and effectively not do
anything until the interface is assigned an address. This fixes
ipfw_nat to do the
Author: jhb
Date: Fri Feb 6 15:53:13 2015
New Revision: 278319
URL: https://svnweb.freebsd.org/changeset/base/278319
Log:
MFC 275808:
Check for SS_NBIO in so->so_state instead of sb->sb_flags in
soreceive_stream().
Modified:
stable/9/sys/dev/cxgbe/tom/t4_ddp.c
stable/9/sys/kern/uipc_so