patch: remove flag FILEC in bin/csh

2015-06-16 Thread Peter Brottveit Bock
Hi tech@, csh has a compile-time flag FILEC which decide whether it will be compiled with support for filename completion. By default it is on. Compiling with the flag off results in a compile error. This bug has at least been present since the code was first checked into NetBSD. Since nobody h

Re: Simple upd(4) sensors

2015-06-16 Thread David Higgs
On Wed, Jun 10, 2015 at 5:23 AM, Martin Pieuchot wrote: > On 02/06/15(Tue) 22:36, David Higgs wrote: > > Here are some new sensors for upd(4) devices. All exist on my device > except AtRateTimeToEmpty, which still seemed a logical addition given that > AtRateTimeToFull is already present. > > -

Re: patch: dump(8)'s Default Volume Behavior

2015-06-16 Thread Michael McConville
On Tue, Jun 16, 2015 at 04:54:41PM -0400, Kenneth Gober wrote: > On Mon, Jun 15, 2015 at 7:20 PM, Michael McConville > wrote: > > Of course, this breaks existing scripts that used the -a option - > > they'll just get the usage prompt. It will fail more dangerously > > (silently) with scripts inten

Re: Bug in uvm_pmr_get1page()?

2015-06-16 Thread Mark Kettenis
> Date: Tue, 16 Jun 2015 14:28:22 + > From: Visa Hankala > > The uvm_pmr_get1page() function can fail even when there are suitable > free pages available. If there is no hit in the list of single pages in > a pmemrange, the function continues the lookup in the address tree. > The function tak

Re: patch: dump(8)'s Default Volume Behavior

2015-06-16 Thread Kenneth Gober
On Mon, Jun 15, 2015 at 7:20 PM, Michael McConville wrote: > Of course, this breaks existing scripts that used the -a option - > they'll just get the usage prompt. It will fail more dangerously > (silently) with scripts intended for old-style tapes, so (if I > understand correctly) it should proba

Re: Typo in etc.i386/sysctl.conf

2015-06-16 Thread Miod Vallat
> Hello, > > a simple typo in etc.i386/sysctl.conf. Simple enough to fix manually > even Gmail mangles the diff: Fixed, thanks. Miod

Re: Typo in etc.i386/sysctl.conf

2015-06-16 Thread Ville Valkonen
On 16 June 2015 at 23:02, Ville Valkonen wrote: > Hello, > > a simple typo in etc.i386/sysctl.conf. Simple enough to fix manually > even Gmail mangles the diff: > --- etc/etc.i386/sysctl.confTue Jun 16 22:58:11 2015 > +++ etc/etc.i386/sysctl.conf.orig Tue Jun 16 22:57:55 2015 > @@ -1,7 +

Typo in etc.i386/sysctl.conf

2015-06-16 Thread Ville Valkonen
Hello, a simple typo in etc.i386/sysctl.conf. Simple enough to fix manually even Gmail mangles the diff: --- etc/etc.i386/sysctl.confTue Jun 16 22:58:11 2015 +++ etc/etc.i386/sysctl.conf.orig Tue Jun 16 22:57:55 2015 @@ -1,7 +1,7 @@ #machdep.allowaperture=2 # See xf86(4) #machdep

Re: systrace patch for chflagsat

2015-06-16 Thread patrick keshishian
Hi, On Sat, Jun 13, 2015 at 09:41:58PM -0700, Philip Guenther wrote: > On Thu, 4 Jun 2015, patrick keshishian wrote: > > With the cp(1) change to use chflagsat(), systrace needs to be taught > > about chflagsat syscall. databases/db/v4 port fails with > > USE_SYSTRACE=Yes due to a "$(CP) -pr" us

Re: [patch] cleaner checksum modification for pf

2015-06-16 Thread Richard Procter
On 17/06/2015, at 4:26 AM, Mike Belopuhov wrote: > > You didn't read the pf.conf manual page carefully: > > [...] Because address family translation > overrides the routing table, it's only possible to use af-to on > inbound rules, and a source address f

softraid checksumming discipline.

2015-06-16 Thread Karel Gardas
Hello, I'm curious if anybody is working on implementing block-level checksumming on softraid? Backgroud: I'm comming from Solaris 11/ZFS world and I like ZFS's focus on data integrity from drive level up to the RAM. I've been thinking about OpenBSD and how to get the same with minimalistic effor

Re: [patch] cleaner checksum modification for pf

2015-06-16 Thread Mike Belopuhov
On 16 June 2015 at 03:09, Richard Procter wrote: > - I was unable to test af-to, which does a lot of packet fiddling. >I've never used it before and was unable to get it working on a >generic kernel. I figure I'm just missing something. I used the line > >pass out on vr0 inet af-to in

Bug in uvm_pmr_get1page()?

2015-06-16 Thread Visa Hankala
The uvm_pmr_get1page() function can fail even when there are suitable free pages available. If there is no hit in the list of single pages in a pmemrange, the function continues the lookup in the address tree. The function takes the root of a size-sorted tree as the starting point for the address t