Re: kern/184154: [cam] QUIRK: SYNC_CACHE not supported on IBM ServeRAID 8k

2013-11-27 Thread Matthew Jacob
The following reply was made to PR kern/184154; it has been noted by GNATS. From: Matthew Jacob To: bug-follo...@freebsd.org, i...@itsmexpert.eu Cc: Subject: Re: kern/184154: [cam] QUIRK: SYNC_CACHE not supported on IBM ServeRAID 8k Date: Wed, 27 Nov 2013 14:09:41 -0800 Why do you think this

misc/184340: PATH_MAX not interoperable with Linux

2013-11-27 Thread David Cundiff
>Number: 184340 >Category: misc >Synopsis: PATH_MAX not interoperable with Linux >Confidential: no >Severity: non-critical >Priority: low >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: updat

Re: misc/184340: PATH_MAX not interoperable with Linux

2013-11-27 Thread Brooks Davis
The following reply was made to PR misc/184340; it has been noted by GNATS. From: Brooks Davis To: David Cundiff Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: misc/184340: PATH_MAX not interoperable with Linux Date: Wed, 27 Nov 2013 17:26:17 -0600 On Wed, Nov 27, 2013 at 11:03:31PM +,

Re: kern/184154: [cam] QUIRK: SYNC_CACHE not supported on IBM ServeRAID 8k

2013-11-27 Thread info
The following reply was made to PR kern/184154; it has been noted by GNATS. From: i...@itsmexpert.eu To: mja...@freebsd.org, bug-follo...@freebsd.org Cc: Subject: Re: kern/184154: [cam] QUIRK: SYNC_CACHE not supported on IBM ServeRAID 8k Date: Thu, 28 Nov 2013 00:29:26 +0100 Just attempt to m

Re: misc/184340: PATH_MAX not interoperable with Linux

2013-11-27 Thread Bruce Evans
On Wed, 27 Nov 2013, Brooks Davis wrote: On Wed, Nov 27, 2013 at 11:03:31PM +, David Cundiff wrote: > Change PATH_MAX in kernel to 4096 from 1024. Should be harmless and will fix the issue in any program that uses PATH_MAX from the kernel headers. Also would allow longer 32-bit unicode pat

Re: misc/184340: PATH_MAX not interoperable with Linux

2013-11-27 Thread David Cundiff
The following reply was made to PR misc/184340; it has been noted by GNATS. From: David Cundiff To: Brooks Davis Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: misc/184340: PATH_MAX not interoperable with Linux Date: Wed, 27 Nov 2013 20:21:40 -0500 On 11/27/2013 6:26 PM, Brooks Davis wrote: