svn commit: r295128 - in head/sys/arm: arm mv/orion ti/omap4/pandaboard

2016-02-01 Thread Svatopluk Kraus
Author: skra Date: Mon Feb 1 19:36:33 2016 New Revision: 295128 URL: https://svnweb.freebsd.org/changeset/base/295128 Log: Remove not needed includes. Modified: head/sys/arm/arm/genassym.c head/sys/arm/arm/mp_machdep.c head/sys/arm/mv/orion/db88f5xxx.c

Re: svn commit: r294464 - in head: crypto/openssh crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypto/openssh/regress crypto/openssh/regress/unittests crypto

2016-02-01 Thread Bryan Drewery
On 1/20/2016 2:57 PM, Dag-Erling Smørgrav wrote: > Author: des > Date: Wed Jan 20 22:57:10 2016 > New Revision: 294464 > URL: https://svnweb.freebsd.org/changeset/base/294464 > > Log: > Upgrade to OpenSSH 7.0p1. ... > Index: crypto/openssh/sshd_config >

svn commit: r295132 - in head/sys/powerpc: fpu include powerpc

2016-02-01 Thread John Baldwin
Author: jhb Date: Mon Feb 1 23:12:04 2016 New Revision: 295132 URL: https://svnweb.freebsd.org/changeset/base/295132 Log: Restore the ABI of 'struct fpreg' on powerpc. The PT_{GET,SET}FPREGS requests use 'struct fpreg' and the NT_FPREGSET core note stores a copy of 'struct fpreg'. As

svn commit: r295133 - head/sys/dev/e1000

2016-02-01 Thread Marius Strobl
Author: marius Date: Mon Feb 1 23:51:30 2016 New Revision: 295133 URL: https://svnweb.freebsd.org/changeset/base/295133 Log: As it turns out, one of the more or less recent changes to em(4) causes watchdog timeouts when using TSO4 at link speeds below Gigabit, at least with 82573E. So

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

2016-02-01 Thread Conrad E. Meyer
Author: cem Date: Tue Feb 2 00:14:51 2016 New Revision: 295134 URL: https://svnweb.freebsd.org/changeset/base/295134 Log: kcrypto_aes: Use separate sessions for AES and SHA1 Some hardware supports AES acceleration but not SHA1, e.g., AES-NI extensions. It is useful to have accelerated

svn commit: r295121 - head/sbin/swapon

2016-02-01 Thread Garrett Cooper
Author: ngie Date: Mon Feb 1 08:06:17 2016 New Revision: 295121 URL: https://svnweb.freebsd.org/changeset/base/295121 Log: Delete argsize to fix a -Wunused-but-set-variable warning with gcc 4.9 The variable isn't actually checked -- just the end result which gets returned from the

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

2016-02-01 Thread Michal Meloun
Author: mmel Date: Mon Feb 1 13:13:53 2016 New Revision: 295122 URL: https://svnweb.freebsd.org/changeset/base/295122 Log: ARM: Remove never used cpu_tlb_flushI and cpu_tlb_flushI_SE() functions and their implementations. Modified: head/sys/arm/arm/cpufunc.c

svn commit: r295126 - in head/sys: contrib/ipfilter/netinet dev/bwn dev/ed dev/ep dev/fe dev/fxp dev/iscsi_initiator dev/le dev/malo dev/netmap dev/oce dev/otus dev/sfxge dev/sn dev/tx dev/usb/wlan...

2016-02-01 Thread Gleb Smirnoff
Author: glebius Date: Mon Feb 1 17:41:21 2016 New Revision: 295126 URL: https://svnweb.freebsd.org/changeset/base/295126 Log: These files were getting sys/malloc.h and vm/uma.h with header pollution via sys/mbuf.h Modified: head/sys/contrib/ipfilter/netinet/ip_compat.h

svn commit: r295129 - head/sys/arm/include

2016-02-01 Thread Svatopluk Kraus
Author: skra Date: Mon Feb 1 19:43:04 2016 New Revision: 295129 URL: https://svnweb.freebsd.org/changeset/base/295129 Log: Remove all stuff related to __ARM_ARCH >= 6 from pmap.h header except for include. It was used by old pmap-v6 code. Modified: head/sys/arm/include/pmap.h Modified:

svn commit: r295137 - in head/sys: conf dev/md tools

2016-02-01 Thread Adrian Chadd
Author: adrian Date: Tue Feb 2 07:02:51 2016 New Revision: 295137 URL: https://svnweb.freebsd.org/changeset/base/295137 Log: Fix MFS builds when both MD_ROOT_SIZE and MFS_IMAGE are specified MD_ROOT_SIZE and embed_mfs.sh were basically retired as part of

svn commit: r295138 - in head/sys: conf mips/conf mips/include

2016-02-01 Thread Adrian Chadd
Author: adrian Date: Tue Feb 2 07:47:38 2016 New Revision: 295138 URL: https://svnweb.freebsd.org/changeset/base/295138 Log: Rename some CPU_MIPSxxx options and add new CPU_MIPSxxx options This revision does the following renames: CPU_MIPS24KC -> CPU_MIPS24K CPU_MIPS74KC ->

svn commit: r295136 - in head: sys/kern sys/netinet sys/sys usr.bin/netstat

2016-02-01 Thread Alfred Perlstein
Author: alfred Date: Tue Feb 2 05:57:59 2016 New Revision: 295136 URL: https://svnweb.freebsd.org/changeset/base/295136 Log: Increase max allowed backlog for listen sockets from short to int. PR: 203922 Submitted by: White Knight MFC After: 4 weeks Modified:

svn commit: r295123 - in head/sys/arm: arm mv/armadaxp ti

2016-02-01 Thread Michal Meloun
Author: mmel Date: Mon Feb 1 14:28:58 2016 New Revision: 295123 URL: https://svnweb.freebsd.org/changeset/base/295123 Log: ARM: Rename remaining instances of cpufunc_id() to cpu_ident(), forgotten in r295096. Remove tlb_flushI/tlb_flushI_SE functions forgotten in r295122. Modified:

svn commit: r295125 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-02-01 Thread Andriy Gapon
Author: avg Date: Mon Feb 1 15:40:40 2016 New Revision: 295125 URL: https://svnweb.freebsd.org/changeset/base/295125 Log: MFV r294821: 6529 Properly handle updates of variably-sized SA entries. Reviewed by: Brian Behlendorf Reviewed by: Matthew Ahrens