svn commit: r299053 - in stable/9/crypto/openssl/crypto: asn1 evp x509

2016-05-03 Thread Xin LI
Author: delphij Date: Wed May 4 06:53:02 2016 New Revision: 299053 URL: https://svnweb.freebsd.org/changeset/base/299053 Log: Fix several OpenSSL vulnerabilities. Security: CVE-2016-2105, CVE-2016-2106, CVE-2016-2109 Security: CVE-2016-2176 (does not affect FreeBSD) Security:

Re: svn commit: r298823 - in head: gnu/usr.bin gnu/usr.bin/sdiff usr.bin usr.bin/sdiff usr.bin/sdiff/tests

2016-05-03 Thread Baptiste Daroussin
On Wed, May 04, 2016 at 07:54:46AM +0200, Kamil Czekirda wrote: > Hi, > > make ftp stops here since r298823: > What is the revision you last tested because it is supposed to be fixed by: r298837 Best regards, Bapt signature.asc Description: PGP signature

svn commit: r299052 - head/sys/dev/acpi_support

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 06:26:27 2016 New Revision: 299052 URL: https://svnweb.freebsd.org/changeset/base/299052 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/dev/acpi_support/atk0110.c Modified: head/sys/dev/acpi_support/atk0110.c

svn commit: r299051 - head/sys/dev/fdc

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 06:25:12 2016 New Revision: 299051 URL: https://svnweb.freebsd.org/changeset/base/299051 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/dev/fdc/fdcvar.h Modified: head/sys/dev/fdc/fdcvar.h

svn commit: r299050 - head/sys/dev/esp

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 06:24:51 2016 New Revision: 299050 URL: https://svnweb.freebsd.org/changeset/base/299050 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/dev/esp/esp_pci.c Modified: head/sys/dev/esp/esp_pci.c ==

svn commit: r299049 - head/sys/dev/buslogic

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 06:24:10 2016 New Revision: 299049 URL: https://svnweb.freebsd.org/changeset/base/299049 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/dev/buslogic/btreg.h Modified: head/sys/dev/buslogic/btreg.h

svn commit: r299048 - head/sys/dev/lmc

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 06:23:49 2016 New Revision: 299048 URL: https://svnweb.freebsd.org/changeset/base/299048 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/dev/lmc/if_lmc.h Modified: head/sys/dev/lmc/if_lmc.h

svn commit: r299047 - head/sys/dev/pci

2016-05-03 Thread Jung-uk Kim
Author: jkim Date: Wed May 4 06:22:41 2016 New Revision: 299047 URL: https://svnweb.freebsd.org/changeset/base/299047 Log: Fix build without "options PCI_IOV". Modified: head/sys/dev/pci/pci.c Modified: head/sys/dev/pci/pci.c =

Re: svn commit: r298823 - in head: gnu/usr.bin gnu/usr.bin/sdiff usr.bin usr.bin/sdiff usr.bin/sdiff/tests

2016-05-03 Thread Kamil Czekirda
Hi, make ftp stops here since r298823: ===> usr.bin/sdiff/tests (distribute) cd /usr/src/usr.bin/sdiff/tests; make install -DNO_SUBDIR DESTDIR=/usr/src/release/dist/tests SHARED=copies install -o root -g wheel -m 555 sdiff /usr/src/release/dist/tests/usr/tests/usr.bin/sdiff/sdiff install: /u

svn commit: r299042 - head/usr.bin/mkuzip

2016-05-03 Thread Bryan Drewery
Author: bdrewery Date: Wed May 4 03:14:34 2016 New Revision: 299042 URL: https://svnweb.freebsd.org/changeset/base/299042 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division Modified: head/usr.bin/mkuzip/Makefile.depend Modified: head/usr.bin/mkuzip/Mak

svn commit: r299041 - head/share/mk

2016-05-03 Thread Bryan Drewery
Author: bdrewery Date: Wed May 4 03:13:48 2016 New Revision: 299041 URL: https://svnweb.freebsd.org/changeset/base/299041 Log: DIRDEPS_BUILD: Exclude secure/lib* libraries for host builds. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/local.dirdeps.mk Modified: he

svn commit: r299040 - head/sys/kern

2016-05-03 Thread Sepherosa Ziehau
Author: sephe Date: Wed May 4 03:07:52 2016 New Revision: 299040 URL: https://svnweb.freebsd.org/changeset/base/299040 Log: kern: Factor out function to convert hash flags to malloc(9) flags Suggested by: jhb Reviewed by: jhb, kib Sponsored by: Microsoft OSTC Differential Revision:

svn commit: r299036 - head/sys/dev/bwn

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 02:11:45 2016 New Revision: 299036 URL: https://svnweb.freebsd.org/changeset/base/299036 Log: [bwn] fix rate control feedback. * Add a debug print for the xmit completion status fields. Yes, I like staring at a stream of DWORDS. * Set the retrycnt to

svn commit: r299035 - head/bin/sh

2016-05-03 Thread Eric van Gyzen
Author: vangyzen Date: Wed May 4 02:06:46 2016 New Revision: 299035 URL: https://svnweb.freebsd.org/changeset/base/299035 Log: sh: Handle empty hostname and $PWD when building prompt If the hostname is empty and \h is used in $PS1, the remainder of the prompt following \h will be empty.

svn commit: r299034 - head/sys/dev/nvram2env

2016-05-03 Thread Alexander Kabaev
Author: kan Date: Wed May 4 01:56:37 2016 New Revision: 299034 URL: https://svnweb.freebsd.org/changeset/base/299034 Log: Fix nvram2env after bus_space_fdt removal. The generic bus space does the mapping now, no need to pre-translate phys addresses to KSEG1 anymore. Submitted by: Hi

svn commit: r299033 - head/sys/dev/hptiop

2016-05-03 Thread Marcelo Araujo
Author: araujo Date: Wed May 4 01:43:07 2016 New Revision: 299033 URL: https://svnweb.freebsd.org/changeset/base/299033 Log: Use imin() macro from sys/libkern.h. MFC after:2 weeks. Modified: head/sys/dev/hptiop/hptiop.c Modified: head/sys/dev/hptiop/hptiop.c ===

svn commit: r299032 - head/sys/dev/bwn

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 01:36:19 2016 New Revision: 299032 URL: https://svnweb.freebsd.org/changeset/base/299032 Log: [bwn] accurately(ish) account transmit/recieve failures for rate control. I noticed that it'd associate fine, but it'd quickly stop exchanging traffic. Receive was

svn commit: r299028 - head/sys/dev/bwn

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 01:29:00 2016 New Revision: 299028 URL: https://svnweb.freebsd.org/changeset/base/299028 Log: [bwn] ensure the fallback rate stays in the same PHY mode. Falling back from 6MB OFDM to 5MB CCK (a) may not work well in the 11bg PHYs, (b) won't work at all if y

svn commit: r299024 - stable/10/lib/libcam

2016-05-03 Thread Garrett Cooper
Author: ngie Date: Wed May 4 00:39:03 2016 New Revision: 299024 URL: https://svnweb.freebsd.org/changeset/base/299024 Log: MFC r298753: Fix va_list handling - Add missing va_end's after corresponding va_start's to cleanup state - Eliminate questionable bzero'ing of va_list passed in

svn commit: r299023 - stable/9/contrib/bsnmp/gensnmptree

2016-05-03 Thread Garrett Cooper
Author: ngie Date: Wed May 4 00:35:41 2016 New Revision: 299023 URL: https://svnweb.freebsd.org/changeset/base/299023 Log: MFstable/10 r299022: MFC r298450: Simplify always evaluated branch (`e != NULL`) - xalloc(..) ensures that e will be non-null via malloc + err. - `e` is al

svn commit: r299022 - stable/10/contrib/bsnmp/gensnmptree

2016-05-03 Thread Garrett Cooper
Author: ngie Date: Wed May 4 00:34:45 2016 New Revision: 299022 URL: https://svnweb.freebsd.org/changeset/base/299022 Log: MFC r298450: Simplify always evaluated branch (`e != NULL`) - xalloc(..) ensures that e will be non-null via malloc + err. - `e` is already dereferenced above,

svn commit: r299021 - stable/10/lib/libc/tests/stdio

2016-05-03 Thread Garrett Cooper
Author: ngie Date: Wed May 4 00:30:36 2016 New Revision: 299021 URL: https://svnweb.freebsd.org/changeset/base/299021 Log: MFC r298311,r298312: r298311: Make sure fmemopen succeeds in :test_append_binary_pos before calling ftell on the FILE object This fixes potential null poin

svn commit: r299020 - stable/10/contrib/netbsd-tests/lib/libc/ssp

2016-05-03 Thread Garrett Cooper
Author: ngie Date: Wed May 4 00:29:05 2016 New Revision: 299020 URL: https://svnweb.freebsd.org/changeset/base/299020 Log: MFC r298368,r298660: r298368: Fix coverity issue with contrib/netbsd-tests/lib/libc/ssp/h_read.c Ensure opening /dev/zero succeeds. Abort the test if it does

svn commit: r299019 - stable/9/contrib/bsnmp/snmpd

2016-05-03 Thread Garrett Cooper
Author: ngie Date: Wed May 4 00:26:47 2016 New Revision: 299019 URL: https://svnweb.freebsd.org/changeset/base/299019 Log: MFstable/10 r299018: MFC r298448,r298464: r298448: Don't leak `string` in parse_define(..) when a macro has been found and the parser token != TOK_ASSIGN

svn commit: r299018 - stable/10/contrib/bsnmp/snmpd

2016-05-03 Thread Garrett Cooper
Author: ngie Date: Wed May 4 00:25:20 2016 New Revision: 299018 URL: https://svnweb.freebsd.org/changeset/base/299018 Log: MFC r298448,r298464: r298448: Don't leak `string` in parse_define(..) when a macro has been found and the parser token != TOK_ASSIGN CID: 1007187, 1007188

svn commit: r299017 - stable/9/usr.sbin/bsnmpd/tools/libbsnmptools

2016-05-03 Thread Garrett Cooper
Author: ngie Date: Wed May 4 00:19:46 2016 New Revision: 299017 URL: https://svnweb.freebsd.org/changeset/base/299017 Log: MFstable/10 r299016: MFC r298451,r298452,r298507,r298750: r298451: Don't use `entry` after free in the "already in lists" case Return with 0 as it isn't

svn commit: r299016 - stable/10/usr.sbin/bsnmpd/tools/libbsnmptools

2016-05-03 Thread Garrett Cooper
Author: ngie Date: Wed May 4 00:14:50 2016 New Revision: 299016 URL: https://svnweb.freebsd.org/changeset/base/299016 Log: MFC r298451,r298452,r298507,r298750: r298451: Don't use `entry` after free in the "already in lists" case Return with 0 as it isn't an error. CID: 10060

Re: svn commit: r298665 - head/sys/dev/aacraid

2016-05-03 Thread Warner Losh
On May 3, 2016 2:38 PM, "Conrad Meyer" wrote: > > On Tue, May 3, 2016 at 1:29 PM, Warner Losh wrote: > > > >> On May 3, 2016, at 1:44 PM, Conrad Meyer wrote: > >> > >> On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter > >> wrote: > >>> strlcpy instead or adjust the p->vendors size? > >> > >> Neith

Re: svn commit: r298743 - in head/sys/netinet: . tcp_stacks

2016-05-03 Thread Andrew Thompson
On 29 April 2016 at 01:27, Randall Stewart wrote: > Author: rrs > Date: Thu Apr 28 13:27:12 2016 > New Revision: 298743 > URL: https://svnweb.freebsd.org/changeset/base/298743 > > Log: > This cleans up the timers code in TCP to start using the new > async_drain functionality. This as been tes

svn commit: r299015 - head/sys/dev/ioat

2016-05-03 Thread Garrett Cooper
Author: ngie Date: Tue May 3 23:56:52 2016 New Revision: 299015 URL: https://svnweb.freebsd.org/changeset/base/299015 Log: Use DEVMETHOD_END ({ NULL, NULL }) instead of hardcoding { 0, 0 } Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ioat/ioat.c Modified: head/sys

svn commit: r299014 - stable/10/sys/netinet6

2016-05-03 Thread Mark Johnston
Author: markj Date: Tue May 3 23:46:01 2016 New Revision: 299014 URL: https://svnweb.freebsd.org/changeset/base/299014 Log: MFC r295575, r295576, r295578, r295579, r295580: Various NDP cleanups. No functional change intended. Modified: stable/10/sys/netinet6/nd6.c stable/10/sys/netinet6/

Re: svn commit: r298187 - head/sys/netinet

2016-05-03 Thread Gleb Smirnoff
Michael, On Mon, Apr 18, 2016 at 06:56:29PM +0200, Michael Tuexen wrote: M> > On Mon, 2016-04-18 at 06:38 +, Michael Tuexen wrote: M> >> Author: tuexen M> >> Date: Mon Apr 18 06:38:53 2016 M> >> New Revision: 298187 M> >> URL: https://svnweb.freebsd.org/changeset/base/298187 M> >> M> >> Log

Re: svn commit: r297897 - in head/usr.bin: . resizewin

2016-05-03 Thread Daniel O'Connor
Also, it's not functionally identical to the xterm version which could cause an issue for some users. -- Daniel O'Connor "The nice thing about standards is there are so many to choose from." - Andrew Tanenbaum > On 4 May 2016, at 07:58, Conrad Meyer wrote: > >> On Tue, May 3, 2016 at 2:53 PM,

Re: svn commit: r297897 - in head/usr.bin: . resizewin

2016-05-03 Thread Conrad Meyer
On Tue, May 3, 2016 at 2:53 PM, Gleb Smirnoff wrote: > On Tue, Apr 12, 2016 at 05:42:54PM -0700, Conrad Meyer wrote: > C> On Tue, Apr 12, 2016 at 5:30 PM, Conrad E. Meyer wrote: > C> > Log: > C> > Add a small tool, resizewin(1), to query terminal for window size > C> > C> Whoops. The commit me

Re: svn commit: r298665 - head/sys/dev/aacraid

2016-05-03 Thread Conrad Meyer
On Tue, May 3, 2016 at 1:29 PM, Warner Losh wrote: > >> On May 3, 2016, at 1:44 PM, Conrad Meyer wrote: >> >> On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter >> wrote: >>> strlcpy instead or adjust the p->vendors size? >> >> Neither. The buffer is intentionally not nul-terminated. The >> coveri

svn commit: r299011 - head/usr.sbin/pmcstudy

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 22:20:55 2016 New Revision: 299011 URL: https://svnweb.freebsd.org/changeset/base/299011 Log: pmcstudy.8: minor "efficiency" fix. No functional change. Modified: head/usr.sbin/pmcstudy/pmcstudy.8 Modified: head/usr.sbin/pmcstudy/pmcstudy.8 ==

svn commit: r299010 - in head/sys/amd64: acpica amd64 conf include linux linux32

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 22:13:04 2016 New Revision: 299010 URL: https://svnweb.freebsd.org/changeset/base/299010 Log: sys/amd64: Small spelling fixes. No functional change. Modified: head/sys/amd64/acpica/acpi_wakecode.S head/sys/amd64/amd64/atomic.c head/sys/amd64/amd64/excepti

svn commit: r299009 - in head/sys/amd64/vmm: . amd intel io

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 22:07:18 2016 New Revision: 299009 URL: https://svnweb.freebsd.org/changeset/base/299009 Log: vmm(4): Small spelling fixes. Reviewed by: grehan Modified: head/sys/amd64/vmm/amd/vmcb.h head/sys/amd64/vmm/intel/vtd.c head/sys/amd64/vmm/io/vlapic.c head/s

svn commit: r299008 - head/sys/kgssapi/krb5

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 22:05:03 2016 New Revision: 299008 URL: https://svnweb.freebsd.org/changeset/base/299008 Log: kgssapi: insignificant spelling fix. No functional change. Modified: head/sys/kgssapi/krb5/krb5_mech.c Modified: head/sys/kgssapi/krb5/krb5_mech.c =

svn commit: r299007 - in head: . sys/conf sys/modules/igb

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 22:01:48 2016 New Revision: 299007 URL: https://svnweb.freebsd.org/changeset/base/299007 Log: Misc. build: minor spelling fixes. No functional change. Modified: head/Makefile.inc1 head/ObsoleteFiles.inc head/UPDATING head/sys/conf/options head/sys/mod

Re: svn commit: r297897 - in head/usr.bin: . resizewin

2016-05-03 Thread Gleb Smirnoff
Conrad, On Tue, Apr 12, 2016 at 05:42:54PM -0700, Conrad Meyer wrote: C> On Tue, Apr 12, 2016 at 5:30 PM, Conrad E. Meyer wrote: C> > Author: cem C> > Date: Wed Apr 13 00:30:42 2016 C> > New Revision: 297897 C> > URL: https://svnweb.freebsd.org/changeset/base/297897 C> > C> > Log: C> > Add a

svn commit: r299006 - head/sys/isa

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 21:51:52 2016 New Revision: 299006 URL: https://svnweb.freebsd.org/changeset/base/299006 Log: sys/isa: minor spelling fixes. No functional change. Modified: head/sys/isa/isa_common.h head/sys/isa/pnp.c head/sys/isa/pnpparse.c Modified: head/sys/isa/isa_c

svn commit: r299005 - head/usr.bin/kdump

2016-05-03 Thread Baptiste Daroussin
Author: bapt Date: Tue May 3 21:27:17 2016 New Revision: 299005 URL: https://svnweb.freebsd.org/changeset/base/299005 Log: Print the fchmodat mode in human readable fashion MFC after:1 week Modified: head/usr.bin/kdump/kdump.c Modified: head/usr.bin/kdump/kdump.c ==

Re: svn commit: r298665 - head/sys/dev/aacraid

2016-05-03 Thread Warner Losh
> On May 3, 2016, at 1:44 PM, Conrad Meyer wrote: > > On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter > wrote: >> strlcpy instead or adjust the p->vendors size? > > Neither. The buffer is intentionally not nul-terminated. The > coverity reports are false positives. Then wouldn’t memcmp be be

svn commit: r299004 - head/sys/x86/acpica

2016-05-03 Thread Eric van Gyzen
Author: vangyzen Date: Tue May 3 20:14:04 2016 New Revision: 299004 URL: https://svnweb.freebsd.org/changeset/base/299004 Log: Work around (ignore) broken SRAT tables Instead of panicking when parsing an invalid ACPI SRAT table, just ignore it, effectively disabling NUMA. https://li

svn commit: r299003 - in stable/10/sys/cddl/contrib/opensolaris/uts: common/dtrace common/sys intel/dtrace powerpc/dtrace

2016-05-03 Thread Mark Johnston
Author: markj Date: Tue May 3 20:08:05 2016 New Revision: 299003 URL: https://svnweb.freebsd.org/changeset/base/299003 Log: MFC r296479: Fix fasttrap tracepoint locking. Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c stable/10/sys/cddl/contrib/opensolaris/u

Re: svn commit: r298665 - head/sys/dev/aacraid

2016-05-03 Thread Conrad Meyer
On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter wrote: > strlcpy instead or adjust the p->vendors size? Neither. The buffer is intentionally not nul-terminated. The coverity reports are false positives. Conrad ___ svn-src-all@freebsd.org mailing list

svn commit: r299002 - head/sys/dev/pci

2016-05-03 Thread John Baldwin
Author: jhb Date: Tue May 3 19:45:24 2016 New Revision: 299002 URL: https://svnweb.freebsd.org/changeset/base/299002 Log: Save and restore SRIOV-related config registers. Save the value of the IOV control and page size registers and restore them (along with the VF count) in pci_cfg_save/

svn commit: r299001 - stable/10/sys/cddl/dev/sdt

2016-05-03 Thread Mark Johnston
Author: markj Date: Tue May 3 19:42:58 2016 New Revision: 299001 URL: https://svnweb.freebsd.org/changeset/base/299001 Log: MFC r297771: Initialize SDT probes during SI_SUB_DTRACE_PROVIDER. Modified: stable/10/sys/cddl/dev/sdt/sdt.c Directory Properties: stable/10/ (props changed) Mod

svn commit: r299000 - head/sys/dev/pci

2016-05-03 Thread John Baldwin
Author: jhb Date: Tue May 3 19:37:25 2016 New Revision: 299000 URL: https://svnweb.freebsd.org/changeset/base/299000 Log: Use the correct location of the SRIOV capability when enabling ARI. While here, check if ARI was enabled by re-reading the config register after writing it and return

Re: svn commit: r298665 - head/sys/dev/aacraid

2016-05-03 Thread Oliver Pinter
On 4/26/16, Conrad E. Meyer wrote: > Author: cem > Date: Tue Apr 26 20:59:21 2016 > New Revision: 298665 > URL: https://svnweb.freebsd.org/changeset/base/298665 > > Log: > aacraid(4): Fix some mostly trivial buffer overruns > > strcpy(3) emits a trailing nul byte, trampling fields after the in

svn commit: r298999 - in stable/10: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/asn1 crypto/openssl/crypto/bn/asm crypto/openssl/crypto/comp crypto/openssl/crypto...

2016-05-03 Thread Jung-uk Kim
Author: jkim Date: Tue May 3 18:54:20 2016 New Revision: 298999 URL: https://svnweb.freebsd.org/changeset/base/298999 Log: Merge OpenSSL 1.0.1t. Relnotes: yes Added: stable/10/crypto/openssl/doc/crypto/EVP_EncodeInit.pod - copied unchanged from r298993, vendor-crypto/openssl/d

svn commit: r298998 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/aes/asm crypto/openssl/crypto/asn1 crypto/openssl/crypto/bn/asm crypto/openssl/crypto/c...

2016-05-03 Thread Jung-uk Kim
Author: jkim Date: Tue May 3 18:50:10 2016 New Revision: 298998 URL: https://svnweb.freebsd.org/changeset/base/298998 Log: Merge OpenSSL 1.0.2h. Relnotes: yes Added: head/crypto/openssl/doc/crypto/EVP_EncodeInit.pod - copied unchanged from r298991, vendor-crypto/openssl/dist/d

svn commit: r298997 - head/etc/mtree

2016-05-03 Thread John Baldwin
Author: jhb Date: Tue May 3 18:26:07 2016 New Revision: 298997 URL: https://svnweb.freebsd.org/changeset/base/298997 Log: Add a debug dir for /boot/modules. This provides a place for standalone modules to store debug symbols. Reviewed by: emaste Differential Revision:https:

Re: svn commit: r298933 - in head: share/man/man9 sys/amd64/include sys/dev/acpica sys/dev/drm2 sys/dev/drm2/i915 sys/kern sys/sys sys/x86/acpica sys/x86/x86

2016-05-03 Thread John Baldwin
On Wednesday, May 04, 2016 03:58:40 AM Bruce Evans wrote: > On Tue, 3 May 2016, John Baldwin wrote: > > > On Tuesday, May 03, 2016 03:52:56 PM Bruce Evans wrote: > >> On Mon, 2 May 2016, Pedro Giffuni wrote: > >... > >>> TBH, I thought so too, but I avoided applying such changes to headers, > >>>

svn commit: r298996 - head/contrib/subversion/subversion/svn

2016-05-03 Thread Dimitry Andric
Author: dim Date: Tue May 3 18:06:42 2016 New Revision: 298996 URL: https://svnweb.freebsd.org/changeset/base/298996 Log: Re-sync the FreeBSD-specific Subversion template with the one from ports. MFC after:11 days X-MFC-With: r298845 Modified: head/contrib/subversion/subversio

svn commit: r298995 - in head/sys: net net/altq net80211 netinet netinet/cc netinet/libalias netinet/tcp_stacks netinet6 netipsec netpfil/ipfw netpfil/pf netsmb

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 18:05:43 2016 New Revision: 298995 URL: https://svnweb.freebsd.org/changeset/base/298995 Log: sys/net*: minor spelling fixes. No functional change. Modified: head/sys/net/altq/altq_cbq.c head/sys/net/altq/altq_red.c head/sys/net/altq/altq_rio.c head/sys

svn commit: r298994 - vendor-crypto/openssl/1.0.1t

2016-05-03 Thread Jung-uk Kim
Author: jkim Date: Tue May 3 18:02:25 2016 New Revision: 298994 URL: https://svnweb.freebsd.org/changeset/base/298994 Log: Tag OpenSSL 1.0.1t. Added: vendor-crypto/openssl/1.0.1t/ - copied from r298993, vendor-crypto/openssl/dist-1.0.1/ ___ sv

svn commit: r298993 - in vendor-crypto/openssl/dist-1.0.1: . apps crypto crypto/asn1 crypto/bn/asm crypto/comp crypto/evp crypto/pem crypto/x509 doc/apps doc/crypto ssl util

2016-05-03 Thread Jung-uk Kim
Author: jkim Date: Tue May 3 18:02:01 2016 New Revision: 298993 URL: https://svnweb.freebsd.org/changeset/base/298993 Log: Import OpenSSL 1.0.1t. Added: vendor-crypto/openssl/dist-1.0.1/doc/crypto/EVP_EncodeInit.pod Modified: vendor-crypto/openssl/dist-1.0.1/CHANGES vendor-crypto/openssl

svn commit: r298991 - in vendor-crypto/openssl/dist: . apps crypto crypto/aes/asm crypto/asn1 crypto/bn/asm crypto/comp crypto/evp crypto/modes/asm crypto/pem crypto/perlasm crypto/sha/asm crypto/x...

2016-05-03 Thread Jung-uk Kim
Author: jkim Date: Tue May 3 18:00:27 2016 New Revision: 298991 URL: https://svnweb.freebsd.org/changeset/base/298991 Log: Import OpenSSL 1.0.2h. Added: vendor-crypto/openssl/dist/doc/crypto/EVP_EncodeInit.pod vendor-crypto/openssl/dist/doc/ssl/SSL_CTX_set_alpn_select_cb.pod Modified: ve

svn commit: r298992 - vendor-crypto/openssl/1.0.2h

2016-05-03 Thread Jung-uk Kim
Author: jkim Date: Tue May 3 18:01:15 2016 New Revision: 298992 URL: https://svnweb.freebsd.org/changeset/base/298992 Log: Tag OpenSSL 1.0.2h. Added: vendor-crypto/openssl/1.0.2h/ - copied from r298991, vendor-crypto/openssl/dist/ ___ svn-src-

Re: svn commit: r298933 - in head: share/man/man9 sys/amd64/include sys/dev/acpica sys/dev/drm2 sys/dev/drm2/i915 sys/kern sys/sys sys/x86/acpica sys/x86/x86

2016-05-03 Thread Bruce Evans
On Tue, 3 May 2016, John Baldwin wrote: On Tuesday, May 03, 2016 03:52:56 PM Bruce Evans wrote: On Mon, 2 May 2016, Pedro Giffuni wrote: ... TBH, I thought so too, but I avoided applying such changes to headers, and I haven't touched _bitset.h, _foo.h headers cannot use howmany() due to nam

svn commit: r298990 - head/sys/dev/asmc

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Tue May 3 17:11:33 2016 New Revision: 298990 URL: https://svnweb.freebsd.org/changeset/base/298990 Log: [asmc] Add support for MacBookPro5,1 Tested by:Johannes Lundberg PR: kern/209179 Submitted by: Thomas Brierley Modified: head/sys/dev/asmc/asm

svn commit: r298989 - in head: share/man/man4 sys/dev/ioat

2016-05-03 Thread Conrad E. Meyer
Author: cem Date: Tue May 3 17:07:18 2016 New Revision: 298989 URL: https://svnweb.freebsd.org/changeset/base/298989 Log: ioat(4): Implement CRC and MOVECRC APIs And document them in ioat.4. Sponsored by: EMC / Isilon Storage Division Modified: head/share/man/man4/ioat.4 head/sys

svn commit: r298988 - head/sys/dev/ioat

2016-05-03 Thread Conrad E. Meyer
Author: cem Date: Tue May 3 17:06:33 2016 New Revision: 298988 URL: https://svnweb.freebsd.org/changeset/base/298988 Log: ioat(4): Add CRC descriptor structure Add CRC/MOVECRC operations, as well as the TEST and STORE variants. With these operations, a CRC32C can be computed over one

svn commit: r298987 - head/sys/dev/ioat

2016-05-03 Thread Conrad E. Meyer
Author: cem Date: Tue May 3 17:05:58 2016 New Revision: 298987 URL: https://svnweb.freebsd.org/changeset/base/298987 Log: ioat(4): Limit descriptor allocation to low 40 bits The IOAT engine can only address the low 40 bits (1 TB) of physmem via the 'next descriptor' pointer. Restrict ac

svn commit: r298986 - head/sys/sys

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 16:37:09 2016 New Revision: 298986 URL: https://svnweb.freebsd.org/changeset/base/298986 Log: sys/sys: missed in r298981. I am sure I've missed others as well, but at least it should be more readable now. No functional change. Modified: head/sys/sys/im

Re: svn commit: r298933 - in head: share/man/man9 sys/amd64/include sys/dev/acpica sys/dev/drm2 sys/dev/drm2/i915 sys/kern sys/sys sys/x86/acpica sys/x86/x86

2016-05-03 Thread John Baldwin
On Tuesday, May 03, 2016 03:52:56 PM Bruce Evans wrote: > On Mon, 2 May 2016, Pedro Giffuni wrote: > > > > On 05/02/16 15:52, John Baldwin wrote: > >> On Monday, May 02, 2016 11:45:41 AM Ngie Cooper wrote: > >>> > On May 2, 2016, at 11:00, John Baldwin wrote: > > Author: jhb > >>>

svn commit: r298985 - head/sys/net

2016-05-03 Thread Bjoern A. Zeeb
Author: bz Date: Tue May 3 16:01:53 2016 New Revision: 298985 URL: https://svnweb.freebsd.org/changeset/base/298985 Log: Remove the most useful INET || INET6 check leftover from whenever, doing nothing. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/net

svn commit: r298984 - head/lib/libc/sys

2016-05-03 Thread Konstantin Belousov
Author: kib Date: Tue May 3 15:58:35 2016 New Revision: 298984 URL: https://svnweb.freebsd.org/changeset/base/298984 Log: Correct wording. Submitted by: David A. Bright MFC after:2 weeks Modified: head/lib/libc/sys/kqueue.2 Modified: head/lib/libc/sys/kqueue.2 ===

svn commit: r298983 - in head/sys/dev: ahci sound/pci/hda usb/controller

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 15:27:47 2016 New Revision: 298983 URL: https://svnweb.freebsd.org/changeset/base/298983 Log: Add some device IDs from Intel Sunrise Point chipsets. MFC after:2 weeks Modified: head/sys/dev/ahci/ahci_pci.c head/sys/dev/sound/pci/hda/hdac.c head/sys/de

svn commit: r298982 - in head: lib/libc/sys sys/kern sys/sys

2016-05-03 Thread Konstantin Belousov
Author: kib Date: Tue May 3 15:17:43 2016 New Revision: 298982 URL: https://svnweb.freebsd.org/changeset/base/298982 Log: Add EVFILT_VNODE open, read and close notifications. While there, order EVFILT_VNODE notes descriptions alphabetically. Based on submission, and tested by: Vladi

svn commit: r298981 - head/sys/sys

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 15:14:17 2016 New Revision: 298981 URL: https://svnweb.freebsd.org/changeset/base/298981 Log: sys/sys: minor spelling fixes. While the changes are minor, these headers are very visible. MFC after:2 weeks Modified: head/sys/sys/ata.h head/sys/sys/bu

svn commit: r298979 - stable/10/sbin/ifconfig

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 15:04:56 2016 New Revision: 298979 URL: https://svnweb.freebsd.org/changeset/base/298979 Log: MFC r298556: ifconfig: prevent some improbable signed integer overflows. ic_nchans, from struct:ieee80211req_chaninfo, is an unsigned int. Use an unsigned index

svn commit: r298980 - stable/9/sbin/ifconfig

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 15:06:29 2016 New Revision: 298980 URL: https://svnweb.freebsd.org/changeset/base/298980 Log: MFC r298556: ifconfig: prevent some improbable signed integer overflows. ic_nchans, from struct:ieee80211req_chaninfo, is an unsigned int. Use an unsigned index

svn commit: r298978 - head/sys/dev/iscsi

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 14:49:49 2016 New Revision: 298978 URL: https://svnweb.freebsd.org/changeset/base/298978 Log: dev/iscsi: minor spelling fixes. No functional change. Reviewed by: trasz Modified: head/sys/dev/iscsi/icl_soft.c Modified: head/sys/dev/iscsi/icl_soft.c

svn commit: r298977 - head/sys/cam

2016-05-03 Thread Scott Long
Author: scottl Date: Tue May 3 14:30:26 2016 New Revision: 298977 URL: https://svnweb.freebsd.org/changeset/base/298977 Log: Fix a memory leak in the devctl notify code. Submitted by: markj MFC after:asap Modified: head/sys/cam/cam_periph.c Modified: head/sys/cam/cam_periph.c ===

Re: svn commit: r298955 - in head/sys/dev: aac aacraid acpi_support acpica advansys aha ahb ahci alpm altera/atse amr an asmc ata ata/chipsets atkbdc bce bhnd bhnd/bhndb bhnd/siba bktr buslogic bwi bx

2016-05-03 Thread Pedro Giffuni
On 05/03/16 02:48, Navdeep Parhar wrote: On Tue, May 03, 2016 at 03:41:26AM +, Pedro F. Giffuni wrote: Author: pfg Date: Tue May 3 03:41:25 2016 New Revision: 298955 URL: https://svnweb.freebsd.org/changeset/base/298955 Log: sys/dev: minor spelling fixes. Most affect comments, very

svn commit: r298976 - head/sys/dev/cxgbe/firmware

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 11:49:29 2016 New Revision: 298976 URL: https://svnweb.freebsd.org/changeset/base/298976 Log: Revert r298955 for the cxgbe firmware. These files have checksums that are none of my business. Requested by: np Modified: head/sys/dev/cxgbe/firmware/t4fw_cfg_

svn commit: r298975 - stable/10/sys/dev/isp

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 08:35:35 2016 New Revision: 298975 URL: https://svnweb.freebsd.org/changeset/base/298975 Log: MFC r298103: Simplify memory allocation for NS requests. Since we no longer need additional buffers for request and response IOCBs, we can increase receive space by 1

svn commit: r298974 - head/sys/netinet

2016-05-03 Thread Sepherosa Ziehau
Author: sephe Date: Tue May 3 08:13:25 2016 New Revision: 298974 URL: https://svnweb.freebsd.org/changeset/base/298974 Log: tcp/lro: Refactor the active list operation. Ease more work concerning active list, e.g. hash table etc. Reviewed by: gallatin, rrs (earlier version) Sponsore

Re: svn commit: r298929 - head/sys/dev/xen/timer

2016-05-03 Thread Roger Pau Monné
On Mon, May 02, 2016 at 11:46:31AM -0700, Ngie Cooper (yaneurabeya) wrote: > > > On May 2, 2016, at 09:15, Roger Pau Monné wrote: > > > > Author: royger > > Date: Mon May 2 16:15:28 2016 > > New Revision: 298929 > > URL: https://svnweb.freebsd.org/changeset/base/298929 > > > > Log: > > xen/ti

svn commit: r298973 - stable/10/sys/dev/ispfw

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 08:07:38 2016 New Revision: 298973 URL: https://svnweb.freebsd.org/changeset/base/298973 Log: MFC r297818: Update 25xx chips firmware from 7.03.00 to 8.03.00. While the same update is also available for 24xx chips, it seems have a problem with disabling virtua

svn commit: r298972 - stable/10/sys/dev/isp

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 08:05:31 2016 New Revision: 298972 URL: https://svnweb.freebsd.org/changeset/base/298972 Log: MFC r297991: Extract virtual port address from RQSTYPE_RPT_ID_ACQ. This should close the race between request arriving on new target mode virtual port and its scanner

svn commit: r298971 - head/sys/i386/include/xen

2016-05-03 Thread Roger Pau Monné
Author: royger Date: Tue May 3 08:05:14 2016 New Revision: 298971 URL: https://svnweb.freebsd.org/changeset/base/298971 Log: xen/i386: enable the platform hypercall for i386 Not sure why the platform hypercall was disabled on i386, just enable it in order to fix compilation of the PV tim

svn commit: r298970 - stable/10/sys/dev/isp

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 08:04:34 2016 New Revision: 298970 URL: https://svnweb.freebsd.org/changeset/base/298970 Log: MFC r297915: Filter Port Database Changed notifications. For some reason firmware sends Port Database Changed notifications in case of explicit login requests from th

svn commit: r298969 - stable/10/sys/dev/isp

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 08:03:51 2016 New Revision: 298969 URL: https://svnweb.freebsd.org/changeset/base/298969 Log: MFC r297912: Respect NVRAM topology settings on 24xx and above chips. Modified: stable/10/sys/dev/isp/isp.c stable/10/sys/dev/isp/ispvar.h Directory Properties: stabl

svn commit: r298968 - stable/10/sys/dev/isp

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 08:03:07 2016 New Revision: 298968 URL: https://svnweb.freebsd.org/changeset/base/298968 Log: MFC r297867: Make all CT Pass-Through (name server requests) asynchronous. Previously we had to do it synchronously because we could not drop the lock due to potentia

svn commit: r298967 - stable/10/sys/dev/isp

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 08:02:00 2016 New Revision: 298967 URL: https://svnweb.freebsd.org/changeset/base/298967 Log: MFC r297859: Switch isp_getpdb() to synchronous IOCB DMA area. While technically it is not IOCB, it is synchronous and can be called from different places, so calling

svn commit: r298966 - stable/10/sys/dev/isp

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 08:00:54 2016 New Revision: 298966 URL: https://svnweb.freebsd.org/changeset/base/298966 Log: MFC r297858: Allocate separate DMA area for synchronous IOCB execution. Usually IOCBs should be put on queue for asynchronous processing and should not require additi

svn commit: r298965 - stable/10/sys/dev/isp

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 07:59:42 2016 New Revision: 298965 URL: https://svnweb.freebsd.org/changeset/base/298965 Log: MFC r297856: Reimplement ISP_TSK_MGMT IOCTL via asynchronous request. I am not sure this code is not completely dead, but it used DMA scratch are without good reason

svn commit: r298964 - stable/10/sys/dev/isp

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 07:58:51 2016 New Revision: 298964 URL: https://svnweb.freebsd.org/changeset/base/298964 Log: MFC r297854: Add couple missing memory barriers. Modified: stable/10/sys/dev/isp/isp.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/dev/i

svn commit: r298963 - stable/10/sys/dev/isp

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 07:58:11 2016 New Revision: 298963 URL: https://svnweb.freebsd.org/changeset/base/298963 Log: MFC r297817: Polish debugging IOCB dumping. Add few more missing cases, unify byte order. Modified: stable/10/sys/dev/isp/isp.c stable/10/sys/dev/isp/isp_library.c

svn commit: r298962 - stable/10/sys/dev/isp

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 07:57:26 2016 New Revision: 298962 URL: https://svnweb.freebsd.org/changeset/base/298962 Log: MFC r297751: Register symbolic port/node names in FC name server. This is cosmetics that simplifies identification of new ports on FC switch. It would be good to u

svn commit: r298961 - stable/10/sys/dev/isp

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 07:56:42 2016 New Revision: 298961 URL: https://svnweb.freebsd.org/changeset/base/298961 Log: MFC r297741: Reduce code duplication when executing Passthrough IOCB. Modified: stable/10/sys/dev/isp/isp.c Directory Properties: stable/10/ (props changed) Modified

svn commit: r298960 - stable/10/sys/dev/xen/blkfront

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 07:52:06 2016 New Revision: 298960 URL: https://svnweb.freebsd.org/changeset/base/298960 Log: MFC r297522: Pass through some new block device features. Modified: stable/10/sys/dev/xen/blkfront/blkfront.c stable/10/sys/dev/xen/blkfront/block.h Directory Propertie

svn commit: r298959 - stable/10/sys/dev/ahci

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 07:50:58 2016 New Revision: 298959 URL: https://svnweb.freebsd.org/changeset/base/298959 Log: MFC r297921: Add hint.ahci.X.quirks tunable for some odd cases. Modified: stable/10/sys/dev/ahci/ahci_pci.c Directory Properties: stable/10/ (props changed) Modified

svn commit: r298958 - stable/10/sys/dev/wbwd

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 07:49:40 2016 New Revision: 298958 URL: https://svnweb.freebsd.org/changeset/base/298958 Log: MFC r297963: Remove watchdog timer stop check. There are bunch of reports that this check fails at least on Nuvoton NCT6776 chips. I don't see why this check needed

svn commit: r298957 - in stable/10: share/man/man4 sys/amd64/conf sys/dev/wbwd sys/i386/conf

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 07:48:52 2016 New Revision: 298957 URL: https://svnweb.freebsd.org/changeset/base/298957 Log: MFC r297243: Polish wbwd(4) driver and add more supported chips. Modified: stable/10/share/man/man4/wbwd.4 stable/10/sys/amd64/conf/GENERIC.hints stable/10/sys/dev/wb

Re: svn commit: r298955 - in head/sys/dev: aac aacraid acpi_support acpica advansys aha ahb ahci alpm altera/atse amr an asmc ata ata/chipsets atkbdc bce bhnd bhnd/bhndb bhnd/siba bktr buslogic bwi bx

2016-05-03 Thread Navdeep Parhar
On Tue, May 03, 2016 at 03:41:26AM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Tue May 3 03:41:25 2016 > New Revision: 298955 > URL: https://svnweb.freebsd.org/changeset/base/298955 > > Log: > sys/dev: minor spelling fixes. > > Most affect comments, very few have user-visible effe

  1   2   >