vmm/i386 __func__

2017-04-13 Thread Michael W. Bombardieri
Hi, Some printf() statements in vmm.c already used __func__ but some didn't. This diff adds more __func__. Also, one printf() statement was missing a space: "vcpu_run_vmx: can't readprocbased ctls on exit" - Michael Index: vmm.c ==

sysctl.3: Fix file path

2017-04-13 Thread Klemens Nanni
Index: lib/libc/gen/sysctl.3 === RCS file: /cvs/src/lib/libc/gen/sysctl.3,v retrieving revision 1.277 diff -u -p -r1.277 sysctl.3 --- lib/libc/gen/sysctl.3 16 Mar 2017 14:57:15 - 1.277 +++ lib/libc/gen/sysctl.3 1

Re: snmpd agentx fixes

2017-04-13 Thread Rivo Nurges
Hi! I have upgraded about 20 boxes to current with the patch and everything works. Rivo On 10/04/2017, 03:27, "Jeremie Courreges-Anglas" wrote: Hi, when implementing support for multiple listening sockets, I broke AgentX support in a rather silly way. AgentX support is o

Re: patch: mv(1): Add -p flag to preserve time stamps for moved directories

2017-04-13 Thread bytevolcano
On Tue, 11 Apr 2017 16:41:16 -0600 "Theo de Raadt" wrote: > > Note that I have noatime on this FS. > > Maybe we should remove this broken feature. > I would love to know what is broken about it, so I can investigate this and disable it on my systems if it's too risky for me to keep. I almos

Fwd: Output of netstat -m shows lower value with higher kern.maxclusters

2017-04-13 Thread Marc Peters
Forwarding this also to tech@. Any ideas, anyone? Weitergeleitete Nachricht Betreff: Output of netstat -m shows lower value with higher kern.maxclusters Datum: Wed, 12 Apr 2017 13:47:15 +0200 Von: Marc Peters An: Openbsd-Misc Hi, after i updated from 6.0 to 6.1, i saw that k

arm64 hangs

2017-04-13 Thread Mark Kettenis
So Theo's favourite way to trigger crashes on arm64 is to run "make -j20" in /usr/src/lib/libc. If I do this, I don't really see any crashes. However somewhere halfthrough my machine just hangs. Now that I can break into ddb, it quickly became obvious why. There are lots of processes waiting on

Re: pr_input with af

2017-04-13 Thread Mike Belopuhov
On 13 April 2017 at 00:53, Alexander Bluhm wrote: > Hi, > > I would like to pass down the address family through the pr_input > calls. There are functions like tcp_input() and udp_input() which > read the version from the IP header. This layer violation could > be avoided if they know the af. F

VCard and VCalendar MIME types

2017-04-13 Thread Franco Fichtner
Hi, Apologies for not posting this inline for fear of mail client whitespace mangling. https://github.com/fichtner/openbsd/commit/05ab4bd.patch ok? Cheers, Franco