svn commit: r353119 - head/sys/netinet

2019-10-05 Thread Michael Tuexen
Author: tuexen Date: Sat Oct 5 09:46:11 2019 New Revision: 353119 URL: https://svnweb.freebsd.org/changeset/base/353119 Log: Fix the adding of padding to COOKIE-ECHO chunks. Thanks to Mark Wodrich who found this issue while fuzz testing the usrsctp stack and reported the issue in https

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

2019-10-05 Thread Jens Schweikhardt
Author: schweikh Date: Sat Oct 5 09:59:00 2019 New Revision: 353120 URL: https://svnweb.freebsd.org/changeset/base/353120 Log: Correct grammos and typos. Modified: head/share/man/man4/bridge.4 Modified: head/share/man/man4/bridge.4 ===

Re: svn commit: r353103 - head/sys/net

2019-10-05 Thread Konstantin Belousov
On Fri, Oct 04, 2019 at 03:24:45PM -0700, John Baldwin wrote: > On 10/4/19 1:48 PM, Kyle Evans wrote: > > On Fri, Oct 4, 2019 at 2:12 PM John Baldwin wrote: > >> > >> On 10/4/19 6:43 AM, Kyle Evans wrote: > >>> Author: kevans > >>> Date: Fri Oct 4 13:43:07 2019 > >>> New Revision: 353103 > >>> UR

svn commit: r353122 - head/sys/netinet

2019-10-05 Thread Michael Tuexen
Author: tuexen Date: Sat Oct 5 12:34:50 2019 New Revision: 353122 URL: https://svnweb.freebsd.org/changeset/base/353122 Log: Plumb an mbuf leak found by Mark Wodrich from Google by fuzz testing the userland stack and reporting it in: https://github.com/sctplab/usrsctp/issues/396 MFC af

svn commit: r353123 - head/sys/netinet

2019-10-05 Thread Michael Tuexen
Author: tuexen Date: Sat Oct 5 13:28:01 2019 New Revision: 353123 URL: https://svnweb.freebsd.org/changeset/base/353123 Log: Fix a use after free bug when removing remote addresses. This bug was found by OSS-Fuzz and reported in https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18004

svn commit: r353125 - head/sys/arm64/rockchip

2019-10-05 Thread Emmanuel Vadot
Author: manu Date: Sat Oct 5 17:36:33 2019 New Revision: 353125 URL: https://svnweb.freebsd.org/changeset/base/353125 Log: arm64: rockchip: usb2phy: Add set/get mode We only support host mode so those functions are just added so we won't panic when generic-{e,o}hci will set the phy to ho

svn commit: r353126 - in head/sys: fs/devfs kern sys

2019-10-05 Thread Mateusz Guzik
Author: mjg Date: Sat Oct 5 17:44:33 2019 New Revision: 353126 URL: https://svnweb.freebsd.org/changeset/base/353126 Log: devfs: plug redundant bwillwrite avoidance vn_write already checks for vnode type to see if bwillwrite should be called. This effectively reverts r244643. Rev

svn commit: r353127 - in head/tools/tools/locale: etc/final-maps tools

2019-10-05 Thread Yuri Pankov
Author: yuripv Date: Sat Oct 5 21:28:46 2019 New Revision: 353127 URL: https://svnweb.freebsd.org/changeset/base/353127 Log: Pre-generate Big5 charmap from CLDR data. The one used previously was missing the characters in 0-127 range, making various tools try to escape them in output.

svn commit: r353128 - head/sys/kern

2019-10-05 Thread Kyle Evans
Author: kevans Date: Sat Oct 5 21:44:18 2019 New Revision: 353128 URL: https://svnweb.freebsd.org/changeset/base/353128 Log: kern_conf: fully initialize cloned devices with make_dev_args, too Attempting to initialize si_drv{1,2} with mda_si_drv{1,2} does not work if you are operating on

svn commit: r353129 - in head/sys: kern sys

2019-10-05 Thread Kyle Evans
Author: kevans Date: Sat Oct 5 21:52:06 2019 New Revision: 353129 URL: https://svnweb.freebsd.org/changeset/base/353129 Log: Remove the remnants of SI_CHEAPCLONE SI_CHEAPCLONE was introduced in r66067 for use with cloned bpfs. It was later also used in tty, tun, tap at points. The rough

svn commit: r353130 - in head: share/ctypedef tools/tools/locale/tools

2019-10-05 Thread Yuri Pankov
Author: yuripv Date: Sat Oct 5 22:17:54 2019 New Revision: 353130 URL: https://svnweb.freebsd.org/changeset/base/353130 Log: Mark "private use area" characters as printable. At least some of the characters in E000-F8FF range are used by Powerline fonts, and having no attributes for these

svn commit: r353131 - head/sys/riscv/include

2019-10-05 Thread Kyle Evans
Author: kevans Date: Sun Oct 6 01:35:31 2019 New Revision: 353131 URL: https://svnweb.freebsd.org/changeset/base/353131 Log: riscv: use the common sub-word {,f}cmpset implementation Reviewed by: mhorne Differential Revision:https://reviews.freebsd.org/D21888 Modified: head/sy

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

2019-10-05 Thread Kyle Evans
On Sat, Oct 5, 2019 at 4:52 PM Kyle Evans wrote: > > Author: kevans > Date: Sat Oct 5 21:52:06 2019 > New Revision: 353129 > URL: https://svnweb.freebsd.org/changeset/base/353129 > > Log: > Remove the remnants of SI_CHEAPCLONE > > SI_CHEAPCLONE was introduced in r66067 for use with cloned bpf

svn commit: r353140 - in head: lib/csu/tests/dso lib/libc++ lib/libcxxrt lib/libgcc_eh lib/libpmc share/mk

2019-10-05 Thread Kyle Evans
Author: kevans Date: Sun Oct 6 04:19:49 2019 New Revision: 353140 URL: https://svnweb.freebsd.org/changeset/base/353140 Log: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it around Diff partially stolen from CheriBSD; these bits need -Wl,-z,notext in order to build in an LLVM world. They ar