svn commit: r361430 - stable/12/usr.bin/indent

2020-05-24 Thread Piotr Pawel Stefaniak
Author: pstef Date: Sun May 24 09:46:44 2020 New Revision: 361430 URL: https://svnweb.freebsd.org/changeset/base/361430 Log: MFC r361337: indent(1): add fallthrough markers Modified: stable/12/usr.bin/indent/indent.c stable/12/usr.bin/indent/parse.c Directory Properties: stable/12/

svn commit: r361431 - stable/12/usr.bin/sed

2020-05-24 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun May 24 10:12:31 2020 New Revision: 361431 URL: https://svnweb.freebsd.org/changeset/base/361431 Log: MFC r361248: Update SYNOPSIS section to be consistent regarding -u, -i, and -I. Apparently, when the -u, -i and -I options where added to sed(1), it

svn commit: r361432 - stable/12/lib/libc/stdlib

2020-05-24 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun May 24 10:16:47 2020 New Revision: 361432 URL: https://svnweb.freebsd.org/changeset/base/361432 Log: MFC r361249: Fix a typo: argments -> arguments PR: 243294 Submitted by: Igor Ostapenko MFC after:5 days Modified:

svn commit: r361433 - stable/12/sbin/swapon

2020-05-24 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun May 24 10:19:26 2020 New Revision: 361433 URL: https://svnweb.freebsd.org/changeset/base/361433 Log: MFC r361250: The -F flag of swapon(8) requires -a to work. Before this change, swapon(8) implied that -F works as a standalone option, which is

svn commit: r361434 - head/lib/libprocstat

2020-05-24 Thread Andriy Gapon
Author: avg Date: Sun May 24 14:54:21 2020 New Revision: 361434 URL: https://svnweb.freebsd.org/changeset/base/361434 Log: libprocstat: try to fix fallout from r361363 The revision caused libprocstat to have two undefined symbols: - __start_set_pcpu - __stop_set_pcpu probably because

Re: svn commit: r361429 - in head/sys: kern sys

2020-05-24 Thread Ed Maste
On Sat, 23 May 2020 at 23:50, Mateusz Guzik wrote: > > Author: mjg > Date: Sun May 24 03:50:49 2020 > New Revision: 361429 > URL: https://svnweb.freebsd.org/changeset/base/361429 > > Log: > vfs: scale foffset_lock by using atomics instead of serializing on mtx pool > > Contending cases still

svn commit: r361441 - head/sys/kern

2020-05-24 Thread Mateusz Guzik
Author: mjg Date: Mon May 25 04:57:57 2020 New Revision: 361441 URL: https://svnweb.freebsd.org/changeset/base/361441 Log: vfs: use atomic_{store,load}_long to manage f_offset ... instead of depending on the compiler not to mess them up Modified: head/sys/kern/vfs_vnops.c Modified:

svn commit: r361440 - head/sys/kern

2020-05-24 Thread Mateusz Guzik
Author: mjg Date: Mon May 25 04:56:41 2020 New Revision: 361440 URL: https://svnweb.freebsd.org/changeset/base/361440 Log: vfs: restore mtx-protected foffset locking for 32 bit platforms They depend on it to accurately read the offset. The new code is not used as it would add an

svn commit: r361439 - head/share/man/man4

2020-05-24 Thread Alan Somers
Author: asomers Date: Mon May 25 04:17:01 2020 New Revision: 361439 URL: https://svnweb.freebsd.org/changeset/base/361439 Log: [skip ci] ip.4: fix typos MFC after:2 weeks Modified: head/share/man/man4/ip.4 Modified: head/share/man/man4/ip.4

svn commit: r361437 - head/release/i386

2020-05-24 Thread Ed Maste
Author: emaste Date: Sun May 24 18:25:49 2020 New Revision: 361437 URL: https://svnweb.freebsd.org/changeset/base/361437 Log: Make i386 memstick images bootable. This reverts the i386 part of r342283, "Rework UEFI ESP generation", and the followup commit in r342690. r342283 added an

svn commit: r361435 - in stable: 11/contrib/unbound 11/contrib/unbound/.github 11/contrib/unbound/cachedb 11/contrib/unbound/compat 11/contrib/unbound/contrib 11/contrib/unbound/daemon 11/contrib/u...

2020-05-24 Thread Cy Schubert
Author: cy Date: Sun May 24 16:47:27 2020 New Revision: 361435 URL: https://svnweb.freebsd.org/changeset/base/361435 Log: MFC r361344: MFV r361322: Update unbound 1.9.6 --> 1.10.1. Bug Fixes: - CVE-2020-12662 Unbound can be tricked into amplifying an incoming query into a

svn commit: r361435 - in stable: 11/contrib/unbound 11/contrib/unbound/.github 11/contrib/unbound/cachedb 11/contrib/unbound/compat 11/contrib/unbound/contrib 11/contrib/unbound/daemon 11/contrib/u...

2020-05-24 Thread Cy Schubert
Author: cy Date: Sun May 24 16:47:27 2020 New Revision: 361435 URL: https://svnweb.freebsd.org/changeset/base/361435 Log: MFC r361344: MFV r361322: Update unbound 1.9.6 --> 1.10.1. Bug Fixes: - CVE-2020-12662 Unbound can be tricked into amplifying an incoming query into a

Re: svn commit: r361429 - in head/sys: kern sys

2020-05-24 Thread Mateusz Guzik
Ok, I see i386 also fails and managed to reproduce with closefrom test. On 5/24/20, Ed Maste wrote: > On Sat, 23 May 2020 at 23:50, Mateusz Guzik wrote: >> >> Author: mjg >> Date: Sun May 24 03:50:49 2020 >> New Revision: 361429 >> URL: https://svnweb.freebsd.org/changeset/base/361429 >> >>

Re: svn commit: r361429 - in head/sys: kern sys

2020-05-24 Thread Mateusz Guzik
I see what it is. On 5/24/20, Mateusz Guzik wrote: > Ok, I see i386 also fails and managed to reproduce with closefrom test. > > On 5/24/20, Ed Maste wrote: >> On Sat, 23 May 2020 at 23:50, Mateusz Guzik wrote: >>> >>> Author: mjg >>> Date: Sun May 24 03:50:49 2020 >>> New Revision: 361429 >>>

svn commit: r361436 - stable/11/sys/netinet

2020-05-24 Thread Richard Scheffenegger
Author: rscheff Date: Sun May 24 17:51:14 2020 New Revision: 361436 URL: https://svnweb.freebsd.org/changeset/base/361436 Log: MFC r361347: With RFC3168 ECN, CWR SHOULD only be sent with new data Overly conservative data receivers may ignore the CWR flag on other packets, and keep ECE

svn commit: r361438 - head/usr.sbin/unbound

2020-05-24 Thread Cy Schubert
Author: cy Date: Sun May 24 21:42:47 2020 New Revision: 361438 URL: https://svnweb.freebsd.org/changeset/base/361438 Log: Chase r361344. Update unbound version strings. Reported by: mike tancsa MFC after:1 day Modified: head/usr.sbin/unbound/config.h Modified: