svn commit: r280436 - head/secure/lib/libcrypto

2015-03-24 Thread Andrew Turner
Author: andrew Date: Tue Mar 24 14:16:14 2015 New Revision: 280436 URL: https://svnweb.freebsd.org/changeset/base/280436 Log: Add the openssl header for arm64. As it is based on MACHINE_CPUARCH it is named opensslconf-aarch64.h. Sponsored by: The FreeBSD Foundation Added:

svn commit: r280437 - head/contrib/gcc/config/aarch64

2015-03-24 Thread Andrew Turner
Author: andrew Date: Tue Mar 24 14:22:58 2015 New Revision: 280437 URL: https://svnweb.freebsd.org/changeset/base/280437 Log: Adda minimal gcc config. This is just enough to build the bits of csu we get from gcc, and libgcc_eh. Sponsored by: The FreeBSD Foundation Added:

svn commit: r280435 - head/sys/x86/iommu

2015-03-24 Thread Konstantin Belousov
Author: kib Date: Tue Mar 24 12:48:51 2015 New Revision: 280435 URL: https://svnweb.freebsd.org/changeset/base/280435 Log: When mapping an allocated entry, use the entry size, instead of the requested size. If tag restrictions caused split entry, its size is less then requsted.

svn commit: r280434 - head/sys/x86/iommu

2015-03-24 Thread Konstantin Belousov
Author: kib Date: Tue Mar 24 12:46:21 2015 New Revision: 280434 URL: https://svnweb.freebsd.org/changeset/base/280434 Log: Assert that the mapping loop makes progress. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/x86/iommu/intel_idpgtbl.c Modified:

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

2015-03-24 Thread Gleb Smirnoff
On Mon, Mar 23, 2015 at 03:44:18PM +, Andrew Rybchenko wrote: A Author: arybchik A Date: Mon Mar 23 15:44:17 2015 A New Revision: 280374 A URL: https://svnweb.freebsd.org/changeset/base/280374 A A Log: A sfxge: assert either kernel or internal copy of interface flags A A ioctl to put

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

2015-03-24 Thread Andrew Rybchenko
Author: arybchik Date: Tue Mar 24 11:25:19 2015 New Revision: 280432 URL: https://svnweb.freebsd.org/changeset/base/280432 Log: sfxge: cleanup: add a blank line before each #if to improve readability Sponsored by: Solarflare Communications, Inc. Modified: head/sys/dev/sfxge/sfxge.h

svn commit: r280429 - head/sys/dev/sound/usb

2015-03-24 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 24 09:21:53 2015 New Revision: 280429 URL: https://svnweb.freebsd.org/changeset/base/280429 Log: Use the feedback value from the synchronization endpoint as fallback when there is no recording channel. MFC after:3 days PR: 198444 Modified:

svn commit: r280430 - head/sys/dev/netmap

2015-03-24 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 24 09:46:47 2015 New Revision: 280430 URL: https://svnweb.freebsd.org/changeset/base/280430 Log: Make ix_crcstrip a public symbol for the moment; it probably is not the right solution but I will leave it to experts to untangle this problem to properly stop the

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

2015-03-24 Thread Andrew Rybchenko
Author: arybchik Date: Tue Mar 24 11:33:34 2015 New Revision: 280433 URL: https://svnweb.freebsd.org/changeset/base/280433 Log: sfxge: cleanup: fix index variable type to match upper boundary type Sponsored by: Solarflare Communications, Inc. Modified: head/sys/dev/sfxge/sfxge_tx.c

svn commit: r280431 - head/sys/modules/sfxge

2015-03-24 Thread Andrew Rybchenko
Author: arybchik Date: Tue Mar 24 11:22:12 2015 New Revision: 280431 URL: https://svnweb.freebsd.org/changeset/base/280431 Log: sfxge: cleanup: remove trailing whitespaces Sponsored by: Solarflare Communications, Inc. Modified: head/sys/modules/sfxge/Makefile Modified:

svn commit: r280462 - vendor/lld/lld-trunk-r233088

2015-03-24 Thread Dimitry Andric
Author: dim Date: Tue Mar 24 21:32:49 2015 New Revision: 280462 URL: https://svnweb.freebsd.org/changeset/base/280462 Log: Tag lld trunk r233088. Added: vendor/lld/lld-trunk-r233088/ - copied from r280461, vendor/lld/dist/ ___

svn commit: r280461 - in vendor/lld: . dist dist/cmake dist/cmake/modules dist/docs dist/docs/_static dist/docs/_templates dist/docs/llvm-theme dist/docs/llvm-theme/static dist/include dist/include...

2015-03-24 Thread Dimitry Andric
Author: dim Date: Tue Mar 24 21:31:36 2015 New Revision: 280461 URL: https://svnweb.freebsd.org/changeset/base/280461 Log: Vendor import of lld trunk r233088: https://llvm.org/svn/llvm-project/lld/trunk@233088 Added: vendor/lld/ vendor/lld/dist/ vendor/lld/dist/.arcconfig

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

2015-03-24 Thread Garrett Cooper
Author: ngie Date: Tue Mar 24 22:39:49 2015 New Revision: 280475 URL: https://svnweb.freebsd.org/changeset/base/280475 Log: The number of commands added when ddb(4) is enabled is 3, not 2 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified:

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

2015-03-24 Thread Garrett Cooper
Author: ngie Date: Tue Mar 24 22:40:16 2015 New Revision: 280476 URL: https://svnweb.freebsd.org/changeset/base/280476 Log: Bump .Dd Modified: head/share/man/man4/witness.4 Modified: head/share/man/man4/witness.4 ==

svn commit: r280463 - head/sys/cam/ctl

2015-03-24 Thread Kenneth D. Merry
Author: ken Date: Tue Mar 24 21:42:28 2015 New Revision: 280463 URL: https://svnweb.freebsd.org/changeset/base/280463 Log: Remove some #if 0'ed code that apparently confuses cscope. Requested by: Peter Xu xzpe...@gmail.com MFC after:3 days Modified: head/sys/cam/ctl/ctl.c

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

2015-03-24 Thread hiren panchasara
On 03/24/15 at 03:08P, Lawrence Stewart wrote: Author: lstewart Date: Tue Mar 24 15:08:43 2015 New Revision: 280441 URL: https://svnweb.freebsd.org/changeset/base/280441 Log: The addition of flowid and flowtype in r280233 and r280237 respectively forgot to extend the IPv6 packet

svn commit: r280440 - head/sys/netinet

2015-03-24 Thread Michael Tuexen
Author: tuexen Date: Tue Mar 24 15:05:36 2015 New Revision: 280440 URL: https://svnweb.freebsd.org/changeset/base/280440 Log: Fix the bug in the handling of fragmented abandoned SCTP user messages reported in https://code.google.com/p/sctp-refimpl/issues/detail?id=11 Thanks to Lally Singh

svn commit: r280438 - in stable/10: contrib/groff/tmac lib lib/libmt rescue/rescue share/man/man4 share/mk sys/cam/scsi sys/sys usr.bin/mt

2015-03-24 Thread Kenneth D. Merry
Author: ken Date: Tue Mar 24 14:36:10 2015 New Revision: 280438 URL: https://svnweb.freebsd.org/changeset/base/280438 Log: MFC sa(4) and mt(1) improvements. This includes these changes: 279219, 279229, 279261, 279534, 279570, 280230, 280231. In addition, bump __FreeBSD_version for

svn commit: r280441 - head/sys/netinet

2015-03-24 Thread Lawrence Stewart
Author: lstewart Date: Tue Mar 24 15:08:43 2015 New Revision: 280441 URL: https://svnweb.freebsd.org/changeset/base/280441 Log: The addition of flowid and flowtype in r280233 and r280237 respectively forgot to extend the IPv6 packet node format string, which causes a build failure when

Re: svn commit: r279361 - in head: sys/kern sys/sys usr.sbin/jail

2015-03-24 Thread Bryan Drewery
On 2/27/2015 10:28 AM, Ian Lepore wrote: Author: ian Date: Fri Feb 27 16:28:55 2015 New Revision: 279361 URL: https://svnweb.freebsd.org/changeset/base/279361 Log: Allow the kern.osrelease and kern.osreldate sysctl values to be set in a jail's creation parameters. This allows the

svn commit: r280447 - in head/sys/amd64: include vmm vmm/amd vmm/intel

2015-03-24 Thread Tycho Nightingale
Author: tychon Date: Tue Mar 24 17:12:36 2015 New Revision: 280447 URL: https://svnweb.freebsd.org/changeset/base/280447 Log: When fetching an instruction in non-64bit mode, consider the value of the code segment base address. Also if an instruction doesn't support a mod R/M (modRM)

svn commit: r280451 - in head: . share/man/man4 sys/arm/mv sys/boot/forth sys/conf sys/dev/ata sys/dev/ata/chipsets sys/modules/ata/atapci/chipsets sys/modules/ata/atapci/chipsets/ataadaptec sys/mo...

2015-03-24 Thread Alexander Motin
TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run ln -s 'abort:false,junk:false' /etc/malloc.conf.) +20150324: + From legacy ata(4) driver was removed support for SATA controllers + supported by more functional drivers ahci(4

svn commit: r280442 - head/sys/dev/sound/pcm

2015-03-24 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 24 16:31:22 2015 New Revision: 280442 URL: https://svnweb.freebsd.org/changeset/base/280442 Log: Make all PCM core sysctls tunable and remove redundant TUNABLE() statements. This allows for setting all PCM core parameters in the kernel environment through

svn commit: r280445 - head/sys/kern

2015-03-24 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 24 16:46:40 2015 New Revision: 280445 URL: https://svnweb.freebsd.org/changeset/base/280445 Log: Do not include if_var.h and in6_var.h into kern_jail.c. It is now possible after r280444. Sponsored by: Nginx, Inc. Modified: head/sys/kern/kern_jail.c

svn commit: r280444 - head/sys/netinet6

2015-03-24 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 24 16:45:50 2015 New Revision: 280444 URL: https://svnweb.freebsd.org/changeset/base/280444 Log: Move ip6_sprintf() declaration from in6_var.h to in6.h. This is a simple function that works with in6_addr and it is not related to the INET6 stack implementation.

svn commit: r280446 - stable/10/sys/cam

2015-03-24 Thread Kenneth D. Merry
Author: ken Date: Tue Mar 24 16:53:16 2015 New Revision: 280446 URL: https://svnweb.freebsd.org/changeset/base/280446 Log: MFC, r279375 r279375 | ken | 2015-02-27 14:35:36 -0700 (Fri, 27 Feb 2015) | 26 lines

svn commit: r280448 - in stable/10/sys/dev: mpr mps

2015-03-24 Thread Kenneth D. Merry
Author: ken Date: Tue Mar 24 17:20:20 2015 New Revision: 280448 URL: https://svnweb.freebsd.org/changeset/base/280448 Log: MFC, r279336: r279336 | ken | 2015-02-26 15:22:06 -0700 (Thu, 26 Feb 2015) | 12 lines

svn commit: r280443 - head/sys/kern

2015-03-24 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 24 16:37:19 2015 New Revision: 280443 URL: https://svnweb.freebsd.org/changeset/base/280443 Log: Correct string pointer offset for error printout. Modified: head/sys/kern/kern_sysctl.c Modified: head/sys/kern/kern_sysctl.c

svn commit: r280452 - in head/sys: arm/broadcom/bcm2835 conf

2015-03-24 Thread Andrew Turner
Author: andrew Date: Tue Mar 24 18:46:01 2015 New Revision: 280452 URL: https://svnweb.freebsd.org/changeset/base/280452 Log: Add the SOC_BCM2835 and SOC_BCM2836 options for the arm kernel and add the former to std.bcm2835. These will be used to enable support for the Raspberry Pi 2.

svn commit: r280453 - in head/sys/arm: broadcom/bcm2835 conf

2015-03-24 Thread Andrew Turner
Author: andrew Date: Tue Mar 24 19:01:42 2015 New Revision: 280453 URL: https://svnweb.freebsd.org/changeset/base/280453 Log: Move including std.bcm2835 to the RPI-B kernel config. The std.rpi file will be shared between the existing Raspberry Pi config, and the new Raspberry Pi 2 config.

svn commit: r280454 - in vendor/NetBSD/xlint: . dist

2015-03-24 Thread Ed Maste
Author: emaste Date: Tue Mar 24 19:25:36 2015 New Revision: 280454 URL: https://svnweb.freebsd.org/changeset/base/280454 Log: Copy initial xlint(1) import to vendor branch Added: vendor/NetBSD/xlint/ vendor/NetBSD/xlint/dist/ - copied from r12099, cvs2svn/branches/JPO/usr.bin/xlint/

svn commit: r280416 - stable/8/share/zoneinfo

2015-03-24 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 24 06:11:20 2015 New Revision: 280416 URL: https://svnweb.freebsd.org/changeset/base/280416 Log: MFC of 280413,tzdata8: Release 2015b - 2015-03-19 23:28:11 -0700 Changes affecting future time stamps Mongolia will start observing DST again this

svn commit: r280417 - stable/7/share/zoneinfo

2015-03-24 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 24 06:12:59 2015 New Revision: 280417 URL: https://svnweb.freebsd.org/changeset/base/280417 Log: MFC of 280413,tzdata7: Release 2015b - 2015-03-19 23:28:11 -0700 Changes affecting future time stamps Mongolia will start observing DST again this

svn commit: r280421 - in stable/9: . etc lib lib/libpam/modules libexec share/mk tools/build/options usr.bin usr.sbin usr.sbin/ppp

2015-03-24 Thread Garrett Cooper
Author: ngie Date: Tue Mar 24 07:11:54 2015 New Revision: 280421 URL: https://svnweb.freebsd.org/changeset/base/280421 Log: MFstable/10 r278569,r279505,r279506: r278569: MFC r278182: r278182: Conditionalize building radius support into libpam, ppp, etc via

svn commit: r280415 - stable/9/contrib/tzdata

2015-03-24 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 24 06:09:04 2015 New Revision: 280415 URL: https://svnweb.freebsd.org/changeset/base/280415 Log: MFC of 280413,tzdata9: Release 2015b - 2015-03-19 23:28:11 -0700 Changes affecting future time stamps Mongolia will start observing DST again this

svn commit: r280418 - stable/6/share/zoneinfo

2015-03-24 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 24 06:14:27 2015 New Revision: 280418 URL: https://svnweb.freebsd.org/changeset/base/280418 Log: MFC of 280413,tzdata6: Release 2015b - 2015-03-19 23:28:11 -0700 Changes affecting future time stamps Mongolia will start observing DST again this

svn commit: r280419 - in stable/10: etc include share/examples share/man/man4 share/man/man9 share/misc tools/build/mk

2015-03-24 Thread Garrett Cooper
Author: ngie Date: Tue Mar 24 06:55:08 2015 New Revision: 280419 URL: https://svnweb.freebsd.org/changeset/base/280419 Log: MFC r278135,r278202: r278135 (by amdmi3): - Remove more files when MK_USB == no Reviewed by: ngie Approved by: ngie Differential Revision:

svn commit: r280414 - stable/10/contrib/tzdata

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

svn commit: r280420 - stable/10/etc

2015-03-24 Thread Garrett Cooper
Author: ngie Date: Tue Mar 24 06:59:41 2015 New Revision: 280420 URL: https://svnweb.freebsd.org/changeset/base/280420 Log: Forced commit to note that the previous commit to this file included the following MFC as well: MFC 278251: Honor the following flags for items that can be

svn commit: r280439 - head/sys/netinet

2015-03-24 Thread Michael Tuexen
Author: tuexen Date: Tue Mar 24 14:51:46 2015 New Revision: 280439 URL: https://svnweb.freebsd.org/changeset/base/280439 Log: Fix an accounting bug related to the per stream chunk counter. While there, don't refer to a net articifically. MFC after: 3 days Modified:

svn commit: r280458 - head/include

2015-03-24 Thread Pedro F. Giffuni
Author: pfg Date: Tue Mar 24 20:33:24 2015 New Revision: 280458 URL: https://svnweb.freebsd.org/changeset/base/280458 Log: Introduce nonnull attributes in the signal and pthread headers. The `nonnull' attribute specifies that some function parameters should be non-null pointers. This is

svn commit: r280428 - stable/9/include

2015-03-24 Thread Garrett Cooper
Author: ngie Date: Tue Mar 24 08:27:01 2015 New Revision: 280428 URL: https://svnweb.freebsd.org/changeset/base/280428 Log: MFstable/10 r280427: MFC r278204: Sort the entries by build knob, then MACHINE_ARCH like other areas of the tree Sponsored by: EMC / Isilon Storage Division

svn commit: r280455 - in stable/10: lib/libpmc sys/amd64/conf sys/dev/hwpmc sys/sys usr.sbin usr.sbin/pmcstudy

2015-03-24 Thread Randall Stewart
Author: rrs Date: Tue Mar 24 20:00:11 2015 New Revision: 280455 URL: https://svnweb.freebsd.org/changeset/base/280455 Log: MFC of r277177 and r279894 with the fixes for the PMC for Haswell. Sponsored by: Netflix Inc. Added: stable/10/usr.sbin/pmcstudy/ - copied from r277177,

svn commit: r280457 - head/sys/vm

2015-03-24 Thread Rui Paulo
Author: rpaulo Date: Tue Mar 24 20:09:55 2015 New Revision: 280457 URL: https://svnweb.freebsd.org/changeset/base/280457 Log: Use TUNABLE_INT_FETCH for boot_pages. vm.boot_pages is marked as a CTLFLAG_RDTUN, but it's used by the VM before the sysctl subsystem is initialsed. We manually

svn commit: r280456 - head/sys/vm

2015-03-24 Thread Rui Paulo
Author: rpaulo Date: Tue Mar 24 20:07:27 2015 New Revision: 280456 URL: https://svnweb.freebsd.org/changeset/base/280456 Log: Remove whitespace. Modified: head/sys/vm/vm_page.c Modified: head/sys/vm/vm_page.c == ---

svn commit: r280449 - stable/10/sys/sys

2015-03-24 Thread Pedro F. Giffuni
Author: pfg Date: Tue Mar 24 17:37:31 2015 New Revision: 280449 URL: https://svnweb.freebsd.org/changeset/base/280449 Log: MFC r280273; Permit multiple arguments for the nonnull attribute. This is very useful for non-trivial functions and doesn't affect existing uses. Modified:

svn commit: r280450 - head/sys/kern

2015-03-24 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 24 17:42:53 2015 New Revision: 280450 URL: https://svnweb.freebsd.org/changeset/base/280450 Log: Make sure tunable sysctls are only fetched once. The existing code can re-register sysctls when destroying sysctl contexts or when moving sysctls from one tree to

Re: svn commit: r280406 - vendor/lua/5.3.0

2015-03-24 Thread Alexey Dokuchaev
On Mon, Mar 23, 2015 at 05:06:03PM -0700, Adrian Chadd wrote: [snip] [gets coffee and popcorn] +1. I briefly had a thought if perhaps April suddenly arrived unnoticed. ./danfe ___ svn-src-all@freebsd.org mailing list

svn commit: r280426 - in stable/9: etc/rc.d tools/build/mk

2015-03-24 Thread Garrett Cooper
Author: ngie Date: Tue Mar 24 08:22:48 2015 New Revision: 280426 URL: https://svnweb.freebsd.org/changeset/base/280426 Log: MFstable/10 r278052,r278190,r278191,r278574,r278575,r280422: r278052: MFC r271892: r271892: Sort the optional rc.d scripts by their knobs

svn commit: r280427 - stable/10/include

2015-03-24 Thread Garrett Cooper
Author: ngie Date: Tue Mar 24 08:24:55 2015 New Revision: 280427 URL: https://svnweb.freebsd.org/changeset/base/280427 Log: MFC r278204: Sort the entries by build knob, then MACHINE_ARCH like other areas of the tree Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r280422 - in stable/10: etc/rc.d tools/build/mk

2015-03-24 Thread Garrett Cooper
Author: ngie Date: Tue Mar 24 07:43:58 2015 New Revision: 280422 URL: https://svnweb.freebsd.org/changeset/base/280422 Log: MFC r271893,r271895,r272043,r278249,r278282,r278466: r271893: Don't install /etc/rc.d/rwho unless MK_RCMDS == yes Sponsored by: EMC / Isilon Storage

svn commit: r280423 - in stable/9: etc include share/man/man4 share/man/man9 share/misc tools/build/mk

2015-03-24 Thread Garrett Cooper
Author: ngie Date: Tue Mar 24 08:06:45 2015 New Revision: 280423 URL: https://svnweb.freebsd.org/changeset/base/280423 Log: MFstable/10 r280419,r280420: r280419: MFC r278135,r278202: r278135 (by amdmi3): - Remove more files when MK_USB == no Reviewed by: ngie

svn commit: r280424 - stable/10/sys/x86/iommu

2015-03-24 Thread Konstantin Belousov
Author: kib Date: Tue Mar 24 08:18:24 2015 New Revision: 280424 URL: https://svnweb.freebsd.org/changeset/base/280424 Log: MFC r280195: When inserting new entry into the address map, ensure that not only next entry does not intersect with the tail of the new entry, but also that previous

svn commit: r280425 - stable/10/sys/x86/iommu

2015-03-24 Thread Konstantin Belousov
Author: kib Date: Tue Mar 24 08:21:36 2015 New Revision: 280425 URL: https://svnweb.freebsd.org/changeset/base/280425 Log: MFC r280196: Recheck that boundary is not crossed after the move to satisfy boundary restriction. Modified: stable/10/sys/x86/iommu/intel_gas.c Directory Properties:

svn commit: r280459 - head/sys/netinet

2015-03-24 Thread Michael Tuexen
Author: tuexen Date: Tue Mar 24 21:12:45 2015 New Revision: 280459 URL: https://svnweb.freebsd.org/changeset/base/280459 Log: Fix two bugs which resulted in a screwed up end point list: * Use a save way to walk throught a list while manipulting it. * Have to appropiate locks in place.