Re: [PATCH] OpenSolaris/ZFS: C++ compatibility

2011-02-05 Thread Garrett Cooper
On Sat, Feb 5, 2011 at 7:29 PM, Justin T. Gibbs wrote: > On 2/5/2011 3:06 PM, Pawel Jakub Dawidek wrote: >> On Sat, Feb 05, 2011 at 02:36:40PM -0700, Justin T. Gibbs wrote: >>> >>> Perhaps IllumOS will accept these changes back?  As I mentioned in the >>> change descriptions included with the patc

Re: [PATCH] OpenSolaris/ZFS: C++ compatibility

2011-02-05 Thread Justin T. Gibbs
On 2/5/2011 3:06 PM, Pawel Jakub Dawidek wrote: > On Sat, Feb 05, 2011 at 02:36:40PM -0700, Justin T. Gibbs wrote: >> >> Perhaps IllumOS will accept these changes back? As I mentioned in the >> change descriptions included with the patch, the header files already >> show the intention of providing

Re: [PATCH] OpenSolaris/ZFS: C++ compatibility

2011-02-05 Thread Pawel Jakub Dawidek
On Sat, Feb 05, 2011 at 02:36:40PM -0700, Justin T. Gibbs wrote: > On 2/5/2011 8:39 AM, Pawel Jakub Dawidek wrote: > > On Fri, Feb 04, 2011 at 11:03:53AM -0700, Justin T. Gibbs wrote: > >> The attached patch is sufficient to allow a C++ program to use libzfs. > >> The motivation for these changes i

Re: [RFC] removing broken includes

2011-02-05 Thread Giorgos Keramidas
On Fri, 4 Feb 2011 20:19:48 +, Alexander Best wrote: >On Fri Feb 4 11, John Baldwin wrote: >>On Thursday, February 03, 2011 5:12:57 pm Alexander Best wrote: >>> hi everybody, >>> i've started to check the source for broken includes, such as the one fixed >>> in >>> r218189. so far i've run t

Re: [PATCH] OpenSolaris/ZFS: C++ compatibility

2011-02-05 Thread Justin T. Gibbs
On 2/5/2011 8:39 AM, Pawel Jakub Dawidek wrote: > On Fri, Feb 04, 2011 at 11:03:53AM -0700, Justin T. Gibbs wrote: >> The attached patch is sufficient to allow a C++ program to use libzfs. >> The motivation for these changes is work I'm doing on a ZFS fault >> handling daemon that is written in C++

Re: Non-SCSI cam layer based device noise (was Re: Intermittent pauses copying from one usb drive to another)

2011-02-05 Thread Bruce Cran
On Saturday 05 February 2011 19:32:59 Garrett Cooper wrote: > On a more relevant topic it would also be nice if the following noise > (note the "Medium not present" errors) didn't end up in the syslog > every time I turned on my monitor (the monitor has built in card > readers and I rarely populat

Non-SCSI cam layer based device noise (was Re: Intermittent pauses copying from one usb drive to another)

2011-02-05 Thread Garrett Cooper
On Sat, Feb 5, 2011 at 6:34 AM, Hans Petter Selasky wrote: > On Saturday 05 February 2011 14:27:56 Donald Allen wrote: >> I've discussed problems with FreeBSD and usb sata drives on this list >> in the past (as recently as last September), and have given up on >> FreeBSD as a result of the usb dis

Re: Intermittent pauses copying from one usb drive to another

2011-02-05 Thread Donald Allen
On Sat, Feb 5, 2011 at 10:28 AM, Hans Petter Selasky wrote: > On Saturday 05 February 2011 16:18:56 Donald Allen wrote: > > Does whoever is responsible for CAM/SCSI > > know about this and do you know if there are plans to fix it? What is the > > point of "supporting" USB devices (and we aren't ta

Re: Intermittent pauses copying from one usb drive to another

2011-02-05 Thread Hans Petter Selasky
> > Hans Petter, > Could the USB mass storage layer not refuse to pass down some commands > and just return the proscribed error? Yes, that's what I'm thinking would be the simplest solution. I just need an overview which SCSI commands we should pass and not pass. Do you have an idea? --hps _

Re: Intermittent pauses copying from one usb drive to another

2011-02-05 Thread Julian Elischer
On 2/5/11 8:28 AM, Donald Allen wrote: On Sat, Feb 5, 2011 at 10:28 AM, Hans Petter Selaskywrote: On Saturday 05 February 2011 16:18:56 Donald Allen wrote: Does whoever is responsible for CAM/SCSI know about this and do you know if there are plans to fix it? What is the point of "supporting" U

Re: libdialog & wide charcter support (Was: Request for testing/comments -- import of new dialog/libdialog)

2011-02-05 Thread Nathan Whitehorn
On 02/05/11 03:04, Anonymous wrote: Nathan Whitehorn writes: As part of work on a new installer, I would like to update the base system dialog and libdialog to the newer one provided by Thomas Dickey (http://invisible-island.net/dialog/, ports as devel/cdialog). This is a much nicer, fuller fe

Re: Intermittent pauses copying from one usb drive to another

2011-02-05 Thread Donald Allen
On Sat, Feb 5, 2011 at 9:34 AM, Hans Petter Selasky wrote: > On Saturday 05 February 2011 14:27:56 Donald Allen wrote: > > I've discussed problems with FreeBSD and usb sata drives on this list > > in the past (as recently as last September), and have given up on > > FreeBSD as a result of the usb

Re: [PATCH] OpenSolaris/ZFS: C++ compatibility

2011-02-05 Thread Pawel Jakub Dawidek
On Fri, Feb 04, 2011 at 11:03:53AM -0700, Justin T. Gibbs wrote: > The attached patch is sufficient to allow a C++ program to use libzfs. > The motivation for these changes is work I'm doing on a ZFS fault > handling daemon that is written in C++. SpectraLogic's intention > is to return this work

Re: Intermittent pauses copying from one usb drive to another

2011-02-05 Thread Hans Petter Selasky
On Saturday 05 February 2011 16:18:56 Donald Allen wrote: > Does whoever is responsible for CAM/SCSI > know about this and do you know if there are plans to fix it? What is the > point of "supporting" USB devices (and we aren't talking about an odd-ball > device here; these are USB disks), when the

Re: Intermittent pauses copying from one usb drive to another

2011-02-05 Thread Hans Petter Selasky
On Saturday 05 February 2011 14:27:56 Donald Allen wrote: > I've discussed problems with FreeBSD and usb sata drives on this list > in the past (as recently as last September), and have given up on > FreeBSD as a result of the usb disk problems (I do my backups with usb > drives) and other usb-rela

Re: [RFC] removing broken includes

2011-02-05 Thread Alexander Best
On Fri Feb 4 11, John Baldwin wrote: > On Thursday, February 03, 2011 5:12:57 pm Alexander Best wrote: > > hi everybody, > > > > i've started to check the source for broken includes, such as the one fixed > > in > > r218189. so far i've run through arch=amd64 and found only two broken > > inclu

Re: [RFC] removing broken includes

2011-02-05 Thread Alexander Best
On Sat Feb 5 11, Roman Divacky wrote: > alex, > > I think you are the kind of person to try out > > http://code.google.com/p/include-what-you-use/ thanks. this is the first time i hear of this project. i'll try to get it up and running. > > with fbsd :) > > On Thu, Feb 03, 2011 at 10:12:57P

libdialog & wide charcter support (Was: Request for testing/comments -- import of new dialog/libdialog)

2011-02-05 Thread Anonymous
Nathan Whitehorn writes: > As part of work on a new installer, I would like to update the base > system dialog and libdialog to the newer one provided by Thomas Dickey > (http://invisible-island.net/dialog/, ports as devel/cdialog). This is > a much nicer, fuller featured version of dialog that s

[CFR] Forward RTO recovery algorithm (rfc5682) patch

2011-02-05 Thread Weongyo Jeong
This patch is *VERY* experimental patch to implement rfc5862 which is on the IETF standard tracks so it could be completely wrong or has a lot of bugs on it or wrong approaches because I'm a really newbie on TCP stack. This patch includes two features to support `Basic FRTO algorithm' and `SACK-En