CVS commit: src/sys/netinet

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 06:21:23 UTC 2018 Modified Files: src/sys/netinet: ip_output.c Log Message: ip_add_membership() has an missing {} issue, but solve it by dropping the "goto out" that would have happened immediately next anyway, ie, should

CVS commit: src/sys/netinet

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 06:21:23 UTC 2018 Modified Files: src/sys/netinet: ip_output.c Log Message: ip_add_membership() has an missing {} issue, but solve it by dropping the "goto out" that would have happened immediately next anyway, ie, should

CVS commit: src/sys/net

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 06:19:43 UTC 2018 Modified Files: src/sys/net: ppp_tty.c Log Message: ppprcvframe() has indentation issues. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/net/ppp_tty.c Please note that diffs are

CVS commit: src/sys/net

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 06:19:43 UTC 2018 Modified Files: src/sys/net: ppp_tty.c Log Message: ppprcvframe() has indentation issues. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/net/ppp_tty.c Please note that diffs are

CVS commit: src/sys/external/bsd/drm2/drm

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 06:18:46 UTC 2018 Modified Files: src/sys/external/bsd/drm2/drm: drm_scatter.c Log Message: XXX: add a NULL init to avoid a GCC 6 maybe uninit warning. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/external/bsd/drm2/drm

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 06:18:46 UTC 2018 Modified Files: src/sys/external/bsd/drm2/drm: drm_scatter.c Log Message: XXX: add a NULL init to avoid a GCC 6 maybe uninit warning. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/pci

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 06:18:11 UTC 2018 Modified Files: src/sys/dev/pci: if_lmc.c Log Message: avoid an indentation issue by adding "if (1)". To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pci/if_lmc.c Please note

CVS commit: src/sys/dev/pci

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 06:18:11 UTC 2018 Modified Files: src/sys/dev/pci: if_lmc.c Log Message: avoid an indentation issue by adding "if (1)". To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pci/if_lmc.c Please note

CVS commit: src/libexec/ld.elf_so

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 06:17:45 UTC 2018 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: update for GCC 6: ignore -Wframe-address warnings for the ppc hack. To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189

CVS commit: src/libexec/ld.elf_so

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 06:17:45 UTC 2018 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: update for GCC 6: ignore -Wframe-address warnings for the ppc hack. To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189

CVS commit: src/external/bsd/cron/bin/cron

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 06:17:07 UTC 2018 Modified Files: src/external/bsd/cron/bin/cron: Makefile Log Message: update for GCC 6: do_process has vfork() vs clobber issues To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/cron/bin/cron

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 06:17:07 UTC 2018 Modified Files: src/external/bsd/cron/bin/cron: Makefile Log Message: update for GCC 6: do_process has vfork() vs clobber issues To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/gpl3/gcc

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 05:34:22 UTC 2018 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64: gstdint.h src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64: defs.mk

CVS commit: src/external/gpl3/gcc

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 05:34:22 UTC 2018 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64: gstdint.h src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64: defs.mk

CVS commit: src/sys/kern

2018-02-06 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Feb 7 04:25:09 UTC 2018 Modified Files: src/sys/kern: subr_xcall.c Log Message: Spinkle ASSERT_SLEEPABLE to xcall functions To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/kern/subr_xcall.c Please

CVS commit: src/sys/kern

2018-02-06 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Feb 7 04:25:09 UTC 2018 Modified Files: src/sys/kern: subr_xcall.c Log Message: Spinkle ASSERT_SLEEPABLE to xcall functions To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/kern/subr_xcall.c Please

CVS commit: src/external/gpl3/gcc

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 04:13:48 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64: gstdint.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel: c++config.h src/external/gpl3/gcc/usr.bin/gcc/arch/ia64:

CVS commit: src/external/gpl3/gcc

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 04:13:48 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64: gstdint.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel: c++config.h src/external/gpl3/gcc/usr.bin/gcc/arch/ia64:

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 7 03:59:03 UTC 2018 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: crypto_openssl.c crypto_openssl.h prsa_par.y rsalist.c Log Message: Welcome to the 21st century Buck Rogers: OpenSSL-1.1 To

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 7 03:59:03 UTC 2018 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: crypto_openssl.c crypto_openssl.h prsa_par.y rsalist.c Log Message: Welcome to the 21st century Buck Rogers: OpenSSL-1.1 To

CVS commit: src/share/man/man4

2018-02-06 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Feb 7 03:26:37 UTC 2018 Modified Files: src/share/man/man4: wm.4 Log Message: Fix PR misc/52890 To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/share/man/man4/wm.4 Please note that diffs are not

CVS commit: src/share/man/man4

2018-02-06 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Feb 7 03:26:37 UTC 2018 Modified Files: src/share/man/man4: wm.4 Log Message: Fix PR misc/52890 To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/share/man/man4/wm.4 Please note that diffs are not

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:33:05 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: make this actually work: - use ${G_OBJS} directly, it avoids issues with .c vs .cc files. - add a method to not rm -rf .ab for

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:33:05 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: make this actually work: - use ${G_OBJS} directly, it avoids issues with .c vs .cc files. - add a method to not rm -rf .ab for

CVS commit: src/external/gpl3/gcc/lib/libasan

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:32:39 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: some more/changed files need -O1 for vax. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/external/gpl3/gcc/lib/libasan

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:32:39 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: some more/changed files need -O1 for vax. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/external/gpl3/gcc/dist/libsanitizer

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:32:01 UTC 2018 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc src/external/gpl3/gcc/dist/libsanitizer/ubsan: ubsan_platform.h Log Message: port to hppa,

CVS commit: src/external/gpl3/gcc/dist/libsanitizer

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:32:01 UTC 2018 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_linux.cc src/external/gpl3/gcc/dist/libsanitizer/ubsan: ubsan_platform.h Log Message: port to hppa,

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:30:39 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: handle MKPICLIB=no builds. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:30:39 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: handle MKPICLIB=no builds. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/external/gpl3/gcc

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:29:09 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm: gstdint.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb: gstdint.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm:

CVS commit: src/external/gpl3/gcc

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 23:12:35 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha: c++config.h src/external/gpl3/gcc/usr.bin/gcc/arch/alpha: auto-host.h Log Message: fix alpha gcc 6.4 mknative. now works. To

CVS commit: src

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 23:12:02 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: mi src/external/gpl3/gcc/usr.bin: Makefile Added Files: src/external/gpl3/gcc/usr.bin/gcov-dump:

CVS commit: src

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 23:12:02 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: mi src/external/gpl3/gcc/usr.bin: Makefile Added Files: src/external/gpl3/gcc/usr.bin/gcov-dump:

CVS commit: src/external/gpl3/gcc

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 23:12:35 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha: c++config.h src/external/gpl3/gcc/usr.bin/gcc/arch/alpha: auto-host.h Log Message: fix alpha gcc 6.4 mknative. now works. To

CVS commit: src/usr.sbin/syslogd

2018-02-06 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Feb 6 22:04:22 UTC 2018 Modified Files: src/usr.sbin/syslogd: tls.c Log Message: Correct misleading indentation. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/syslogd/tls.c Please note that

CVS commit: src/usr.sbin/syslogd

2018-02-06 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Feb 6 22:04:22 UTC 2018 Modified Files: src/usr.sbin/syslogd: tls.c Log Message: Correct misleading indentation. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/syslogd/tls.c Please note that

CVS commit: src/usr.sbin/syslogd

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 21:36:47 UTC 2018 Modified Files: src/usr.sbin/syslogd: sign.c tls.c Log Message: Adjust to OpenSSL-1.1 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/syslogd/sign.c cvs rdiff -u -r1.13

CVS commit: src/usr.sbin/syslogd

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 21:36:47 UTC 2018 Modified Files: src/usr.sbin/syslogd: sign.c tls.c Log Message: Adjust to OpenSSL-1.1 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/syslogd/sign.c cvs rdiff -u -r1.13

CVS commit: src/external/bsd/unbound/include

2018-02-06 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Feb 6 21:27:49 UTC 2018 Modified Files: src/external/bsd/unbound/include: config-1.0.h config-1.1.h Log Message: Restore default paths to what they were before prior import. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/unbound/include

2018-02-06 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Feb 6 21:27:49 UTC 2018 Modified Files: src/external/bsd/unbound/include: config-1.0.h config-1.1.h Log Message: Restore default paths to what they were before prior import. To generate a diff of this commit: cvs rdiff -u

CVS commit: [netbsd-8] src/doc

2018-02-06 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Feb 6 20:33:35 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: amend 524 To generate a diff of this commit: cvs rdiff -u -r1.1.2.117 -r1.1.2.118 src/doc/CHANGES-8.0 Please note that diffs are not public

CVS commit: [netbsd-8] src/doc

2018-02-06 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Feb 6 20:33:35 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: amend 524 To generate a diff of this commit: cvs rdiff -u -r1.1.2.117 -r1.1.2.118 src/doc/CHANGES-8.0 Please note that diffs are not public

CVS commit: [netbsd-8] src/sys/modules

2018-02-06 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Feb 6 20:31:13 UTC 2018 Modified Files: src/sys/modules [netbsd-8]: Makefile Added Files: src/sys/modules/amdsmn [netbsd-8]: Makefile amdsmn.ioconf src/sys/modules/amdzentemp [netbsd-8]: Makefile Log Message:

CVS commit: [netbsd-8] src/sys/modules

2018-02-06 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Feb 6 20:31:13 UTC 2018 Modified Files: src/sys/modules [netbsd-8]: Makefile Added Files: src/sys/modules/amdsmn [netbsd-8]: Makefile amdsmn.ioconf src/sys/modules/amdzentemp [netbsd-8]: Makefile Log Message:

CVS commit: src/include

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 20:22:41 UTC 2018 Modified Files: src/include: unistd.h Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/include/unistd.h Please note that diffs are not public domain; they

CVS commit: src/include

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 20:22:41 UTC 2018 Modified Files: src/include: unistd.h Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/include/unistd.h Please note that diffs are not public domain; they

CVS commit: src/lib/libpthread

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 20:22:23 UTC 2018 Modified Files: src/lib/libpthread: pthread.h Log Message: fix duplicate declaration of pthread_atfork in unistd.h To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/lib/libpthread

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 20:22:23 UTC 2018 Modified Files: src/lib/libpthread: pthread.h Log Message: fix duplicate declaration of pthread_atfork in unistd.h To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/include

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 20:21:21 UTC 2018 Modified Files: src/include: unistd.h Log Message: detect duplicate declaration of pthread_atfork() in pthread.h To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148

CVS commit: src/include

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 20:21:21 UTC 2018 Modified Files: src/include: unistd.h Log Message: detect duplicate declaration of pthread_atfork() in pthread.h To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148

CVS commit: src/usr.bin/nbsvtool

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 20:15:39 UTC 2018 Modified Files: src/usr.bin/nbsvtool: nbsvtool.c Log Message: mark old compat functions. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/nbsvtool/nbsvtool.c Please note

CVS commit: src/usr.bin/nbsvtool

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 20:15:39 UTC 2018 Modified Files: src/usr.bin/nbsvtool: nbsvtool.c Log Message: mark old compat functions. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/nbsvtool/nbsvtool.c Please note

CVS commit: src/crypto/external/bsd/openssh

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 20:10:36 UTC 2018 Modified Files: src/crypto/external/bsd/openssh: Makefile.inc Log Message: use OPENSSL_API_COMPAT To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/usr.bin/nbsvtool

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 20:10:05 UTC 2018 Modified Files: src/usr.bin/nbsvtool: Makefile Log Message: use OPENSSL_API_COMPAT To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/nbsvtool/Makefile Please note that diffs

CVS commit: src/crypto/external/bsd/openssh

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 20:10:36 UTC 2018 Modified Files: src/crypto/external/bsd/openssh: Makefile.inc Log Message: use OPENSSL_API_COMPAT To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/usr.bin/nbsvtool

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 20:10:05 UTC 2018 Modified Files: src/usr.bin/nbsvtool: Makefile Log Message: use OPENSSL_API_COMPAT To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/nbsvtool/Makefile Please note that diffs

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

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 19:58:31 UTC 2018 Modified Files: src/crypto/external/bsd/openssl.old/dist/crypto: opensslv.h src/crypto/external/bsd/openssl.old/dist/crypto/dh: dh.h

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

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 19:58:31 UTC 2018 Modified Files: src/crypto/external/bsd/openssl.old/dist/crypto: opensslv.h src/crypto/external/bsd/openssl.old/dist/crypto/dh: dh.h

CVS commit: src/external/gpl3/gcc

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 19:57:59 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k: c++config.h gstdint.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el: c++config.h gstdint.h

CVS commit: src/external/gpl3/gcc

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 19:57:59 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k: c++config.h gstdint.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el: c++config.h gstdint.h

CVS commit: src/crypto/external/bsd/openssl.old/dist/crypto/x509v3

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 19:51:25 UTC 2018 Modified Files: src/crypto/external/bsd/openssl.old/dist/crypto/x509v3: x509v3.h Log Message: added 1.1 api To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

CVS commit: src/crypto/external/bsd/openssl.old/dist/crypto/x509v3

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 19:51:25 UTC 2018 Modified Files: src/crypto/external/bsd/openssl.old/dist/crypto/x509v3: x509v3.h Log Message: added 1.1 api To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

CVS commit: src/usr.bin/nbsvtool

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 19:51:03 UTC 2018 Modified Files: src/usr.bin/nbsvtool: Makefile nbsvtool.c Log Message: use OpenSSL-1.1 apis To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/nbsvtool/Makefile cvs rdiff -u

CVS commit: src/usr.bin/nbsvtool

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 19:51:03 UTC 2018 Modified Files: src/usr.bin/nbsvtool: Makefile nbsvtool.c Log Message: use OpenSSL-1.1 apis To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/nbsvtool/Makefile cvs rdiff -u

CVS commit: src/usr.bin/moduli/qsafe

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 19:32:49 UTC 2018 Modified Files: src/usr.bin/moduli/qsafe: qsafe.c Log Message: use BN_is_prime_ex To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/moduli/qsafe/qsafe.c Please note that

CVS commit: src/usr.bin/moduli/qsafe

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 19:32:49 UTC 2018 Modified Files: src/usr.bin/moduli/qsafe: qsafe.c Log Message: use BN_is_prime_ex To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/moduli/qsafe/qsafe.c Please note that

CVS commit: src/usr.bin/ftp

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 19:26:02 UTC 2018 Modified Files: src/usr.bin/ftp: ssl.c Log Message: explicitly include since OpenSSL-1.1 does not do it for us. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/ftp/ssl.c

CVS commit: src/usr.bin/ftp

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 19:26:02 UTC 2018 Modified Files: src/usr.bin/ftp: ssl.c Log Message: explicitly include since OpenSSL-1.1 does not do it for us. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/ftp/ssl.c

CVS commit: src/usr.bin/dc

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 17:58:19 UTC 2018 Modified Files: src/usr.bin/dc: bcode.c inout.c Log Message: Adjust to OpenSSL 1.1 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/dc/bcode.c src/usr.bin/dc/inout.c Please

CVS commit: src/usr.bin/dc

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 17:58:19 UTC 2018 Modified Files: src/usr.bin/dc: bcode.c inout.c Log Message: Adjust to OpenSSL 1.1 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/dc/bcode.c src/usr.bin/dc/inout.c Please

CVS commit: src/sys/netinet

2018-02-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Feb 6 17:08:19 UTC 2018 Modified Files: src/sys/netinet: ip_output.c Log Message: Several changes, mostly cosmetic: * Add a KASSERT in ip_output(), we expect (at least) the IP header to be here. * In ip_fragment(),

CVS commit: src/sys/netinet

2018-02-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Feb 6 17:08:19 UTC 2018 Modified Files: src/sys/netinet: ip_output.c Log Message: Several changes, mostly cosmetic: * Add a KASSERT in ip_output(), we expect (at least) the IP header to be here. * In ip_fragment(),

CVS commit: src/games/factor

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 16:53:27 UTC 2018 Modified Files: src/games/factor: factor.c Log Message: fix for OpenSSL-1.1 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/games/factor/factor.c Please note that diffs are not

CVS commit: src/games/factor

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 16:53:27 UTC 2018 Modified Files: src/games/factor: factor.c Log Message: fix for OpenSSL-1.1 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/games/factor/factor.c Please note that diffs are not

Re: CVS commit: src/crypto/external/bsd/openssh/dist

2018-02-06 Thread Christos Zoulas
On Feb 6, 1:26pm, m...@netbsd.org (m...@netbsd.org) wrote: -- Subject: Re: CVS commit: src/crypto/external/bsd/openssh/dist | > + const BIGNUM *pub_key; | > + if ((r = dh_gen_key(kex->dh, kex->we_need * 8)) != 0) | > + goto out; | > + DH_get0_key(kex->dh, _key, NULL); | > + if

CVS commit: src/libexec/httpd

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 15:48:46 UTC 2018 Modified Files: src/libexec/httpd: ssl-bozo.c Log Message: - need string.h - cast options to long for OpenSSL-1.1 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/libexec/httpd

2018-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 6 15:48:46 UTC 2018 Modified Files: src/libexec/httpd: ssl-bozo.c Log Message: - need string.h - cast options to long for OpenSSL-1.1 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/netinet

2018-02-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Feb 6 15:48:02 UTC 2018 Modified Files: src/sys/netinet: ip_reass.c Log Message: Add one more check in ip_reass_packet(): make sure that the end of each fragment does not exceed IP_MAXPACKET. In ip_reass(), we only check the

CVS commit: src/sys/netinet

2018-02-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Feb 6 15:48:02 UTC 2018 Modified Files: src/sys/netinet: ip_reass.c Log Message: Add one more check in ip_reass_packet(): make sure that the end of each fragment does not exceed IP_MAXPACKET. In ip_reass(), we only check the

Re: CVS commit: src/crypto/external/bsd/openssh/dist

2018-02-06 Thread maya
On Tue, Feb 06, 2018 at 01:26:41PM +, m...@netbsd.org wrote: > BN_clear_free will null deref on this error path I think oops, I"m relying on ctags and went into the heimdal BN_clear_free instead which does this, and not the openssl which does NULL test.

CVS commit: src/sys/dev/ic

2018-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 6 13:26:32 UTC 2018 Modified Files: src/sys/dev/ic: msm6242b.c Log Message: Remove misplaced semicolon, found by GCC 6. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/msm6242b.c Please note

Re: CVS commit: src/crypto/external/bsd/openssh/dist

2018-02-06 Thread maya
> + const BIGNUM *pub_key; > + if ((r = dh_gen_key(kex->dh, kex->we_need * 8)) != 0) > + goto out; > + DH_get0_key(kex->dh, _key, NULL); > + if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_DH_GEX_INIT)) != 0 || > + (r = sshpkt_put_bignum2(ssh, pub_key)) != 0 || > +

CVS commit: src/sys/dev/ic

2018-02-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 6 13:26:32 UTC 2018 Modified Files: src/sys/dev/ic: msm6242b.c Log Message: Remove misplaced semicolon, found by GCC 6. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/msm6242b.c Please note

Re: CVS commit: src/crypto/external/bsd/openssh/dist

2018-02-06 Thread Christos Zoulas
On Feb 6, 11:10am, m...@netbsd.org (m...@netbsd.org) wrote: -- Subject: Re: CVS commit: src/crypto/external/bsd/openssh/dist | On Sun, Feb 04, 2018 at 07:13:50PM -0500, Christos Zoulas wrote: | > - return BN_num_bits(k->rsa->n); | > +#if OPENSSL_VERSION_NUMBER >= 0x1010UL | > +

CVS commit: src/sys/modules/pf

2018-02-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 6 12:58:17 UTC 2018 Modified Files: src/sys/modules/pf: Makefile Log Message: Avoid gcc 6 specific options when compiling with gcc 5 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/modules/pf

2018-02-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 6 12:58:17 UTC 2018 Modified Files: src/sys/modules/pf: Makefile Log Message: Avoid gcc 6 specific options when compiling with gcc 5 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/arm/sunxi

2018-02-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Feb 6 12:45:39 UTC 2018 Added Files: src/sys/arch/arm/sunxi: sun6i_spireg.h Log Message: Add register definitions file for sun6i_spi I forgot to add earlier. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/arch/arm/sunxi

2018-02-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Feb 6 12:45:39 UTC 2018 Added Files: src/sys/arch/arm/sunxi: sun6i_spireg.h Log Message: Add register definitions file for sun6i_spi I forgot to add earlier. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

Re: CVS commit: src/crypto/external/bsd/openssh/dist

2018-02-06 Thread maya
On Sun, Feb 04, 2018 at 07:13:50PM -0500, Christos Zoulas wrote: > - return BN_num_bits(k->rsa->n); > +#if OPENSSL_VERSION_NUMBER >= 0x1010UL > + return RSA_bits(k->rsa); > +#else > + return BN_num_bits(k->rsa->p); > +#endif > case KEY_DSA: >

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

2018-02-06 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Feb 6 10:56:35 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-dss.c Log Message: style: remove spurious {} added in 1.12 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2018-02-06 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Feb 6 10:56:35 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-dss.c Log Message: style: remove spurious {} added in 1.12 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/dev/i2c

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 10:02:09 UTC 2018 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: dbcool_read_volt() has a missing {} issue. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/i2c/dbcool.c Please note

CVS commit: src/sys/dev/i2c

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 10:02:09 UTC 2018 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: dbcool_read_volt() has a missing {} issue. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/i2c/dbcool.c Please note

CVS commit: src/compat/mips64/64

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 10:00:00 UTC 2018 Modified Files: src/compat/mips64/64: bsd.64.mk Log Message: fix a comment. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/compat/mips64/64/bsd.64.mk Please note that diffs are not

CVS commit: src/compat/mips64/64

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 10:00:00 UTC 2018 Modified Files: src/compat/mips64/64: bsd.64.mk Log Message: fix a comment. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/compat/mips64/64/bsd.64.mk Please note that diffs are not

CVS commit: src/distrib/sets/lists/base

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 09:41:55 UTC 2018 Modified Files: src/distrib/sets/lists/base: shl.mi Log Message: fix mips64 & GCC 6 builds. To generate a diff of this commit: cvs rdiff -u -r1.829 -r1.830 src/distrib/sets/lists/base/shl.mi Please

CVS commit: src/distrib/sets/lists/base

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 09:41:55 UTC 2018 Modified Files: src/distrib/sets/lists/base: shl.mi Log Message: fix mips64 & GCC 6 builds. To generate a diff of this commit: cvs rdiff -u -r1.829 -r1.830 src/distrib/sets/lists/base/shl.mi Please

CVS commit: src/external/gpl3/gcc/lib/libiberty

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 09:36:34 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libiberty: defs.mk Log Message: regen for GCC 6.4 (no real change) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/external/gpl3/gcc/lib/libiberty

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 09:36:34 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libiberty: defs.mk Log Message: regen for GCC 6.4 (no real change) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

  1   2   >