Re: systat(1) sticky help

2021-02-28 Thread Martijn van Duren
On Sun, 2021-02-28 at 23:03 -0800, Anindya Mukherjee wrote: > Hi, > > Thanks for the feedback. I see your point. Perhaps it would be better to > have a separate "stickiness" toggle and not tie it to the help or the > view name display functions. For example, pressing 't' could toggle it > on and t

Re: systat(1) sticky help

2021-02-28 Thread Anindya Mukherjee
Hi, Thanks for the feedback. I see your point. Perhaps it would be better to have a separate "stickiness" toggle and not tie it to the help or the view name display functions. For example, pressing 't' could toggle it on and then pressing 'h' or Ctrl-G would make the display stick. Pressing 't' ag

Re: systat(1) sticky help

2021-02-28 Thread Martijn van Duren
Although the feature *might* be useful (just woken up, so haven't given it too much thought), the bindings have some problems and need to be reworked if we decide to get this in. Problems that I see from just a few short tests (so there might be others): - Entering sticky: H, which also enters help

Re: sndiod: allow mixing of duplex, record-only and play-only audio devices

2021-02-28 Thread Alexandre Ratchov
On Sat, Feb 27, 2021 at 09:59:21PM +, Edd Barrett wrote: > > This is mostly a no-op for sndiod in the default configuration (except > that play-only devices now accept recording clients). If you use > alternative devices (-F), then it's possible for a record-only device to > be found first, wh

resolvd.8 typo

2021-02-28 Thread Scott Bennett
Probably meant 'sent' instead of 'send' diff refs/heads/master refs/heads/dev blob - b03e36a6a8e0513fa1e38a2f078bddb50a796f08 blob + 51b3c984faeeb83bfcd2d68370294690b15c659e --- sbin/resolvd/resolvd.8 +++ sbin/resolvd/resolvd.8 @@ -34,7 +34,7 @@ read by the resolver routines in the C library. che

systat(1) sticky help

2021-02-28 Thread Anindya Mukherjee
Hi, I tend to keep systat(1) running in interactive mode, and find it very useful to have the help line displayed permanently, i.e., not disappear if a key is pressed or after a command is executed. The same goes for the Ctrl-G display. For example, it tells me what modes are adjacent to the curre

wsmouse(4): user-defined touchpad tap button map

2021-02-28 Thread RJ Johnson
I recently posted a patch which allowed enabling/disabling touchpad tap gestures [1]. After a lot of back and forth with bru@, I am now ready to submit an updated version. This version allows the user to map a tap gesture to a mouse button. For mouse.tp.tapping, wsconsctl has been updated to accep

Re: Fix assigning array variables in ksh

2021-02-28 Thread Jordan Geoghegan
On 2/21/21 11:04 AM, Vadim Zhukov wrote: > Hello all. > > This continues the 'Another potential ksh bug?' thread on misc@: > https://marc.info/?l=openbsd-misc&m=160736700220621&w=2 > This present is a bit too late for Christmas, but at least the Day of > Red Army is coming soon. I'm sure noone is

Re: veb(4) support for vmd(8)?

2021-02-28 Thread David Gwynne
> On 27 Feb 2021, at 10:11, Klemens Nanni wrote: > > On Sat, Feb 27, 2021 at 09:44:03AM +1000, David Gwynne wrote: >> >> >>> On 27 Feb 2021, at 7:50 am, Klemens Nanni wrote: >>> >>> On Sat, Feb 27, 2021 at 07:30:56AM +1000, David Gwynne wrote: i think this is enough to let vmd wire gu

Re: sndiod: allow mixing of duplex, record-only and play-only audio devices

2021-02-28 Thread Matthias Schmidt
Hi Edd, * Edd Barrett wrote: > Hi, > > Currently sndiod does not allow you to use alternative devices (-F > devices) which support only a subset of the modes of the main (-f) > device. > > For example, if you do `sndiod -f rsnd/0 -F rsnd/1` and: > - rsnd/0 is full-duplex (rec + play). > - rsnd

harmonize maxusers on 64-bit platforms

2021-02-28 Thread Miod Vallat
The following diff causes all 64-bit platforms to use the same maxusers settings. (which in turn affects the maxprocess, maxthread, maxfiles and initialvnodes kernel variables) Index: sys/arch/alpha/conf/files.alpha === RCS file: /Ope

Re: [OpenBSD -current] Change event timer in main loop with kqueue

2021-02-28 Thread martin mag
Visa Hankala wrote (patch truncated): > The kernel does not reschedule the timer when the user changes the > timeout period. The new period will take effect only after the current > period has expired. This is not explained in the manual page, though. > > With the recent kqueue changes, it is stra

Re: Teach rpki-client some https

2021-02-28 Thread Theo Buehler
On Sun, Feb 28, 2021 at 09:09:05AM +0100, Theo Buehler wrote: > > + if (error == EAI_SERVICE) > > + error = getaddrinfo(host, "443", &hints, &conn->res0); > > + if (error) { > > error != NULL Apologies, forgot to delete that.

Re: Teach rpki-client some https

2021-02-28 Thread Theo Buehler
On Thu, Feb 25, 2021 at 05:03:19PM +0100, Claudio Jeker wrote: > On Fri, Feb 19, 2021 at 07:10:02PM +0100, Claudio Jeker wrote: > > Some TAL files now include an https URI where the TA can be fetched from. > > With this diff rpki-client will download the TA from https unless that > > fails and then