Re: svn commit: r278718 - in stable/9: etc/rc.d sbin share/man/man4 share/mk sys/modules/geom tools/build/mk tools/build/options

2015-02-23 Thread Justin T. Gibbs
On Feb 16, 2015, at 9:11 AM, John Baldwin wrote: > … > > On a more general note, if I'm merging a change with several followup fixes, > I > … > 2) I don't cut and paste all N logs verbatim. This tends to be very hard to > read. I used to feel this way too until I started to see the many

Re: svn commit: r278718 - in stable/9: etc/rc.d sbin share/man/man4 share/mk sys/modules/geom tools/build/mk tools/build/options

2015-02-23 Thread Justin T. Gibbs
> On Feb 23, 2015, at 12:07 PM, John Baldwin wrote: > > On Monday, February 23, 2015 10:35:59 AM Justin T. Gibbs wrote: >> On Feb 16, 2015, at 9:11 AM, John Baldwin wrote: >> >> … >> >>> On a more general note, if I'm merging a change with

svn commit: r248248 - in stable/9/sys/cddl/contrib/opensolaris/uts: common/dtrace intel/dtrace

2013-03-13 Thread Justin T. Gibbs
Author: gibbs Date: Wed Mar 13 17:34:42 2013 New Revision: 248248 URL: http://svnweb.freebsd.org/changeset/base/248248 Log: MFC kernel fixes to userland dtrace support. r247049 --- Avoid panic when tearing down the DTrace pid provider for a process that has crashed. sys/cddl/

svn commit: r248249 - stable/9/cddl/contrib/opensolaris/cmd/dtrace

2013-03-13 Thread Justin T. Gibbs
Author: gibbs Date: Wed Mar 13 17:37:13 2013 New Revision: 248249 URL: http://svnweb.freebsd.org/changeset/base/248249 Log: MFC r247048. Orphaned processes that are being traced are killed by the kernel. Properly restore, continue, and detach from processes being DTraced when DTrace ex

Re: svn commit: r251372 - in stable/9/sys/cam: ata scsi

2013-06-05 Thread Justin T. Gibbs
On Jun 4, 2013, at 3:47, Steven Hartland wrote: > Author: smh > Date: Tue Jun 4 10:47:44 2013 > New Revision: 251372 > URL: http://svnweb.freebsd.org/changeset/base/251372 > > Log: > Enhanced BIO_DELETE support for CAM SCSI to add ATA_TRIM support. > > Disable CAM BIO queue sorting for non-r

svn commit: r251973 - in stable/9/sys: dev/xen/blkfront dev/xen/netfront xen/xenbus xen/xenstore

2013-06-18 Thread Justin T. Gibbs
Author: gibbs Date: Tue Jun 18 23:14:21 2013 New Revision: 251973 URL: http://svnweb.freebsd.org/changeset/base/251973 Log: MFC Xen fixes: svn rev 250081 Author:gibbs Date:2013-04-29T23:08:13.552620Z == xenstore/xenstore.c: Prevent access to invalid memory region when

svn commit: r233626 - stable/9/sys/dev/xen/blkfront

2012-03-28 Thread Justin T. Gibbs
Author: gibbs Date: Wed Mar 28 19:40:58 2012 New Revision: 233626 URL: http://svn.freebsd.org/changeset/base/233626 Log: MFC Revision 233465 Correct failure to attach the PV block front device on Citrix XenServer configurations that advertise the multi-page ring extension, but only allo