svn commit: r259642 - head/sys/netinet

2013-12-19 Thread Adrian Chadd
Author: adrian Date: Fri Dec 20 07:41:03 2013 New Revision: 259642 URL: http://svnweb.freebsd.org/changeset/base/259642 Log: Disable the now unpredicably bogus check for whether we have eneough queue space before queuing a bunch of IP fragments. As the comment in the committed change says

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

2013-12-19 Thread Neel Natu
Author: neel Date: Fri Dec 20 05:50:22 2013 New Revision: 259641 URL: http://svnweb.freebsd.org/changeset/base/259641 Log: Re-arrange bits in the amd64/pmap 'pm_flags' field. The least significant 8 bits of 'pm_flags' are now used for the IPI vector to use for nested page table TLB shootd

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-19 Thread Adrian Chadd
Linux doesn't have this problem because debugging LInux is a wildly different thing. Maybe it's time we actually just bit the bullet and made libkvm much more fleshed out for pulling out stuff like this from core files. -a ___ svn-src-all@freebsd.org

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

2013-12-19 Thread Adrian Chadd
On 19 December 2013 13:15, Stefan Esser wrote: > NB: I should have known better and should have asked for a review of > this change before it wa committed. Sorry for the inconvenience > caused :( Hey, don't be (too) sorry - you chased down and debugged a substantially annoying bug that's

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-19 Thread Alexey Dokuchaev
On Fri, Dec 20, 2013 at 04:28:50AM +0400, Gleb Smirnoff wrote: > in stable branches. I don't have strong opinion on this, I really think that > running kernel and world out of sync is a bad idea, so I may agree with you. This notorious requirement (or strong recommendation) of keeping one's world

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-19 Thread John-Mark Gurney
Gleb Smirnoff wrote this message on Fri, Dec 20, 2013 at 04:28 +0400: > Looks like we are coming to agreement. The way to go is to remove kvm access > from netstat, substituting it with proper APIs. The better crashdump utility > needs to be started. Not yet sure that C + kvm(3) is a proper framewo

svn commit: r259640 - in head/sys: arm/arm arm/include conf

2013-12-19 Thread Ganbold Tsagaankhuu
Author: ganbold (doc committer) Date: Fri Dec 20 00:56:23 2013 New Revision: 259640 URL: http://svnweb.freebsd.org/changeset/base/259640 Log: Add identification and necessary type checks for Krait CPU cores. Krait CPU is used in Qualcomm Snapdragon S4 and Snapdragon 400/600/800 SoCs and has a

svn commit: r259639 - releng/10.0/usr.sbin/bhyve

2013-12-19 Thread Peter Grehan
Author: grehan Date: Fri Dec 20 00:47:54 2013 New Revision: 259639 URL: http://svnweb.freebsd.org/changeset/base/259639 Log: MFStable r259536 MFC r259302,r259413 r259302 bhyve(8) man page r259413 mdoc: sort SEE ALSO Approved by: re@ (glebius) Added: releng/

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-19 Thread Gleb Smirnoff
John, On Thu, Dec 19, 2013 at 03:52:03PM -0500, John Baldwin wrote: J> > J> Please don't gratuitiously break things that /usr/sbin/crashinfo runs. It's J> > J> fine if kvm mode is fragile and requires the binary to be in sync with the J> > J> kernel and is only used for crash dumps, but it is

svn commit: r259638 - head/usr.bin/netstat

2013-12-19 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Dec 20 00:17:26 2013 New Revision: 259638 URL: http://svnweb.freebsd.org/changeset/base/259638 Log: Use more fine-grained kvm(3) symbol lookup: routing code retrieves only necessary symbols needed per subsystem. Main kvm(3) init is now delayed as much as possbile.

svn commit: r259637 - in releng/10.0/sys: amd64/conf dev/xen/netback dev/xen/netfront

2013-12-19 Thread Gleb Smirnoff
Author: glebius Date: Fri Dec 20 00:09:14 2013 New Revision: 259637 URL: http://svnweb.freebsd.org/changeset/base/259637 Log: Merge r259541 from stable/10: Merge r256868,257276-257277,257515,257913 from head. These are fixes required to make Xen buildable w/o INET. Approved by:

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

2013-12-19 Thread Edwin Groothuis
Author: edwin Date: Thu Dec 19 23:29:34 2013 New Revision: 259636 URL: http://svnweb.freebsd.org/changeset/base/259636 Log: MFC of 259626, tzdata2013i Removed support for solar-time-based time zones Jordan stays at summer time this year. Fix historical data for Cuba Modified: stable/

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-19 Thread John Baldwin
On Thursday, December 19, 2013 6:57:35 am Gleb Smirnoff wrote: > On Wed, Dec 18, 2013 at 04:40:52PM -0500, John Baldwin wrote: > J> On Wednesday, December 18, 2013 3:07:58 pm Alexander V. Chernikov wrote: > J> > On 18.12.2013 22:45, John-Mark Gurney wrote: > J> > > Alexander V. Chernikov wrote this

svn commit: r259635 - head/usr.sbin/bhyve

2013-12-19 Thread Neel Natu
Author: neel Date: Thu Dec 19 22:27:28 2013 New Revision: 259635 URL: http://svnweb.freebsd.org/changeset/base/259635 Log: Add an option to ignore accesses by the guest to unimplemented MSRs. Also, ignore a couple of SandyBridge uncore PMC MSRs that Centos 6.4 writes to during boot.

svn commit: r259634 - head/sys/geom/mirror

2013-12-19 Thread Andrey V. Elsukov
Author: ae Date: Thu Dec 19 22:13:12 2013 New Revision: 259634 URL: http://svnweb.freebsd.org/changeset/base/259634 Log: Prevent users from deactivating the last component of a mirror. PR: 184985 MFC after:1 week Modified: head/sys/geom/mirror/g_mirror_ctl.c Modified: he

svn commit: r259633 - head/sys/kern

2013-12-19 Thread Stefan Esser
Author: se Date: Thu Dec 19 21:35:33 2013 New Revision: 259633 URL: http://svnweb.freebsd.org/changeset/base/259633 Log: Fix compilation on 32 bit architectures and use INT64_MAX instead of LONG_MAX for the upper bound check. Modified: head/sys/kern/kern_event.c Modified: head/sys/kern/ker

svn commit: r259632 - head/sys/rpc

2013-12-19 Thread Alexander Motin
Author: mav Date: Thu Dec 19 21:31:28 2013 New Revision: 259632 URL: http://svnweb.freebsd.org/changeset/base/259632 Log: Rework flow control for connection-oriented (TCP) RPC server. When processing receive buffer, write the amount of data, expected in present request record, into sock

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

2013-12-19 Thread Stefan Esser
Am 19.12.2013 21:46, schrieb Andreas Tobler: > On 19.12.13 18:00, Stefan Esser wrote: > >> I'd replace the two occurances of LLONG_MAX with INT64_MAX and add the >> missing empty line: >> >> static __inline sbintime_t >> timer2sbintime(intptr_t data) >> { >> >> if (data > INT64_MAX / SBT_1

svn commit: r259631 - stable/10/contrib/jemalloc/include/jemalloc

2013-12-19 Thread Peter Wemm
Author: peter Date: Thu Dec 19 21:03:08 2013 New Revision: 259631 URL: http://svnweb.freebsd.org/changeset/base/259631 Log: MF9: Don't fail to build if MALLOC_PRODUCTION is defined in make.conf Modified: stable/10/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h Modified: stable/10/contr

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

2013-12-19 Thread Andreas Tobler
On 19.12.13 18:00, Stefan Esser wrote: > I'd replace the two occurances of LLONG_MAX with INT64_MAX and add the > missing empty line: > > static __inline sbintime_t > timer2sbintime(intptr_t data) > { > > if (data > INT64_MAX / SBT_1MS) > return INT64_MAX; > retur

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

2013-12-19 Thread Edwin Groothuis
Author: edwin Date: Thu Dec 19 20:26:06 2013 New Revision: 259630 URL: http://svnweb.freebsd.org/changeset/base/259630 Log: MFC of 259626, tzdata2013i: Removed support for solar-time-based time zones Jordan stays at summer time this year. Fix historical data for Cuba Modified: stable

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

2013-12-19 Thread Edwin Groothuis
Author: edwin Date: Thu Dec 19 20:25:49 2013 New Revision: 259627 URL: http://svnweb.freebsd.org/changeset/base/259627 Log: MFC of 259626, tzdata2013i: Removed support for solar-time-based time zones Jordan stays at summer time this year. Fix historical data for Cuba Modified: stable

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

2013-12-19 Thread Edwin Groothuis
Author: edwin Date: Thu Dec 19 20:26:00 2013 New Revision: 259629 URL: http://svnweb.freebsd.org/changeset/base/259629 Log: MFC of 259626, tzdata2013i: Removed support for solar-time-based time zones Jordan stays at summer time this year. Fix historical data for Cuba Modified: stable

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

2013-12-19 Thread Edwin Groothuis
Author: edwin Date: Thu Dec 19 20:25:55 2013 New Revision: 259628 URL: http://svnweb.freebsd.org/changeset/base/259628 Log: MFC of 259626, tzdata2013i: Removed support for solar-time-based time zones Jordan stays at summer time this year. Fix historical data for Cuba Modified: stable

svn commit: r259626 - head/contrib/tzdata

2013-12-19 Thread Edwin Groothuis
Author: edwin Date: Thu Dec 19 20:19:57 2013 New Revision: 259626 URL: http://svnweb.freebsd.org/changeset/base/259626 Log: MFV of r259624, tzdata2013i Removed support for solar-time-based time zones Jordan stays at summer time this year. Fix historical data for Cuba Obtained from:

svn commit: r259625 - vendor/tzdata/tzdata2013i

2013-12-19 Thread Edwin Groothuis
Author: edwin Date: Thu Dec 19 20:18:21 2013 New Revision: 259625 URL: http://svnweb.freebsd.org/changeset/base/259625 Log: Tag of tzdata2013i sources Added: vendor/tzdata/tzdata2013i/ - copied from r259624, vendor/tzdata/dist/ ___ svn-src-all@

svn commit: r259624 - vendor/tzdata/dist

2013-12-19 Thread Edwin Groothuis
Author: edwin Date: Thu Dec 19 20:15:49 2013 New Revision: 259624 URL: http://svnweb.freebsd.org/changeset/base/259624 Log: Vendor import of tzdata2013i: Removed support for solar-time-based time zones Jordan stays at summer time this year. Fix historical data for Cuba Obtained fro

svn commit: r259623 - releng/10.0/share/man/man4

2013-12-19 Thread Navdeep Parhar
Author: np Date: Thu Dec 19 19:39:24 2013 New Revision: 259623 URL: http://svnweb.freebsd.org/changeset/base/259623 Log: Merge r259622: cxgbe.4: Belated update to the man page to reflect T5 support. Approved by: re (gjb) Modified: releng/10.0/share/man/man4/cxgbe.4 Directory Propertie

Re: svn commit: r259479 - head/usr.sbin/bsdinstall/scripts

2013-12-19 Thread Teske, Devin
On Dec 18, 2013, at 10:08 PM, Teske, Devin wrote: > > On Dec 16, 2013, at 2:03 PM, Nathan Whitehorn wrote: > >> On 12/16/13 15:55, Teske, Devin wrote: >>> On Dec 16, 2013, at 1:50 PM, Nathan Whitehorn wrote: >>> On 12/16/13 15:48, Teske, Devin wrote: > On Dec 16, 2013, at 1:40 PM, Tes

svn commit: r259622 - stable/10/share/man/man4

2013-12-19 Thread Navdeep Parhar
Author: np Date: Thu Dec 19 19:15:24 2013 New Revision: 259622 URL: http://svnweb.freebsd.org/changeset/base/259622 Log: MFC r259569: cxgbe.4: Belated update to the man page to reflect T5 support. Modified: stable/10/share/man/man4/cxgbe.4 Directory Properties: stable/10/ (props changed

svn commit: r259621 - stable/10/usr.sbin/bsdinstall/scripts

2013-12-19 Thread Devin Teske
Author: dteske Date: Thu Dec 19 18:52:41 2013 New Revision: 259621 URL: http://svnweb.freebsd.org/changeset/base/259621 Log: MFC r259276,259468-259470,259472,259474,259476-259478,259480-259481,259570, 259572, and 259597-259598... r259276: Fix bug in `services' script in adding dumpdev com

svn commit: r259619 - in head/contrib/gcc: . cp doc

2013-12-19 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 19 18:27:32 2013 New Revision: 259619 URL: http://svnweb.freebsd.org/changeset/base/259619 Log: gcc: backport upstream fix for issue with C++'s placement new Fixes GCC libstdc++/29286 Obtained from:gcc 4.3 (rev. 125603, 125653; GPLv2) MFC after:2

svn commit: r259618 - stable/9/sys/conf

2013-12-19 Thread Warner Losh
Author: imp Date: Thu Dec 19 18:06:52 2013 New Revision: 259618 URL: http://svnweb.freebsd.org/changeset/base/259618 Log: Improve compatibility with earlier parts of the 9 branch by defaulting to MK_CLANG_IS_CC is no when it isn't otherwise defined. Also, bsd.compiler.mk wasn't present in 9.

svn commit: r259617 - in stable/9/sys: mips/include powerpc/include

2013-12-19 Thread Sergey Kandaurov
Author: pluknet Date: Thu Dec 19 17:29:56 2013 New Revision: 259617 URL: http://svnweb.freebsd.org/changeset/base/259617 Log: MFC r255194 and prerequisites r229494,229496: Introduce internal macros for __U/INT64_C to define the U/INT64_MAX/MIN values properly. The previous definition

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-19 Thread John-Mark Gurney
Gleb Smirnoff wrote this message on Thu, Dec 19, 2013 at 15:57 +0400: > On Wed, Dec 18, 2013 at 04:40:52PM -0500, John Baldwin wrote: > J> On Wednesday, December 18, 2013 3:07:58 pm Alexander V. Chernikov wrote: > J> > On 18.12.2013 22:45, John-Mark Gurney wrote: > J> > > Alexander V. Chernikov wro

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

2013-12-19 Thread Stefan Esser
Am 19.12.2013 11:49, schrieb Bruce Evans: > On Thu, 19 Dec 2013, Stefan Esser wrote: > >> Log: >> Fix overflow for timeout values of more than 68 years, which is the >> maximum >> covered by sbintime (LONG_MAX seconds). > > Not LONG_MAX seconds, but INT32_MAX seconds. LONG_MAX seconds is about

svn commit: r259616 - releng/10.0/sys/ofed/drivers/net/mlx4

2013-12-19 Thread Alfred Perlstein
Author: alfred Date: Thu Dec 19 15:45:03 2013 New Revision: 259616 URL: http://svnweb.freebsd.org/changeset/base/259616 Log: Defer start/stop port to workqueues. MF10: r259608 Approved by: re Modified: releng/10.0/sys/ofed/drivers/net/mlx4/en_netdev.c releng/10.0/sys/ofed/drivers/ne

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

2013-12-19 Thread Julian Elischer
On 12/17/13, 8:34 PM, John Baldwin wrote: On Tuesday, December 17, 2013 1:17:45 pm Mateusz Guzik wrote: On Tue, Dec 17, 2013 at 11:41:49AM -0500, John Baldwin wrote: On Saturday, December 14, 2013 11:11:43 pm Mateusz Guzik wrote: Author: mjg Date: Sun Dec 15 04:11:43 2013 New Revision: 259407

svn commit: r259615 - head/sys/dev/vt

2013-12-19 Thread Aleksandr Rybalko
Author: ray Date: Thu Dec 19 15:31:20 2013 New Revision: 259615 URL: http://svnweb.freebsd.org/changeset/base/259615 Log: Enable mouse support for terminal clients (like dialog(1)). Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt.h head/sys/dev/vt/vt_core.c head/sys

svn commit: r259614 - releng/10.0/usr.sbin/pkg

2013-12-19 Thread Bryan Drewery
Author: bdrewery Date: Thu Dec 19 13:44:07 2013 New Revision: 259614 URL: http://svnweb.freebsd.org/changeset/base/259614 Log: MFS r259613: Fix multi-repository support by properly respecting 'enabled' flag. This will read the REPOS_DIR env/config setting (default is /etc/pkg a

svn commit: r259613 - stable/10/usr.sbin/pkg

2013-12-19 Thread Bryan Drewery
Author: bdrewery Date: Thu Dec 19 12:33:24 2013 New Revision: 259613 URL: http://svnweb.freebsd.org/changeset/base/259613 Log: MFC r259266: Fix multi-repository support by properly respecting 'enabled' flag. This will read the REPOS_DIR env/config setting (default is /etc/pkg a

svn commit: r259612 - head/sys/dev/drm2/ttm

2013-12-19 Thread Andriy Gapon
Author: avg Date: Thu Dec 19 12:00:48 2013 New Revision: 259612 URL: http://svnweb.freebsd.org/changeset/base/259612 Log: ttm_bo_vm_lookup_rb: actually make use of the red-black tree Previously the code would just iterate over the whole tree as if it were just a list. Without this ch

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-19 Thread Gleb Smirnoff
On Wed, Dec 18, 2013 at 04:40:52PM -0500, John Baldwin wrote: J> On Wednesday, December 18, 2013 3:07:58 pm Alexander V. Chernikov wrote: J> > On 18.12.2013 22:45, John-Mark Gurney wrote: J> > > Alexander V. Chernikov wrote this message on Wed, Dec 18, 2013 at 18:25 +: J> > >> Author: melifaro

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

2013-12-19 Thread Bruce Evans
On Thu, 19 Dec 2013, Stefan Esser wrote: Log: Fix overflow for timeout values of more than 68 years, which is the maximum covered by sbintime (LONG_MAX seconds). Not LONG_MAX seconds, but INT32_MAX seconds. LONG_MAX seconds is about 2**32 times larger on 64-bit arches. sbintimes and their

svn commit: r259610 - in stable/8/sys/dev/usb: . serial

2013-12-19 Thread Don Lewis
Author: truckman Date: Thu Dec 19 09:46:14 2013 New Revision: 259610 URL: http://svnweb.freebsd.org/changeset/base/259610 Log: MFC r258363: Add alternate ID for Novatel MiFi 2200 CDMA, which is used by my Virgin Mobile branded device. It needs the U3GINIT_SCSIEJECT quirk. Modified: st

svn commit: r259609 - head/sys/kern

2013-12-19 Thread Stefan Esser
Author: se Date: Thu Dec 19 09:01:46 2013 New Revision: 259609 URL: http://svnweb.freebsd.org/changeset/base/259609 Log: Fix overflow for timeout values of more than 68 years, which is the maximum covered by sbintime (LONG_MAX seconds). Some programs use timeout values in excess of 1000 y

Re: svn commit: r258346 - stable/10/sys/dev/ixgbe

2013-12-19 Thread Oleg Bulyzhin
On Mon, Dec 16, 2013 at 08:53:21PM +0400, Andrey V. Elsukov wrote: > On 19.11.2013 18:24, Oleg Bulyzhin wrote: > > Author: oleg > > Date: Tue Nov 19 14:24:25 2013 > > New Revision: 258346 > > URL: http://svnweb.freebsd.org/changeset/base/258346 > > > > Log: > > MFC: 257695 > > > > - Fix lin