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
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
===
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
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
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
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
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
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.
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
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
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
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
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
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
14 matches
Mail list logo