svn commit: r274218 - head/sys/dev/ixl

2014-11-06 Thread Jack F Vogel
Author: jfv Date: Fri Nov 7 04:47:46 2014 New Revision: 274218 URL: https://svnweb.freebsd.org/changeset/base/274218 Log: Add header file missing from last commit. Submitted by: jfv MFC after: 1 week Added: head/sys/dev/ixl/ixlv_vc_mgr.h (contents, props changed) Added: head/sys/de

Re: svn commit: r274213 - head/bin/df

2014-11-06 Thread Marcel Moolenaar
> On Nov 6, 2014, at 8:16 PM, Craig Rodrigues wrote: > > I think you need to add the libxo to rescue, since I am > now seeing this build failure: Oops! Thanks for pointing it out. Should be fixed now... -- Marcel Moolenaar mar...@xcllnt.net ___ svn

svn commit: r274217 - head/rescue/rescue

2014-11-06 Thread Marcel Moolenaar
Author: marcel Date: Fri Nov 7 04:39:01 2014 New Revision: 274217 URL: https://svnweb.freebsd.org/changeset/base/274217 Log: Add libxo, now needed by df(1). Pointed out by: rodrigc@ (thanks!) Modified: head/rescue/rescue/Makefile Modified: head/rescue/rescue/Makefile ==

Re: svn commit: r274213 - head/bin/df

2014-11-06 Thread Craig Rodrigues
On Thu, Nov 6, 2014 at 7:03 PM, Marcel Moolenaar wrote: > Author: marcel > Date: Fri Nov 7 03:03:25 2014 > New Revision: 274213 > URL: https://svnweb.freebsd.org/changeset/base/274213 > > Log: > Convert to use libxo. > > Obtained from: Phil Shafer > Sponsored by: Juniper Networks, Inc.

svn commit: r274215 - head/sys/dev/virtio/console

2014-11-06 Thread Bryan Venteicher
Author: bryanv Date: Fri Nov 7 03:36:28 2014 New Revision: 274215 URL: https://svnweb.freebsd.org/changeset/base/274215 Log: Several minor changes to hopefully complete the VirtIO console driver - Support the KDB alt break sequence to enter the debugger, panic, reboot, etc. [1]

svn commit: r274214 - head/bin/df

2014-11-06 Thread Marcel Moolenaar
Author: marcel Date: Fri Nov 7 03:07:10 2014 New Revision: 274214 URL: https://svnweb.freebsd.org/changeset/base/274214 Log: Document that df(1) supports libxo(3). Modified: head/bin/df/df.1 Modified: head/bin/df/df.1 =

svn commit: r274213 - head/bin/df

2014-11-06 Thread Marcel Moolenaar
Author: marcel Date: Fri Nov 7 03:03:25 2014 New Revision: 274213 URL: https://svnweb.freebsd.org/changeset/base/274213 Log: Convert to use libxo. Obtained from: Phil Shafer Sponsored by: Juniper Networks, Inc. Modified: head/bin/df/Makefile head/bin/df/df.c Modified: head/bin/

Re: svn commit: r274205 - in head/sys: dev/ixl modules/ixlv

2014-11-06 Thread Garrett Cooper
On Nov 6, 2014, at 17:54, Devin Teske wrote: >> -Original Message- >> From: owner-src-committ...@freebsd.org [mailto:owner-src- >> committ...@freebsd.org] On Behalf Of Jack F Vogel >> Sent: Thursday, November 6, 2014 3:45 PM >> To: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-

RE: svn commit: r274205 - in head/sys: dev/ixl modules/ixlv

2014-11-06 Thread Devin Teske
> -Original Message- > From: owner-src-committ...@freebsd.org [mailto:owner-src- > committ...@freebsd.org] On Behalf Of Jack F Vogel > Sent: Thursday, November 6, 2014 3:45 PM > To: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src- > h...@freebsd.org > Subject: svn commit: r27

RE: svn commit: r274203 - head

2014-11-06 Thread dteske
> -Original Message- > From: owner-src-committ...@freebsd.org [mailto:owner-src- > committ...@freebsd.org] On Behalf Of dte...@freebsd.org > Sent: Thursday, November 6, 2014 5:33 PM > To: 'Steve Kargl'; 'NGie Cooper' > Cc: 'Devin Teske'; src-committ...@freebsd.org; svn-src-...@freebsd.org

svn commit: r274210 - head/usr.bin/wc

2014-11-06 Thread Marcel Moolenaar
Author: marcel Date: Fri Nov 7 01:36:20 2014 New Revision: 274210 URL: https://svnweb.freebsd.org/changeset/base/274210 Log: Fix a SIGSEGV when emitting XML or JSON when reading stdin. In that case the file variable is NULL. Modified: head/usr.bin/wc/wc.c Modified: head/usr.bin/wc/wc.c ==

RE: svn commit: r274203 - head

2014-11-06 Thread dteske
> -Original Message- > From: owner-src-committ...@freebsd.org [mailto:owner-src- > committ...@freebsd.org] On Behalf Of Steve Kargl > Sent: Thursday, November 6, 2014 4:56 PM > To: NGie Cooper > Cc: Devin Teske; src-committ...@freebsd.org; svn-src-...@freebsd.org; svn- > src-h...@freebsd.

svn commit: r274209 - head

2014-11-06 Thread Devin Teske
Author: dteske Date: Fri Nov 7 00:59:40 2014 New Revision: 274209 URL: https://svnweb.freebsd.org/changeset/base/274209 Log: For really fast machines, an edge-case may exist where dpv(3) may be built before contrib dependency, dialog(3). Add dialog(3) to the list of _prebuild_libs to ensure

Re: svn commit: r274203 - head

2014-11-06 Thread Craig Rodrigues
On Thu, Nov 6, 2014 at 3:06 PM, wrote: > > I don't have a -CURRENT box; and -CURRENT is giving different results. > > Then use one of the CURRENT machines listed here: https://www.freebsd.org/internal/machines.html -- Craig ___ svn-src-head@freebsd.or

Re: svn commit: r274203 - head

2014-11-06 Thread Steve Kargl
On Thu, Nov 06, 2014 at 03:19:19PM -0800, NGie Cooper wrote: > On Thu, Nov 6, 2014 at 3:06 PM, wrote: > > > >> -Original Message- > >> From: Steve Kargl [mailto:s...@troutmask.apl.washington.edu] > >> Sent: Thursday, November 6, 2014 3:05 PM > >> To: Devin Teske > >> Cc: src-committ...@fr

Re: svn commit: r273112 - head/sys/dev/ixgbe

2014-11-06 Thread Alexander V. Chernikov
> On 07 Nov 2014, at 03:15, Luigi Rizzo wrote: > > On Thu, Nov 06, 2014 at 03:05:30PM +0400, Alexander V. Chernikov wrote: >> On 15.10.2014 05:22, Adrian Chadd wrote: >>> Author: adrian >>> Date: Wed Oct 15 01:22:56 2014 >>> New Revision: 273112 >>> URL: https://svnweb.freebsd.org/changeset/base

Re: svn commit: r273112 - head/sys/dev/ixgbe

2014-11-06 Thread Luigi Rizzo
On Thu, Nov 06, 2014 at 03:05:30PM +0400, Alexander V. Chernikov wrote: > On 15.10.2014 05:22, Adrian Chadd wrote: > > Author: adrian > > Date: Wed Oct 15 01:22:56 2014 > > New Revision: 273112 > > URL: https://svnweb.freebsd.org/changeset/base/273112 > > > > Log: > >Set the DROP_EN bit before

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

2014-11-06 Thread Alexander Motin
Author: mav Date: Fri Nov 7 00:10:07 2014 New Revision: 274206 URL: https://svnweb.freebsd.org/changeset/base/274206 Log: Synchronize medium rotation rate in legacy Rigid Disk Drive Geometry mode page with modern Block Device Characteristics VPD page. MFC after:1 week Modified: he

svn commit: r274205 - in head/sys: dev/ixl modules/ixlv

2014-11-06 Thread Jack F Vogel
Author: jfv Date: Thu Nov 6 23:45:05 2014 New Revision: 274205 URL: https://svnweb.freebsd.org/changeset/base/274205 Log: Update the Intel i40e drivers, ixl version 1.2.8, ixlv version 1.1.18 -Improved VF stability, thanks to changes from Ryan Stone, and Juniper. - RSS

Re: svn commit: r274203 - head

2014-11-06 Thread NGie Cooper
On Thu, Nov 6, 2014 at 3:06 PM, wrote: > >> -Original Message- >> From: Steve Kargl [mailto:s...@troutmask.apl.washington.edu] >> Sent: Thursday, November 6, 2014 3:05 PM >> To: Devin Teske >> Cc: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src- >> h...@freebsd.org >> Subject

Re: svn commit: r274203 - head

2014-11-06 Thread Julian Elischer
On 11/7/14, 7:06 AM, dte...@freebsd.org wrote: -Original Message- From: Steve Kargl [mailto:s...@troutmask.apl.washington.edu] Sent: Thursday, November 6, 2014 3:05 PM To: Devin Teske Cc: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src- h...@freebsd.org Subject: Re: svn com

RE: svn commit: r274203 - head

2014-11-06 Thread dteske
> -Original Message- > From: Steve Kargl [mailto:s...@troutmask.apl.washington.edu] > Sent: Thursday, November 6, 2014 3:05 PM > To: Devin Teske > Cc: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src- > h...@freebsd.org > Subject: Re: svn commit: r274203 - head > > On Thu, No

Re: svn commit: r274203 - head

2014-11-06 Thread Steve Kargl
On Thu, Nov 06, 2014 at 10:53:50PM +, Devin Teske wrote: > Author: dteske > Date: Thu Nov 6 22:53:50 2014 > New Revision: 274203 > URL: https://svnweb.freebsd.org/changeset/base/274203 > > Log: > SUBDIR_DEPENDS__ in lib/Makefile is not working out so well for me. > Add to using _prebuild_

Re: svn commit: r273112 - head/sys/dev/ixgbe

2014-11-06 Thread Adrian Chadd
On 6 November 2014 09:58, Ryan Stone wrote: > On Thu, Nov 6, 2014 at 12:21 PM, Adrian Chadd wrote: >> Hm, are there any other hardware counters that we can use to see what >> was dropped? > > On the 82599 and later you need to configure the RQSMR register to map > queue pools to indices and then

svn commit: r274203 - head

2014-11-06 Thread Devin Teske
Author: dteske Date: Thu Nov 6 22:53:50 2014 New Revision: 274203 URL: https://svnweb.freebsd.org/changeset/base/274203 Log: SUBDIR_DEPENDS__ in lib/Makefile is not working out so well for me. Add to using _prebuild_libs in (top-level) Makefile.inc1. NB: Unbreak build yet again (we'll get t

svn commit: r274200 - head/share/mk

2014-11-06 Thread Mark Johnston
Author: markj Date: Thu Nov 6 22:46:40 2014 New Revision: 274200 URL: https://svnweb.freebsd.org/changeset/base/274200 Log: Automatically build with debug symbols when building with WITH_CTF. Otherwise there's nothing for ctfconvert to do, and it ends up emitting an error for each object fi

svn commit: r274199 - head/tools/build

2014-11-06 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 6 22:45:03 2014 New Revision: 274199 URL: https://svnweb.freebsd.org/changeset/base/274199 Log: Add a quick and dirty script to check validity of links in elf files Added: head/tools/build/check-links.sh (contents, props changed) Added: head/tools/build/check-li

svn commit: r274193 - head/sys/netipsec

2014-11-06 Thread Andrey V. Elsukov
Author: ae Date: Thu Nov 6 20:23:57 2014 New Revision: 274193 URL: https://svnweb.freebsd.org/changeset/base/274193 Log: When mode isn't explicitly specified (wildcard) and inner protocol isn't IPv4 or IPv6, assume it is the transport mode. Reported by: jmg MFC after:1 week Spon

Re: svn commit: r274183 - head/sys/modules/mrsas

2014-11-06 Thread Bruce Evans
On Thu, 6 Nov 2014, Warner Losh wrote: Log: clean removes @ and machine now, so no need to do it again. That is a bug in the clean target. It invalidates the pathnames in the generated .depend file. The cleandepend target still documents the care that it takes with this: cleandepend: clean

svn commit: r274192 - in head: lib usr.bin

2014-11-06 Thread Devin Teske
Author: dteske Date: Thu Nov 6 19:28:01 2014 New Revision: 274192 URL: https://svnweb.freebsd.org/changeset/base/274192 Log: Re-enable dpv(1,3): Introduced via r274116; temporarily disabled shortly thereafter via r274124 until I could get the right recipe down w/respect to SUBDIR_DEPEND.

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

2014-11-06 Thread Ian Lepore
Author: ian Date: Thu Nov 6 19:14:58 2014 New Revision: 274191 URL: https://svnweb.freebsd.org/changeset/base/274191 Log: Strengthen the sanity checking of busdma tag parameters. It turns out an alignment of zero can lead to an endless loop in the vm reservations code, so specifically di

Re: svn commit: r274184 - in head/sys: conf modules/linux modules/sound/sound modules/svr4 modules/vmm

2014-11-06 Thread Bryan Drewery
On 11/6/14 8:48 AM, Warner Losh wrote: Author: imp Date: Thu Nov 6 16:48:37 2014 New Revision: 274184 URL: https://svnweb.freebsd.org/changeset/base/274184 Log: Retire the '@' symlink. It isn't really needed and causes more Nice, thanks. -- Regards, Bryan Drewery

svn commit: r274190 - head/usr.sbin/ntp/sntp

2014-11-06 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 6 18:50:59 2014 New Revision: 274190 URL: https://svnweb.freebsd.org/changeset/base/274190 Log: Backout 274170 it breaks for mips Modified: head/usr.sbin/ntp/sntp/Makefile Modified: head/usr.sbin/ntp/sntp/Makefile ==

svn commit: r274189 - head/sys/dev/ahci

2014-11-06 Thread Ian Lepore
Author: ian Date: Thu Nov 6 18:15:16 2014 New Revision: 274189 URL: https://svnweb.freebsd.org/changeset/base/274189 Log: A dma tag alignment should be 1 (not 0) when a device can dma at any address. Modified: head/sys/dev/ahci/ahci.c Modified: head/sys/dev/ahci/ahci.c =

svn commit: r274188 - head/sys/dev/ida

2014-11-06 Thread Ian Lepore
Author: ian Date: Thu Nov 6 18:14:12 2014 New Revision: 274188 URL: https://svnweb.freebsd.org/changeset/base/274188 Log: A dma tag alignment should be 1 (not 0) when a device can dma at any address. Modified: head/sys/dev/ida/ida_eisa.c Modified: head/sys/dev/ida/ida_eisa.c ===

Re: svn commit: r273112 - head/sys/dev/ixgbe

2014-11-06 Thread Ryan Stone
On Thu, Nov 6, 2014 at 12:21 PM, Adrian Chadd wrote: > Hm, are there any other hardware counters that we can use to see what > was dropped? On the 82599 and later you need to configure the RQSMR register to map queue pools to indices and then the QPRDC[i] register will contain the number of drops

Re: svn commit: r274177 - in head: share/man/man9 sys/net sys/netinet sys/netinet6 sys/sys

2014-11-06 Thread Alexander V. Chernikov
On 06.11.2014 21:46, Ian Lepore wrote: On Thu, 2014-11-06 at 14:39 +, Alexander V. Chernikov wrote: Author: melifaro Date: Thu Nov 6 14:39:04 2014 New Revision: 274177 URL: https://svnweb.freebsd.org/changeset/base/274177 Log: Finish r274118: remove useless fields from struct domain.

svn commit: r274187 - head/sys/net

2014-11-06 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Nov 6 17:50:35 2014 New Revision: 274187 URL: https://svnweb.freebsd.org/changeset/base/274187 Log: Fix build. Pointy hat to:melifaro Modified: head/sys/net/route.c Modified: head/sys/net/route.c ===

Re: svn commit: r274177 - in head: share/man/man9 sys/net sys/netinet sys/netinet6 sys/sys

2014-11-06 Thread Ian Lepore
On Thu, 2014-11-06 at 14:39 +, Alexander V. Chernikov wrote: > Author: melifaro > Date: Thu Nov 6 14:39:04 2014 > New Revision: 274177 > URL: https://svnweb.freebsd.org/changeset/base/274177 > > Log: > Finish r274118: remove useless fields from struct domain. > > Sponsored by: Ya

Re: svn commit: r274186 - head/share/mk

2014-11-06 Thread Garrett Cooper
On Nov 6, 2014, at 9:19, Warner Losh wrote: > Author: imp > Date: Thu Nov 6 17:19:41 2014 > New Revision: 274186 > URL: https://svnweb.freebsd.org/changeset/base/274186 > > Log: > Ignore errors from rm -rf to support high -j builds. This is, at best, > a kludge. However, it also effectively w

Re: svn commit: r273112 - head/sys/dev/ixgbe

2014-11-06 Thread Adrian Chadd
Hm, are there any other hardware counters that we can use to see what was dropped? I didn't see performance drops doing this; in fact I saw performance increases with FC disabled and DROP_EN set. Thanks, -adrian On 6 November 2014 03:05, Alexander V. Chernikov wrote: > On 15.10.2014 05:22, Ad

svn commit: r274186 - head/share/mk

2014-11-06 Thread Warner Losh
Author: imp Date: Thu Nov 6 17:19:41 2014 New Revision: 274186 URL: https://svnweb.freebsd.org/changeset/base/274186 Log: Ignore errors from rm -rf to support high -j builds. This is, at best, a kludge. However, it also effectively works around the issues for high -j builds on systems that

svn commit: r274185 - in head/sys: compat/svr4 modules/svr4

2014-11-06 Thread Warner Losh
Author: imp Date: Thu Nov 6 16:52:51 2014 New Revision: 274185 URL: https://svnweb.freebsd.org/changeset/base/274185 Log: These don't belong in the modules directory. Added: head/sys/compat/svr4/README - copied, changed from r274184, head/sys/modules/svr4/README head/sys/compat/svr4/T

svn commit: r274183 - head/sys/modules/mrsas

2014-11-06 Thread Warner Losh
Author: imp Date: Thu Nov 6 16:48:35 2014 New Revision: 274183 URL: https://svnweb.freebsd.org/changeset/base/274183 Log: clean removes @ and machine now, so no need to do it again. Modified: head/sys/modules/mrsas/Makefile Modified: head/sys/modules/mrsas/Makefile =

svn commit: r274184 - in head/sys: conf modules/linux modules/sound/sound modules/svr4 modules/vmm

2014-11-06 Thread Warner Losh
Author: imp Date: Thu Nov 6 16:48:37 2014 New Revision: 274184 URL: https://svnweb.freebsd.org/changeset/base/274184 Log: Retire the '@' symlink. It isn't really needed and causes more problems than it solves. SYSDIR is already defined almost always and can be used instead. Working around t

Re: svn commit: r274177 - in head: share/man/man9 sys/net sys/netinet sys/netinet6 sys/sys

2014-11-06 Thread Alexander V. Chernikov
On 06.11.2014 19:09, Jan Beich wrote: "Alexander V. Chernikov" writes: Log: Finish r274118: remove useless fields from struct domain. [...] Modified: head/sys/sys/domain.h == --- head/sys/sys/domain.h Thu No

svn commit: r274180 - head/usr.bin/wc

2014-11-06 Thread Marcel Moolenaar
Author: marcel Date: Thu Nov 6 16:19:21 2014 New Revision: 274180 URL: https://svnweb.freebsd.org/changeset/base/274180 Log: Separate references by a comma. Modified: head/usr.bin/wc/wc.1 Modified: head/usr.bin/wc/wc.1

svn commit: r274179 - head/usr.bin/w

2014-11-06 Thread Marcel Moolenaar
Author: marcel Date: Thu Nov 6 16:17:41 2014 New Revision: 274179 URL: https://svnweb.freebsd.org/changeset/base/274179 Log: Sort the references in "SEE ALSO" by section first; then alphabetically. Pointed out by: brueffer@ Modified: head/usr.bin/w/w.1 Modified: head/usr.bin/w/w.1

Re: svn commit: r274177 - in head: share/man/man9 sys/net sys/netinet sys/netinet6 sys/sys

2014-11-06 Thread Jan Beich
"Alexander V. Chernikov" writes: > Log: > Finish r274118: remove useless fields from struct domain. [...] > Modified: head/sys/sys/domain.h > == > --- head/sys/sys/domain.h Thu Nov 6 13:13:47 2014(r274176)

svn commit: r274178 - head/sys/kern

2014-11-06 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Nov 6 15:17:04 2014 New Revision: 274178 URL: https://svnweb.freebsd.org/changeset/base/274178 Log: Finish r274118#2: commit forgotten uipc_debug.c Modified: head/sys/kern/uipc_debug.c Modified: head/sys/kern/uipc_debug.c ==

svn commit: r274177 - in head: share/man/man9 sys/net sys/netinet sys/netinet6 sys/sys

2014-11-06 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Nov 6 14:39:04 2014 New Revision: 274177 URL: https://svnweb.freebsd.org/changeset/base/274177 Log: Finish r274118: remove useless fields from struct domain. Sponsored by: Yandex LLC Modified: head/share/man/man9/domain.9 head/sys/net/route.c head/sys/neti

svn commit: r274176 - head/usr.sbin/fifolog/fifolog_writer

2014-11-06 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 6 13:13:47 2014 New Revision: 274176 URL: https://svnweb.freebsd.org/changeset/base/274176 Log: fifolog_writer does not depend on libutil Modified: head/usr.sbin/fifolog/fifolog_writer/Makefile Modified: head/usr.sbin/fifolog/fifolog_writer/Makefile ==

svn commit: r274175 - in head/sys: net netinet netinet6 sys

2014-11-06 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Nov 6 13:13:09 2014 New Revision: 274175 URL: https://svnweb.freebsd.org/changeset/base/274175 Log: Make checks for rt_mtu generic: Some virtual if drivers has (ab)used ifa ifa_rtrequest hook to enforce route MTU to be not bigger that interface MTU. While ifa_r

svn commit: r274174 - head/usr.sbin/fifolog/fifolog_reader

2014-11-06 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 6 13:12:12 2014 New Revision: 274174 URL: https://svnweb.freebsd.org/changeset/base/274174 Log: fifolog_reader does not depend on libutil Modified: head/usr.sbin/fifolog/fifolog_reader/Makefile Modified: head/usr.sbin/fifolog/fifolog_reader/Makefile ==

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

2014-11-06 Thread Steven Hartland
Nice work :) On 06/11/2014 11:08, Andriy Gapon wrote: Author: avg Date: Thu Nov 6 11:08:02 2014 New Revision: 274172 URL: https://svnweb.freebsd.org/changeset/base/274172 Log: fix l2arc compression buffers leak We have observed that arc_release() can be called concurrently with a

svn commit: r274173 - head/sys/kern

2014-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 12:19:39 2014 New Revision: 274173 URL: https://svnweb.freebsd.org/changeset/base/274173 Log: After the changes in r274118 make NOIP kernels compile by hiding an otherwise unused variable declaration behind INET6 || INET. MFC after:27 days X-MFS with: r

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

2014-11-06 Thread Andriy Gapon
Author: avg Date: Thu Nov 6 11:08:02 2014 New Revision: 274172 URL: https://svnweb.freebsd.org/changeset/base/274172 Log: fix l2arc compression buffers leak We have observed that arc_release() can be called concurrently with a l2arc in-flight write. Also, we have observed that arc_hdr_

Re: svn commit: r273112 - head/sys/dev/ixgbe

2014-11-06 Thread Alexander V. Chernikov
On 15.10.2014 05:22, Adrian Chadd wrote: Author: adrian Date: Wed Oct 15 01:22:56 2014 New Revision: 273112 URL: https://svnweb.freebsd.org/changeset/base/273112 Log: Set the DROP_EN bit before the RX queue is brought up and active. He noticed issues setting this bit in SRRCTL after th

Re: svn commit: r273382 - head/contrib/libcxxrt

2014-11-06 Thread Baptiste Daroussin
On Thu, Nov 06, 2014 at 09:36:52AM +, David Chisnall wrote: > On 6 Nov 2014, at 01:04, Rui Paulo wrote: > > > I don't think the non-temporary fix was ever committed. What's the > > problem? Is something else defining these methods? > > Yes, they're defined by libc++ too. The problem is t

svn commit: r274171 - head/usr.sbin/iscsid

2014-11-06 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 6 10:30:10 2014 New Revision: 274171 URL: https://svnweb.freebsd.org/changeset/base/274171 Log: iscsid does not need to link to libssl Modified: head/usr.sbin/iscsid/Makefile Modified: head/usr.sbin/iscsid/Makefile =

svn commit: r274170 - head/usr.sbin/ntp/sntp

2014-11-06 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 6 10:16:05 2014 New Revision: 274170 URL: https://svnweb.freebsd.org/changeset/base/274170 Log: sntp does not depend on libm Modified: head/usr.sbin/ntp/sntp/Makefile Modified: head/usr.sbin/ntp/sntp/Makefile ===

svn commit: r274169 - head/usr.sbin/rpcbind

2014-11-06 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 6 10:07:26 2014 New Revision: 274169 URL: https://svnweb.freebsd.org/changeset/base/274169 Log: rpcbind does not need to be linked to libutil Modified: head/usr.sbin/rpcbind/Makefile Modified: head/usr.sbin/rpcbind/Makefile

Re: svn commit: r273382 - head/contrib/libcxxrt

2014-11-06 Thread David Chisnall
On 6 Nov 2014, at 01:04, Rui Paulo wrote: > I don't think the non-temporary fix was ever committed. What's the problem? > Is something else defining these methods? Yes, they're defined by libc++ too. The problem is that gcc 4.9 wants to be able to throw bad_array_new_length exceptions when

svn commit: r274167 - in head/sys: kern sys

2014-11-06 Thread Mateusz Guzik
Author: mjg Date: Thu Nov 6 08:12:34 2014 New Revision: 274167 URL: https://svnweb.freebsd.org/changeset/base/274167 Log: Add sysctl kern.proc.cwd It returns only current working directory of given process which saves a lot of overhead over kern.proc.filedesc if given proc has a lot of