CVS commit: src

2018-06-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 26 06:48:03 UTC 2018 Modified Files: src/share/man/man4: bpf.4 src/sys/arch/acorn32/podulebus: if_ie.c src/sys/arch/amiga/dev: if_es.c if_qn.c src/sys/arch/arm/at91: at91emac.c src/sys/arch/

CVS commit: src/sys/dev/i2c

2018-06-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 26 06:34:55 UTC 2018 Modified Files: src/sys/dev/i2c: at24cxx.c files.i2c i2c.c i2cvar.h Log Message: Remove the i2c "size" locator and corresponding property / attach arg. It was a hack meant only for EEPROMs, which have

CVS commit: src/sys/dev/ofw

2018-06-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 26 06:24:52 UTC 2018 Modified Files: src/sys/dev/ofw: ofw_subr.c Log Message: In of_enter_i2c_devs(), we no longer need to set a "size" property for a couple of models of Atmel EEPROMs because the driver can figure this o

CVS commit: src/sys/dev/i2c

2018-06-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 26 06:21:23 UTC 2018 Modified Files: src/sys/dev/i2c: at24cxx.c Log Message: Encode the size information in the compat data. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/i2c/at24cxx.c Pleas

CVS commit: src/sys/dev/ic

2018-06-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 26 06:17:40 UTC 2018 Modified Files: src/sys/dev/ic: malo.c Log Message: bpf_mtap*() after ieee80211_encap() should be bpf_mtap3() rather than bpf_mtap(). bpf_mtap3() is for raw bpf. To generate a diff of this commit:

CVS commit: src/sys/dev/ic

2018-06-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 26 06:16:09 UTC 2018 Modified Files: src/sys/dev/ic: rt2661.c Log Message: bpf_mtap*() before ieee80211_encap() should be bpf_mtap() rather than bpf_mtap3(). bpf_mtap3() is for raw bpf and be used after ieee80211_encap()

CVS commit: src/sys

2018-06-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 26 06:03:57 UTC 2018 Modified Files: src/sys/arch/macppc/dev: deq.c smusat.c src/sys/arch/sparc64/dev: pcf8591_envctrl.c src/sys/dev/i2c: adadc.c adm1021.c adm1026.c as3722.c at24cxx.c axp20x.c

CVS commit: src/sys

2018-06-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 26 04:32:35 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c ds1307.c i2c.c i2cvar.h src/sys/kern: subr_autoconf.c src/sys/sys: device.h Log Message: Change device_compatible_match() and iic_compatible_

CVS commit: src/share/misc

2018-06-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jun 26 00:06:09 UTC 2018 Modified Files: src/share/misc: acronyms.comp Log Message: Document sanitizers in acronyms.comp Added: ASan, CFI, DFSan, ESan, HWASan, LSan, MSan, TSan, UBSan. To generate a diff of this commit: cvs

CVS commit: src/share/misc

2018-06-25 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Jun 25 19:56:54 UTC 2018 Modified Files: src/share/misc: acronyms.comp Log Message: Add HVDS, LVDS, RDRAM To generate a diff of this commit: cvs rdiff -u -r1.207 -r1.208 src/share/misc/acronyms.comp Please note that diffs ar

CVS commit: src/external/bsd/tmux/dist

2018-06-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 25 18:41:25 UTC 2018 Modified Files: src/external/bsd/tmux/dist: window-copy.c Log Message: Avoid UB in tmux/window_copy_add_formats() Do not perform NULL pointer arithmetics. Reported with MKSANITIZER/UBSan. The patch p

CVS commit: src/external/bsd/nvi/dist/common

2018-06-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 25 18:36:36 UTC 2018 Modified Files: src/external/bsd/nvi/dist/common: log1.c Log Message: Include for offsetof(3) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/nvi/dist/common/log1.c Plea

CVS commit: src/usr.bin/chpass

2018-06-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 25 18:05:25 UTC 2018 Modified Files: src/usr.bin/chpass: Makefile Log Message: Specify SANITIZER_RENAME_SYMBOL in chpass Rename local versions of getpwent getpwnam getpwnam_r getpwuid getpwuid_r (all of the symbols are nam

CVS commit: src/external/gpl2/xcvs

2018-06-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 25 18:03:56 UTC 2018 Modified Files: src/external/gpl2/xcvs: Makefile.inc Log Message: Specify SANITIZER_RENAME_SYMBOL in cvs Rename local versions of regcomp regerror regexec regfree in order to remove symbol clash with l

CVS commit: src/external/gpl2/grep

2018-06-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 25 18:02:49 UTC 2018 Modified Files: src/external/gpl2/grep: Makefile.inc Log Message: Specify SANITIZER_RENAME_SYMBOL in grep Rename local versions of regcomp regerror regexec regfree in order to remove symbol clash with

CVS commit: src/external/gpl2/diffutils

2018-06-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 25 18:01:13 UTC 2018 Modified Files: src/external/gpl2/diffutils: Makefile.inc Log Message: Specify SANITIZER_RENAME_SYMBOL in diffutils Rename local versions of regcomp regerror regexec regfree in order to remove symbol c

CVS commit: src/external/bsd/nvi

2018-06-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 25 18:00:34 UTC 2018 Modified Files: src/external/bsd/nvi: Makefile.inc Log Message: Specify SANITIZER_RENAME_SYMBOL in nvi Rename local versions of regcomp regerror regexec regfree in order to remove symbol clash with lib

CVS commit: src/share/mk

2018-06-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 25 17:58:36 UTC 2018 Modified Files: src/share/mk: bsd.lib.mk bsd.prog.mk Log Message: Add a framework for renaming symbols in libc&co for MKSANITIZER A new keyword SANITIZER_RENAME_SYMBOL. It's a variable that has specifi

CVS commit: src/external/bsd/nvi/dist/common

2018-06-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 25 17:42:34 UTC 2018 Modified Files: src/external/bsd/nvi/dist/common: log1.c Log Message: Avoid unportable offsetof(3) calculation in nvi in log1.c Detected with MKSANITIZER/UBSan. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/jot

2018-06-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 25 14:29:17 UTC 2018 Modified Files: src/usr.bin/jot: jot.1 jot.c Log Message: Don't require any arguments as the usage indicates; simplifies the code and the documentation: now "jot" works like "jot -" used to (and cont

CVS commit: src/sys/dev/ppbus

2018-06-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 25 13:28:12 UTC 2018 Modified Files: src/sys/dev/ppbus: if_plip.c Log Message: KNF & fix typo. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/ppbus/if_plip.c Please not

CVS commit: [netbsd-8] src/doc

2018-06-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 25 13:01:26 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Ticket #904, ammend #892 To generate a diff of this commit: cvs rdiff -u -r1.1.2.218 -r1.1.2.219 src/doc/CHANGES-8.0 Please note that dif

CVS commit: [netbsd-8] src/distrib/common

2018-06-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 25 12:59:27 UTC 2018 Modified Files: src/distrib/common [netbsd-8]: Makefile.bootcd Log Message: Pull up following revision(s) (requested by martin in ticket #904): distrib/common/Makefile.bootcd: revision 1.40 D

CVS commit: [netbsd-8] src/tests/lib/libc/gen/posix_spawn

2018-06-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 25 12:55:01 UTC 2018 Modified Files: src/tests/lib/libc/gen/posix_spawn [netbsd-8]: t_spawnattr.c Log Message: Additionally pull up following revision(s) (requested by maya in ticket #892): tests/lib/libc/gen/posi

CVS commit: src/distrib/common

2018-06-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 25 12:18:22 UTC 2018 Modified Files: src/distrib/common: Makefile.bootcd Log Message: Do not put debug.tgz and xdebug.tgz onto install CDs (a lot of them grow out of bounds and for some architectures can not turn into DVDs

CVS commit: [pgoyette-compat] src/external/cddl/osnet/dev/fbt

2018-06-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 25 11:22:57 UTC 2018 Modified Files: src/external/cddl/osnet/dev/fbt [pgoyette-compat]: fbt.c Log Message: Adapt to new world order - mod_required is no a pointer to an array. To generate a diff of this commit: cvs rdi

CVS commit: src/share/man/man9

2018-06-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jun 25 10:53:47 UTC 2018 Modified Files: src/share/man/man9: bpf.9 Log Message: Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/bpf.9 Please note that diffs are not public

CVS commit: [pgoyette-compat] src/sys/sys

2018-06-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 25 10:11:21 UTC 2018 Modified Files: src/sys/sys [pgoyette-compat]: module.h Log Message: Resolve conflict correctly! To generate a diff of this commit: cvs rdiff -u -r1.41.14.9 -r1.41.14.10 src/sys/sys/module.h Pleas

CVS commit: src/sys/dev/pcmcia

2018-06-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 25 09:57:26 UTC 2018 Modified Files: src/sys/dev/pcmcia: if_malo_pcmcia.c Log Message: Simplify bpf_mtap() call. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pcmcia/if

CVS commit: src/share/mk

2018-06-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jun 25 09:38:46 UTC 2018 Modified Files: src/share/mk: bsd.README Log Message: Rephrase the documentation of MKSANITIZER Based on the feedback from and . To generate a diff of this commit: cvs rdiff -u -r1.376 -r1.377 src/s

CVS commit: src

2018-06-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 25 09:32:28 UTC 2018 Modified Files: src/doc: TODO.smpnet src/sys/dev/pci: if_lmc.c if_lmc.h Log Message: Move txintr_setup() stuff from lmc_interrupt() and do it in ifnet_start(). Now we can use bpf_mtap() in th

CVS commit: [pgoyette-compat] src/sys/kern

2018-06-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 25 08:50:10 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c Log Message: Finish de-confliction To generate a diff of this commit: cvs rdiff -u -r1.130.2.9 -r1.130.2.10 src/sys/kern/kern_module.c

CVS commit: [pgoyette-compat] src/sys

2018-06-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 25 07:22:54 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c src/sys/sys [pgoyette-compat]: module.h Log Message: Resolve conflicts with HEAD To generate a diff of this commit: cvs rdiff -