Re: thethering on Mudita Pure

2022-11-01 Thread Piotr K. Isajew
On Mon, Oct 31, 2022 at 08:20:01PM +, jon@elytron.openbsd.amsterdam wrote: [..] > In order to avoid having to disable umb and umsm, one may make > them skip it when matching devices, or configure the kernel for > that at boot (see config(8)). Happy to roll a diff for that > though I no longer

cwm: fix annoying bug with group_show()

2022-11-01 Thread Luís Henriques
Hi! I've been seeing a bug since... forever (?) in cwm, and I finally decided to try to fix it. Here's how I reproduce it: 1. open emacs on group 1 2. start gnus, which will ask me a password 3. before emacs asks me the password, switch to group 2 4. go back to group 1 and... no emacs window 5.

Re: rpki-client: print IP when connection times out

2022-11-01 Thread Claudio Jeker
On Tue, Nov 01, 2022 at 02:45:58PM +, Job Snijders wrote: > It can be useful to see a little bit more detail on what exactly isn't > working. > > OK? > > Index: http.c > === > RCS file: /cvs/src/usr.sbin/rpki-client/http.c,v >

Re: proposed xterm changes

2022-11-01 Thread Joe Nelson
Matthieu Herrb wrote: > For the man page, I'd prefer if we add information on the disabled > features in the 'OPENBSD SPECIFICS' section at the end for consistency > with how other changes are documented, like below. Thanks for adding the manpage note. I was confused when my xterm shortcut

rpki-client: print IP when connection times out

2022-11-01 Thread Job Snijders
It can be useful to see a little bit more detail on what exactly isn't working. OK? Index: http.c === RCS file: /cvs/src/usr.sbin/rpki-client/http.c,v retrieving revision 1.70 diff -u -p -r1.70 http.c --- http.c 18 Oct 2022

netstart: do not try to create physical interfaces

2022-11-01 Thread Klemens Nanni
vifscreate() is used to create all virtual interfaces up-front and is always called at the beginning of netstart, whether an explicit list of interfaces is passed or none, i.e. all are to be configured. Yet, to check the given interface exists, ifstart() uses ifcreate() which obviously tries to

Re: rpki-client: add support for draft-ietf-sidrops-signed-tal-12

2022-11-01 Thread Theo Buehler
On Fri, Oct 21, 2022 at 01:08:49PM +, Job Snijders wrote: > Dear all, > > I've authored an extension to rpki-client(8) to support validation of > Signed Objects containing Trust Anchor Keys (aka 'Signed TALs'). Signed > TALs provide a mechanism for RIRs to distribute and sign the next Trust >

netstart: print error on stderr

2022-11-01 Thread Klemens Nanni
This replaces the only `echo' usage with `print' like the rest of the script does: $ sh /etc/netstart -n >/dev/null ; echo $? 1 $ sh ./netstart -n >/dev/null ; echo $? netstart: need root privileges 1 OK? Index: netstart

pppx(4): decrease netlock pressure in pppxioctl()

2022-11-01 Thread Vitaliy Makkoveev
Push netlock down to pppx_add_session(). The 'pppx_if' structure has the `pxi_ready' member to prevent access to incomplete `pxi', so we don't need to hold netlock during all initialisation process. This removes potential PR_WAITOK/M_WAITOK allocations impact on packet processing. Also this

Re: snmpd_metrics: Don't stop walking on empty table

2022-11-01 Thread Martijn van Duren
ping On Wed, 2022-10-26 at 10:45 +0200, Martijn van Duren wrote: > Found by Alec on misc@. > When there's an empty table pfta_get_nextaddr jumps to fail and > mib.c returns an agentx_varbind_notfound not libagentx, resulting > in the upper code assuming that the object has no more entries > after

libX11 patch for X*IfEvent() API issues

2022-11-01 Thread Matthieu Herrb
Hi, here's a libX11 patch that needs some wide testing, especially from people who have experienced issues with various applications (fvwm[23] from ports, Motif applications with Drag'n'Drop,..) with the upgrade to libX11 1.8.1, before I added the --disable-thread-safety-constructor option to the

OpenBSD Errata: November 1, 2022 (expat)

2022-11-01 Thread Alexander Bluhm
Errata patches for libexpat have been released for OpenBSD 7.1 and 7.2. Binary updates for the amd64, i386 and arm64 platform are available via the syspatch utility. Source code patches can be found on the respective errata page: https://www.openbsd.org/errata71.html

xenstore.c: return error number

2022-11-01 Thread Masato Asou
Hi, Return error number instead of call panic(). comment, ok? -- ASOU Masato diff --git a/sys/dev/pv/xenstore.c b/sys/dev/pv/xenstore.c index 1e4f15d30eb..dc89ba0fa6d 100644 --- a/sys/dev/pv/xenstore.c +++ b/sys/dev/pv/xenstore.c @@ -118,6 +118,7 @@ struct xs_msg { struct xs_msghdr