Author: andrew
Date: Thu Jun 18 06:21:00 2020
New Revision: 362295
URL: https://svnweb.freebsd.org/changeset/base/362295
Log:
Stop assuming we can print rman_res_t with %lx
This is not the case on armv6 and armv7, where we also build this driver.
Fix by casting through uintmax_t and using
Author: avg
Date: Thu Jun 18 06:12:06 2020
New Revision: 362294
URL: https://svnweb.freebsd.org/changeset/base/362294
Log:
hdac_intr_handler: keep working until global interrupt status clears
It is plausible that the hardware interrupts a host only when GIS goes
from zero to one. GIS is
On Wed, Jun 17, 2020 at 10:50 AM John Baldwin wrote:
>
> On 6/12/20 3:33 PM, Conrad Meyer wrote:
> > On Fri, Jun 12, 2020 at 2:53 PM Eric van Gyzen wrote:
> >> Honor db_pager_quit in some vm_object ddb commands
> >>
> >> These can be rather verbose.
> >
> > We also have this (?)hack in OneFS,
On Wed, Jun 17, 2020 at 4:04 AM Konstantin Belousov wrote:
>
> On Tue, Jun 16, 2020 at 10:53:56PM +, Conrad Meyer wrote:
> > Author: cem
> > Date: Tue Jun 16 22:53:56 2020
> > New Revision: 362253
> > URL: https://svnweb.freebsd.org/changeset/base/362253
> >
> > Log:
> > vm: Drop vm_map_clip
Author: chs
Date: Wed Jun 17 23:39:52 2020
New Revision: 362292
URL: https://svnweb.freebsd.org/changeset/base/362292
Log:
Move all of the functions in ffs_subr.c that are only used by the ufs kernel
module from that file into ffs_vfsops.c. This fixes the build for kernel
configs that don't
Author: 0mp (doc,ports committer)
Date: Wed Jun 17 21:21:57 2020
New Revision: 362290
URL: https://svnweb.freebsd.org/changeset/base/362290
Log:
Clean up fstat.1
- Sort options in the list & indent for readability.
- Pet linters
- Use "\(em" instead of "--"
- Remove Tn macros
-
Author: bz
Date: Wed Jun 17 21:04:38 2020
New Revision: 362289
URL: https://svnweb.freebsd.org/changeset/base/362289
Log:
When converting the static arrays to mallocarray() in r356621 I missed
one place where we now need to multiply the size of the struct with the
number of entries. This le
Author: bz
Date: Wed Jun 17 20:58:37 2020
New Revision: 362288
URL: https://svnweb.freebsd.org/changeset/base/362288
Log:
The call into ifa_ifwithaddr() needs to be epoch protected; ortherwise
we'll panic on an assertion.
While here, leave a comment that the ifp was never protected and stabl
Author: andrew
Date: Wed Jun 17 19:56:17 2020
New Revision: 362285
URL: https://svnweb.freebsd.org/changeset/base/362285
Log:
Clean up the pci host generic driver
- Support Prefetchable Memory.
- Use the correct rman when allocating memory and ioports.
- Translate PCI addresses in bu
Author: andrew
Date: Wed Jun 17 19:45:05 2020
New Revision: 362284
URL: https://svnweb.freebsd.org/changeset/base/362284
Log:
Support pmap_extract_and_hold on arm64 stage 2 mappings
Sponsored by: Innovate UK
Differential Revision:https://reviews.freebsd.org/D24469
Modified:
hea
On 6/17/20 9:39 AM, Kyle Evans wrote:
> On Wed, Jun 17, 2020 at 10:21 AM Mateusz Guzik wrote:
>>
>> pho@ reported triggering one of the asserts:
>> https://people.freebsd.org/~pho/stress/log/mjguzik028.txt
>>
>> I did not have the time to properly investigate this yet and this does
>> not reproduc
Author: mav
Date: Wed Jun 17 17:51:40 2020
New Revision: 362282
URL: https://svnweb.freebsd.org/changeset/base/362282
Log:
Fix admin qpair leak if detached during initial reset.
MFC after:1 week
Sponsored by: iXsystems, Inc.
Modified:
head/sys/dev/nvme/nvme_ctrlr.c
head/sys/dev/n
On 6/12/20 3:33 PM, Conrad Meyer wrote:
> On Fri, Jun 12, 2020 at 2:53 PM Eric van Gyzen wrote:
>> Honor db_pager_quit in some vm_object ddb commands
>>
>> These can be rather verbose.
>
> We also have this (?)hack in OneFS, which eliminates the need for
> every debug function to check the db
On Wed, Jun 17, 2020 at 10:21 AM Mateusz Guzik wrote:
>
> pho@ reported triggering one of the asserts:
> https://people.freebsd.org/~pho/stress/log/mjguzik028.txt
>
> I did not have the time to properly investigate this yet and this does
> not reproduce for me.
>
Ah, this is good to know that he'
Author: asomers
Date: Wed Jun 17 16:20:19 2020
New Revision: 362280
URL: https://svnweb.freebsd.org/changeset/base/362280
Log:
Remove vfs_statfs and vnode_mount macros from NFS
These macro definitions are no longer needed as the NFS OSX port is long
dead. The vfs_statfs macro conflicts w
Hi,
On 6/17/20 3:11 AM, Antoine Brodin wrote:
> Author: antoine
> Date: Wed Jun 17 10:11:54 2020
> New Revision: 362261
> URL: https://svnweb.freebsd.org/changeset/base/362261
>
> Log:
> Re-apply r333944 to unbreak ports
Could you please file a bug against the upstream (Christos cc'ed), as it
[ Charset UTF-8 unsupported, converting... ]
> On Tue, Jun 16, 2020 at 8:33 PM Ian Lepore wrote:
>
> > On Tue, 2020-06-16 at 19:34 +0200, Kristof Provost wrote:
> > > On 16 Jun 2020, at 19:11, Ed Maste wrote:
> > > > On Tue, 16 Jun 2020 at 13:01, Ian Lepore wrote:
> > > > >
> > > > > As much as
Author: delphij
Date: Wed Jun 17 15:57:59 2020
New Revision: 362279
URL: https://svnweb.freebsd.org/changeset/base/362279
Log:
Fix installation of magic file.
Reported by: lwhsu
MFC after:2 weeks
X-MFC-with: r362258
Modified:
head/lib/libmagic/Makefile
Modified: head/lib/libm
Author: br
Date: Wed Jun 17 15:54:51 2020
New Revision: 362278
URL: https://svnweb.freebsd.org/changeset/base/362278
Log:
Complete the ACPI support for ARM Coresight:
o Parse the ACPI DSD (Device Specific Data) graph property and record
device connections.
o Split-out FDT support to a se
Author: tuexen
Date: Wed Jun 17 15:27:45 2020
New Revision: 362277
URL: https://svnweb.freebsd.org/changeset/base/362277
Log:
Allow the self reference to be NULL in case the timer was stopped.
Submitted by: Timo Voelker
MFC after:1 week
Modified:
head/sys/netinet/sc
pho@ reported triggering one of the asserts:
https://people.freebsd.org/~pho/stress/log/mjguzik028.txt
I did not have the time to properly investigate this yet and this does
not reproduce for me.
That said, I may either revert the assert (or degrade to a warning) or
add some commentary if I don't
On Tue, Jun 9, 2020 at 10:17 AM Mateusz Guzik wrote:
>
> Author: mjg
> Date: Tue Jun 9 15:17:23 2020
> New Revision: 361967
> URL: https://svnweb.freebsd.org/changeset/base/361967
>
> Log:
> Assert on pg_jobc state.
>
> Stolen from NetBSD.
>
> Modified:
> head/sys/kern/kern_proc.c
>
> Modif
Author: thj
Date: Wed Jun 17 13:27:13 2020
New Revision: 362275
URL: https://svnweb.freebsd.org/changeset/base/362275
Log:
Add header definition for RFC4340, Datagram Congestion Control Protocol
Add a header definition for DCCP as defined in RFC4340. This header definition
is required to
Author: gbe (doc committer)
Date: Wed Jun 17 11:57:48 2020
New Revision: 362274
URL: https://svnweb.freebsd.org/changeset/base/362274
Log:
ctime(3): Bump .Dd after r362165
Reported by: bcr (mentor)
Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
X-MFC-With: r362165
Modified:
Author: andrew
Date: Wed Jun 17 11:56:10 2020
New Revision: 362273
URL: https://svnweb.freebsd.org/changeset/base/362273
Log:
Add all the TCR_EL1 fields
These will be used when adding support for new Armv8 extensions.
Sponsored by: Innovate UK
Modified:
head/sys/arm64/include/armreg
Author: hselasky
Date: Wed Jun 17 11:14:54 2020
New Revision: 362272
URL: https://svnweb.freebsd.org/changeset/base/362272
Log:
Fix HW TLS offload regression issue after r359919, in mlx5en(4).
Changes in the mbuf layout regarding HW TLS, resulted in wrong detection
of starting mbuf. Use a
Author: hselasky
Date: Wed Jun 17 11:12:10 2020
New Revision: 362271
URL: https://svnweb.freebsd.org/changeset/base/362271
Log:
Allow multicast packets to be received in promiscious mode, in mlx4en(4).
Make sure we disable the multicast filter in promiscious mode aswell as when
the all mu
On Tue, Jun 16, 2020 at 10:53:56PM +, Conrad Meyer wrote:
> Author: cem
> Date: Tue Jun 16 22:53:56 2020
> New Revision: 362253
> URL: https://svnweb.freebsd.org/changeset/base/362253
>
> Log:
> vm: Drop vm_map_clip_{start,end} macro wrappers
>
> No functional change.
>
> Reviewed
Author: tsoome
Date: Wed Jun 17 10:56:58 2020
New Revision: 362265
URL: https://svnweb.freebsd.org/changeset/base/362265
Log:
loader: r362262 did miss the pathlen check
While we are checking the "/dev/" prefix, we can skip the paths shorter than
this prefix.
Sponsored by: Netflix, Kl
)
@@ -36,6 +36,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20200617: update opencsd to 0.14.2
+OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_elem_etmv4d.h
+
# 20200606: retire binutils build infrastructure
.if !defined(WITH_PORT_BASE_BINUTILS)
OLD_FILES+=usr/bin/as
Modified: head/contrib
Author: tsoome
Date: Wed Jun 17 10:41:01 2020
New Revision: 362262
URL: https://svnweb.freebsd.org/changeset/base/362262
Log:
loader: strings in nvlist are counted strings, not c-strings
We need to fetch both string size and data, then handle the data.
Reviewed by: allanjude
Sponsor
On Tue, 16 Jun 2020 at 18:09, Cy Schubert wrote:
>
> In message <55903c38d363aef2a6f6d0075dd4526b86d51258.ca...@freebsd.org>,
> Ian Le
> pore writes:
> > On Tue, 2020-06-16 at 07:05 +, Toomas Soome wrote:
> > > Author: tsoome
> > > Date: Tue Jun 16 07:05:03 2020
> > > New Revision: 362217
> >
Author: antoine
Date: Wed Jun 17 10:11:54 2020
New Revision: 362261
URL: https://svnweb.freebsd.org/changeset/base/362261
Log:
Re-apply r333944 to unbreak ports
Modified:
head/contrib/file/magic/Magdir/elf
Modified: head/contrib/file/magic/Magdir/elf
=
Author: wulf
Date: Wed Jun 17 08:35:35 2020
New Revision: 362260
URL: https://svnweb.freebsd.org/changeset/base/362260
Log:
evdev: Add AT translated set1 scancodes for 'Eisu' & 'Kana' keys.
PR: 247292
Submitted by: Yuichiro NAITO
MFC after:1 week
Modified:
head/sys/dev
Author: tsoome
Date: Wed Jun 17 08:08:57 2020
New Revision: 362259
URL: https://svnweb.freebsd.org/changeset/base/362259
Log:
loader: vidc_init should also erase the screen
Inject \e[J to erase the initial loader screen. We have two options,
find where out cursor is and use BIOS scroll fo
On Wed, Jun 17, 2020 at 9:41 AM Xin LI wrote:
>
> Author: delphij
> Date: Wed Jun 17 07:41:28 2020
> New Revision: 362258
> URL: https://svnweb.freebsd.org/changeset/base/362258
>
> Log:
> MFV r362254: file 5.39.
>
> MFC after:2 weeks
Hi,
Please re-apply r333944
Antoine
Author: delphij
Date: Wed Jun 17 07:41:28 2020
New Revision: 362258
URL: https://svnweb.freebsd.org/changeset/base/362258
Log:
MFV r362254: file 5.39.
MFC after:2 weeks
Added:
head/contrib/file/libmagic.pc.in
- copied unchanged from r362254, vendor/file/dist/libmagic.pc.in
hea
37 matches
Mail list logo