CVS commit: src/sys/sys
Module Name:src Committed By: msaitoh Date: Tue Jun 26 06:50:52 UTC 2018 Modified Files: src/sys/sys: param.h Log Message: Bump version to 8.99.21 (bpf_mtap*() API change & BIOC[GS]DIRECTION). To generate a diff of this commit: cvs rdiff -u -r1.565 -r1.566 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: msaitoh Date: Tue Jun 26 06:52:43 UTC 2018 Modified Files: src/doc: CHANGES Log Message: Add the BPF direction filter (BIOC[GS]DIRECTION). To generate a diff of this commit: cvs rdiff -u -r1.2403 -r1.2404 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/netstat
Module Name:src Committed By: msaitoh Date: Tue Jun 26 09:50:42 UTC 2018 Modified Files: src/usr.bin/netstat: bpf.c Log Message: Fix a bug that BPF_D_OUT isn't printed correctly. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/netstat/bpf.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/fstat
Module Name:src Committed By: msaitoh Date: Tue Jun 26 10:00:25 UTC 2018 Modified Files: src/usr.bin/fstat: misc.c Log Message: Print BPF direction correctly. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/fstat/misc.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/i386/stand/misc
Module Name:src Committed By: martin Date: Tue Jun 26 10:15:37 UTC 2018 Modified Files: src/sys/arch/i386/stand/misc: Makefile Removed Files: src/sys/arch/i386/stand/misc: rawr32.exe.uue Log Message: Remove Rawrite32 installer - no point having an outdated version on some install media, the windows machine it needs to run on will have internet and can easily download it. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/i386/stand/misc/Makefile cvs rdiff -u -r1.7 -r0 src/sys/arch/i386/stand/misc/rawr32.exe.uue Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes
Module Name:src Committed By: martin Date: Tue Jun 26 10:49:55 UTC 2018 Modified Files: src/distrib/notes/bebox: prep src/distrib/notes/common: main src/distrib/notes/ews4800mips: xfer src/distrib/notes/i386: xfer src/distrib/notes/news68k: xfer src/distrib/notes/newsmips: xfer Log Message: Replace references to i386 install media for Rawrite32 with links to the homepage. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/bebox/prep cvs rdiff -u -r1.546 -r1.547 src/distrib/notes/common/main cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/ews4800mips/xfer cvs rdiff -u -r1.20 -r1.21 src/distrib/notes/i386/xfer cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/news68k/xfer cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/newsmips/xfer Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc/roadmaps/people
Module Name:src Committed By: kamil Date: Tue Jun 26 16:06:21 UTC 2018 Removed Files: src/doc/roadmaps/people: kamil Log Message: Remove roadmap/kamil -8 goals finished in the possible scope for 8.0RC2 -9 abandoned in that scope after research To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/doc/roadmaps/people/kamil Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: kamil Date: Tue Jun 26 17:13:41 UTC 2018 Added Files: src/doc: TODO.sanitizers Log Message: Add TODO.sanitizer Note short term, long term and unspecified tasks with sanitizers. The long term goals are planned to be started after emptying TODO.ptrace. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/doc/TODO.sanitizers Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/rockchip
Module Name:src Committed By: jmcneill Date: Tue Jun 26 17:44:04 UTC 2018 Modified Files: src/sys/arch/arm/rockchip: rk_cru.c Log Message: device_printf -> aprint_debug To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/rockchip/rk_cru.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/lib/liblsan
Module Name:src Committed By: christos Date: Tue Jun 26 20:54:32 UTC 2018 Added Files: src/external/gpl3/gcc/lib/liblsan: Makefile shlib_version test-lsan.c Log Message: Add lsan support. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/liblsan/Makefile \ src/external/gpl3/gcc/lib/liblsan/shlib_version \ src/external/gpl3/gcc/lib/liblsan/test-lsan.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/dist/libsanitizer
Module Name:src Committed By: christos Date: Tue Jun 26 20:55:38 UTC 2018 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_common.h lsan_common_linux.cc src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc sanitizer_linux.h sanitizer_stoptheworld_linux_libcdep.cc Log Message: Add support for lsan (Leak Sanitizer), crashes on exit, but works from gdb... To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \ src/external/gpl3/gcc/dist/libsanitizer/lsan/lsan_common.h \ src/external/gpl3/gcc/dist/libsanitizer/lsan/lsan_common_linux.cc cvs rdiff -u -r1.18 -r1.19 \ src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc cvs rdiff -u -r1.4 -r1.5 \ src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.h cvs rdiff -u -r1.1.1.3 -r1.2 \ src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists
Module Name:src Committed By: christos Date: Tue Jun 26 21:01:34 UTC 2018 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi Log Message: Add the lsan libraries To generate a diff of this commit: cvs rdiff -u -r1.839 -r1.840 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.2203 -r1.2204 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.316 -r1.317 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.252 -r1.253 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.198 -r1.199 src/distrib/sets/lists/debug/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/lib/liblsan
Module Name:src Committed By: christos Date: Tue Jun 26 21:06:45 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/liblsan: Makefile Log Message: remove temp hack. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/liblsan/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: christos Date: Tue Jun 26 21:09:48 UTC 2018 Modified Files: src/doc: CHANGES Log Message: mention lsan To generate a diff of this commit: cvs rdiff -u -r1.2404 -r1.2405 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: sevan Date: Tue Jun 26 22:16:45 UTC 2018 Modified Files: src/share/misc: acronyms.comp Log Message: Add another ARC, DCL, Emacs To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 src/share/misc/acronyms.comp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/disklabel
Module Name:src Committed By: kamil Date: Wed Jun 27 01:14:48 UTC 2018 Modified Files: src/sbin/disklabel: main.c Log Message: Avoid misaligned access in disklabel(8) in find_label() Introduce a new helper variable tlp and use it for memory access. Detected with MKSANITIZER/UBSan A patch by To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sbin/disklabel/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/lib
Module Name:src Committed By: kre Date: Wed Jun 27 01:25:49 UTC 2018 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: Since liblsan has been added to the sets already, we should build it. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dist/pf/net
Module Name:src Committed By: msaitoh Date: Wed Jun 27 03:31:44 UTC 2018 Modified Files: src/sys/dist/pf/net: if_pfsync.c Log Message: Add missing BPF_D_OUT. Reported by John D. Baker. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dist/pf/net/if_pfsync.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/lib
Module Name:src Committed By: martin Date: Wed Jun 27 06:06:39 UTC 2018 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: Disable liblsan for now - it seems to be 64bit only - all 32bits are failing and the 64bit ones with compat 32bit do not work either. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gcc/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists
Module Name:src Committed By: martin Date: Wed Jun 27 06:08:15 UTC 2018 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi Log Message: Comment out liblsan entries to fix the build To generate a diff of this commit: cvs rdiff -u -r1.840 -r1.841 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.2204 -r1.2205 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.317 -r1.318 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.253 -r1.254 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.199 -r1.200 src/distrib/sets/lists/debug/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.