Author: melifaro
Date: Thu Apr 23 06:55:33 2020
New Revision: 360217
URL: https://svnweb.freebsd.org/changeset/base/360217
Log:
Unbreak LINT-NOINET[6] builds broken in r360191.
Reported by: np
Modified:
head/sys/netinet/tcp_offload.c
Modified: head/sys/netinet/tcp_offload.c
===
Author: delphij
Date: Thu Apr 23 04:51:32 2020
New Revision: 360215
URL: https://svnweb.freebsd.org/changeset/base/360215
Log:
MFC r359118: Fix race condition in catopen(3).
Modified:
stable/12/lib/libc/nls/msgcat.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/lib
Author: delphij
Date: Thu Apr 23 04:27:55 2020
New Revision: 360214
URL: https://svnweb.freebsd.org/changeset/base/360214
Log:
MFC r359736: Always install backward compatibility timezones, as they
are installed on all major Linux distributions as well as NetBSD and
OpenBSD.
Modified:
stab
Author: delphij
Date: Thu Apr 23 03:46:41 2020
New Revision: 360213
URL: https://svnweb.freebsd.org/changeset/base/360213
Log:
Remove include of stdint.h. It was added in r241014 for uintmax_t,
which is gone in r340330 and is therefore no longer necessary.
MFC after:2 weeks
Modified
Author: np
Date: Wed Apr 22 21:54:21 2020
New Revision: 360211
URL: https://svnweb.freebsd.org/changeset/base/360211
Log:
cxgbe/iw_cxgbe: Create a LinuxKPI pci device for an adapter and use it
as the dma_device during RDMA registration.
cxgbe's struct device cannot be used as-is because i
Author: jilles
Date: Wed Apr 22 21:45:43 2020
New Revision: 360210
URL: https://svnweb.freebsd.org/changeset/base/360210
Log:
sh: Remove remnants to compile out fc completely
r360139 made compiling with NO_HISTORY work. This #define does not remove
the fc and bind builtins completely but
Author: tuexen
Date: Wed Apr 22 21:22:33 2020
New Revision: 360209
URL: https://svnweb.freebsd.org/changeset/base/360209
Log:
Improve input validation when processing AUTH chunks.
Thanks to Natalie Silvanovich from Google for finding and reporting the
issue found by her in the SCTP userla
Author: rmacklem
Date: Wed Apr 22 21:15:26 2020
New Revision: 360208
URL: https://svnweb.freebsd.org/changeset/base/360208
Log:
MFC: r359720
Fix an interoperability issue w.r.t. the Linux client and the NFSv4 server.
Luoqi Chen reported a problem on freebsd-fs@ where a Linux NFSv4 client
Author: rmacklem
Date: Wed Apr 22 21:08:08 2020
New Revision: 360207
URL: https://svnweb.freebsd.org/changeset/base/360207
Log:
MFC: r359720
Fix an interoperability issue w.r.t. the Linux client and the NFSv4 server.
Luoqi Chen reported a problem on freebsd-fs@ where a Linux NFSv4 client
Author: jhb
Date: Wed Apr 22 21:03:24 2020
New Revision: 360206
URL: https://svnweb.freebsd.org/changeset/base/360206
Log:
Fix name of 3DES cipher in deprecation warning.
Submitted by: cem
MFC after:1 week
Modified:
head/sys/netipsec/xform_esp.c
Modified: head/sys/netipsec/xform_e
Author: rmacklem
Date: Wed Apr 22 21:00:14 2020
New Revision: 360205
URL: https://svnweb.freebsd.org/changeset/base/360205
Log:
Make the NFSv4.n client's recovery from NFSERR_BADSESSION RFC5661 conformant.
RFC5661 specifies that a client's recovery upon receipt of NFSERR_BADSESSION
should
Author: lwhsu
Date: Wed Apr 22 20:50:24 2020
New Revision: 360204
URL: https://svnweb.freebsd.org/changeset/base/360204
Log:
Temporarily skip sys.netipsec.tunnel.empty.v{4,6} in CI
PR: 245832
Sponsored by: The FreeBSD Foundation
Modified:
head/tests/sys/netipsec/tunnel/empty.
Author: jhb
Date: Wed Apr 22 20:43:18 2020
New Revision: 360203
URL: https://svnweb.freebsd.org/changeset/base/360203
Log:
Update blake2 accelerated software tests to work after OCF refactoring.
- Lookup device drivers to test by name instead of assuming that the
software / hardware fla
Author: jhb
Date: Wed Apr 22 19:44:33 2020
New Revision: 360202
URL: https://svnweb.freebsd.org/changeset/base/360202
Log:
Deprecate 3des support in IPsec for FreeBSD 13.
RFC 8221 does not outright ban 3des as the algorithms deprecated for
13 in r348205, but it is listed as a SHOULD NOT a
Author: kib
Date: Wed Apr 22 18:39:45 2020
New Revision: 360201
URL: https://svnweb.freebsd.org/changeset/base/360201
Log:
rtld: ignore static TLS segments when tracing.
For PIE binaries, ldd(1) performs dlopen(RTLD_TRACE) on the binary.
It is legal for binary to use initial exec TLS mode
Author: brooks
Date: Wed Apr 22 17:14:02 2020
New Revision: 360200
URL: https://svnweb.freebsd.org/changeset/base/360200
Log:
MFC r359938:
Remove bogus use of useracc() in (clock_)nanosleep.
There's no point in pre-checking that we can access the user's rmtp
pointer before we do it i
Author: freqlabs
Date: Wed Apr 22 17:04:31 2020
New Revision: 360199
URL: https://svnweb.freebsd.org/changeset/base/360199
Log:
menu.lua: Give names to menu entries
Make menu customizations easier by naming the entries and using the
names to build the table entries.
Reviewed by: kev
Author: lwhsu
Date: Wed Apr 22 14:45:00 2020
New Revision: 360198
URL: https://svnweb.freebsd.org/changeset/base/360198
Log:
Temporarily skip sys.opencrypto.blake2_test.blake2{b,s}_vectors_x86 in CI
PR: 245825
Sponsored by: The FreeBSD Foundation
Modified:
head/tests/sys/open
Author: hselasky
Date: Wed Apr 22 14:38:39 2020
New Revision: 360197
URL: https://svnweb.freebsd.org/changeset/base/360197
Log:
Add support for Read_Local_Supported_Commands command to hccontrol(8).
Submitted by: Marc Veldman
PR: 245811
MFC after:1 week
Sponsored by: Me
Author: hselasky
Date: Wed Apr 22 14:33:25 2020
New Revision: 360196
URL: https://svnweb.freebsd.org/changeset/base/360196
Log:
Factor code in LinuxKPI to allow attach and detach using any BSD device.
This allows non-LinuxKPI based infiniband device drivers to attach
correctly to ibcore.
Author: 0mp (doc,ports committer)
Date: Wed Apr 22 13:53:22 2020
New Revision: 360195
URL: https://svnweb.freebsd.org/changeset/base/360195
Log:
MFC 360074:
Use the Ic macro for find(1) primaries consistently
Modified:
stable/11/usr.bin/find/find.1
Directory Properties:
stable/11/ (p
Author: 0mp (doc,ports committer)
Date: Wed Apr 22 13:52:40 2020
New Revision: 360194
URL: https://svnweb.freebsd.org/changeset/base/360194
Log:
MFC 360074:
Use the Ic macro for find(1) primaries consistently
Modified:
stable/12/usr.bin/find/find.1
Directory Properties:
stable/12/ (p
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
Author: tuexen
Date: Wed Apr 22 12:47:46 2020
New Revision: 360193
URL: https://svnweb.freebsd.org/changeset/base/360193
Log:
Improve input validation when processing AUTH chunks.
Thanks to Natalie Silvanovich from Google for finding and reporting the
issue found by her in the SCTP userla
Author: lwhsu
Date: Wed Apr 22 09:53:41 2020
New Revision: 360192
URL: https://svnweb.freebsd.org/changeset/base/360192
Log:
Enable timer tests in sys.kqueue.libkqueue.kqueue_test.main on i386
They were fixed in r360140
PR: 245768
Sponsored by: The FreeBSD Foundation
Modif
Author: melifaro
Date: Wed Apr 22 07:53:43 2020
New Revision: 360191
URL: https://svnweb.freebsd.org/changeset/base/360191
Log:
Convert TOE routing lookups to the new routing KPI.
Reviewed by: np
Differential Revision:https://reviews.freebsd.org/D24388
Modified:
head/sys/dev/c
Author: brueffer
Date: Wed Apr 22 07:47:04 2020
New Revision: 360190
URL: https://svnweb.freebsd.org/changeset/base/360190
Log:
Correct efi(8) reference.
Submitted by: Gordon Bergling
Differential Revision:https://reviews.freebsd.org/D24441
Modified:
head/share/man/man4/smbios.
Author: np
Date: Wed Apr 22 07:24:30 2020
New Revision: 360189
URL: https://svnweb.freebsd.org/changeset/base/360189
Log:
MFC r359897:
cxgbe(4): Make sure 'flags' is at the same offset in structs toepcb and
synq_entry. TAILQ_ENTRY isn't always the same size as two pointers.
Reported
Author: np
Date: Wed Apr 22 07:12:18 2020
New Revision: 360188
URL: https://svnweb.freebsd.org/changeset/base/360188
Log:
MFC r359952:
cxgbe/iw_cxgbe: Do not start the EP timer if soaccept fails.
This fixes a panic that would occur when the timer tried to close a
stale socket.
S
29 matches
Mail list logo