Author: andrew
Date: Tue Mar 3 08:28:16 2020
New Revision: 358567
URL: https://svnweb.freebsd.org/changeset/base/358567
Log:
Store the boot exception level on arm64 so it can be queried later
A hypervisor, e.g. bhyve, will need to know what exception levelthe kernel
was in when it starte
03.03.2020 5:50, Hiroki Sato wrote:
> b) If you have security/openssl, sendmail in the base system does not
> support SMTP AUTH because of incompatibility with the newer
> versions of OpenSSL. Use mail/sendmail from ports.
>
> I still feel that b) is sub-optimal, but it would be too co
Author: bz
Date: Tue Mar 3 09:45:16 2020
New Revision: 358568
URL: https://svnweb.freebsd.org/changeset/base/358568
Log:
fib6_rte_to_nh_*: return a link-local gw address with scope embedded
In fib6_rte_to_nh_* when returning a link-local gateway address
currently we do clear the scope. T
Author: bz
Date: Tue Mar 3 09:50:33 2020
New Revision: 358569
URL: https://svnweb.freebsd.org/changeset/base/358569
Log:
in6_fib: return nh_ia in the ext interface as we do for IPv4
Like for IPv4 add nh_ia to the ext interface and return rt_ifa
in order to be used for, e.g., packet/octet
Author: 0mp (doc,ports committer)
Date: Tue Mar 3 09:51:53 2020
New Revision: 358570
URL: https://svnweb.freebsd.org/changeset/base/358570
Log:
thr_self.2: Fix some typos in the thread identifier range
Reported by: kaktus
Approved by: bcr (mentor)
Differential Revision:https:
Author: bz
Date: Tue Mar 3 11:32:47 2020
New Revision: 358572
URL: https://svnweb.freebsd.org/changeset/base/358572
Log:
ip6_output: use new routing KPI when not passed a cached route
Implement the equivalent of r347375 (IPv4) for the IPv6 output path.
In IPv6 we get passed a cached rout
Author: andrew
Date: Tue Mar 3 12:50:45 2020
New Revision: 358573
URL: https://svnweb.freebsd.org/changeset/base/358573
Log:
Fix the spelling of the VIPT cache type field
Sponsored by: Innovate UK
Modified:
head/sys/arm64/arm64/identcpu.c
head/sys/arm64/include/armreg.h
Modified: hea
Author: 0mp (doc,ports committer)
Date: Tue Mar 3 13:25:08 2020
New Revision: 358574
URL: https://svnweb.freebsd.org/changeset/base/358574
Log:
powerd.8: Improve style & fix typos
- Sort options.
- Do not use macros (like .Ar) to specify width for Bl (macros within that
string are no
Author: bz
Date: Tue Mar 3 13:48:12 2020
New Revision: 358575
URL: https://svnweb.freebsd.org/changeset/base/358575
Log:
ip6: retire in6_selectroute_fib() as promised 8 years ago
In r231852 I added in6_selectroute_fib() as a compat function with the
fibnum as an extra argument compared t
On 20. 3. 3., Eugene Grosbein wrote:
> 03.03.2020 5:50, Hiroki Sato wrote:
>
>> b) If you have security/openssl, sendmail in the base system does not
>> support SMTP AUTH because of incompatibility with the newer
>> versions of OpenSSL. Use mail/sendmail from ports.
>>
>> I still feel t
Author: bz
Date: Tue Mar 3 14:07:44 2020
New Revision: 358576
URL: https://svnweb.freebsd.org/changeset/base/358576
Log:
upic_ktrls: make RSS compile again here
The results of ktls_get_cpu() are stored in u_int and NETISR_CPUID_NONE
requires u_int. Adjust uint16_t to uint_t in order to
Author: bz
Date: Tue Mar 3 14:15:30 2020
New Revision: 358577
URL: https://svnweb.freebsd.org/changeset/base/358577
Log:
tcp_hpts: make RSS kernel compile again.
Add proper #includes, and #ifdefs and some style fixes to make RSS
kernels compile again. There are still possible issues wit
03.03.2020 21:06, Jung-uk Kim wrote:
>>> b) If you have security/openssl, sendmail in the base system does not
>>> support SMTP AUTH because of incompatibility with the newer
>>> versions of OpenSSL. Use mail/sendmail from ports.
>>>
>>> I still feel that b) is sub-optimal, but it would
On 20. 3. 3., Eugene Grosbein wrote:
> 03.03.2020 21:06, Jung-uk Kim wrote:
>
b) If you have security/openssl, sendmail in the base system does not
support SMTP AUTH because of incompatibility with the newer
versions of OpenSSL. Use mail/sendmail from ports.
I s
03.03.2020 21:44, Jung-uk Kim wrote:
> No, you'll have the same linker failure.
Then what's the reason of the failure? We have to fix it for stable/11 users,
too.
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/s
Author: mav
Date: Tue Mar 3 15:05:13 2020
New Revision: 358580
URL: https://svnweb.freebsd.org/changeset/base/358580
Log:
Increase number of write completion threads, matching ZoL.
Our iSCSI benchmarks on a large 80-core system show that previous limit
of 8 threads can be a bottleneck.
Author: andrew
Date: Tue Mar 3 15:25:01 2020
New Revision: 358583
URL: https://svnweb.freebsd.org/changeset/base/358583
Log:
Move the arm64 cache identification to identcpu.c
This allows us to call it on a per-CPU basis and to warn if the details
are different across CPUs.
While her
Author: andrew
Date: Tue Mar 3 15:31:40 2020
New Revision: 358584
URL: https://svnweb.freebsd.org/changeset/base/358584
Log:
Fix the spelling of aliasing.
Sponsored by: Innovate UK
Modified:
head/sys/arm64/arm64/identcpu.c
head/sys/arm64/include/cpufunc.h
Modified: head/sys/arm64/arm
Author: melifaro
Date: Tue Mar 3 15:33:43 2020
New Revision: 358585
URL: https://svnweb.freebsd.org/changeset/base/358585
Log:
Fix dynamic redrects by adding forgotten RTF_HOST flag.
Improve tests to verify the generated route flags.
Reported by: jtl
MFC after:2 weeks
Modified:
Author: hselasky
Date: Tue Mar 3 15:49:34 2020
New Revision: 358586
URL: https://svnweb.freebsd.org/changeset/base/358586
Log:
When closing a LinuxKPI file always use the real release function to avoid
resource leakage when destroying a LinuxKPI character device.
Submitted by: Andrew Boy
On March 2, 2020 2:50:47 PM PST, Hiroki Sato wrote:
>Jung-uk Kim wrote
> in <8e60a869-fe1e-9314-ffdc-76ed3e2dc...@freebsd.org>:
>
>jk> > I merely try to understand how to unbreak upgrade path for
>11.2-STABLE workstations
>jk> > with stock sendmail and SSL support that also has many ports
>insta
On 3/3/20 6:48 AM, Cy Schubert wrote:
> On March 2, 2020 2:50:47 PM PST, Hiroki Sato wrote:
>> Jung-uk Kim wrote
>> in <8e60a869-fe1e-9314-ffdc-76ed3e2dc...@freebsd.org>:
>>
>> jk> > I merely try to understand how to unbreak upgrade path for
>> 11.2-STABLE workstations
>> jk> > with stock sendma
On 3/3/20 6:56 AM, Eugene Grosbein wrote:
> 03.03.2020 21:44, Jung-uk Kim wrote:
>
>> No, you'll have the same linker failure.
>
> Then what's the reason of the failure? We have to fix it for stable/11 users,
> too.
It can't be fixed, and even if you are on stable/12, it would be
a problem if y
Author: olivier (ports committer)
Date: Tue Mar 3 17:35:15 2020
New Revision: 358589
URL: https://svnweb.freebsd.org/changeset/base/358589
Log:
Skip if_epair regression test if module doesn't exist
Approved by: kp
Sponsored by: Netflix
Differential Revision:https://reviews.fre
Author: imp
Date: Tue Mar 3 17:40:29 2020
New Revision: 358590
URL: https://svnweb.freebsd.org/changeset/base/358590
Log:
Get rid of silly /* FALLTHROUGH */ lines
Consistently omit /* FALLTHROUGH */ when we have a case statement that does
nothing. Since compilers don't warn about stacked
Author: brooks
Date: Tue Mar 3 18:05:11 2020
New Revision: 358592
URL: https://svnweb.freebsd.org/changeset/base/358592
Log:
Expose ifr_buffer_get_(buffer|length) outside if.c.
This is a preparatory commit for D23933.
Reviewed by: jhb
Modified:
head/sys/net/if.c
head/sys/net/if_
Author: brooks
Date: Tue Mar 3 18:58:43 2020
New Revision: 358593
URL: https://svnweb.freebsd.org/changeset/base/358593
Log:
Use ifr_data_get_ptr() consistently.
Modified:
head/sys/dev/mxge/if_mxge.c
Modified: head/sys/dev/mxge/if_mxge.c
=
Author: vangyzen
Date: Tue Mar 3 22:14:23 2020
New Revision: 358594
URL: https://svnweb.freebsd.org/changeset/base/358594
Log:
dumpon: skip size check if using zstd
As with gzip, let the dump device be smaller than physical memory
when using zstd and full dumps.
Also print the error
Author: jhibbits
Date: Tue Mar 3 22:23:56 2020
New Revision: 358595
URL: https://svnweb.freebsd.org/changeset/base/358595
Log:
Add Atom C3000 (Denverton) SMT PCI ID
MFC after:3 days
Sponsored by: Juniper Networks, Inc
Modified:
head/sys/dev/ismt/ismt.c
Modified: head/sys/dev/ismt
Author: cem
Date: Tue Mar 3 23:15:30 2020
New Revision: 358596
URL: https://svnweb.freebsd.org/changeset/base/358596
Log:
sys/signalvar.h: Fix opposite boolean sense in comment
Correct the sense of the comment describing sigsetmasked() to match the
code. It was exactly backwards.
W
Author: chs
Date: Wed Mar 4 00:22:50 2020
New Revision: 358597
URL: https://svnweb.freebsd.org/changeset/base/358597
Log:
if vm_pager_get_pages_async() returns an error, release the sfio->nios
refcount that we took earlier that represents the I/O that ended up
not being started.
Review
On Mon, Mar 2, 2020 at 3:06 PM John Baldwin wrote:
> On 3/1/20 9:27 AM, Warner Losh wrote:
> > Author: imp
> > Date: Sun Mar 1 17:27:30 2020
> > New Revision: 358486
> > URL: https://svnweb.freebsd.org/changeset/base/358486
> >
> > Log:
> > Remove all the compatibility hacks for systems that p
32 matches
Mail list logo