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: 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,
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: 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
14 matches
Mail list logo