Module Name:src
Committed By: maxv
Date: Mon Feb 5 08:38:06 UTC 2018
Modified Files:
src/sys/netinet: in_proto.c ip_icmp.c
Log Message:
Declare icmperrppslim in ip_icmp.c, it shouldn't be used elsewhere.
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 sr
Module Name:src
Committed By: martin
Date: Mon Feb 5 10:26:06 UTC 2018
Modified Files:
src/external/bsd/libarchive/dist/libarchive:
archive_openssl_evp_private.h
Log Message:
Try to fix the build: OpenSSL 1.0.2k already has the EVP inline functions.
To gener
Module Name:src
Committed By: maya
Date: Mon Feb 5 10:41:12 UTC 2018
Modified Files:
src/sys/arch/riscv/riscv: locore.S
Log Message:
Fix tyop
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/riscv/locore.S
Please note that diffs are not pu
Module Name:src
Committed By: martin
Date: Mon Feb 5 10:46:19 UTC 2018
Modified Files:
src/external/bsd/libarchive/dist/libarchive:
archive_openssl_hmac_private.h
Log Message:
Adapt the version hack for openssl provided inline functions: openssl 1.0.2k
already
Module Name:src
Committed By: bouyer
Date: Mon Feb 5 11:19:55 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0
src/sys/arch/i386/conf: XEN3_DOM0
Log Message:
Follow GENERIC and enable xhci(4) by default. PR port-xen/52978
To generate a diff of this co
Module Name:src
Committed By: christos
Date: Mon Feb 5 11:52:33 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
src/crypto/external/bsd/openssl.old/dist/crypto/dsa
Module Name:src
Committed By: christos
Date: Mon Feb 5 11:55:47 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl.old/dist/crypto/dh: dh.h
src/crypto/external/bsd/openssl.old/dist/crypto/dsa: dsa.h
src/crypto/external/bsd/openssl.old/dist/crypto/ecds
Module Name:src
Committed By: christos
Date: Mon Feb 5 11:57:28 UTC 2018
Modified Files:
src/crypto/external/bsd/openssh: Makefile.inc
Log Message:
pretend we have openssl-1.1
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/crypto/external/bsd/openssh/
Module Name:src
Committed By: christos
Date: Mon Feb 5 11:58:13 UTC 2018
Modified Files:
src/lib/libradius: Makefile
Log Message:
pretend we have openssl-1.1
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libradius/Makefile
Please note that diffs
Module Name:src
Committed By: christos
Date: Mon Feb 5 12:13:54 UTC 2018
Modified Files:
src/external/bsd/libarchive/dist/libarchive:
archive_openssl_evp_private.h archive_openssl_hmac_private.h
Log Message:
undo previous.
To generate a diff of this commit:
Module Name:src
Committed By: maxv
Date: Mon Feb 5 13:04:56 UTC 2018
Modified Files:
src/sys/netinet: ip_input.c
Log Message:
Style, no functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.364 -r1.365 src/sys/netinet/ip_input.c
Please note that diffs
Module Name:src
Committed By: martin
Date: Mon Feb 5 13:06:55 UTC 2018
Modified Files:
src/distrib/sets/lists/man [netbsd-8]: mi
src/distrib/sets/lists/modules [netbsd-8]: md.amd64 md.i386
src/share/man/man4 [netbsd-8]: amdtemp.4
src/share/man/man4/
Module Name:src
Committed By: maxv
Date: Mon Feb 5 13:23:11 UTC 2018
Modified Files:
src/sys/netinet: ip_input.c
Log Message:
Disable ip_allowsrcrt and ip_forwsrcrt. Enabling them by default was a
completely dumb idea, because they have security implications.
By sending
Module Name:src
Committed By: maxv
Date: Mon Feb 5 13:34:20 UTC 2018
Modified Files:
src/sys/netinet: ip_input.c
Log Message:
Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.366 -r1.367 src/sys/netinet/ip_input.c
Please note that diffs are n
Module Name:src
Committed By: maxv
Date: Mon Feb 5 13:52:40 UTC 2018
Modified Files:
src/sys/netinet: ip_input.c
Log Message:
Kick duplicate options, they are not allowed (RFC791).
To generate a diff of this commit:
cvs rdiff -u -r1.367 -r1.368 src/sys/netinet/ip_input.
Module Name:src
Committed By: martin
Date: Mon Feb 5 14:00:37 UTC 2018
Modified Files:
src/sys/kern [netbsd-8]: subr_interrupt.c
Log Message:
Pull up following revision(s) (requested by pgoyette in ticket #525):
sys/kern/subr_interrupt.c: revision 1.4
- don't retu
Module Name:src
Committed By: martin
Date: Mon Feb 5 14:18:00 UTC 2018
Modified Files:
src/sys/net [netbsd-8]: bpf.c bpfdesc.h
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #526):
sys/net/bpfdesc.h: revision 1.45
sys/net/bpf.c:
Module Name:src
Committed By: maxv
Date: Mon Feb 5 14:23:38 UTC 2018
Modified Files:
src/sys/netinet: ip_input.c
Log Message:
Be tougher, and don't allow LSRR+SSRR (RFC7126).
To generate a diff of this commit:
cvs rdiff -u -r1.368 -r1.369 src/sys/netinet/ip_input.c
Ple
Module Name:src
Committed By: maxv
Date: Mon Feb 5 14:52:42 UTC 2018
Modified Files:
src/sys/netinet: ip_input.c
Log Message:
Clean up this mess. This is typically the kind of places where we need to
seriously cut the bullshit. These things are unreadable, undocumented, a
Module Name:src
Committed By: martin
Date: Mon Feb 5 14:55:16 UTC 2018
Modified Files:
src/sys/kern [netbsd-8]: subr_workqueue.c
src/sys/net [netbsd-8]: if.c route.c
src/sys/net/agr [netbsd-8]: if_agr.c if_agrether.c if_agrsubr.c
if_agrsubr.h
Module Name:src
Committed By: maxv
Date: Mon Feb 5 15:02:52 UTC 2018
Modified Files:
src/share/man/man4: options.4
Log Message:
Remove references to IPFORWSRCRT (the only one that was actually
documented).
To generate a diff of this commit:
cvs rdiff -u -r1.481 -r1.482
Module Name:src
Committed By: martin
Date: Mon Feb 5 15:07:30 UTC 2018
Modified Files:
src/share/man/man4 [netbsd-8]: wm.4
src/sys/dev/pci [netbsd-8]: if_wm.c
Log Message:
Pull up following revision(s) (requested by knakahara in ticket #529):
sys/dev/pci/i
Module Name:src
Committed By: martin
Date: Mon Feb 5 15:11:54 UTC 2018
Modified Files:
src/sys/arch/x86/x86 [netbsd-8]: vmt.c
Log Message:
Pull up following revision(s) (requested by nakayama in ticket #532):
sys/arch/x86/x86/vmt.c: revision 1.20
Add line break.
Module Name:src
Committed By: martin
Date: Mon Feb 5 15:14:01 UTC 2018
Modified Files:
src/sys/arch/amd64/conf [netbsd-8]: XEN3_DOM0
src/sys/arch/i386/conf [netbsd-8]: XEN3_DOM0
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #533):
Module Name:src
Committed By: martin
Date: Mon Feb 5 15:17:16 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Note tickets #524-#526, #528, #529, #532 and #533
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.114 -r1.1.2.115 src/doc/CHANGES-
Module Name:src
Committed By: maxv
Date: Mon Feb 5 15:18:11 UTC 2018
Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL
src/sys/arch/amigappc/conf: GENERIC NULL
src/sys/arch/evbppc/conf: EV64260 MPC8536DS MPC8548CDS OPENBLOCKS200
Module Name:src
Committed By: maxv
Date: Mon Feb 5 15:23:14 UTC 2018
Modified Files:
src/sys/netinet: ip_input.c
Log Message:
Exterminate IPSENDREDIRECTS and IPMTUDISCTIMEOUT, neither is documented.
To generate a diff of this commit:
cvs rdiff -u -r1.371 -r1.372 src/sys
Module Name:src
Committed By: christos
Date: Mon Feb 5 16:00:53 UTC 2018
Modified Files:
src/crypto/external/bsd/heimdal/dist/include: crypto-headers.h
src/crypto/external/bsd/heimdal/dist/kdc: digest.c kx509.c pkinit.c
src/crypto/external/bsd/heimdal/dist/
Module Name:src
Committed By: christos
Date: Mon Feb 5 16:09:09 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl.old/dist/crypto/dh: dh.h
src/crypto/external/bsd/openssl.old/dist/crypto/rsa: rsa.h
Log Message:
add more functions that heimdal uses.
To gen
Module Name:src
Committed By: christos
Date: Mon Feb 5 16:12:52 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/hmac: hmac.h
Log Message:
more openssl-1.1 compat.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/crypto/external/
Module Name:src
Committed By: christos
Date: Mon Feb 5 20:23:47 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl.old/dist/crypto/dh: dh.h
Log Message:
fix inline
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/crypto/external/bsd/openssl.ol
Module Name:src
Committed By: christos
Date: Mon Feb 5 20:27:06 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl.old/dist/crypto/dsa: dsa.h
Log Message:
add DSA_bits()
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/crypto/external/bsd/open
Module Name:src
Committed By: maya
Date: Mon Feb 5 21:12:14 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl.old/dist/crypto/hmac: hmac.h
src/crypto/external/bsd/openssl/dist/crypto/hmac: hmac.h
Log Message:
Match new openssl HMAC_CTX_new better and zero o
Module Name:src
Committed By: mrg
Date: Mon Feb 5 22:04:54 UTC 2018
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
sanitizer_linux.cc sanitizer_platform_limits_posix.cc
src/external/gpl3/gcc/dist/libsanitizer/ubsan: ubsan_plat
Module Name:src
Committed By: mrg
Date: Mon Feb 5 22:06:45 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib/libbacktrace/arch/earmv4:
backtrace-supported.h
src/external/gpl3/gcc/lib/libgcc/arch/earmv4: auto-target.h
src/external/gpl3/gcc/lib/l
Module Name:src
Committed By: mrg
Date: Mon Feb 5 22:11:42 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4: gcov-iov.h
Log Message:
missing in previous:
mknative gcc 6.4 and powerpc / earmv4.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: mrg
Date: Mon Feb 5 22:12:37 UTC 2018
Modified Files:
src/lib/libc/gmon: Makefile.inc
Log Message:
copy the i386 workaround for amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/gmon/Makefile.inc
Please note
Module Name:src
Committed By: mrg
Date: Mon Feb 5 22:14:26 UTC 2018
Modified Files:
src/sys/dev: radio.c
src/sys/dev/ic: mpt_netbsd.c
src/usr.bin/grep: util.c
Log Message:
fixes for GCC 6.4:
- fix an indentation issue in radioioctl().
- fix an indentation
Module Name:src
Committed By: christos
Date: Mon Feb 5 23:56:01 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: openssl_crypto.c
signature.c
src/crypto/external/bsd/netpgp/dist/src/netpgp: Makefile
Log Message:
centralize the conv
Module Name:src
Committed By: christos
Date: Tue Feb 6 01:53:27 UTC 2018
Update of /cvsroot/src/external/bsd/openldap/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv23310
Log Message:
OpenLDAP 2.4.45 Release (2017/06/01)
Added slapd support for OpenSSL 1.1.0 series (IT
Module Name:src
Committed By: christos
Date: Tue Feb 6 01:57:24 UTC 2018
Modified Files:
src/external/bsd/openldap/dist/build: mkversion
src/external/bsd/openldap/dist/clients/tools: common.c
src/external/bsd/openldap/dist/include: Makefile.in ldap_queue.h
Module Name:src
Committed By: christos
Date: Tue Feb 6 01:59:02 UTC 2018
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
New OpenLDAP
To generate a diff of this commit:
cvs rdiff -u -r1.1500 -r1.1501 src/doc/3RDPARTY
cvs rdiff -u -r1.2353 -r1.2354 src/doc/CHANGES
Module Name:src
Committed By: christos
Date: Tue Feb 6 02:39:43 UTC 2018
Update of /cvsroot/src/external/bsd/unbound/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv26546
Log Message:
Unbound 1.6.8
Download: unbound-1.6.8.tar.gz
SHA1 checksum: 492737be9647c26ee39d4d198f27550628
Module Name:src
Committed By: christos
Date: Tue Feb 6 03:05:48 UTC 2018
Modified Files:
src/external/bsd/unbound/include: config.h
src/external/bsd/unbound/lib/libunbound: Makefile shlib_version
src/external/bsd/unbound/sbin/unbound: Makefile
Added Files:
Module Name:src
Committed By: christos
Date: Tue Feb 6 03:06:41 UTC 2018
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new unbound
To generate a diff of this commit:
cvs rdiff -u -r1.1501 -r1.1502 src/doc/3RDPARTY
cvs rdiff -u -r1.2354 -r1.2355 src/doc/CHANGES
Module Name:src
Committed By: knakahara
Date: Tue Feb 6 03:15:15 UTC 2018
Modified Files:
src/sys/net: if_spppsubr.c
Log Message:
Fix breaking character limit. Pointed out by ozaki-r@n.o, thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 src/sys/ne
Module Name:src
Committed By: christos
Date: Tue Feb 6 03:29:57 UTC 2018
Modified Files:
src/external/bsd/unbound/include: config.h
Added Files:
src/external/bsd/unbound/include: config-1.0.h config-1.1.h
Log Message:
provide 2 configs: one for openssl-1.0 and one
Module Name:src
Committed By: christos
Date: Tue Feb 6 03:30:18 UTC 2018
Modified Files:
src/external/bsd/unbound/sbin: Makefile.inc
src/external/bsd/unbound/sbin/unbound: Makefile
Log Message:
put back all the build info in one place (Makefile.inc)
To generate
Module Name:src
Committed By: ozaki-r
Date: Tue Feb 6 03:37:00 UTC 2018
Modified Files:
src/sys/netinet6: ip6_flow.c
Log Message:
Shorten the name of a workqueue instance to fit to the limit (15)
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/neti
Module Name:src
Committed By: ozaki-r
Date: Tue Feb 6 03:48:39 UTC 2018
Modified Files:
src/sys/kern: subr_workqueue.c
Log Message:
Check the length of a passed name to avoid slient truncation
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/kern/su
Module Name:src
Committed By: christos
Date: Tue Feb 6 04:21:24 UTC 2018
Modified Files:
src/crypto/external/bsd/libsaslc/dist/src: crypto.c
Log Message:
adjust for openssl 1.1
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/libsaslc/
Module Name:src
Committed By: isaki
Date: Tue Feb 6 04:39:18 UTC 2018
Modified Files:
src/sys/dev: audio.c
Log Message:
Revert my wrong r1.380 and add a comment instead.
To generate a diff of this commit:
cvs rdiff -u -r1.451 -r1.452 src/sys/dev/audio.c
Please note tha
Module Name:src
Committed By: skrll
Date: Tue Feb 6 06:28:20 UTC 2018
Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/debug: shl.mi
Log Message:
Update for libunbound minor bump
To generate a diff of this commit:
cvs rdiff -u -r1.828 -
Module Name:src
Committed By: maxv
Date: Tue Feb 6 06:32:26 UTC 2018
Modified Files:
src/sys/netinet6: ip6_mroute.c ip6_mroute.h
Log Message:
Remove dead code.
To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/netinet6/ip6_mroute.c
cvs rdiff -u -r1
Module Name:src
Committed By: maxv
Date: Tue Feb 6 06:36:40 UTC 2018
Modified Files:
src/sys/netinet: ip_input.c
Log Message:
Typos and style a bit, no functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.372 -r1.373 src/sys/netinet/ip_input.c
Please
Module Name:src
Committed By: mrg
Date: Tue Feb 6 07:04:01 UTC 2018
Modified Files:
src/tools/gcc: mknative-gcc
Log Message:
also fetch GCOV_DUMP_OBJS.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/tools/gcc/mknative-gcc
Please note that diffs are n
Module Name:src
Committed By: ozaki-r
Date: Tue Feb 6 07:46:24 UTC 2018
Modified Files:
src/sys/kern: kern_mutex.c
Log Message:
Check if adaptive mutex isn't called in interrupt context
By this check, we can notice this programming error without LOCKDEBUG.
The same check
57 matches
Mail list logo