Re: svn commit: r281075 - in stable/10: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/

2015-04-09 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/09/2015 17:11, Slawa Olhovchenkov wrote: > On Thu, Apr 09, 2015 at 11:56:39PM +0300, Slawa Olhovchenkov > wrote: > >> On Thu, Apr 09, 2015 at 03:32:08PM -0400, Jung-uk Kim wrote: >> >> `acpidump -d` work `acpidump -t` don't work >> >

svn commit: r281337 - head/sys/dev/re

2015-04-09 Thread Marius Strobl
Author: marius Date: Thu Apr 9 21:35:44 2015 New Revision: 281337 URL: https://svnweb.freebsd.org/changeset/base/281337 Log: Don't enable RX and TX before their initial configuration is done, i. e. after setting up interrupt moderation but before turning interrupts on. This matches what Rea

svn commit: r281336 - head/usr.sbin/authpf

2015-04-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Apr 9 21:33:57 2015 New Revision: 281336 URL: https://svnweb.freebsd.org/changeset/base/281336 Log: authpf does not need to link to libmd Modified: head/usr.sbin/authpf/Makefile Modified: head/usr.sbin/authpf/Makefile ==

svn commit: r281335 - head/usr.sbin/acpi/acpidump

2015-04-09 Thread Jung-uk Kim
Author: jkim Date: Thu Apr 9 21:32:40 2015 New Revision: 281335 URL: https://svnweb.freebsd.org/changeset/base/281335 Log: Print 64-bit addresses cleary with leading zeros to avoid confusions. MFC after:1 week Modified: head/usr.sbin/acpi/acpidump/acpi.c Modified: head/usr.sbin/acp

svn commit: r281334 - head/sys/netinet

2015-04-09 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 9 21:32:32 2015 New Revision: 281334 URL: https://svnweb.freebsd.org/changeset/base/281334 Log: In the ip_reass() do packet examination and adjusting before acquiring locks and doing lookups. Sponsored by: Nginx, Inc. Modified: head/sys/netinet/ip_input.c

svn commit: r281333 - head/usr.bin/smbutil

2015-04-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Apr 9 21:30:11 2015 New Revision: 281333 URL: https://svnweb.freebsd.org/changeset/base/281333 Log: Remove uneeded link to libkiconv Modified: head/usr.bin/smbutil/Makefile Modified: head/usr.bin/smbutil/Makefile ===

svn commit: r281331 - head/usr.sbin/acpi/acpidump

2015-04-09 Thread Jung-uk Kim
Author: jkim Date: Thu Apr 9 21:26:23 2015 New Revision: 281331 URL: https://svnweb.freebsd.org/changeset/base/281331 Log: Do not crash when RSDT/XSDT contains an empty entry. Reported by: Slawa Olhovchenkov MFC after:3 days Modified: head/usr.sbin/acpi/acpidump/acpi.c Modified

svn commit: r281332 - in head: lib/libmt share/mk usr.bin/mt

2015-04-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Apr 9 21:26:38 2015 New Revision: 281332 URL: https://svnweb.freebsd.org/changeset/base/281332 Log: Convert mt(1) and libmt to LIBADD While here fix missing link to libbsdxml for libmt Fix overlinking in mt(1) Make add an indirect libmt dependency on bsdxml to al

svn commit: r281330 - head/usr.bin/mt

2015-04-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Apr 9 21:23:27 2015 New Revision: 281330 URL: https://svnweb.freebsd.org/changeset/base/281330 Log: Remove uneeded sbuf header Modified: head/usr.bin/mt/mt.c Modified: head/usr.bin/mt/mt.c ==

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

2015-04-09 Thread Adrian Chadd
On 9 April 2015 at 13:35, Gleb Smirnoff wrote: > On Thu, Apr 09, 2015 at 12:45:31PM -0700, Adrian Chadd wrote: > A> Hi, > A> > A> Are you going to take a crack at fixing V_nipq? > > Yes, working on it. Patch written, now being debugged. Woo! -a ___ svn

svn commit: r281329 - head/sys/netinet

2015-04-09 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 9 21:17:07 2015 New Revision: 281329 URL: https://svnweb.freebsd.org/changeset/base/281329 Log: Make ip reassembly queue mutexes per-vnet, putting them into the structure that they protect. Sponsored by: Nginx, Inc. Modified: head/sys/netinet/ip_input.c

svn commit: r281328 - head/usr.bin/iscsictl

2015-04-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Apr 9 21:14:40 2015 New Revision: 281328 URL: https://svnweb.freebsd.org/changeset/base/281328 Log: iscsictl(8) does not actually needs to be linked to libcam nor libutil Modified: head/usr.bin/iscsictl/Makefile Modified: head/usr.bin/iscsictl/Makefile ===

Re: svn commit: r281075 - in stable/10: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/

2015-04-09 Thread Slawa Olhovchenkov
On Thu, Apr 09, 2015 at 11:56:39PM +0300, Slawa Olhovchenkov wrote: > On Thu, Apr 09, 2015 at 03:32:08PM -0400, Jung-uk Kim wrote: > > > >>> `acpidump -d` work `acpidump -t` don't work > > >>> > > From a quick look, it seems that your RSDT contains an entry > > with an address size wh

svn commit: r281327 - head/cddl/usr.bin/ctfmerge

2015-04-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Apr 9 21:08:21 2015 New Revision: 281327 URL: https://svnweb.freebsd.org/changeset/base/281327 Log: Convert cftmerge to LIBADD and remove link on libdwarf which is not needed Modified: head/cddl/usr.bin/ctfmerge/Makefile Modified: head/cddl/usr.bin/ctfmerge/Makefile =

svn commit: r281326 - in stable: 10/sbin/ifconfig 9/sbin/ifconfig

2015-04-09 Thread John Baldwin
Author: jhb Date: Thu Apr 9 21:06:51 2015 New Revision: 281326 URL: https://svnweb.freebsd.org/changeset/base/281326 Log: MFC 279951: Simplify string mangling in ifmaybeload(). - Use strlcpy() instead of strcpy(). - Use strlcat() instead of a strlcpy() with a magic number subtracted f

svn commit: r281326 - in stable: 10/sbin/ifconfig 9/sbin/ifconfig

2015-04-09 Thread John Baldwin
Author: jhb Date: Thu Apr 9 21:06:51 2015 New Revision: 281326 URL: https://svnweb.freebsd.org/changeset/base/281326 Log: MFC 279951: Simplify string mangling in ifmaybeload(). - Use strlcpy() instead of strcpy(). - Use strlcat() instead of a strlcpy() with a magic number subtracted f

svn commit: r281325 - head/usr.sbin/bsnmpd/tools/bsnmptools

2015-04-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Apr 9 21:05:48 2015 New Revision: 281325 URL: https://svnweb.freebsd.org/changeset/base/281325 Log: bsnmptools does not depends on libcrypto Modified: head/usr.sbin/bsnmpd/tools/bsnmptools/Makefile Modified: head/usr.sbin/bsnmpd/tools/bsnmptools/Makefile =

svn commit: r281324 - head/sbin/ggate/ggatel

2015-04-09 Thread Jason Helfman
Author: jgh (doc,ports committer) Date: Thu Apr 9 20:58:38 2015 New Revision: 281324 URL: https://svnweb.freebsd.org/changeset/base/281324 Log: - ggatel.8 currently doesn't mention the 'rescue' command and documents a non-existing 'attach' command instead. - while here address a spelling

Re: svn commit: r281075 - in stable/10: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/

2015-04-09 Thread Slawa Olhovchenkov
On Thu, Apr 09, 2015 at 03:32:08PM -0400, Jung-uk Kim wrote: > >>> `acpidump -d` work `acpidump -t` don't work > >>> > From a quick look, it seems that your RSDT contains an entry > with an address size which is neither 4 nor 8, and that > leads to the assertion failure. I am uns

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

2015-04-09 Thread Gleb Smirnoff
On Thu, Apr 09, 2015 at 12:45:31PM -0700, Adrian Chadd wrote: A> Hi, A> A> Are you going to take a crack at fixing V_nipq? Yes, working on it. Patch written, now being debugged. -- Totus tuus, Glebius. ___ svn-src-all@freebsd.org mailing list http://l

svn commit: r281323 - in stable/10/sys/boot: amd64/efi efi/libefi

2015-04-09 Thread John Baldwin
Author: jhb Date: Thu Apr 9 19:51:55 2015 New Revision: 281323 URL: https://svnweb.freebsd.org/changeset/base/281323 Log: MFC 279950: Enable bzipfs support in the EFI loader. - Add bzipfs to the list of supported filesystems in the EFI loader. - Increase the heap size allocated for the EF

svn commit: r281322 - head/sys/boot/efi/loader/arch/i386

2015-04-09 Thread Ed Maste
Author: emaste Date: Thu Apr 9 19:48:42 2015 New Revision: 281322 URL: https://svnweb.freebsd.org/changeset/base/281322 Log: Remove EOL whitespace from i386 EFI loader source Modified: head/sys/boot/efi/loader/arch/i386/bootinfo.c head/sys/boot/efi/loader/arch/i386/elf32_freebsd.c head/s

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

2015-04-09 Thread Adrian Chadd
Hi, Are you going to take a crack at fixing V_nipq? This is something that's popped up in a few places in my recent work/not-work hacking, and I think it's about time we had something like counter, but for resource management and not per-cpu. I'd rather not leave things be racy and broken, so if

svn commit: r281321 - in stable/10: lib/libstand sys/boot/amd64 sys/boot/efi/libefi sys/boot/ficl

2015-04-09 Thread John Baldwin
Author: jhb Date: Thu Apr 9 19:36:06 2015 New Revision: 281321 URL: https://svnweb.freebsd.org/changeset/base/281321 Log: MFC 279949: The System V ABI for amd64 allows functions to use space in a 128 byte redzone below the stack pointer for scratch space and requires interrupt and signal

Re: svn commit: r281075 - in stable/10: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/

2015-04-09 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/09/2015 15:25, Jung-uk Kim wrote: > On 04/09/2015 14:28, Slawa Olhovchenkov wrote: >> On Thu, Apr 09, 2015 at 10:55:38AM +0300, Slawa Olhovchenkov >> wrote: >>> On Thu, Apr 09, 2015 at 08:24:19AM +0200, Dimitry Andric >>> wrote: On 09 Apr

Re: svn commit: r281075 - in stable/10: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/

2015-04-09 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/09/2015 14:28, Slawa Olhovchenkov wrote: > On Thu, Apr 09, 2015 at 10:55:38AM +0300, Slawa Olhovchenkov > wrote: >> On Thu, Apr 09, 2015 at 08:24:19AM +0200, Dimitry Andric wrote: >>> On 09 Apr 2015, at 01:21, Slawa Olhovchenkov >>> wrote: >>>

svn commit: r281320 - head/sbin/newfs_msdos

2015-04-09 Thread Pedro F. Giffuni
Author: pfg Date: Thu Apr 9 19:07:01 2015 New Revision: 281320 URL: https://svnweb.freebsd.org/changeset/base/281320 Log: Update documented OEM string in newfs_msdos(8). This was updated in r203868 to better match the naming scheme in other OSs that use FAT. MFC after:3 days Mo

svn commit: r281319 - stable/10/sys/boot/amd64/efi

2015-04-09 Thread John Baldwin
Author: jhb Date: Thu Apr 9 19:03:11 2015 New Revision: 281319 URL: https://svnweb.freebsd.org/changeset/base/281319 Log: MFC 279929: Allow the EFI loader to work with large kernels and/or modules (for example, a large mfsroot). Note that for EFI the kernel and modules (as well as other

svn commit: r281318 - in stable: 10/etc/defaults 10/share/man/man5 9/etc/defaults 9/share/man/man5

2015-04-09 Thread John Baldwin
Author: jhb Date: Thu Apr 9 18:50:41 2015 New Revision: 281318 URL: https://svnweb.freebsd.org/changeset/base/281318 Log: MFC 279952: - Align comment for df flags variable in periodic.conf. - Note default value of df flags variable in periodoc.conf(5). Modified: stable/9/etc/defaults/per

svn commit: r281318 - in stable: 10/etc/defaults 10/share/man/man5 9/etc/defaults 9/share/man/man5

2015-04-09 Thread John Baldwin
Author: jhb Date: Thu Apr 9 18:50:41 2015 New Revision: 281318 URL: https://svnweb.freebsd.org/changeset/base/281318 Log: MFC 279952: - Align comment for df flags variable in periodic.conf. - Note default value of df flags variable in periodoc.conf(5). Modified: stable/10/etc/defaults/pe

svn commit: r281317 - in stable: 10/lib/libstand 9/lib/libstand

2015-04-09 Thread John Baldwin
Author: jhb Date: Thu Apr 9 18:45:03 2015 New Revision: 281317 URL: https://svnweb.freebsd.org/changeset/base/281317 Log: MFC 279931: Spin the twiddle in dosfs to give visual feedback for disk I/O on FAT filesystems as is done for other filesystems in the loader. Modified: stable/10/lib/

svn commit: r281317 - in stable: 10/lib/libstand 9/lib/libstand

2015-04-09 Thread John Baldwin
Author: jhb Date: Thu Apr 9 18:45:03 2015 New Revision: 281317 URL: https://svnweb.freebsd.org/changeset/base/281317 Log: MFC 279931: Spin the twiddle in dosfs to give visual feedback for disk I/O on FAT filesystems as is done for other filesystems in the loader. Modified: stable/9/lib/l

Re: svn commit: r281075 - in stable/10: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/

2015-04-09 Thread Slawa Olhovchenkov
On Thu, Apr 09, 2015 at 10:55:38AM +0300, Slawa Olhovchenkov wrote: > On Thu, Apr 09, 2015 at 08:24:19AM +0200, Dimitry Andric wrote: > > > On 09 Apr 2015, at 01:21, Slawa Olhovchenkov wrote: > > > > > > On Sat, Apr 04, 2015 at 10:17:53AM +, Dimitry Andric wrote: > > > > > >> Author: dim >

svn commit: r281316 - in head: contrib/xz contrib/xz/src/common contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/common contrib/xz/src/liblzma/lz contrib/xz/src/liblzma/lzma contrib/xz/src/xz...

2015-04-09 Thread Xin LI
Author: delphij Date: Thu Apr 9 18:03:27 2015 New Revision: 281316 URL: https://svnweb.freebsd.org/changeset/base/281316 Log: MFV r281278: - Update xz to 5.2.1, where the most visible change is that it fixed a compression-ratio regression in fast mode LZMA1 and LZMA2 and used cp

svn commit: r281315 - in stable: 10/sys/dev/cxgbe/tom 9/sys/dev/cxgbe/tom

2015-04-09 Thread John Baldwin
Author: jhb Date: Thu Apr 9 17:56:25 2015 New Revision: 281315 URL: https://svnweb.freebsd.org/changeset/base/281315 Log: MFC 279892: Resize receive socket buffers that support autosizing when receiving TCP data via direct data placement. Modified: stable/9/sys/dev/cxgbe/tom/t4_ddp.c Dir

svn commit: r281315 - in stable: 10/sys/dev/cxgbe/tom 9/sys/dev/cxgbe/tom

2015-04-09 Thread John Baldwin
Author: jhb Date: Thu Apr 9 17:56:25 2015 New Revision: 281315 URL: https://svnweb.freebsd.org/changeset/base/281315 Log: MFC 279892: Resize receive socket buffers that support autosizing when receiving TCP data via direct data placement. Modified: stable/10/sys/dev/cxgbe/tom/t4_ddp.c Di

svn commit: r281314 - stable/9/tools/regression/sockets/unix_passfd

2015-04-09 Thread Garrett Cooper
Author: ngie Date: Thu Apr 9 16:52:53 2015 New Revision: 281314 URL: https://svnweb.freebsd.org/changeset/base/281314 Log: MFstable/10 r228371: This missing MFC fixes PR 199308 r228371 (by jhb): - Add a test for PR 151758. - While here, make this compile and work on non-i386:

svn commit: r281313 - head/usr.bin/ar

2015-04-09 Thread Ed Maste
Author: emaste Date: Thu Apr 9 15:08:39 2015 New Revision: 281313 URL: https://svnweb.freebsd.org/changeset/base/281313 Log: Avoid escaping EOL for line continuation Reported by: kib Modified: head/usr.bin/ar/read.c Modified: head/usr.bin/ar/read.c

svn commit: r281312 - head/sys/net

2015-04-09 Thread George V. Neville-Neil
Author: gnn Date: Thu Apr 9 14:44:30 2015 New Revision: 281312 URL: https://svnweb.freebsd.org/changeset/base/281312 Log: Revert 281276 as unnecessary. Proper change to be committed to the base polling code in a subsequent commit. Pointed out by: glebius Sponsored by: Rubicon Commu

Re: svn commit: r281276 - head/sys/net

2015-04-09 Thread George Neville-Neil
On 8 Apr 2015, at 16:55, Gleb Smirnoff wrote: On Wed, Apr 08, 2015 at 08:25:51PM +, George V. Neville-Neil wrote: G> Author: gnn G> Date: Wed Apr 8 20:25:51 2015 G> New Revision: 281276 G> URL: https://svnweb.freebsd.org/changeset/base/281276 G> G> Log: G> Add support for a netisr poll

svn commit: r281311 - head/usr.bin/ar

2015-04-09 Thread Ed Maste
Author: emaste Date: Thu Apr 9 13:45:17 2015 New Revision: 281311 URL: https://svnweb.freebsd.org/changeset/base/281311 Log: ar: Disallow directory traversal Set ARCHIVE_EXTRACT_SECURE_SYMLINKS and ARCHIVE_EXTRACT_SECURE_NODOTDOT as in bsdtar to prevent extraction of archive entries whos

svn commit: r281310 - in head/sys: geom geom/multipath vm

2015-04-09 Thread Alexander Motin
Author: mav Date: Thu Apr 9 13:09:05 2015 New Revision: 281310 URL: https://svnweb.freebsd.org/changeset/base/281310 Log: Remove sleeps from geom_up thread on device destruction. MFC after:3 days. Modified: head/sys/geom/geom_dev.c head/sys/geom/multipath/g_multipath.c head/sys/

Re: svn commit: r279901 - head/usr.sbin/freebsd-update

2015-04-09 Thread Slawa Olhovchenkov
On Thu, Mar 12, 2015 at 06:41:02AM +, Kris Moore wrote: > Author: kmoore (ports committer) > Date: Thu Mar 12 06:41:01 2015 > New Revision: 279901 > URL: https://svnweb.freebsd.org/changeset/base/279901 > > Log: > - Include commas in valid file-name chars freebsd-update will support > >

svn commit: r281309 - head/sys/netinet6

2015-04-09 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 9 12:57:58 2015 New Revision: 281309 URL: https://svnweb.freebsd.org/changeset/base/281309 Log: Fix the check for maximum mbuf's size needed to send ND6 NA and NS. It is acceptable that the size can be equal to MCLBYTES. In the later KAME's code this check has been

Re: svn commit: r281307 - head/sys/boot/efi/boot1

2015-04-09 Thread Bruce Evans
On Thu, 9 Apr 2015, Andrew Turner wrote: Log: Print error values with hex to make it easier to find the EFI error type. Modified: head/sys/boot/efi/boot1/boot1.c Modified: head/sys/boot/efi/boot1/boot1.c == --- head/

svn commit: r281308 - head/sys/sys

2015-04-09 Thread Andrew Turner
Author: andrew Date: Thu Apr 9 10:28:05 2015 New Revision: 281308 URL: https://svnweb.freebsd.org/changeset/base/281308 Log: Add R_AARCH64_NONE, the null relocation. Modified: head/sys/sys/elf_common.h Modified: head/sys/sys/elf_common.h =

svn commit: r281307 - head/sys/boot/efi/boot1

2015-04-09 Thread Andrew Turner
Author: andrew Date: Thu Apr 9 10:15:47 2015 New Revision: 281307 URL: https://svnweb.freebsd.org/changeset/base/281307 Log: Print error values with hex to make it easier to find the EFI error type. Modified: head/sys/boot/efi/boot1/boot1.c Modified: head/sys/boot/efi/boot1/boot1.c

svn commit: r281306 - stable/9/sys/vm

2015-04-09 Thread Alexander Motin
Author: mav Date: Thu Apr 9 10:12:58 2015 New Revision: 281306 URL: https://svnweb.freebsd.org/changeset/base/281306 Log: MFC r280702: Make swapper release orphaned (lost) GEOM provider. Swap device is still reported as enabled, and system still may crash later if some swapped-out kernel

svn commit: r281305 - stable/10/sys/vm

2015-04-09 Thread Alexander Motin
Author: mav Date: Thu Apr 9 10:11:47 2015 New Revision: 281305 URL: https://svnweb.freebsd.org/changeset/base/281305 Log: MFC r280702: Make swapper release orphaned (lost) GEOM provider. Swap device is still reported as enabled, and system still may crash later if some swapped-out kernel

svn commit: r281303 - in stable/10: lib/libgeom sbin/geom/class/part sys/geom/part

2015-04-09 Thread Alexander Motin
Author: mav Date: Thu Apr 9 10:10:05 2015 New Revision: 281303 URL: https://svnweb.freebsd.org/changeset/base/281303 Log: MFC r280687: Make GEOM_PART work in presence of previous withered self. Modified: stable/10/lib/libgeom/geom_xml2tree.c stable/10/sbin/geom/class/part/geom_part.c sta

svn commit: r281304 - in stable/9: lib/libgeom sbin/geom/class/part sys/geom/part

2015-04-09 Thread Alexander Motin
Author: mav Date: Thu Apr 9 10:10:38 2015 New Revision: 281304 URL: https://svnweb.freebsd.org/changeset/base/281304 Log: MFC r280687: Make GEOM_PART work in presence of previous withered self. Modified: stable/9/lib/libgeom/geom_xml2tree.c stable/9/sbin/geom/class/part/geom_part.c stabl

svn commit: r281302 - stable/9/sys/geom

2015-04-09 Thread Alexander Motin
Author: mav Date: Thu Apr 9 10:08:49 2015 New Revision: 281302 URL: https://svnweb.freebsd.org/changeset/base/281302 Log: MFC r280686: Report withered providers as such alike to GEOMs. Modified: stable/9/sys/geom/geom_dump.c Directory Properties: stable/9/ (props changed) stable/9/sys/

svn commit: r281301 - stable/10/sys/geom

2015-04-09 Thread Alexander Motin
Author: mav Date: Thu Apr 9 10:08:11 2015 New Revision: 281301 URL: https://svnweb.freebsd.org/changeset/base/281301 Log: MFC r280686: Report withered providers as such alike to GEOMs. Modified: stable/10/sys/geom/geom_dump.c Directory Properties: stable/10/ (props changed) Modified: st

svn commit: r281300 - head/sys/boot/efi/boot1

2015-04-09 Thread Andrew Turner
Author: andrew Date: Thu Apr 9 10:08:10 2015 New Revision: 281300 URL: https://svnweb.freebsd.org/changeset/base/281300 Log: Only use -fPIC when building boot1.efi for x86. Sponsored by: The FreeBSD Foundation Modified: head/sys/boot/efi/boot1/Makefile Modified: head/sys/boot/efi/boot1

svn commit: r281299 - stable/9/sys/geom

2015-04-09 Thread Alexander Motin
Author: mav Date: Thu Apr 9 10:07:06 2015 New Revision: 281299 URL: https://svnweb.freebsd.org/changeset/base/281299 Log: MFC r280685: When searching for provider by name, prefer non-withered one. Modified: stable/9/sys/geom/geom_subr.c Directory Properties: stable/9/ (props changed) s

svn commit: r281298 - stable/10/sys/geom

2015-04-09 Thread Alexander Motin
Author: mav Date: Thu Apr 9 10:05:58 2015 New Revision: 281298 URL: https://svnweb.freebsd.org/changeset/base/281298 Log: MFC r280685: When searching for provider by name, prefer non-withered one. Modified: stable/10/sys/geom/geom_subr.c Directory Properties: stable/10/ (props changed)

svn commit: r281297 - head/sys/boot/ficl/aarch64

2015-04-09 Thread Andrew Turner
Author: andrew Date: Thu Apr 9 10:00:26 2015 New Revision: 281297 URL: https://svnweb.freebsd.org/changeset/base/281297 Log: Add the arm64 machine dependent parts of ficl. This is not machine dependent, as most copies of these files are identical, but unfortunately this is still needed.

svn commit: r281296 - head/sys/netinet

2015-04-09 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 9 09:00:32 2015 New Revision: 281296 URL: https://svnweb.freebsd.org/changeset/base/281296 Log: Use TAILQ_FOREACH_SAFE() instead of implementing it ourselves. Sponsored by: Nginx, Inc. Modified: head/sys/netinet/ip_input.c Modified: head/sys/netinet/ip_inp

svn commit: r281295 - head/sys/netinet

2015-04-09 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 9 08:56:23 2015 New Revision: 281295 URL: https://svnweb.freebsd.org/changeset/base/281295 Log: If V_maxnipq is set to zero, drain the queue here and now, instead of relying on timeouts. Sponsored by: Nginx, Inc. Modified: head/sys/netinet/ip_input.c Mod

svn commit: r281294 - head/sys/netinet

2015-04-09 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 9 08:52:02 2015 New Revision: 281294 URL: https://svnweb.freebsd.org/changeset/base/281294 Log: o Since we always update either fragdrop or fragtimeout stat counter when we free a fragment, provide two inline functions that do that for us: ipq_drop() and ip

svn commit: r281293 - head/sys/netinet

2015-04-09 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 9 08:37:16 2015 New Revision: 281293 URL: https://svnweb.freebsd.org/changeset/base/281293 Log: Rename ip_drain_locked() to ip_drain_vnet(), since the function differs from ip_drain() not in locking, but in the scope of its work. Sponsored by: Nginx, Inc. M

Re: svn commit: r281075 - in stable/10: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/

2015-04-09 Thread Slawa Olhovchenkov
On Thu, Apr 09, 2015 at 08:24:19AM +0200, Dimitry Andric wrote: > On 09 Apr 2015, at 01:21, Slawa Olhovchenkov wrote: > > > > On Sat, Apr 04, 2015 at 10:17:53AM +, Dimitry Andric wrote: > > > >> Author: dim > >> Date: Sat Apr 4 10:17:51 2015 > >> New Revision: 281075 > >> URL: https://svnw

Re: svn commit: r281162 - head/sys/vm

2015-04-09 Thread luke
On Thu, Apr 9, 2015 at 1:27 PM, Justin T. Gibbs wrote: > On Apr 6, 2015, at 12:45 PM, Dmitry Chagin wrote: > > > > Author: dchagin > > Date: Mon Apr 6 18:45:41 2015 > > New Revision: 281162 > > URL: https://svnweb.freebsd.org/changeset/base/281162 > > > > Log: > > Properly calculate "UMA Zones

svn commit: r281292 - head/tools/debugscripts

2015-04-09 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 9 07:52:03 2015 New Revision: 281292 URL: https://svnweb.freebsd.org/changeset/base/281292 Log: Remove debugging code that sneaked in. Modified: head/tools/debugscripts/netstat-anr.gdb Modified: head/tools/debugscripts/netstat-anr.gdb ==

svn commit: r281291 - head/usr.sbin/crashinfo

2015-04-09 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 9 07:49:42 2015 New Revision: 281291 URL: https://svnweb.freebsd.org/changeset/base/281291 Log: Remove 'netstat -anr' from crashinfo. Modified: head/usr.sbin/crashinfo/crashinfo.sh Modified: head/usr.sbin/crashinfo/crashinfo.sh =

svn commit: r281290 - head/tools/debugscripts

2015-04-09 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 9 07:45:30 2015 New Revision: 281290 URL: https://svnweb.freebsd.org/changeset/base/281290 Log: Provide a gdb script, that prints routing tables from a live kernel or a core file, much like 'netstat -anr' does it for living kernel. Right now only AF_INET rou