Author: melifaro
Date: Sun Oct 4 13:24:58 2020
New Revision: 366424
URL: https://svnweb.freebsd.org/changeset/base/366424
Log:
Fix route flags update during RTM_CHANGE.
Nexthop lookup was not consireding rt_flags when doing
structure comparison, which lead to an original nexthop
selecti
Author: tuexen
Date: Sun Oct 4 15:22:14 2020
New Revision: 366425
URL: https://svnweb.freebsd.org/changeset/base/366425
Log:
Cleanup, no functional change intended.
MFC after:3 days
Modified:
head/sys/netinet/sctp_indata.c
Modified: head/sys/netinet/sctp_indata.c
==
Author: tuexen
Date: Sun Oct 4 15:37:34 2020
New Revision: 366426
URL: https://svnweb.freebsd.org/changeset/base/366426
Log:
Use __func__ instead of __FUNCTION__ for consistency.
MFC after:3 days
Modified:
head/sys/netinet/sctp_bsd_addr.c
head/sys/netinet/sctp_indata.c
Mo
Author: markj
Date: Sun Oct 4 16:27:49 2020
New Revision: 366427
URL: https://svnweb.freebsd.org/changeset/base/366427
Log:
MFC r366347:
Remove svn:executable from a couple of vmm(4) source files.
Modified:
Directory Properties:
stable/12/ (props changed)
stable/12/sys/amd64/vmm/amd/am
Author: kib
Date: Sun Oct 4 16:30:05 2020
New Revision: 366428
URL: https://svnweb.freebsd.org/changeset/base/366428
Log:
Refactor sleepq_catch_signals().
- Extract suspension check into sig_ast_checksusp() helper.
- Extract signal check and calculation of the interruption errno into
Author: kib
Date: Sun Oct 4 16:33:42 2020
New Revision: 366429
URL: https://svnweb.freebsd.org/changeset/base/366429
Log:
Add sig_intr(9).
It gives the answer would the thread sleep according to current state
of signals and suspensions. Of course the answer is racy and allows
for fals
Author: kevans
Date: Sun Oct 4 17:07:13 2020
New Revision: 366430
URL: https://svnweb.freebsd.org/changeset/base/366430
Log:
ngctl: add -c (compact output) for the dot command
The output of "ngctl dot" is suitable for small netgraph networks. Even
moderate complex netgraph setups (about
Author: hselasky
Date: Sun Oct 4 17:17:16 2020
New Revision: 366431
URL: https://svnweb.freebsd.org/changeset/base/366431
Log:
Add support for Google Cr50 (GSC) Closed Case Debugging UART interfaces to
the USB generic serial port driver, ugensa.
MFC after:1 week
Differentia
Author: hselasky
Date: Sun Oct 4 17:23:39 2020
New Revision: 366432
URL: https://svnweb.freebsd.org/changeset/base/366432
Log:
Populate the acquire context field of a ww_mutex in the LinuxKPI.
Bump the FreeBSD version to force recompilation of external kernel modules.
MFC after:
Why is the process lock always taken? It looks like both routines just
check a thread-local flag, so perhaps this can get away without
serializing this process-wide?
On 10/4/20, Konstantin Belousov wrote:
> Author: kib
> Date: Sun Oct 4 16:33:42 2020
> New Revision: 366429
> URL: https://svnweb.
Author: freqlabs
Date: Sun Oct 4 19:37:15 2020
New Revision: 366433
URL: https://svnweb.freebsd.org/changeset/base/366433
Log:
Explicit CTLFLAG_DYN not needed
Dynamically created OIDs automatically get this flag set.
Reviewed by: jhb
MFC after:1 week
Sponsored by: iXsystems,
Author: kevans
Date: Sun Oct 4 19:59:12 2020
New Revision: 366434
URL: https://svnweb.freebsd.org/changeset/base/366434
Log:
MFC r362421: raspberry pi 4: cpufreq support
The submitter notes that the bcm2835_cpufreq driver really just needs the
rpi4 compat string added to it; powerd subse
Mateusz Guzik wrote:
>Why is the process lock always taken? It looks like both routines just
>check a thread-local flag, so perhaps this can get away without
>serializing this process-wide?
I did spot this slight difference between the initial version of sig_intr() and
this one. At least w.r.t. co
(r366434)
+++ head/ObsoleteFiles.inc Sun Oct 4 22:41:43 2020(r366435)
@@ -36,6 +36,13 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20201004: logo files renamed to type-agnostic gfx-*.lua
+OLD_FILES+=boot/lua/logo-beastie.lua
+OLD_FILES+=boot/lua/logo-beastiebw.lua
+OLD_FILES+=boot
On Sun, Oct 04, 2020 at 09:06:02PM +, Rick Macklem wrote:
> Mateusz Guzik wrote:
> >Why is the process lock always taken? It looks like both routines just
> >check a thread-local flag, so perhaps this can get away without
> >serializing this process-wide?
> I did spot this slight difference bet
Author: 0mp (doc,ports committer)
Date: Mon Oct 5 01:26:34 2020
New Revision: 366436
URL: https://svnweb.freebsd.org/changeset/base/366436
Log:
MFC r366364:
Correct the documented size of kern.msgbufsize
The correct value is 96KB after r226090.
PR: 249971
Submitted by
Author: 0mp (doc,ports committer)
Date: Mon Oct 5 01:27:18 2020
New Revision: 366437
URL: https://svnweb.freebsd.org/changeset/base/366437
Log:
MFC r366364:
Correct the documented size of kern.msgbufsize
The correct value is 96KB after r226090.
PR: 249971
Submitted by
Author: np
Date: Mon Oct 5 05:36:01 2020
New Revision: 366438
URL: https://svnweb.freebsd.org/changeset/base/366438
Log:
MFC r366384:
cxgbe(4): set up the firmware flowc for the tid before send_abort_rpl.
Modified:
stable/12/sys/dev/cxgbe/tom/t4_listen.c
Directory Properties:
stable/1
Author: np
Date: Mon Oct 5 06:38:56 2020
New Revision: 366439
URL: https://svnweb.freebsd.org/changeset/base/366439
Log:
MFC r365867:
mbuf checksum flags and fields to support tunneling protocols.
These are being added to support VXLAN but will work for GENEVE as well.
ENCAP_RSVD1 w
Author: np
Date: Mon Oct 5 06:53:29 2020
New Revision: 366440
URL: https://svnweb.freebsd.org/changeset/base/366440
Log:
Get tools/tools/cxgbtool to build with the latest clang.
Reported by: olivier@
Modified:
head/tools/tools/cxgbtool/Makefile
Modified: head/tools/tools/cxgbtool/Make
20 matches
Mail list logo