Author: scottl
Date: Fri May 24 06:13:36 2013
New Revision: 250961
URL: http://svnweb.freebsd.org/changeset/base/250961
Log:
Revert r250948, it was merged too soon.
Modified:
stable/9/sys/cam/cam_periph.c
Modified: stable/9/sys/cam/cam_periph.c
===
On Thu, May 23, 2013 at 10:48:40PM +, Scott Long wrote:
> Author: scottl
> Date: Thu May 23 22:48:40 2013
> New Revision: 250948
> URL: http://svnweb.freebsd.org/changeset/base/250948
>
> Log:
> MFC 248501:
>
> Assert that a ccb passed to cam_periph_mapmem() for XPT_SCSI_IO and
> XPT_
Author: scottl
Date: Thu May 23 22:48:40 2013
New Revision: 250948
URL: http://svnweb.freebsd.org/changeset/base/250948
Log:
MFC 248501:
Assert that a ccb passed to cam_periph_mapmem() for XPT_SCSI_IO and
XPT_ATA_IO holds virtual buffer address.
Submitted by: kib
Obtained from:
Author: scottl
Date: Thu May 23 22:45:58 2013
New Revision: 250947
URL: http://svnweb.freebsd.org/changeset/base/250947
Log:
MFC r248283:
Some style fixes
Submitted by: kib
Obtained from:Netflix
Modified:
stable/9/sys/kern/vfs_bio.c
stable/9/sys/kern/vfs_cluster.c
stab
Author: pfg
Date: Thu May 23 16:39:42 2013
New Revision: 250937
URL: http://svnweb.freebsd.org/changeset/base/250937
Log:
MFC r250823:
grep: change some int types.
Change several int variables to size_t, ssize_t, or ptrdiff_t.
This should fix the bug described in CVE-2012-5667 when
Author: schweikh
Date: Thu May 23 15:41:09 2013
New Revision: 250935
URL: http://svnweb.freebsd.org/changeset/base/250935
Log:
Correct typo s/with/wish.
Spaces to tabs at SOL while I'm here.
Modified:
stable/9/UPDATING
Modified: stable/9/UPDATING
===
Author: oleg
Date: Thu May 23 11:29:28 2013
New Revision: 250927
URL: http://svnweb.freebsd.org/changeset/base/250927
Log:
MFC: r249628, r249742
- recover missing arp_ifinit() call.
- plug static llentry leak (ipv4 & ipv6 were affected).
PR: kern/172985
Modified:
stable/