Re: snmpd(8) Better traphandler flow

2021-06-04 Thread Martijn van Duren
ping On Fri, 2021-05-28 at 08:19 +0200, Martijn van Duren wrote: > As the original comment said: > /* >  * This should probably go into parsevarbinds, but that's for a >  * next refactor >  */ > > This moves the pdu parsing of traps into parsevarbinds. > Added bonus, we can now see the packets

Re: OpenBGPD 7.0 released

2021-06-04 Thread Robert Scheck
On Fri, 04 Jun 2021, Claudio Jeker wrote: > We have released OpenBGPD 7.0, which will be arriving in the > OpenBGPD directory of your local OpenBSD mirror soon. https://ftp.openbsd.org/pub/OpenBSD/OpenBGPD/ unfortunately lacks a openbgpd-7.0.tar.gz.asc as it seems... Regards, Robert

Re: uwacom: reduce tip pressure for click activation

2021-06-04 Thread Frank Groeneveld
Thanks for the patch! Unfortunately I'm using the tablet anymore and are not able to test this. This pressure level was chosen because the Linux driver uses it as well: https://github.com/linuxwacom/input-wacom/blob/master/4.5/wacom_wac.c#L297 I have no technical knowledge on how this works,

Re: gaming extensions to the kernel

2021-06-04 Thread Dave Voutila
Scott Cheloha writes: > On Fri, Jun 04, 2021 at 04:02:01AM +0200, Alessandro Pistocchi wrote: >> To give you an idea, I am giving exclusive access to 3 out of 4 cpu cores >> to a game > > Scheduler affinity control is useful in some cases. We don't have it, > but it would be useful, even if

btrace(8): add cpu to long conversion

2021-06-04 Thread Dave Voutila
Pretty simple...allow using the "cpu" special variable where a long is expected, like in hist/lhist. (note: the switch/case is in enum order, not alphabetical order) OK? Index: btrace.c === RCS file:

Re: uwacom: reduce tip pressure for click activation

2021-06-04 Thread James Cook
> > Thanks. Maybe more feedback will come. > > I hope so. FWIW, I'm an occasional wacom user, but my device is not supported by OpenBSD, so I can't try the patch. I don't know how hard it would be to add support. If it's likely to be an easy change and someone can point me to the place to make

Re: uwacom: reduce tip pressure for click activation

2021-06-04 Thread Stefan Hagen
James Cook wrote: > This is what appears in dmesg when I plug it in: > > uhidev0 at uhub0 port 9 configuration 1 interface 0 "Wacom Co.,Ltd. > Intuos BT S" rev 2.00/1.07 addr 4 That doesn't work. Currently _only_ the CTL-490 is supported. I have an Intuos 4 an Intuos ONE (CTL-472) here. I added

ntpd constraints and caching proxies (CDNs)

2021-06-04 Thread Paul de Weerd
Hi all, I was investigating some 'unsupported date format' messages that ntpd was logging and found that one constraint server served a time that was quite a ways off from actual time. Turns out that the website in question is fronted by some CDN that caches the page, including the date:-header.

Unify soft interrupt implementations a little

2021-06-04 Thread Visa Hankala
softintr_schedule() is defined either as a function or as a macro. The patch below turns the macros into proper functions, to reduce the differences between the soft interrupt implementations. The patch additionally moves the soft interrupt handle definitions from the headers to the C modules

OpenBGPD 7.0 released

2021-06-04 Thread Claudio Jeker
We have released OpenBGPD 7.0, which will be arriving in the OpenBGPD directory of your local OpenBSD mirror soon. This release includes the following changes to the previous release: * Stop processing queued UPDATES when the max-prefix limit was reached. * Improve negotiation for route