svn commit: r294991 - in head/sys: arm64/cavium conf

2016-01-28 Thread Zbigniew Bodek
Author: zbb Date: Thu Jan 28 15:34:13 2016 New Revision: 294991 URL: https://svnweb.freebsd.org/changeset/base/294991 Log: Divide ThunderX PCIe driver to general and FDT part - Separate FDT and general PCIe driver parts - Drop some irrelevant printfs that cannot be displayed in FDT

svn commit: r294993 - head/sys/arm64/cavium

2016-01-28 Thread Zbigniew Bodek
Author: zbb Date: Thu Jan 28 15:40:56 2016 New Revision: 294993 URL: https://svnweb.freebsd.org/changeset/base/294993 Log: Add FDT bus capabilities to ThunderX PCI driver New ThunderX firmware incorporates modified DTB that presents different device hierarchy. In the new device tree,

svn commit: r294995 - head/sys/netinet

2016-01-28 Thread Michael Tuexen
Author: tuexen Date: Thu Jan 28 16:05:46 2016 New Revision: 294995 URL: https://svnweb.freebsd.org/changeset/base/294995 Log: Always look in the TCP pool. This fixes issues with a restarting peer when the listening 1-to-1 style socket is closed. MFC after: 3 days Modified:

svn commit: r294996 - head/sys/dev/sfxge

2016-01-28 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 28 16:51:56 2016 New Revision: 294996 URL: https://svnweb.freebsd.org/changeset/base/294996 Log: Use m_getjcl() instead of manually selecting zone. Reviewed by: arybchik Modified: head/sys/dev/sfxge/sfxge.h head/sys/dev/sfxge/sfxge_rx.c Modified:

Re: svn commit: r294909 - head/crypto/openssh

2016-01-28 Thread NGie Cooper
> On Jan 28, 2016, at 02:05, Dag-Erling Smørgrav wrote: > > Colin Percival writes: >> At a guess, because NGie thinks that this is something which is important >> enough to be worth mentioning in the FreeBSD release notes, and "Relnotes: >> yes" flags the

svn commit: r294998 - in head/sys: arm64/cavium dev/vnic

2016-01-28 Thread Zbigniew Bodek
Author: zbb Date: Thu Jan 28 16:58:49 2016 New Revision: 294998 URL: https://svnweb.freebsd.org/changeset/base/294998 Log: Fix VNIC enumeration after r294993 and r294990 ofw_bus_get_node() must be tested against negative values since missing parent bus method will result in calling the

svn commit: r294990 - head/sys/dev/vnic

2016-01-28 Thread Zbigniew Bodek
Author: zbb Date: Thu Jan 28 15:30:58 2016 New Revision: 294990 URL: https://svnweb.freebsd.org/changeset/base/294990 Log: Fix finding appropriate BGX node in DTB and move it to a separate function Search for BGX node in DTS in two ways: 1. Try to find it uder root node first 2. If not

svn commit: r294994 - in head/sys: conf dev/vnic

2016-01-28 Thread Zbigniew Bodek
Author: zbb Date: Thu Jan 28 15:44:14 2016 New Revision: 294994 URL: https://svnweb.freebsd.org/changeset/base/294994 Log: Support new MDIO hierarchy in ThunderX DTB Some firmware revisions provide different DTB tree that include odd MDIO placement in the tree. This commit adds support

svn commit: r294997 - in stable/10/sys/boot: common efi/boot1 efi/include efi/loader

2016-01-28 Thread Steven Hartland
Author: smh Date: Thu Jan 28 16:52:02 2016 New Revision: 294997 URL: https://svnweb.freebsd.org/changeset/base/294997 Log: MFC r281060, r294060, r294291, r294493, r294284: MFC r281060: Remove an unnecessary space in a printf call MFC r294060: Modularise EFI boot loader MFC

svn commit: r294992 - head/sys/arm64/cavium

2016-01-28 Thread Zbigniew Bodek
Author: zbb Date: Thu Jan 28 15:38:02 2016 New Revision: 294992 URL: https://svnweb.freebsd.org/changeset/base/294992 Log: Correct alloc_ and release_resource methods in thunder_pcie driver - Avoid using BUS_ macros as bus_generic_ functions should be used instead. - Fix mistaken

svn commit: r294999 - in stable/10/sys/boot/efi: boot1 include libefi loader

2016-01-28 Thread Steven Hartland
Author: smh Date: Thu Jan 28 17:24:40 2016 New Revision: 294999 URL: https://svnweb.freebsd.org/changeset/base/294999 Log: MFC r294068, r294265 MFC r294068: Add EFI ZFS boot support MFC r294265: Fix broken DPRINTF and wire up EFI_DEBUG so -DEFI_DEBUG to make works. Relnotes:

Re: svn commit: r294999 - in stable/10/sys/boot/efi: boot1 include libefi loader

2016-01-28 Thread krad
Just built 10-stable and upgraded my intel NUC 2820 and it boots fine on the rootonzfs pool. This is on the old v32 firmware. I will test on the newer firmware later tonight. On 28 January 2016 at 17:24, Steven Hartland wrote: > Author: smh > Date: Thu Jan 28 17:24:40 2016 >

svn commit: r295007 - svnadmin/conf

2016-01-28 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jan 28 19:18:33 2016 New Revision: 295007 URL: https://svnweb.freebsd.org/changeset/base/295007 Log: Take over mentorship of jceel@. He moved on from work on embedded systems to storage, which is my area. Big thanks to cognet@ and wkoszek@ for their involvement.

svn commit: r295008 - in stable/10/sys/dev: ixgbe netmap

2016-01-28 Thread Sean Bruno
Author: sbruno Date: Thu Jan 28 19:21:01 2016 New Revision: 295008 URL: https://svnweb.freebsd.org/changeset/base/295008 Log: Fixed up version of r294061 that was reverted due to breakage of features (netmap) and architectures(i386). r283883 --

svn commit: r295006 - head/share/mk

2016-01-28 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 28 18:57:47 2016 New Revision: 295006 URL: https://svnweb.freebsd.org/changeset/base/295006 Log: Fix -include .depend hack from r294370 for headers not in .PATH. This hack will be removed in a few weeks. It is here to fix incremental builds of SSH between

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

2016-01-28 Thread Hiren Panchasara
Somehow I totally missed this email. On 01/26/16 at 02:53P, Gleb Smirnoff wrote: > Hiren, > > On Tue, Jan 26, 2016 at 04:33:38PM +, Hiren Panchasara wrote: > H> Author: hiren > H> Date: Tue Jan 26 16:33:38 2016 > H> New Revision: 294840 > H> URL:

svn commit: r295020 - stable/10/lib/libc/mips

2016-01-28 Thread Brooks Davis
Author: brooks Date: Thu Jan 28 22:57:09 2016 New Revision: 295020 URL: https://svnweb.freebsd.org/changeset/base/295020 Log: MFC r294515: Fix the implementations of PSEUDO_NOERROR and PSEUDO. The PSEUDO* macros should not declare , only _ and __sys_. This was causing the

svn commit: r295022 - in head: share/man/man4 sys/dev/nvd

2016-01-28 Thread Jim Harris
Author: jimharris Date: Thu Jan 28 23:15:14 2016 New Revision: 295022 URL: https://svnweb.freebsd.org/changeset/base/295022 Log: nvd: add hw.nvd.delete_max tunable The NVMe specification does not define a maximum or optimal delete size, so technically max delete size is min(full size of

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

2016-01-28 Thread Oliver Pinter
On Thu, Jan 28, 2016 at 5:05 PM, Michael Tuexen wrote: > Author: tuexen > Date: Thu Jan 28 16:05:46 2016 > New Revision: 294995 > URL: https://svnweb.freebsd.org/changeset/base/294995 > > Log: > Always look in the TCP pool. > This fixes issues with a restarting peer when

svn commit: r295021 - head/sys/netinet

2016-01-28 Thread Michael Tuexen
Author: tuexen Date: Thu Jan 28 23:12:12 2016 New Revision: 295021 URL: https://svnweb.freebsd.org/changeset/base/295021 Log: Remove debug output which was committed by accident. Thanks to Oliver Pinter for reporting. MFC after: 3 days X-MFC with: r294995 Modified:

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

2016-01-28 Thread Michael Tuexen
> On 28 Jan 2016, at 23:24, Oliver Pinter wrote: > > On Thu, Jan 28, 2016 at 5:05 PM, Michael Tuexen wrote: >> Author: tuexen >> Date: Thu Jan 28 16:05:46 2016 >> New Revision: 294995 >> URL: https://svnweb.freebsd.org/changeset/base/294995 >>

svn commit: r295018 - stable/10/share/man/man4

2016-01-28 Thread Brooks Davis
Author: brooks Date: Thu Jan 28 22:08:42 2016 New Revision: 295018 URL: https://svnweb.freebsd.org/changeset/base/295018 Log: MFC r294452: Add a simple manpage for the cfi(4) and associated cfid(4) drivers. Sponsored by: DARPA, AFRL Added: stable/10/share/man/man4/cfi.4 -

svn commit: r295019 - stable/10/sys/mips/include

2016-01-28 Thread Brooks Davis
Author: brooks Date: Thu Jan 28 22:34:29 2016 New Revision: 295019 URL: https://svnweb.freebsd.org/changeset/base/295019 Log: MFC r294463: Shift saved floating point registers up in jmp_buf. sigmask_t is 128-bits so requires two slots. Obtained from:CheriBSD

svn commit: r295009 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/aes crypto/openssl/crypto/aes/asm crypto/openssl/crypto/bio crypto/openssl/crypto/bn cr...

2016-01-28 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 28 20:15:22 2016 New Revision: 295009 URL: https://svnweb.freebsd.org/changeset/base/295009 Log: Merge OpenSSL 1.0.2f. Relnotes: yes Added: head/crypto/openssl/doc/ssl/SSL_CTX_set_tlsext_status_cb.pod - copied unchanged from r295001,

svn commit: r295017 - in head/sys: dev/filemon modules/filemon

2016-01-28 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 28 21:45:25 2016 New Revision: 295017 URL: https://svnweb.freebsd.org/changeset/base/295017 Log: filemon: Use process_exec EVENTHANDLER to capture sys_execve. MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r295015 - stable/10/sys/netinet

2016-01-28 Thread Hiren Panchasara
Author: hiren Date: Thu Jan 28 21:30:49 2016 New Revision: 295015 URL: https://svnweb.freebsd.org/changeset/base/295015 Log: MFC r294840 Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds and 60 seconds, respectively. Turn them into sysctls that can be tuned

svn commit: r295016 - in stable/10: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/aes crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/crypto/camel...

2016-01-28 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 28 21:42:10 2016 New Revision: 295016 URL: https://svnweb.freebsd.org/changeset/base/295016 Log: Merge OpenSSL 1.0.1r. Relnotes: yes Added: stable/10/crypto/openssl/doc/ssl/SSL_CTX_set_tlsext_status_cb.pod - copied unchanged from r295003,

svn commit: r295010 - svnadmin/conf

2016-01-28 Thread Andrew Turner
Author: andrew Date: Thu Jan 28 20:20:04 2016 New Revision: 295010 URL: https://svnweb.freebsd.org/changeset/base/295010 Log: Raise my limit to import device-tree files Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r295012 - in head: sys/kern sys/sys tests/sys/kqueue

2016-01-28 Thread Eric van Gyzen
Author: vangyzen Date: Thu Jan 28 20:24:15 2016 New Revision: 295012 URL: https://svnweb.freebsd.org/changeset/base/295012 Log: kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXIT NOTE_CHILD and NOTE_EXIT return something in kevent.data: the parent pid (ppid) for

svn commit: r295028 - head/lib/libbluetooth

2016-01-28 Thread Brooks Davis
Author: brooks Date: Fri Jan 29 00:59:48 2016 New Revision: 295028 URL: https://svnweb.freebsd.org/changeset/base/295028 Log: Declare bt_devenum() to match the definition. Obtained from:CheriBSD (1c1dad87ef9983a4ca0c7d6eb0792d489436bcd1) MFC after:1 week Sponsored by:

svn commit: r295029 - head/share/man/man4

2016-01-28 Thread Bryan Drewery
Author: bdrewery Date: Fri Jan 29 01:00:12 2016 New Revision: 295029 URL: https://svnweb.freebsd.org/changeset/base/295029 Log: Document the purpose and non-purpose of filemon(4). MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/share/man/man4/filemon.4

svn commit: r295031 - head/lib/libc/db/hash

2016-01-28 Thread Brooks Davis
Author: brooks Date: Fri Jan 29 01:22:12 2016 New Revision: 295031 URL: https://svnweb.freebsd.org/changeset/base/295031 Log: Use intptr_t note ptrdiff_t when storing flags in the bottom bits of pointers. Obtained from:CheriBSD (e3a69027cc5a384431156d61c90d4304387a9b9d)

svn commit: r295024 - svnadmin/conf

2016-01-28 Thread Marius Strobl
Author: marius Date: Fri Jan 29 00:01:37 2016 New Revision: 295024 URL: https://svnweb.freebsd.org/changeset/base/295024 Log: Require explicit re@ approval for commits to stable/10, as the code freeze for 10.3-RELEASE is now in effect. Approved by: re (implicit) Modified:

svn commit: r295027 - head/sys/dev/filemon

2016-01-28 Thread Bryan Drewery
Author: bdrewery Date: Fri Jan 29 00:44:32 2016 New Revision: 295027 URL: https://svnweb.freebsd.org/changeset/base/295027 Log: filemon: Track the process pointer rather than a pid. The process is not held since the process_exit hook is called after the exithold. There is no need to

svn commit: r295026 - head/sys/dev/filemon

2016-01-28 Thread Bryan Drewery
Author: bdrewery Date: Fri Jan 29 00:44:28 2016 New Revision: 295026 URL: https://svnweb.freebsd.org/changeset/base/295026 Log: filemon_open: Don't record a process to trace here. Only ioctl(FILEMON_SET_PID) should be setting the process-to-be-traced. MFC after:2 weeks Sponsored

svn commit: r295030 - head/share/man/man4

2016-01-28 Thread Bryan Drewery
Author: bdrewery Date: Fri Jan 29 01:09:04 2016 New Revision: 295030 URL: https://svnweb.freebsd.org/changeset/base/295030 Log: Note the double fork behavior with filemon. X-MFC-With: r295029 MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r294978 - in stable/10/sys/cam: ctl scsi

2016-01-28 Thread Konstantin Belousov
Author: kib Date: Thu Jan 28 09:25:15 2016 New Revision: 294978 URL: https://svnweb.freebsd.org/changeset/base/294978 Log: MFC r293350: Convert sys/cam to use make_dev_s(). Modified: stable/10/sys/cam/ctl/ctl.c stable/10/sys/cam/scsi/scsi_ch.c stable/10/sys/cam/scsi/scsi_enc.c

svn commit: r294977 - stable/10/sys/kern

2016-01-28 Thread Konstantin Belousov
Author: kib Date: Thu Jan 28 09:22:38 2016 New Revision: 294977 URL: https://svnweb.freebsd.org/changeset/base/294977 Log: MFC r293349: Convert tty common code to use make_dev_s(). Modified: stable/10/sys/kern/tty.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r294974 - stable/10/share/mk

2016-01-28 Thread Steven Hartland
Author: smh Date: Thu Jan 28 08:49:21 2016 New Revision: 294974 URL: https://svnweb.freebsd.org/changeset/base/294974 Log: MFC r294968: Allow file specific user-specified flag overrides. Sponsored by: Multiplay Modified: stable/10/share/mk/bsd.sys.mk Directory Properties:

svn commit: r294975 - stable/10/sys/boot/zfs

2016-01-28 Thread Steven Hartland
Author: smh Date: Thu Jan 28 08:51:00 2016 New Revision: 294975 URL: https://svnweb.freebsd.org/changeset/base/294975 Log: MFC r294040: Prevent bogus compiler in ZFS boot code. Sponsored by: Multiplay Modified: stable/10/sys/boot/zfs/zfsimpl.c Directory Properties: stable/10/

Re: svn commit: r294909 - head/crypto/openssh

2016-01-28 Thread Dag-Erling Smørgrav
NGie Cooper writes: > Dag-Erling Smørgrav writes: > > Log: > > Switch UseDNS back on > Please add "Relnotes: yes" to the MFC commit, if this is MFCed. Why? DES -- Dag-Erling Smørgrav - d...@des.no ___

Re: svn commit: r294909 - head/crypto/openssh

2016-01-28 Thread Colin Percival
On 01/28/16 01:07, Dag-Erling Smørgrav wrote: > NGie Cooper writes: >> Dag-Erling Smørgrav writes: >>> Log: >>> Switch UseDNS back on >> Please add "Relnotes: yes" to the MFC commit, if this is MFCed. > > Why? At a guess, because NGie thinks that this

svn commit: r294976 - in stable/10: share/man/man9 sys/kern sys/sys

2016-01-28 Thread Konstantin Belousov
Author: kib Date: Thu Jan 28 09:18:12 2016 New Revision: 294976 URL: https://svnweb.freebsd.org/changeset/base/294976 Log: MFC r293346: Provide yet another KPI for cdev creation, make_dev_s(9). Modified: stable/10/share/man/man9/Makefile stable/10/share/man/man9/make_dev.9

svn commit: r294983 - head/sys/ufs/ffs

2016-01-28 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jan 28 12:21:23 2016 New Revision: 294983 URL: https://svnweb.freebsd.org/changeset/base/294983 Log: Remove ffs_mountroot() prototype; seems to be long gone. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/ufs/ffs/ffs_extern.h

svn commit: r294984 - stable/10/sys/boot/common

2016-01-28 Thread Steven Hartland
Author: smh Date: Thu Jan 28 12:22:15 2016 New Revision: 294984 URL: https://svnweb.freebsd.org/changeset/base/294984 Log: MFC r286234 (by trasz): Fix a problem which made loader(8) load non-kld files twice. Sponsored by: Multiplay Modified: stable/10/sys/boot/common/module.c

svn commit: r294981 - in stable/10/sys/boot: common efi efi/boot1 efi/include efi/libefi efi/loader efi/loader/arch/amd64 fdt i386/libi386

2016-01-28 Thread Steven Hartland
Author: smh Date: Thu Jan 28 12:11:42 2016 New Revision: 294981 URL: https://svnweb.freebsd.org/changeset/base/294981 Log: MFC r281169, r293724, r293796, r294029, r294041, r294058 MFC r281169 (by andrew): Make global variabled only used in this file static MFC r294058: Make common

svn commit: r294982 - stable/10/sys/boot/common

2016-01-28 Thread Steven Hartland
Author: smh Date: Thu Jan 28 12:15:50 2016 New Revision: 294982 URL: https://svnweb.freebsd.org/changeset/base/294982 Log: MFC r294059: Ensure boot fsread correctly probes all partitions Sponsored by: Multiplay Modified: stable/10/sys/boot/common/ufsread.c Directory Properties:

svn commit: r294986 - stable/10/sys/boot/common

2016-01-28 Thread Steven Hartland
Author: smh Date: Thu Jan 28 12:25:27 2016 New Revision: 294986 URL: https://svnweb.freebsd.org/changeset/base/294986 Log: MFC r294506: Prevent loader.conf load failure due to unknown console entries Sponsored by: Multiplay Modified: stable/10/sys/boot/common/console.c Directory

svn commit: r294987 - in head/sys/arm: arm include

2016-01-28 Thread Zbigniew Bodek
Author: zbb Date: Thu Jan 28 12:43:58 2016 New Revision: 294987 URL: https://svnweb.freebsd.org/changeset/base/294987 Log: SMP support for ARMv6/v7 HW watchpoints Use per-CPU structure to store HW watchpoints registers state for each CPU present in the system. Those registers will be

svn commit: r294980 - stable/10/release/amd64

2016-01-28 Thread Steven Hartland
Author: smh Date: Thu Jan 28 12:03:30 2016 New Revision: 294980 URL: https://svnweb.freebsd.org/changeset/base/294980 Log: MFC r293831: Increase efiboot.img size used in ISO creation This changes mkisoimages-uefi.sh instead of mkisoimages.sh in r293831 due to refactor not MFC'ed.

svn commit: r294985 - stable/10/sys/boot/common

2016-01-28 Thread Steven Hartland
Author: smh Date: Thu Jan 28 12:23:25 2016 New Revision: 294985 URL: https://svnweb.freebsd.org/changeset/base/294985 Log: MFC r293835: Improve non-interactive forth cmd error reporting Sponsored by: Multiplay Modified: stable/10/sys/boot/common/bootstrap.h

Re: svn commit: r294909 - head/crypto/openssh

2016-01-28 Thread Dag-Erling Smørgrav
Colin Percival writes: > At a guess, because NGie thinks that this is something which is important > enough to be worth mentioning in the FreeBSD release notes, and "Relnotes: > yes" flags the commit to the release engineering team for that purpose? UseDNS was

svn commit: r294979 - head/sys/arm64/arm64

2016-01-28 Thread Wojciech Macek
Author: wma Date: Thu Jan 28 12:00:17 2016 New Revision: 294979 URL: https://svnweb.freebsd.org/changeset/base/294979 Log: Fix mutex releasing in ARM64 cpu_switch The code should be comparing pointers, not any data gathered from a blocked_lock. Spotted by:cognet

svn commit: r295001 - in vendor-crypto/openssl/dist: . apps crypto crypto/aes crypto/aes/asm crypto/bio crypto/bn crypto/bn/asm crypto/camellia crypto/des crypto/dh crypto/dsa crypto/dso crypto/ec ...

2016-01-28 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 28 18:41:59 2016 New Revision: 295001 URL: https://svnweb.freebsd.org/changeset/base/295001 Log: Import OpenSSL 1.0.2f. Added: vendor-crypto/openssl/dist/doc/ssl/SSL_CTX_set_tlsext_status_cb.pod vendor-crypto/openssl/dist/util/pod2mantest (contents, props

svn commit: r295002 - vendor-crypto/openssl/1.0.2f

2016-01-28 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 28 18:42:39 2016 New Revision: 295002 URL: https://svnweb.freebsd.org/changeset/base/295002 Log: Tag OpenSSL 1.0.2f. Added: vendor-crypto/openssl/1.0.2f/ - copied from r295001, vendor-crypto/openssl/dist/ ___

svn commit: r295000 - stable/10/share/man/man4

2016-01-28 Thread Jim Harris
Author: jimharris Date: Thu Jan 28 18:25:55 2016 New Revision: 295000 URL: https://svnweb.freebsd.org/changeset/base/295000 Log: MFC r293678: Update ismt(4) man page to reflect inclusion in upcoming 10.3 release. Modified: stable/10/share/man/man4/ismt.4 Modified:

svn commit: r295003 - in vendor-crypto/openssl/dist-1.0.1: . apps crypto crypto/aes crypto/bio crypto/bn crypto/camellia crypto/des crypto/dsa crypto/dso crypto/ec crypto/engine crypto/evp crypto/r...

2016-01-28 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 28 18:44:11 2016 New Revision: 295003 URL: https://svnweb.freebsd.org/changeset/base/295003 Log: Import OpenSSL 1.0.1r. Added: vendor-crypto/openssl/dist-1.0.1/doc/ssl/SSL_CTX_set_tlsext_status_cb.pod vendor-crypto/openssl/dist-1.0.1/util/pod2mantest (contents,

svn commit: r295005 - vendor-crypto/openssl/1.0.1r

2016-01-28 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 28 18:45:09 2016 New Revision: 295005 URL: https://svnweb.freebsd.org/changeset/base/295005 Log: Tag OpenSSL 1.0.1r. Added: vendor-crypto/openssl/1.0.1r/ - copied from r295004, vendor-crypto/openssl/dist-1.0.1/ ___

svn commit: r295032 - head/etc/periodic/security

2016-01-28 Thread Marius Strobl
Author: marius Date: Fri Jan 29 01:54:32 2016 New Revision: 295032 URL: https://svnweb.freebsd.org/changeset/base/295032 Log: Use '^[>+][^+]' instead of '^[>+]' with grep(1) when filtering the diff(1) output between two files in "new_only"-mode. Otherwise, with the default of using unified

svn commit: r294989 - in head/sys: arm/freescale/vybrid arm/xilinx dev/usb/controller mips/atheros powerpc/ps3

2016-01-28 Thread Michal Meloun
Author: mmel Date: Thu Jan 28 14:11:59 2016 New Revision: 294989 URL: https://svnweb.freebsd.org/changeset/base/294989 Log: EHCI: Make core reset and port speed reading more generic. Use driver settable callbacks for handling of: - core post reset - reading actual port speed