Re: svn commit: r280364 - in head/sys/arm64: . include

2015-03-23 Thread Andrew Turner
On Mon, 23 Mar 2015 11:54:57 + (UTC) Andrew Turner and...@freebsd.org wrote: Author: andrew Date: Mon Mar 23 11:54:56 2015 New Revision: 280364 URL: https://svnweb.freebsd.org/changeset/base/280364 Log: Add the start of the arm64 machine headers. This is the subset needed to start

Re: svn commit: r280040 - head/usr.sbin/bhyve

2015-03-23 Thread Ronald Klop
On Sun, 15 Mar 2015 16:29:04 +0100, Alexander Motin m...@freebsd.org wrote: Author: mav Date: Sun Mar 15 15:29:03 2015 New Revision: 280040 URL: https://svnweb.freebsd.org/changeset/base/280040 Log: Give AHCI disk serial based on backing file path same as for virtio block. It is still

svn commit: r280364 - in head/sys/arm64: . include

2015-03-23 Thread Andrew Turner
Author: andrew Date: Mon Mar 23 11:54:56 2015 New Revision: 280364 URL: https://svnweb.freebsd.org/changeset/base/280364 Log: Add the start of the arm64 machine headers. This is the subset needed to start getting userland libraries building. Reviewed by: imp Sponsored by: The FreeBSD

svn commit: r280371 - head/sys/netinet

2015-03-23 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 23 15:12:02 2015 New Revision: 280371 URL: https://svnweb.freebsd.org/changeset/base/280371 Log: Remove a useless assignment. MFC after: 1 week Modified: head/sys/netinet/sctp_output.c Modified: head/sys/netinet/sctp_output.c

Re: svn commit: r280306 - in head: secure/lib/libcrypto secure/lib/libssl sys/sys

2015-03-23 Thread Philip M. Gollucci
What about SSLv3 due to POODLE ? On Fri, Mar 20, 2015 at 7:48 PM, Jung-uk Kim j...@freebsd.org wrote: Author: jkim Date: Fri Mar 20 23:48:11 2015 New Revision: 280306 URL: https://svnweb.freebsd.org/changeset/base/280306 Log: Disable insecure SSLv2 support from the base OpenSSL.

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

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:44:17 2015 New Revision: 280374 URL: https://svnweb.freebsd.org/changeset/base/280374 Log: sfxge: assert either kernel or internal copy of interface flags ioctl to put interface down sets ifp-if_flags which holds the intended administratively defined

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

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:47:37 2015 New Revision: 280376 URL: https://svnweb.freebsd.org/changeset/base/280376 Log: sfxge: remove obsolete Tx non-multi queue support Tx multi queue is added in FreeBSD 8.0. So, the changeset drops earlier versions support. Sponsored by:

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

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:49:11 2015 New Revision: 280377 URL: https://svnweb.freebsd.org/changeset/base/280377 Log: sfxge: add statistics for each Tx queue Sponsored by: Solarflare Communications, Inc. Differential Revision: https://reviews.freebsd.org/D2082 Modified:

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

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:53:26 2015 New Revision: 280380 URL: https://svnweb.freebsd.org/changeset/base/280380 Log: sfxge: remove unnecessary and wrong prediction Sponsored by: Solarflare Communications, Inc. Differential Revision: https://reviews.freebsd.org/D2085

svn commit: r280379 - head/sys/dev/sfxge/common

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:52:57 2015 New Revision: 280379 URL: https://svnweb.freebsd.org/changeset/base/280379 Log: sfxge: do not check MCDI status word This is a temporary workaround until we determine a reliable sequence of operations for detecting MC reboots.

svn commit: r280375 - head/sys/dev/sfxge/common

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:45:39 2015 New Revision: 280375 URL: https://svnweb.freebsd.org/changeset/base/280375 Log: sfxge: add barriers to BAR write macros In theory the barriers are required to cope with write combining and reordering. Two barriers are added (sometimes

svn commit: r280378 - head/sys/dev/sfxge/common

2015-03-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon Mar 23 15:52:05 2015 New Revision: 280378 URL: https://svnweb.freebsd.org/changeset/base/280378 Log: sfxge: FreeBSD before 10 does not have bus_space_*_8 on amd64 bus_space_*_8() are not always macros, so it is not correct to use #ifndef. Sponsored by:

svn commit: r280413 - head/contrib/tzdata

2015-03-23 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 24 05:52:28 2015 New Revision: 280413 URL: https://svnweb.freebsd.org/changeset/base/280413 Log: MFV of 280411,tzdata{2015b} Release 2015b - 2015-03-19 23:28:11 -0700 Changes affecting future time stamps Mongolia will start observing DST again

Re: svn commit: r280407 - head/sys/kern

2015-03-23 Thread Bruce Evans
On Tue, 24 Mar 2015, Mateusz Guzik wrote: Log: filedesc: microoptimize fget_unlocked by getting rid of fd 0 branch This has no effect. Compilers optimize to the equivalent of the the unsigned cast hack if this is good. On x86, it is good since no instructions are needed for the

svn commit: r280382 - head/sys/boot/forth

2015-03-23 Thread Devin Teske
Author: dteske Date: Mon Mar 23 16:22:56 2015 New Revision: 280382 URL: https://svnweb.freebsd.org/changeset/base/280382 Log: Fix sgetkey indentation to be consistent with the rest of the file. Remove some blank lines, adjust some comments and update copyright. MFC after:3 days

svn commit: r280384 - head/sys/boot/forth

2015-03-23 Thread Devin Teske
Author: dteske Date: Mon Mar 23 16:43:46 2015 New Revision: 280384 URL: https://svnweb.freebsd.org/changeset/base/280384 Log: Increase max input for password/bootlock_password from 16 to 255. When taking user input, don't show asterisks as the user types but instead spin a twiddle.

svn commit: r280381 - head/sys/arm64/include

2015-03-23 Thread Ed Maste
Author: emaste Date: Mon Mar 23 16:04:04 2015 New Revision: 280381 URL: https://svnweb.freebsd.org/changeset/base/280381 Log: Renumber clauses to avoid missing 3 Modified: head/sys/arm64/include/_types.h head/sys/arm64/include/cpu.h head/sys/arm64/include/float.h

Re: svn commit: r280306 - in head: secure/lib/libcrypto secure/lib/libssl sys/sys

2015-03-23 Thread Bryan Drewery
On 3/23/2015 2:08 PM, Bryan Drewery wrote: On 3/20/2015 6:48 PM, Jung-uk Kim wrote: Author: jkim Date: Fri Mar 20 23:48:11 2015 New Revision: 280306 URL: https://svnweb.freebsd.org/changeset/base/280306 Log: Disable insecure SSLv2 support from the base OpenSSL. Differential

Re: svn commit: r280387 - in head/usr.bin/xlint: arch/sparc64 common lint1 lint2 xlint

2015-03-23 Thread Ed Maste
On 23 March 2015 at 14:45, Pedro F. Giffuni p...@freebsd.org wrote: Author: pfg Date: Mon Mar 23 18:45:29 2015 New Revision: 280387 URL: https://svnweb.freebsd.org/changeset/base/280387 Log: xlint: update. Nice. I was going to have a look at this at some point, so I'm glad that you've

svn commit: r280393 - in head/sys/dev: ahci ata ata/chipsets mvs siis

2015-03-23 Thread Alexander Motin
Author: mav Date: Mon Mar 23 19:47:52 2015 New Revision: 280393 URL: https://svnweb.freebsd.org/changeset/base/280393 Log: Reduce priority of ATA/SATA drivers. Legacy ata(4) - BUS_PROBE_LOW_PRIORITY; more functional ahci(4), siis(4), mvs(4) - BUS_PROBE_DEFAULT; BUS_PROBE_VENDOR leave

Re: svn commit: r280387 - in head/usr.bin/xlint: arch/sparc64 common lint1 lint2 xlint

2015-03-23 Thread Pedro Giffuni
On 03/23/15 14:59, Ed Maste wrote: On 23 March 2015 at 14:45, Pedro F. Giffuni p...@freebsd.org wrote: Author: pfg Date: Mon Mar 23 18:45:29 2015 New Revision: 280387 URL: https://svnweb.freebsd.org/changeset/base/280387 Log: xlint: update. Nice. I was going to have a look at this at

Re: svn commit: r280306 - in head: secure/lib/libcrypto secure/lib/libssl sys/sys

2015-03-23 Thread Bryan Drewery
On 3/20/2015 6:48 PM, Jung-uk Kim wrote: Author: jkim Date: Fri Mar 20 23:48:11 2015 New Revision: 280306 URL: https://svnweb.freebsd.org/changeset/base/280306 Log: Disable insecure SSLv2 support from the base OpenSSL. Differential Revision: https://reviews.freebsd.org/D1304

Re: svn commit: r280306 - in head: secure/lib/libcrypto secure/lib/libssl sys/sys

2015-03-23 Thread Bryan Drewery
On 3/23/2015 2:13 PM, Bryan Drewery wrote: On 3/23/2015 2:08 PM, Bryan Drewery wrote: On 3/20/2015 6:48 PM, Jung-uk Kim wrote: Author: jkim Date: Fri Mar 20 23:48:11 2015 New Revision: 280306 URL: https://svnweb.freebsd.org/changeset/base/280306 Log: Disable insecure SSLv2 support from

svn commit: r280400 - in head/contrib/llvm: include/llvm/CodeGen lib/CodeGen/SelectionDAG lib/Target/ARM

2015-03-23 Thread Dimitry Andric
Author: dim Date: Mon Mar 23 21:13:29 2015 New Revision: 280400 URL: https://svnweb.freebsd.org/changeset/base/280400 Log: Pull in r230348 from upstream llvm trunk (by Tim Northover): ARM: treat [N x i32] and [N x i64] as AAPCS composite types The logic is almost there already,

svn commit: r280401 - head/contrib/llvm/patches

2015-03-23 Thread Dimitry Andric
Author: dim Date: Mon Mar 23 21:15:07 2015 New Revision: 280401 URL: https://svnweb.freebsd.org/changeset/base/280401 Log: Add llvm patch corresponding to r280400. Added: head/contrib/llvm/patches/patch-10-llvm-r230348-arm-fix-bad-ha.diff Added:

svn commit: r280385 - head/sys/boot/forth

2015-03-23 Thread Devin Teske
Author: dteske Date: Mon Mar 23 17:31:22 2015 New Revision: 280385 URL: https://svnweb.freebsd.org/changeset/base/280385 Log: Add missing variables password/bootlock_password. NB: Using NULL for default values in-case someone or something uncomments it and reboots. See

svn commit: r280383 - head/sys/boot/forth

2015-03-23 Thread Devin Teske
Author: dteske Date: Mon Mar 23 16:31:27 2015 New Revision: 280383 URL: https://svnweb.freebsd.org/changeset/base/280383 Log: Prevent password/bootlock_password features of loader.conf(5) from locking out everyone in the case of setting a password longer than the maximum (currently 16

svn commit: r280386 - in head/bin: cp mv

2015-03-23 Thread Jilles Tjoelker
Author: jilles Date: Mon Mar 23 17:35:05 2015 New Revision: 280386 URL: https://svnweb.freebsd.org/changeset/base/280386 Log: cp,mv: Use futimens() instead of utimensat() if possible. Modified: head/bin/cp/utils.c head/bin/mv/mv.c Modified: head/bin/cp/utils.c

svn commit: r280387 - in head/usr.bin/xlint: arch/sparc64 common lint1 lint2 xlint

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 23 18:45:29 2015 New Revision: 280387 URL: https://svnweb.freebsd.org/changeset/base/280387 Log: xlint: update. Bring some important updates from NetBSD up to about 2008/04/25. The main feature is initial support for C99. This is a very basic update to make

svn commit: r280388 - head/sys/cam

2015-03-23 Thread Benno Rice
Author: benno Date: Mon Mar 23 18:45:37 2015 New Revision: 280388 URL: https://svnweb.freebsd.org/changeset/base/280388 Log: Be consistent with M_ZERO when allocating ccbs. There are four places, all in cam_xpt.c, where ccbs are malloc'ed. Two of these use M_ZERO, two don't. The two that

Re: svn commit: r280306 - in head: secure/lib/libcrypto secure/lib/libssl sys/sys

2015-03-23 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/23/2015 11:35, Philip M. Gollucci wrote: What about SSLv3 due to POODLE ? IMHO, it is too early to remove SSLv3 support because it is still widely used although there are known vulnerabilities. Please use OpenSSL from ports, i.e.,

svn commit: r280407 - head/sys/kern

2015-03-23 Thread Mateusz Guzik
Author: mjg Date: Tue Mar 24 00:10:11 2015 New Revision: 280407 URL: https://svnweb.freebsd.org/changeset/base/280407 Log: filedesc: microoptimize fget_unlocked by getting rid of fd 0 branch Casting fd to an unsigned type simplifies fd range coparison to mere checking if the result is

svn commit: r280402 - head/sys/arm/arm

2015-03-23 Thread Ian Lepore
Author: ian Date: Mon Mar 23 22:42:42 2015 New Revision: 280402 URL: https://svnweb.freebsd.org/changeset/base/280402 Log: Do not save/restore the TLS pointer on context switch for armv6. The pointer cannot be changed directly by userland code on armv6 (it can be on armv4), so there's no

svn commit: r280403 - head/sys/dev/cxgbe

2015-03-23 Thread Navdeep Parhar
Author: np Date: Mon Mar 23 23:06:32 2015 New Revision: 280403 URL: https://svnweb.freebsd.org/changeset/base/280403 Log: cxgbe(4): Do not call sbuf_trim on an sbuf with a drain function. MFC after:1 week Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c

svn commit: r280404 - head/sys/netinet

2015-03-23 Thread Michael Tuexen
Author: tuexen Date: Mon Mar 23 23:34:21 2015 New Revision: 280404 URL: https://svnweb.freebsd.org/changeset/base/280404 Log: When an ICMP message is received and the MTU shrinks, only mark outstanding chunks for retransmissions. MFC after: 3 days Modified:

Re: svn commit: r278479 - in head: etc sys/kern

2015-03-23 Thread Rui Paulo
On Mar 22, 2015, at 18:08, Mateusz Guzik mjgu...@gmail.com wrote: On Mon, Feb 09, 2015 at 11:13:51PM +, Rui Paulo wrote: Author: rpaulo Date: Mon Feb 9 23:13:50 2015 New Revision: 278479 URL: https://svnweb.freebsd.org/changeset/base/278479 Log: Notify devd(8) when a process

Re: svn commit: r280410 - head/sys/kern

2015-03-23 Thread Bryan Drewery
On 3/23/15 9:35 PM, Rui Paulo wrote: On Mar 23, 2015, at 19:25, Bryan Drewery bdrew...@freebsd.org wrote: On 3/23/15 9:17 PM, Rui Paulo wrote: Author: rpaulo Date: Tue Mar 24 02:17:17 2015 New Revision: 280410 URL: https://svnweb.freebsd.org/changeset/base/280410 Log: Disable

svn commit: r280410 - head/sys/kern

2015-03-23 Thread Rui Paulo
Author: rpaulo Date: Tue Mar 24 02:17:17 2015 New Revision: 280410 URL: https://svnweb.freebsd.org/changeset/base/280410 Log: Disable coredump_devctl because it could lead to leaking paths to jails. Modified: head/sys/kern/kern_sig.c Modified: head/sys/kern/kern_sig.c

Re: svn commit: r280410 - head/sys/kern

2015-03-23 Thread Bryan Drewery
On 3/23/15 9:17 PM, Rui Paulo wrote: Author: rpaulo Date: Tue Mar 24 02:17:17 2015 New Revision: 280410 URL: https://svnweb.freebsd.org/changeset/base/280410 Log: Disable coredump_devctl because it could lead to leaking paths to jails. Modified: head/sys/kern/kern_sig.c Modified:

Re: svn commit: r280410 - head/sys/kern

2015-03-23 Thread Rui Paulo
On Mar 23, 2015, at 19:25, Bryan Drewery bdrew...@freebsd.org wrote: On 3/23/15 9:17 PM, Rui Paulo wrote: Author: rpaulo Date: Tue Mar 24 02:17:17 2015 New Revision: 280410 URL: https://svnweb.freebsd.org/changeset/base/280410 Log: Disable coredump_devctl because it could lead to