Re: CVS commit: src/sys/dev/pci

2019-11-17 Thread Kimihiro Nonaka
It only prevent null pointer dereference. On Mon, Nov 18, 2019 at 3:18 PM wrote: > > On Mon, Nov 18, 2019 at 06:15:27AM +, m...@netbsd.org wrote: > > > Modified files: > > > > > > Index: src/sys/dev/pci/if_mcx.c > > > diff -u src/sys/dev/pci/if_mcx.c:1.5 src/sys/dev/pci/if_mcx.c:1.6 > > >

Re: CVS commit: src/sys/dev/pci

2019-11-17 Thread maya
> Modified files: > > Index: src/sys/dev/pci/if_mcx.c > diff -u src/sys/dev/pci/if_mcx.c:1.5 src/sys/dev/pci/if_mcx.c:1.6 > --- src/sys/dev/pci/if_mcx.c:1.5 Thu Oct 17 15:57:56 2019 > +++ src/sys/dev/pci/if_mcx.c Mon Nov 18 04:40:05 2019 > @@ -1,4 +1,4 @@ > -/* $NetBSD: if_mcx.c,v 1.5

CVS commit: src/share/man/man4

2019-11-17 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Nov 18 05:01:36 UTC 2019 Modified Files: src/share/man/man4: re.4 Log Message: re.4: msaitoh@ added the NCube vendor ID that identifies the TP-Link TG-3468 v2 as well. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man4

2019-11-17 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Mon Nov 18 05:01:36 UTC 2019 Modified Files: src/share/man/man4: re.4 Log Message: re.4: msaitoh@ added the NCube vendor ID that identifies the TP-Link TG-3468 v2 as well. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/netbsd32

2019-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 18 04:58:42 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_signal.c Log Message: Sort by signal numbers as far as possible, adjust locations of functions. No functional changes intended. XXX pullup to netbsd-9

CVS commit: src/sys/compat/netbsd32

2019-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 18 04:58:42 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_signal.c Log Message: Sort by signal numbers as far as possible, adjust locations of functions. No functional changes intended. XXX pullup to netbsd-9

CVS commit: src/sys/dev/pci

2019-11-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Nov 18 04:40:05 UTC 2019 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: Fixed incorrect m_defrag return value check. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/if_mcx.c Please note

CVS commit: src/sys/dev/pci

2019-11-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Nov 18 04:40:05 UTC 2019 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: Fixed incorrect m_defrag return value check. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/if_mcx.c Please note

CVS commit: src/sys/dev/hyperv

2019-11-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Nov 18 04:38:48 UTC 2019 Modified Files: src/sys/dev/hyperv: if_hvn.c Log Message: Fixed incorrect m_defrag return value check. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/hyperv/if_hvn.c Please

CVS commit: src/sys/dev/hyperv

2019-11-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Nov 18 04:38:48 UTC 2019 Modified Files: src/sys/dev/hyperv: if_hvn.c Log Message: Fixed incorrect m_defrag return value check. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/hyperv/if_hvn.c Please

CVS commit: src/sys/compat/netbsd32

2019-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 18 04:17:08 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32.h netbsd32_conv.h netbsd32_ioctl.c netbsd32_ioctl.h Log Message: Sorry, revert unintentional parts of the previous commit:

CVS commit: src/sys/compat/netbsd32

2019-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 18 04:17:08 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32.h netbsd32_conv.h netbsd32_ioctl.c netbsd32_ioctl.h Log Message: Sorry, revert unintentional parts of the previous commit:

CVS commit: src/sys/compat/netbsd32

2019-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 18 04:09:53 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32.h netbsd32_conv.h netbsd32_ioctl.c netbsd32_ioctl.h netbsd32_signal.c Log Message: Belatedly catch up with kern_sig.c rev 1.358:

CVS commit: src/sys/compat/netbsd32

2019-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 18 04:09:53 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32.h netbsd32_conv.h netbsd32_ioctl.c netbsd32_ioctl.h netbsd32_signal.c Log Message: Belatedly catch up with kern_sig.c rev 1.358:

CVS commit: src/sys/dev/pci/ixgbe

2019-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 18 03:17:51 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Print MAC address. XXX Should we move such type of printf() to ether_ifattach? To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci/ixgbe

2019-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 18 03:17:51 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Print MAC address. XXX Should we move such type of printf() to ether_ifattach? To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86

2019-11-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Nov 18 01:14:03 UTC 2019 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86: Makefile Log Message: build int10 on powerpc64 as well. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 \

CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86

2019-11-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Nov 18 01:14:03 UTC 2019 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86: Makefile Log Message: build int10 on powerpc64 as well. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 \

CVS commit: src/external/gpl3/gcc

2019-11-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Nov 18 01:13:39 UTC 2019 Modified Files: src/external/gpl3/gcc: README.gcc8 src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_allocator.h src/external/gpl3/gcc/usr.bin/gcc/arch/ia64: defs.mk Log Message: few gcc

CVS commit: src/external/gpl3/gcc

2019-11-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Nov 18 01:13:39 UTC 2019 Modified Files: src/external/gpl3/gcc: README.gcc8 src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_allocator.h src/external/gpl3/gcc/usr.bin/gcc/arch/ia64: defs.mk Log Message: few gcc

CVS commit: src/etc/etc.ofppc

2019-11-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Nov 18 01:11:14 UTC 2019 Modified Files: src/etc/etc.ofppc: Makefile.inc Log Message: build GENERIC64 only on ofppc64 (doesn't build, but a least fails somewhat sanely, instead of trying to build the wrong things.) To generate

CVS commit: src/etc/etc.ofppc

2019-11-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Nov 18 01:11:14 UTC 2019 Modified Files: src/etc/etc.ofppc: Makefile.inc Log Message: build GENERIC64 only on ofppc64 (doesn't build, but a least fails somewhat sanely, instead of trying to build the wrong things.) To generate

CVS commit: src/sys/lib/libunwind

2019-11-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 17 22:53:33 UTC 2019 Modified Files: src/sys/lib/libunwind: Makefile.inc Log Message: Explicitly compile libunwind with vfp3 because gcc-8 defaults to neon and breaks exceptions. To generate a diff of this commit: cvs

CVS commit: src/sys/lib/libunwind

2019-11-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 17 22:53:33 UTC 2019 Modified Files: src/sys/lib/libunwind: Makefile.inc Log Message: Explicitly compile libunwind with vfp3 because gcc-8 defaults to neon and breaks exceptions. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/evbarm/conf

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 19:51:35 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: Add sun6ispi To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/arch/evbarm/conf/GENERIC64 Please note that

CVS commit: src/sys/arch/evbarm/conf

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 19:51:35 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: Add sun6ispi To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/arch/evbarm/conf/GENERIC64 Please note that

CVS commit: src/sys/arch/arm/sunxi

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 19:51:12 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sun50i_a64_ccu.c Log Message: Add SPI clocks To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/sunxi/sun50i_a64_ccu.c Please

CVS commit: src/sys/arch/arm/sunxi

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 19:51:12 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sun50i_a64_ccu.c Log Message: Add SPI clocks To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/sunxi/sun50i_a64_ccu.c Please

CVS commit: src/sys/dev/fdt

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 19:30:43 UTC 2019 Modified Files: src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: spdif_tx.c Log Message: Add driver for dummy spdif transmitter bindings. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/evbarm/conf

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 19:30:59 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: Add spdiftx To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/arch/evbarm/conf/GENERIC64 Please note that

CVS commit: src/sys/dev/fdt

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 19:30:43 UTC 2019 Modified Files: src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: spdif_tx.c Log Message: Add driver for dummy spdif transmitter bindings. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/evbarm/conf

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 19:30:59 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: Add spdiftx To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/arch/evbarm/conf/GENERIC64 Please note that

CVS commit: src/sys/arch/arm/dts

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 17:35:10 UTC 2019 Modified Files: src/sys/arch/arm/dts: sun50i-a64-pine64-plus.dts sun50i-a64-pine64.dts sun50i-a64-sopine-baseboard.dts sun50i-a64.dtsi Log Message: Enable HDMI audio support on Pine64,

CVS commit: src/sys/arch/arm/dts

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 17:35:10 UTC 2019 Modified Files: src/sys/arch/arm/dts: sun50i-a64-pine64-plus.dts sun50i-a64-pine64.dts sun50i-a64-sopine-baseboard.dts sun50i-a64.dtsi Log Message: Enable HDMI audio support on Pine64,

CVS commit: src/sys/arch/arm/sunxi

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 17:33:34 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_dwhdmi.c sunxi_i2s.c Log Message: Add A64 HDMI audio support. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/arm/sunxi

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 17:33:17 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sun50i_a64_ccu.c sunxi_ccu_div.c Log Message: Add support for A64 I2S clocks. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/arm/sunxi

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 17:33:17 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sun50i_a64_ccu.c sunxi_ccu_div.c Log Message: Add support for A64 I2S clocks. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/arm/sunxi

2019-11-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 17 17:33:34 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_dwhdmi.c sunxi_i2s.c Log Message: Add A64 HDMI audio support. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/ia64

2019-11-17 Thread Sean Cole
Module Name:src Committed By: scole Date: Sun Nov 17 16:52:29 UTC 2019 Modified Files: src/sys/arch/ia64: TODO Log Message: Mention ski works on amd64 and probably other archs To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ia64/TODO Please

CVS commit: src/sys/arch/ia64

2019-11-17 Thread Sean Cole
Module Name:src Committed By: scole Date: Sun Nov 17 16:52:29 UTC 2019 Modified Files: src/sys/arch/ia64: TODO Log Message: Mention ski works on amd64 and probably other archs To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ia64/TODO Please

CVS commit: src/usr.sbin/cpuctl/arch

2019-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Nov 17 15:32:00 UTC 2019 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: 0x7d and 0x7e are for 10th generation Core (Ice Lake). To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108

CVS commit: src/usr.sbin/cpuctl/arch

2019-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Nov 17 15:32:00 UTC 2019 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: 0x7d and 0x7e are for 10th generation Core (Ice Lake). To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108

CVS commit: src/sys/arch/x86/include

2019-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Nov 17 15:31:05 UTC 2019 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add the following bit definitions from the latest Intel SDM: - CET shadow stack - Fast Short REP MOV - Hybrid part - CET

CVS commit: src/sys/arch/x86/include

2019-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Nov 17 15:31:05 UTC 2019 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add the following bit definitions from the latest Intel SDM: - CET shadow stack - Fast Short REP MOV - Hybrid part - CET

CVS commit: src/sys/arch/amd64

2019-11-17 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 17 14:07:00 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: vector.S src/sys/arch/amd64/include: frameasm.h Log Message: Disable KCOV - by raising the interrupt level - in the TLB IPI handler, because this is

CVS commit: src/sys/arch/amd64

2019-11-17 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 17 14:07:00 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: vector.S src/sys/arch/amd64/include: frameasm.h Log Message: Disable KCOV - by raising the interrupt level - in the TLB IPI handler, because this is

CVS commit: [netbsd-9] src/doc

2019-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Nov 17 13:50:13 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #433 and #436. To generate a diff of this commit: cvs rdiff -u -r1.1.2.105 -r1.1.2.106 src/doc/CHANGES-9.0 Please note that

CVS commit: [netbsd-9] src/doc

2019-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Nov 17 13:50:13 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Ticket #433 and #436. To generate a diff of this commit: cvs rdiff -u -r1.1.2.105 -r1.1.2.106 src/doc/CHANGES-9.0 Please note that

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Nov 17 13:45:26 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: Makefile.inc bsddisklabel.c configmenu.c defs.h disklabel.c disks.c gpt.c install.c label.c main.c mbr.c mbr.h msg.mi.de

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Nov 17 13:45:26 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: Makefile.inc bsddisklabel.c configmenu.c defs.h disklabel.c disks.c gpt.c install.c label.c main.c mbr.c mbr.h msg.mi.de

CVS commit: [netbsd-9] src/usr.bin/msgc

2019-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Nov 17 13:36:18 UTC 2019 Modified Files: src/usr.bin/msgc [netbsd-9]: msg_sys.def Log Message: Pull up following revision(s) (requested by martin in ticket #433): usr.bin/msgc/msg_sys.def: revision 1.48

CVS commit: [netbsd-9] src/usr.bin/msgc

2019-11-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Nov 17 13:36:18 UTC 2019 Modified Files: src/usr.bin/msgc [netbsd-9]: msg_sys.def Log Message: Pull up following revision(s) (requested by martin in ticket #433): usr.bin/msgc/msg_sys.def: revision 1.48

CVS commit: src/sys/kern

2019-11-17 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Nov 17 12:32:31 UTC 2019 Modified Files: src/sys/kern: subr_cprng.c Log Message: Update comment to reflect third-party software's usage of KERN_ARND. Changing it as the comment suggests would be a very terrible idea due to the

CVS commit: src/sys/kern

2019-11-17 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Nov 17 12:32:31 UTC 2019 Modified Files: src/sys/kern: subr_cprng.c Log Message: Update comment to reflect third-party software's usage of KERN_ARND. Changing it as the comment suggests would be a very terrible idea due to the

CVS commit: src/share/man/man9

2019-11-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Nov 17 11:46:39 UTC 2019 Modified Files: src/share/man/man9: vnsubr.9 Log Message: file system police. New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/share/man/man9/vnsubr.9 Please

CVS commit: src/share/man/man9

2019-11-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Nov 17 11:46:39 UTC 2019 Modified Files: src/share/man/man9: vnsubr.9 Log Message: file system police. New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/share/man/man9/vnsubr.9 Please

CVS commit: src/sys/dev/usb

2019-11-17 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 17 11:28:48 UTC 2019 Modified Files: src/sys/dev/usb: vhci.c Log Message: Not a bug strictly speaking, but compute the address only after the length checks, for clarity and to appease kUBSan. To generate a diff of this

CVS commit: src/sys/dev/usb

2019-11-17 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 17 11:28:48 UTC 2019 Modified Files: src/sys/dev/usb: vhci.c Log Message: Not a bug strictly speaking, but compute the address only after the length checks, for clarity and to appease kUBSan. To generate a diff of this

Re: CVS commit: src [llvm]

2019-11-17 Thread Maxime Villard
Le 16/11/2019 à 23:01, Joerg Sonnenberger a écrit : On Tue, Nov 12, 2019 at 11:39:09AM +0100, Maxime Villard wrote: Le 11/11/2019 à 23:45, Joerg Sonnenberger a écrit : Module Name:src Committed By: joerg Date: Mon Nov 11 22:45:32 UTC 2019 [...] Log Message: Update LLVM to

CVS commit: src/sys/netinet

2019-11-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Nov 17 08:21:25 UTC 2019 Modified Files: src/sys/netinet: tcp_output.c Log Message: Don't allow zero sized segments that will panic the stack. Reported-by: syzbot+5542516fa4afe7a10...@syzkaller.appspotmail.com To generate

CVS commit: src/sys/netinet

2019-11-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Nov 17 08:21:25 UTC 2019 Modified Files: src/sys/netinet: tcp_output.c Log Message: Don't allow zero sized segments that will panic the stack. Reported-by: syzbot+5542516fa4afe7a10...@syzkaller.appspotmail.com To generate

CVS commit: [netbsd-9] src/distrib/sets/lists/rescue

2019-11-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 17 08:04:06 UTC 2019 Added Files: src/distrib/sets/lists/rescue [netbsd-9]: mi Log Message: Fix mishap from processing ticket #435 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.2

CVS commit: [netbsd-9] src/distrib/sets/lists/rescue

2019-11-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 17 08:04:06 UTC 2019 Added Files: src/distrib/sets/lists/rescue [netbsd-9]: mi Log Message: Fix mishap from processing ticket #435 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.2