CVS commit: src/sys/ddb

2019-03-12 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Mar 12 07:44:58 UTC 2019

Modified Files:
src/sys/ddb: db_trap.c

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/ddb/db_trap.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/x86/x86

2019-03-12 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Tue Mar 12 08:29:52 UTC 2019

Modified Files:
src/sys/arch/x86/x86: pmap.c

Log Message:
Add missing space in "wiring for pmap .. did not change" message


To generate a diff of this commit:
cvs rdiff -u -r1.330 -r1.331 src/sys/arch/x86/x86/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/mtree

2019-03-12 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Mar 12 10:07:50 UTC 2019

Modified Files:
src/etc/mtree: Makefile NetBSD.dist.i386 NetBSD.dist.powerpc
NetBSD.dist.sparc NetBSD.dist.sparc64 NetBSD.dist.x86_64
Added Files:
src/etc/mtree: NetBSD.dist.sun2 NetBSD.dist.sun3
Removed Files:
src/etc/mtree: NetBSD.dist.aarch64 NetBSD.dist.ia64 NetBSD.dist.ofppc

Log Message:
remove the recently added files or added entries for what is
./usr/include/$MACHINE and automatically add it.

add sun68k for sun2/sun3.  tested on about 12 platforms.

there may be more failures to figure out but this should make
them all special cases rather than always expected cases.

fortunately, most builds don't see to hit these issues for
reasons i haven't determined yet.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/etc/mtree/Makefile
cvs rdiff -u -r1.6 -r0 src/etc/mtree/NetBSD.dist.aarch64
cvs rdiff -u -r1.1 -r1.2 src/etc/mtree/NetBSD.dist.i386 \
src/etc/mtree/NetBSD.dist.powerpc src/etc/mtree/NetBSD.dist.sparc
cvs rdiff -u -r1.1 -r0 src/etc/mtree/NetBSD.dist.ia64 \
src/etc/mtree/NetBSD.dist.ofppc
cvs rdiff -u -r1.12 -r1.13 src/etc/mtree/NetBSD.dist.sparc64
cvs rdiff -u -r0 -r1.1 src/etc/mtree/NetBSD.dist.sun2 \
src/etc/mtree/NetBSD.dist.sun3
cvs rdiff -u -r1.13 -r1.14 src/etc/mtree/NetBSD.dist.x86_64

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/xdebug

2019-03-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Mar 12 10:32:35 UTC 2019

Modified Files:
src/distrib/sets/lists/xdebug: md.evbarm md.evbarm.armeb

Log Message:
Add libvdpau_g.a here as well


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/distrib/sets/lists/xdebug/md.evbarm
cvs rdiff -u -r1.11 -r1.12 src/distrib/sets/lists/xdebug/md.evbarm.armeb

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/libvdpau

2019-03-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 12 11:05:09 UTC 2019

Modified Files:
src/external/mit/xorg/lib/libvdpau: Makefile

Log Message:
it is CPPFLAGS for -D etc otherwise lint breaks!


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/libvdpau/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2019-03-12 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Tue Mar 12 14:03:35 UTC 2019

Modified Files:
src/sys/kern: vfs_lookup.c

Log Message:
Take a reference on ndp->ni_rootdir and ndp->ni_erootdir.

A multithreaded process may chroot during namei() and we end up with
vn_under() trying to reference the now unreferenced ni_rootdir.

Ok: David Holland 

Reported-by: syzbot+889319cdf91a3d037...@syzkaller.appspotmail.com


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 src/sys/kern/vfs_lookup.c

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

2019-03-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 12 15:10:44 UTC 2019

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 libjemalloc.so


To generate a diff of this commit:
cvs rdiff -u -r1.858 -r1.859 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.2261 -r1.2262 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.324 -r1.325 src/distrib/sets/lists/comp/shl.mi
cvs rdiff -u -r1.278 -r1.279 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.218 -r1.219 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/include

2019-03-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 12 15:11:13 UTC 2019

Modified Files:
src/include: malloc.h

Log Message:
remove global pointers, add get/seters.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/include/malloc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/jemalloc

2019-03-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 12 15:13:25 UTC 2019

Modified Files:
src/external/bsd/jemalloc/dist/src: jemalloc.c
src/external/bsd/jemalloc/include/jemalloc: jemalloc.h
src/external/bsd/jemalloc/lib: Makefile Makefile.inc
Added Files:
src/external/bsd/jemalloc: Makefile
src/external/bsd/jemalloc/lib: jemalloc_stub.c

Log Message:
- descend to build libjemalloc
- namespace protect all functions __je
- provide getters and setters for malloc_conf and malloc_message


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/jemalloc/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/jemalloc/dist/src/jemalloc.c
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/jemalloc/include/jemalloc/jemalloc.h
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/jemalloc/lib/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/jemalloc/lib/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/external/bsd/jemalloc/lib/jemalloc_stub.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib

2019-03-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 12 15:14:02 UTC 2019

Modified Files:
src/lib: Makefile

Log Message:
add libjemalloc for the non-standard jemalloc symbols.


To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 src/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/base

2019-03-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 12 16:50:35 UTC 2019

Modified Files:
src/distrib/sets/lists/base: shl.mi

Log Message:
fix pasto (gnumalloc vs jemalloc)


To generate a diff of this commit:
cvs rdiff -u -r1.859 -r1.860 src/distrib/sets/lists/base/shl.mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/crypto/external/bsd/openssl/dist

2019-03-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 12 16:58:14 UTC 2019

Modified Files:
src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README
e_os.h
src/crypto/external/bsd/openssl/dist/apps: ocsp.c openssl.cnf
s_client.c s_server.c speed.c
src/crypto/external/bsd/openssl/dist/crypto: armcap.c cryptlib.c
ppccap.c ppccpuid.pl uid.c
src/crypto/external/bsd/openssl/dist/crypto/aes/asm: aes-x86_64.pl
aesni-x86_64.pl
src/crypto/external/bsd/openssl/dist/crypto/bio: bss_file.c
src/crypto/external/bsd/openssl/dist/crypto/bn: bn_exp.c bn_lib.c
src/crypto/external/bsd/openssl/dist/crypto/bn/asm: mips.pl
src/crypto/external/bsd/openssl/dist/crypto/cms: cms_pwri.c
src/crypto/external/bsd/openssl/dist/crypto/conf: conf_def.c
src/crypto/external/bsd/openssl/dist/crypto/dso: dso_dlfcn.c
src/crypto/external/bsd/openssl/dist/crypto/ec: ec2_smpl.c ec_ameth.c
ec_lcl.h ecp_mont.c ecp_nist.c ecp_smpl.c
src/crypto/external/bsd/openssl/dist/crypto/engine: eng_devcrypto.c
eng_lib.c
src/crypto/external/bsd/openssl/dist/crypto/evp: evp_enc.c
src/crypto/external/bsd/openssl/dist/crypto/rand: rand_unix.c
src/crypto/external/bsd/openssl/dist/crypto/rsa: rsa_oaep.c rsa_pk1.c
src/crypto/external/bsd/openssl/dist/crypto/ui: ui_openssl.c
src/crypto/external/bsd/openssl/dist/crypto/x509: x509_vfy.c
src/crypto/external/bsd/openssl/dist/include/internal: tsan_assist.h
src/crypto/external/bsd/openssl/dist/include/openssl: safestack.h
src/crypto/external/bsd/openssl/dist/ssl: s3_enc.c s3_lib.c ssl_ciph.c
ssl_err.c ssl_lib.c ssl_locl.h t1_enc.c t1_lib.c
src/crypto/external/bsd/openssl/dist/test: bntest.c ecdsatest.c
evp_extra_test.c evp_test.c
src/crypto/external/bsd/openssl/dist/test/testutil: main.c
Removed Files:
src/crypto/external/bsd/openssl/dist: .gitattributes .gitignore
.gitmodules .travis-apt-pin.preferences .travis-create-release.sh
.travis.yml
src/crypto/external/bsd/openssl/dist/.github: PULL_REQUEST_TEMPLATE.md
src/crypto/external/bsd/openssl/dist/Configurations: dist.conf

Log Message:
merge conflicts


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 \
src/crypto/external/bsd/openssl/dist/.gitattributes \
src/crypto/external/bsd/openssl/dist/.gitmodules \
src/crypto/external/bsd/openssl/dist/.travis-apt-pin.preferences
cvs rdiff -u -r1.1.1.4 -r0 src/crypto/external/bsd/openssl/dist/.gitignore \
src/crypto/external/bsd/openssl/dist/.travis.yml
cvs rdiff -u -r1.1.1.2 -r0 \
src/crypto/external/bsd/openssl/dist/.travis-create-release.sh
cvs rdiff -u -r1.18 -r1.19 src/crypto/external/bsd/openssl/dist/CHANGES \
src/crypto/external/bsd/openssl/dist/NEWS \
src/crypto/external/bsd/openssl/dist/README
cvs rdiff -u -r1.22 -r1.23 src/crypto/external/bsd/openssl/dist/Configure
cvs rdiff -u -r1.12 -r1.13 src/crypto/external/bsd/openssl/dist/e_os.h
cvs rdiff -u -r1.1.1.1 -r0 \
src/crypto/external/bsd/openssl/dist/.github/PULL_REQUEST_TEMPLATE.md
cvs rdiff -u -r1.1.1.2 -r0 \
src/crypto/external/bsd/openssl/dist/Configurations/dist.conf
cvs rdiff -u -r1.17 -r1.18 src/crypto/external/bsd/openssl/dist/apps/ocsp.c \
src/crypto/external/bsd/openssl/dist/apps/s_client.c
cvs rdiff -u -r1.7 -r1.8 \
src/crypto/external/bsd/openssl/dist/apps/openssl.cnf
cvs rdiff -u -r1.18 -r1.19 \
src/crypto/external/bsd/openssl/dist/apps/s_server.c
cvs rdiff -u -r1.16 -r1.17 src/crypto/external/bsd/openssl/dist/apps/speed.c
cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/openssl/dist/crypto/armcap.c
cvs rdiff -u -r1.13 -r1.14 \
src/crypto/external/bsd/openssl/dist/crypto/cryptlib.c
cvs rdiff -u -r1.9 -r1.10 \
src/crypto/external/bsd/openssl/dist/crypto/ppccap.c
cvs rdiff -u -r1.7 -r1.8 \
src/crypto/external/bsd/openssl/dist/crypto/ppccpuid.pl
cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/openssl/dist/crypto/uid.c
cvs rdiff -u -r1.5 -r1.6 \
src/crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-x86_64.pl \
src/crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86_64.pl
cvs rdiff -u -r1.10 -r1.11 \
src/crypto/external/bsd/openssl/dist/crypto/bio/bss_file.c
cvs rdiff -u -r1.18 -r1.19 \
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c
cvs rdiff -u -r1.10 -r1.11 \
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_lib.c
cvs rdiff -u -r1.3 -r1.4 \
src/crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl
cvs rdiff -u -r1.10 -r1.11 \
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_pwri.c
cvs rdiff -u -r1.9 -r1.10 \
src/crypto/external/bsd/openssl/dist/crypto/conf/conf_def.c
cvs rdiff -u -r1.13 -r1.14 \
src/crypto/external/bsd/openssl/dist/crypto/dso/dso_dlfcn.c
cvs rdiff -u -r1.7 -r1.8 \
src/crypto

CVS commit: src/doc

2019-03-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 12 16:59:16 UTC 2019

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new openssl


To generate a diff of this commit:
cvs rdiff -u -r1.1602 -r1.1603 src/doc/3RDPARTY
cvs rdiff -u -r1.2509 -r1.2510 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/sys/compat/netbsd32

2019-03-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Mar 12 17:46:59 UTC 2019

Modified Files:
src/sys/compat/netbsd32 [netbsd-8]: netbsd32_compat_60.c

Log Message:
Pull up following revision(s) (requested by martin in ticket #1211):
sys/compat/netbsd32/netbsd32_compat_60.c: 1.3
don't forget to convert the timespec.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.12.1 src/sys/compat/netbsd32/netbsd32_compat_60.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/external/bsd/bzip2/dist

2019-03-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Mar 12 17:48:04 UTC 2019

Modified Files:
src/external/bsd/bzip2/dist [netbsd-8]: bzip2recover.c

Log Message:
Pull up following revision(s) (requested by martin in ticket #1212):
external/bsd/bzip2/dist/bzip2recover.c: revision 1.4
Apply fix for CVE-2016-3189 bzip2: heap use after free in bzip2recover


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.28.1 src/external/bsd/bzip2/dist/bzip2recover.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/doc

2019-03-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Mar 12 17:48:50 UTC 2019

Modified Files:
src/doc [netbsd-8]: CHANGES-8.1

Log Message:
121[12]


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-8.1

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/nvidia

2019-03-12 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Tue Mar 12 18:46:20 UTC 2019

Modified Files:
src/sys/arch/arm/nvidia: tegra_pcie.c

Log Message:
Fix paste-o in an error path diagnostic message.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/nvidia/tegra_pcie.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/gen

2019-03-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Mar 12 22:21:53 UTC 2019

Modified Files:
src/lib/libc/gen: humanize_number.3

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/gen/humanize_number.3

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/xcomp

2019-03-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 12 23:50:56 UTC 2019

Modified Files:
src/distrib/sets/lists/xcomp: md.amd64 md.evbarm md.i386

Log Message:
lint library for vdpau


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/distrib/sets/lists/xcomp/md.amd64
cvs rdiff -u -r1.12 -r1.13 src/distrib/sets/lists/xcomp/md.evbarm
cvs rdiff -u -r1.59 -r1.60 src/distrib/sets/lists/xcomp/md.i386

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/comp

2019-03-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 12 23:51:40 UTC 2019

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
lint library for jemalloc


To generate a diff of this commit:
cvs rdiff -u -r1.2262 -r1.2263 src/distrib/sets/lists/comp/mi

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/libXcursor

2019-03-12 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Mar 12 23:52:46 UTC 2019

Modified Files:
src/external/mit/xorg/lib/libXcursor: Makefile

Log Message:
catch up the default __XCURSORPATH__ from libXcursor 1.2.0.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/lib/libXcursor/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/x86/include

2019-03-12 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Mar 13 05:22:07 UTC 2019

Modified Files:
src/sys/arch/x86/include: specialreg.h

Log Message:
Add TSX_FORCE_ABORT related definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/sys/arch/x86/include/specialreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mvme68k/dev

2019-03-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Mar 13 06:27:34 UTC 2019

Modified Files:
src/sys/arch/mvme68k/dev: pcctwo_68k.c

Log Message:
Fix small (but fatal) oversight in device/softc split.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mvme68k/dev/pcctwo_68k.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.