usr.sbin/vmctl/vmctl.c: comment typo

2020-03-07 Thread Matt Schultz
Spotted a small typo in the documentation comment for terminate_vm_complete() in vmctl.c. The included patch updates the comment to match what is actually used in the function body. Index: usr.sbin/vmctl/vmctl.c === RCS file: /cvs/

Re: ldapd: fix return values for illegal passwords

2020-03-07 Thread Robert Klein
On Fri, 6 Mar 2020 21:50:34 +0100 Robert Klein wrote: > Hi, > > > sorry, I simply forgot ldap_auth_sasl. > > LDAP_OTHER is a good return code for imsg failure and I really like > the idea of using the LDAP return codes right away instead of the > extra mapping. > > Your patch however doesn't

Re: arm64 rpi3b install method

2020-03-07 Thread Bryan Steele
On Sat, Mar 07, 2020 at 04:50:52PM +, Stuart Henderson wrote: > On 2020/03/07 15:41, Jonathan Gray wrote: > > On Fri, Mar 06, 2020 at 11:29:57PM +, Stuart Henderson wrote: > > > I've finally managed to get openbsd installed on an rpi3b (need > > > something to run signify/pkg_sign and this

Re: arm64 rpi3b install method

2020-03-07 Thread Stuart Henderson
On 2020/03/07 15:41, Jonathan Gray wrote: > On Fri, Mar 06, 2020 at 11:29:57PM +, Stuart Henderson wrote: > > I've finally managed to get openbsd installed on an rpi3b (need > > something to run signify/pkg_sign and this is what I have). Thought I'd > > write up the install method because there

ldomctl: list-io: print names

2020-03-07 Thread Klemens Nanni
Next to the IO device path to be used in ldom.conf we can also print the name which actually tells in human readable form what device we're looking at. Those names are printed in similar format by Solaris `ldm list-io' and directly match the the structure seen in the iLOM shell. $ doas ld

heads up: amd64 snap

2020-03-07 Thread Otto Moerbeek
It looks like some BIOS do not like the recent biosboot changes. Symptoms are a hang in the bios I reverted them, the next amd64 snap should be ok again. 0Otto

Re: rpki-client: check fflush on output files

2020-03-07 Thread Claudio Jeker
On Sat, Mar 07, 2020 at 08:35:39AM +0100, Jeremie Courreges-Anglas wrote: > On Fri, Mar 06 2020, "Theo de Raadt" wrote: > >> Jeremie Courreges-Anglas wrote: > >> > > >> > > >> > Checking the return value of fprintf is good but not enough to ensure > >> > that data has properly been written to t