svn commit: r361442 - head/usr.sbin/bhyve

2020-05-24 Thread Peter Grehan
Author: grehan Date: Mon May 25 06:25:31 2020 New Revision: 361442 URL: https://svnweb.freebsd.org/changeset/base/361442 Log: Fix pci-passthru MSI issues with OpenBSD guests - Return 2 x 16-bit registers in the correct byte order for a 4-byte read that spans the CMD/STATUS register.

svn commit: r361441 - head/sys/kern

2020-05-24 Thread Mateusz Guzik
Author: mjg Date: Mon May 25 04:57:57 2020 New Revision: 361441 URL: https://svnweb.freebsd.org/changeset/base/361441 Log: vfs: use atomic_{store,load}_long to manage f_offset ... instead of depending on the compiler not to mess them up Modified: head/sys/kern/vfs_vnops.c Modified: head

svn commit: r361440 - head/sys/kern

2020-05-24 Thread Mateusz Guzik
Author: mjg Date: Mon May 25 04:56:41 2020 New Revision: 361440 URL: https://svnweb.freebsd.org/changeset/base/361440 Log: vfs: restore mtx-protected foffset locking for 32 bit platforms They depend on it to accurately read the offset. The new code is not used as it would add an interr

svn commit: r361439 - head/share/man/man4

2020-05-24 Thread Alan Somers
Author: asomers Date: Mon May 25 04:17:01 2020 New Revision: 361439 URL: https://svnweb.freebsd.org/changeset/base/361439 Log: [skip ci] ip.4: fix typos MFC after:2 weeks Modified: head/share/man/man4/ip.4 Modified: head/share/man/man4/ip.4 ==

svn commit: r361438 - head/usr.sbin/unbound

2020-05-24 Thread Cy Schubert
Author: cy Date: Sun May 24 21:42:47 2020 New Revision: 361438 URL: https://svnweb.freebsd.org/changeset/base/361438 Log: Chase r361344. Update unbound version strings. Reported by: mike tancsa MFC after:1 day Modified: head/usr.sbin/unbound/config.h Modified: head/usr.sbin/unbo

svn commit: r361437 - head/release/i386

2020-05-24 Thread Ed Maste
Author: emaste Date: Sun May 24 18:25:49 2020 New Revision: 361437 URL: https://svnweb.freebsd.org/changeset/base/361437 Log: Make i386 memstick images bootable. This reverts the i386 part of r342283, "Rework UEFI ESP generation", and the followup commit in r342690. r342283 added an

Re: svn commit: r361429 - in head/sys: kern sys

2020-05-24 Thread Mateusz Guzik
I see what it is. On 5/24/20, Mateusz Guzik wrote: > Ok, I see i386 also fails and managed to reproduce with closefrom test. > > On 5/24/20, Ed Maste wrote: >> On Sat, 23 May 2020 at 23:50, Mateusz Guzik wrote: >>> >>> Author: mjg >>> Date: Sun May 24 03:50:49 2020 >>> New Revision: 361429 >>>

Re: svn commit: r361429 - in head/sys: kern sys

2020-05-24 Thread Mateusz Guzik
Ok, I see i386 also fails and managed to reproduce with closefrom test. On 5/24/20, Ed Maste wrote: > On Sat, 23 May 2020 at 23:50, Mateusz Guzik wrote: >> >> Author: mjg >> Date: Sun May 24 03:50:49 2020 >> New Revision: 361429 >> URL: https://svnweb.freebsd.org/changeset/base/361429 >> >> Log:

Re: svn commit: r361429 - in head/sys: kern sys

2020-05-24 Thread Ed Maste
On Sat, 23 May 2020 at 23:50, Mateusz Guzik wrote: > > Author: mjg > Date: Sun May 24 03:50:49 2020 > New Revision: 361429 > URL: https://svnweb.freebsd.org/changeset/base/361429 > > Log: > vfs: scale foffset_lock by using atomics instead of serializing on mtx pool > > Contending cases still s

svn commit: r361434 - head/lib/libprocstat

2020-05-24 Thread Andriy Gapon
Author: avg Date: Sun May 24 14:54:21 2020 New Revision: 361434 URL: https://svnweb.freebsd.org/changeset/base/361434 Log: libprocstat: try to fix fallout from r361363 The revision caused libprocstat to have two undefined symbols: - __start_set_pcpu - __stop_set_pcpu probably because