Author: mav
Date: Sat Jul 12 02:04:45 2014
New Revision: 268547
URL: http://svnweb.freebsd.org/changeset/base/268547
Log:
MFC r267986:
Remove odd practice of inverting error codes.
-EPERM is equal to ERESTART, returning which from ioctl() handler causes
infinite syscall restart.
Modifi
Author: mav
Date: Sat Jul 12 02:05:51 2014
New Revision: 268548
URL: http://svnweb.freebsd.org/changeset/base/268548
Log:
MFC r268419:
Fix use-after-free on XPT_RESET_BUS.
That command is not queued, so does not use later status update.
Modified:
stable/9/sys/cam/ctl/ctl_frontend_cam_s