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: 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: 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:

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: 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

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: 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: 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

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: 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:

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: 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: 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: 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:

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

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 ___

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: 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: 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

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: 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