Re: OpenBGPD 6.5p0 released

2019-04-30 Thread David Gwynne
Nice work On Tue., 30 Apr. 2019, 22:27 Claudio Jeker, wrote: > We have released OpenBGPD 6.5p0, which will be arriving in the > OpenBGPD directory of your local OpenBSD mirror soon. > > OpenBGPD is a free, functional, and secure implementation of the > Border Gateway Protocol (BGP-4). It is a

[PATCH] cwm window center functionality

2019-04-30 Thread Charles
I've tweaked calmwm to add a function which centers the current window, and resides it to be a fraction of the current screen size. I've been running this patch for a while locally and have found it to be useful, and have not noticed any side effects. This feature is especially useful when

Re: new USB audio class v2.0 driver

2019-04-30 Thread Alexander Hof
On 4/26/19 7:08 PM, Alexandre Ratchov wrote: > On Thu, Apr 25, 2019 at 02:49:35AM -0700, alexh wrote: >> Hi, >> >> >> Alexandre Ratchov-2 wrote >>> If you have an audio device that is class compliant (aka vendor claims >>> it's "driverless" on MacOS) *and* one of the above host/hub/device >>>

Re: ospfd: allow specifying area by number as well as id

2019-04-30 Thread Remi Locherer
On Mon, Apr 29, 2019 at 11:10:31AM +0100, Stuart Henderson wrote: > On 2019/04/29 11:58, Sebastian Benoit wrote: > > David Gwynne(da...@gwynne.id.au) on 2019.04.29 19:36:51 +1000: > > > > > > > > > > On 29 Apr 2019, at 4:59 pm, Remi Locherer wrote: > > > > > > > > Hi David > > > > > > > > On

Re: libevent: remove non-monotonic compat code

2019-04-30 Thread Nicholas Marriott
Looks good to me. On Tue, 30 Apr 2019, 19:32 Jeremie Courreges-Anglas, wrote: > On Tue, Apr 30 2019, Nicholas Marriott > wrote: > > Oh, event_err typically uses __func__ so I would do that here too. > > Indeed my proposal doesn't match the pattern used here. > Does this look better? > >

Re: libevent: remove non-monotonic compat code

2019-04-30 Thread Ted Unangst
Jeremie Courreges-Anglas wrote: > So the diff below removes the fallback path and all associated code and > variables. I have left out some minor cleanups for now to ease reviews. makes sense to me.

Re: libevent: remove non-monotonic compat code

2019-04-30 Thread Jeremie Courreges-Anglas
On Tue, Apr 30 2019, Nicholas Marriott wrote: > Oh, event_err typically uses __func__ so I would do that here too. Indeed my proposal doesn't match the pattern used here. Does this look better? if (clock_gettime(CLOCK_MONOTONIC, ) == -1) event_err(1, "%s: clock_gettime",

Re: drop rpath from openssl(1) ciphers

2019-04-30 Thread Ricardo Mestre
At least it went through ktrace -di, with all flags tested, without opening any files. Let's see what the crypto guys say :) On 12:12 Tue 30 Apr , Theo de Raadt wrote: > I am a bit sceptical, and worry that some internal function may > do something. > > > openssl ciphers doesn't seem to

Re: drop rpath from openssl(1) ciphers

2019-04-30 Thread Theo de Raadt
I am a bit sceptical, and worry that some internal function may do something. > openssl ciphers doesn't seem to need to open any files to show the full list > of > ciphers, or manually selected so drop rpath from pledge. > > OK? > > Index: ciphers.c >

drop rpath from openssl(1) ciphers

2019-04-30 Thread Ricardo Mestre
Hi, openssl ciphers doesn't seem to need to open any files to show the full list of ciphers, or manually selected so drop rpath from pledge. OK? Index: ciphers.c === RCS file: /cvs/src/usr.bin/openssl/ciphers.c,v retrieving

Re: libevent: remove non-monotonic compat code

2019-04-30 Thread Nicholas Marriott
Oh, event_err typically uses __func__ so I would do that here too. On Tue, Apr 30, 2019 at 06:48:13PM +0100, Nicholas Marriott wrote: > ok for both > > > On Tue, Apr 30, 2019 at 07:13:55PM +0200, Jeremie Courreges-Anglas wrote: > > On Tue, Apr 30 2019, Jeremie Courreges-Anglas wrote: > > >

Re: libevent: remove non-monotonic compat code

2019-04-30 Thread Nicholas Marriott
ok for both On Tue, Apr 30, 2019 at 07:13:55PM +0200, Jeremie Courreges-Anglas wrote: > On Tue, Apr 30 2019, Jeremie Courreges-Anglas wrote: > > libevent contains a fallback path in case clock_gettime(CLOCK_MONOTONIC) > > fails. The fallback path tries to cope with time going backwards and > >

Re: unveil chpass

2019-04-30 Thread Ricardo Mestre
Here's another one also pending to apply unveil(2) on chpass(1) OK? On 12:58 Wed 07 Nov , Ricardo Mestre wrote: > Hi, > > chpass(1) without parameters enters in edit mode by default, in here it will > need to execute _PATH_BSHELL to spawn a new EDITOR, _PATH_SHELLS to check > (read) if we

Re: unveil tcpdrop

2019-04-30 Thread Ricardo Mestre
Went through my old sent emails and saw this one still pending on my tree. Is this OK? On 13:02 Wed 07 Nov , Ricardo Mestre wrote: > Hi, > > tcpdrop(8) needs to access only two files, in this case /etc/hosts and > /etc/resolv.conf both with read permissions for the purpose of name >

Re: libevent: remove non-monotonic compat code

2019-04-30 Thread Jeremie Courreges-Anglas
On Tue, Apr 30 2019, Jeremie Courreges-Anglas wrote: > libevent contains a fallback path in case clock_gettime(CLOCK_MONOTONIC) > fails. The fallback path tries to cope with time going backwards and > reaches into the timeheap internals, as noticed by Tobias in > >

libevent: remove non-monotonic compat code

2019-04-30 Thread Jeremie Courreges-Anglas
libevent contains a fallback path in case clock_gettime(CLOCK_MONOTONIC) fails. The fallback path tries to cope with time going backwards and reaches into the timeheap internals, as noticed by Tobias in https://marc.info/?l=openbsd-tech=155595247719664=2 I doubt that we care about this

Re: [PATCH] [www] innovations.html - add unwind(8) to the list

2019-04-30 Thread Ingo Schwarze
Hi Raf, Raf Czlonka wrote on Tue, Apr 30, 2019 at 12:18:17PM +0100: > unwind(8) looks like a good candidate for inclusion into > innovations.html[0]. > > While there, add "released with ..." to the preceding entry. > > [0] https://www.openbsd.org/innovations.html Thanks, committed. Ingo >

Re: update to PF pfctl(8) and pf.conf(5) manpages

2019-04-30 Thread Jason McIntyre
On Tue, Apr 30, 2019 at 02:02:12PM +0200, Ingo Schwarze wrote: > > > or .Li instead of .Dq maybe > > Please don't. We just deprecated .Li (to simplify the language, > such that authors need to learn fewer macros) and mdoc(7) now says: > >Li word ... > Request a typewriter (literal)

Re: update to PF pfctl(8) and pf.conf(5) manpages

2019-04-30 Thread Ingo Schwarze
Hi Alexandr, here are a few additional minor remarks... Alexandr Nedvedicky wrote on Mon, Apr 29, 2019 at 08:59:55PM +0200: > diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 > index b7e941991ba..5e2c57f6bc2 100644 > --- a/sbin/pfctl/pfctl.8 > +++ b/sbin/pfctl/pfctl.8 > @@ -198,7 +198,11 @@

OpenBGPD 6.5p0 released

2019-04-30 Thread Claudio Jeker
We have released OpenBGPD 6.5p0, which will be arriving in the OpenBGPD directory of your local OpenBSD mirror soon. OpenBGPD is a free, functional, and secure implementation of the Border Gateway Protocol (BGP-4). It is a fairly complete BGP implementation and praised for ease of use, as well as

Re: update to PF pfctl(8) and pf.conf(5) manpages

2019-04-30 Thread Ingo Schwarze
Hi, Jason McIntyre wrote on Mon, Apr 29, 2019 at 09:53:03PM +0100: > ah, so singular is correct. but it needs an article of some sort. how > about: > > .Xr pfctl 8 > .Fl F Cm Reset > restores this value to its default. > > to be honest, i don;t like it when we Xr like this,

[PATCH] [www] innovations.html - add unwind(8) to the list

2019-04-30 Thread Raf Czlonka
Hi all, unwind(8) looks like a good candidate for inclusion into innovations.html[0]. While there, add "released with ..." to the preceding entry. [0] https://www.openbsd.org/innovations.html Regards, Raf Index: innovations.html