Author: lwhsu
Date: Wed Feb 26 04:54:50 2020
New Revision: 358324
URL: https://svnweb.freebsd.org/changeset/base/358324
Log:
Revert r358309 after r358311.
PR: 244393
Sponsored by: The FreeBSD Foundation
Modified:
head/tests/sys/netpfil/pf/fragmentation.sh
Modified: head/test
Author: emaste
Date: Tue Feb 25 22:15:25 2020
New Revision: 358323
URL: https://svnweb.freebsd.org/changeset/base/358323
Log:
Add a note about deleted files in OpenSSH upgrade instructions
Modified:
head/crypto/openssh/FREEBSD-upgrade
Modified: head/crypto/openssh/FREEBSD-upgrade
===
Author: bdragon
Date: Tue Feb 25 22:03:30 2020
New Revision: 358322
URL: https://svnweb.freebsd.org/changeset/base/358322
Log:
[PowerPC] [Book-E] Remove obsolete interrupt binding workaround
Remove an old workaround that is no longer necessary since rS343824.
There used to be a problem
Author: cy
Date: Tue Feb 25 21:02:52 2020
New Revision: 358321
URL: https://svnweb.freebsd.org/changeset/base/358321
Log:
MFC r358064:
As with ipf(8), give ippool(8) the ability to load IP pools from multiple
files. This allows for loading, during the same invocation of ippool, of
multi
Author: cy
Date: Tue Feb 25 21:02:52 2020
New Revision: 358321
URL: https://svnweb.freebsd.org/changeset/base/358321
Log:
MFC r358064:
As with ipf(8), give ippool(8) the ability to load IP pools from multiple
files. This allows for loading, during the same invocation of ippool, of
multi
-Original Message-
From: on behalf of Gleb Smirnoff
Date: 2020-02-25, Tuesday at 11:11
To: , ,
Subject: svn commit: r358317 - head/sys/kern
Author: glebius
Date: Tue Feb 25 19:11:20 2020
New Revision: 358317
URL: https://svnweb.freebsd.org/changeset/base/358317
Author: glebius
Date: Tue Feb 25 19:29:05 2020
New Revision: 358320
URL: https://svnweb.freebsd.org/changeset/base/358320
Log:
Generalize resources freeing in sendfile with different scenarios.
Now we execute sendfile_iodone() in all possible cases, which
guarantees that vm_object_pip_wakeup
Author: glebius
Date: Tue Feb 25 19:26:40 2020
New Revision: 358319
URL: https://svnweb.freebsd.org/changeset/base/358319
Log:
Make ktls_frame() never fail. Caller must supply correct mbufs.
This makes sendfile code a bit simplier.
Modified:
head/sys/kern/kern_sendfile.c
head/sys/kern/ui
Author: kaktus
Date: Tue Feb 25 19:12:40 2020
New Revision: 358318
URL: https://svnweb.freebsd.org/changeset/base/358318
Log:
SYSCTL_ROOT_NODE should use the SYSCTL_ENFORCE_FLAGS macro too.
Approved by: kib (mentor, blanket)
Modified:
head/sys/sys/sysctl.h
Modified: head/sys/sys/sysctl
Author: glebius
Date: Tue Feb 25 19:11:20 2020
New Revision: 358317
URL: https://svnweb.freebsd.org/changeset/base/358317
Log:
When sendfile_swapin() sweeps through pages in search for a bogus page
skip first and last pages. This is a micro optimisation.
Modified:
head/sys/kern/kern_sendfi
Author: kaktus
Date: Tue Feb 25 19:04:39 2020
New Revision: 358316
URL: https://svnweb.freebsd.org/changeset/base/358316
Log:
Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (16 of many)
r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or a
Author: kib
Date: Tue Feb 25 17:26:10 2020
New Revision: 358315
URL: https://svnweb.freebsd.org/changeset/base/358315
Log:
Fix IBRS for machines with IBRS_ALL capability.
When turning IBRS mitigation using sysctl, as opposed to loader tunable,
send IPI to tweak MSR on all cores. Right no
Author: emaste
Date: Tue Feb 25 17:18:59 2020
New Revision: 358314
URL: https://svnweb.freebsd.org/changeset/base/358314
Log:
style.9: update C99 commentary
Make style.9 read as a current statement of C99 preferences, rather than a
description of ongoing changes to our preferred style. A
Author: mav
Date: Tue Feb 25 15:52:35 2020
New Revision: 358312
URL: https://svnweb.freebsd.org/changeset/base/358312
Log:
MFC r349381: Avoid extra taskq_dispatch() calls by DMU.
DMU sync code calls taskq_dispatch() for each sublist of os_dirty_dnodes
and os_synced_dnodes. Since the numb
Author: mav
Date: Tue Feb 25 15:53:17 2020
New Revision: 358313
URL: https://svnweb.freebsd.org/changeset/base/358313
Log:
MFC r349381: Avoid extra taskq_dispatch() calls by DMU.
DMU sync code calls taskq_dispatch() for each sublist of os_dirty_dnodes
and os_synced_dnodes. Since the numb
Author: bz
Date: Tue Feb 25 15:03:41 2020
New Revision: 358311
URL: https://svnweb.freebsd.org/changeset/base/358311
Log:
ip6_output: fix regression introduced in r358167 for ipv6 fragmentation
When moving the calculations for the optlen into the if (opt) block
which deals with possible e
On 25 Feb 2020, at 12:44, Kristof Provost wrote:
This change introduces a slight regression when a host replies to
IPv6 ping fragmented packets. The problem is the "unfragpartlen" must
also be set in the else case of "if (opt)", else the payload offset
computation for IPv6 fragments goes wrong
Author: hselasky
Date: Tue Feb 25 12:56:06 2020
New Revision: 358310
URL: https://svnweb.freebsd.org/changeset/base/358310
Log:
Use hid_get_data_unsigned() instead of hid_get_data() when reading the
key-codes from the USB keyboard. Negative key-codes are currently skipped.
While at it use
On 24 Feb 2020, at 15:21, Hans Petter Selasky wrote:
On 2020-02-20 11:56, Bjoern A. Zeeb wrote:
+
+ unfragpartlen = optlen + sizeof(struct ip6_hdr);
+
Hi Bjoren,
This change introduces a slight regression when a host replies to IPv6
ping fragmented packets. The problem is the "
Author: lwhsu
Date: Tue Feb 25 11:56:54 2020
New Revision: 358309
URL: https://svnweb.freebsd.org/changeset/base/358309
Log:
Temporarily skip failing test case sys.netpfil.pf.fragmentation.v6
PR: 244393
Sponsored by: The FreeBSD Foundation
Modified:
head/tests/sys/netpfil/pf/
20 matches
Mail list logo