Re: cleanup vmm_start_vm, simplifying fd cleanup

2023-04-10 Thread William Ahern
On Fri, Apr 07, 2023 at 11:45:41PM -0700, Philip Guenther wrote: > On Fri, Apr 7, 2023 at 9:44 AM Dave Voutila wrote: > ... > > > Touch longer, but won't generate ktrace noise by blind calls to close(2) > > and also accounts for the other error conditions (EINTR, EIO). > > > > For EIO, not sure y

/var/db/kernel.SHA256 - kernel relinking

2023-04-10 Thread Heppler, J. Scott
On a new amd64 install w/ install73.img there was a shutdown message about kernel relinking failing. A manual sha256 -h /var/db/KERNEL.SHA256 /bsd also failed - no such file. My /var/db had kernel.SHA256 but no KERNEL.SHA256. I'm not the only one: https://daemonforums.org/showthread.php?t=123

[patch] fix ordinal number www/index.html

2023-04-10 Thread Thim Cederlund
Hi, Congratulations on the 54th release! Noticed this tiny error when skimming through the website. Best regards, Thim Cederlund Index: index.html === RCS file: /home/cvs/www/index.html,v retrieving revision 1.756 diff -u -u -r1.7

Re: [patch] fix ordinal number www/index.html

2023-04-10 Thread Thim Cederlund
Ignore please, this issue is already solved: CVSROOT: /cvs Module name: www Changes by: s...@cvs.openbsd.org 2023/04/10 08:56:51 Modified files: . : index.html Log message: fix typo: 54rd -> 54th release On Mon Apr 10, 2023 at 4:39 PM CEST, Thim Cederlund wrote: > Index: inde