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.
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
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
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
==
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
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
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
>>>
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:
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
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
10 matches
Mail list logo