CVS commit: src/sys/netipsec
Module Name:src Committed By: knakahara Date: Fri Apr 12 07:12:12 UTC 2019 Modified Files: src/sys/netipsec: ipsecif.c Log Message: remove a variable which is no longer used. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/netipsec/ipsecif.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/aarch64/aarch64
Module Name:src Committed By: ryo Date: Fri Apr 12 09:29:26 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: TODO aarch32_syscall.c netbsd32_machdep.c Log Message: COMPAT_NETBSD32 to work on also thumbmode To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/aarch64/aarch64/TODO \ src/sys/arch/aarch64/aarch64/netbsd32_machdep.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/aarch64/aarch64/aarch32_syscall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: abhinav Date: Fri Apr 12 10:57:27 UTC 2019 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Markup improvements: use Dv for kqueue filters, events and note names ok wiz@ To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/lib/libc/sys/kqueue.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: abhinav Date: Fri Apr 12 11:02:22 UTC 2019 Modified Files: src/share/man/man9: condvar.9 Log Message: Split the examples into two separate literal sections ok wiz@ To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/condvar.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: christos Date: Fri Apr 12 15:12:29 UTC 2019 Modified Files: src/lib/libedit: filecomplete.c Log Message: PR/54117: Paavo Helde: Fix memory overrun: Account for the closing quote in memory allocation if quoted. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/lib/libedit/filecomplete.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/menuc
Module Name:src Committed By: martin Date: Fri Apr 12 15:47:41 UTC 2019 Modified Files: src/usr.bin/menuc: menu_sys.def Log Message: new_menu: add missing initializations - we might be using a previously freed menu entry which has not been zeroed. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/usr.bin/menuc/menu_sys.def Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/menuc
Module Name:src Committed By: martin Date: Fri Apr 12 15:59:34 UTC 2019 Modified Files: src/usr.bin/menuc: menu_sys.def Log Message: Backout previous - our pool is zeroed, no need to reinitializ here. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/usr.bin/menuc/menu_sys.def Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: christos Date: Fri Apr 12 17:30:49 UTC 2019 Modified Files: src/lib/libedit: terminal.c Log Message: PR/52359: Benjamin Lorenz: When resizing because of a signal save and restore the cursor position, since it does not change. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libedit/terminal.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/lib/gallium
Module Name:src Committed By: christos Date: Fri Apr 12 17:43:25 UTC 2019 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: more stack protector (arm32) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/external/mit/xorg/lib/gallium/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/mips
Module Name:src Committed By: skrll Date: Fri Apr 12 21:12:21 UTC 2019 Modified Files: src/sys/arch/mips/mips: spl.S Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/mips/mips/spl.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/ld.elf_so
Module Name:src Committed By: rin Date: Sat Apr 13 00:23:32 UTC 2019 Modified Files: src/libexec/ld.elf_so: tls.c Log Message: Do not compile __tls_get_addr() into ldd(1), which fixes ldd(1) crashing on arm after switching to new jemalloc. jemalloc invokes __tls_get_addr() under some condition. If anything other than ld.elf_so nor libc exports it, inconsistency arises as a result. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/libexec/ld.elf_so/tls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/ld.elf_so
Module Name:src Committed By: christos Date: Sat Apr 13 03:15:25 UTC 2019 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: Fix c++ exceptions on arm; jemalloc calls _rtld_tls_get_addr from inside dl_iterate_phdr, so we need to unlock and relock. To generate a diff of this commit: cvs rdiff -u -r1.195 -r1.196 src/libexec/ld.elf_so/rtld.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: maxv Date: Sat Apr 13 06:17:33 UTC 2019 Modified Files: src/sys/dev/pci: vioscsi.c Log Message: Fix use-after-free. If we're not polling, virtio_enqueue_commit() will send the transaction, and it means 'xs' can be immediately freed. So, save the value of xs_control beforehand. Detected by KASAN, ok jdolecek@. Fixes PR/54008 Reported-by: syzbot+6513c4afe66237d72...@syzkaller.appspotmail.com To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/vioscsi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.