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/
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
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
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
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:
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()
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
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_
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 -
33 matches
Mail list logo