Re: svn commit: r257691 - head/gnu/lib/libgcc

2013-11-05 Thread Dimitry Andric
On 06 Nov 2013, at 05:30, Bruce Evans wrote: > On Tue, 5 Nov 2013, Luigi Rizzo wrote: >> On Tue, Nov 05, 2013 at 07:37:35AM +, Dimitry Andric wrote: >>> Log: >>> Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline >>> for clang only. > This still just breaks the warning.

svn commit: r257736 - head/sys/kern

2013-11-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Nov 6 07:46:10 2013 New Revision: 257736 URL: http://svnweb.freebsd.org/changeset/base/257736 Log: - Remove mac_get_fd/mac_set_fd - those are not syscalls. The __mac_get_fd() and __mac_set_fd() syscalls are listed earlier. - Correct typo in syscall name. It should b

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread Gleb Smirnoff
On Wed, Nov 06, 2013 at 10:11:15AM +0400, Gleb Smirnoff wrote: T> On Tue, Nov 05, 2013 at 04:34:43PM -0800, Peter Wemm wrote: T> P> > eg: /usr/sbin/traceroute after the change: T> P> > # traceroute www.freebsd.org T> P> > traceroute: ifaddrlist: SIOCGIFADDR: bge0: Can't assign requested address T>

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread Gleb Smirnoff
John, Adrian, On Tue, Nov 05, 2013 at 05:18:26PM -0500, John Baldwin wrote: J> Mmmm, people run older versions of binaries (even open source ones) on newer OS's J> perhaps more often than you think. The COMPAT_43 stuff can be dropped certainly, J> but people will almost certainly do rolling

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread Gleb Smirnoff
On Tue, Nov 05, 2013 at 04:34:43PM -0800, Peter Wemm wrote: P> > eg: /usr/sbin/traceroute after the change: P> > # traceroute www.freebsd.org P> > traceroute: ifaddrlist: SIOCGIFADDR: bge0: Can't assign requested address P> > P> > Hint: linux doesn't have a sa_len, so code that originates on Linux

svn commit: r257735 - in head/sys: conf mips/cavium

2013-11-05 Thread Warner Losh
Author: imp Date: Wed Nov 6 05:26:15 2013 New Revision: 257735 URL: http://svnweb.freebsd.org/changeset/base/257735 Log: Remove the gross hack for the Octeon Simple Executive to the least intrusive place for it to be: the octeon std file. Fix a comment while I'm here. Allow for future arc

svn commit: r257734 - head

2013-11-05 Thread Glen Barber
Author: gjb Date: Wed Nov 6 04:38:49 2013 New Revision: 257734 URL: http://svnweb.freebsd.org/changeset/base/257734 Log: Revert r257730: Make head/ buildable again, instead of spewing garbage like: /src/gnu/lib/csu/../../../contrib/gcc/config/rs6000/crtsavres.asm:280: Error: no such i

Re: svn commit: r257691 - head/gnu/lib/libgcc

2013-11-05 Thread Bruce Evans
On Tue, 5 Nov 2013, Luigi Rizzo wrote: On Tue, Nov 05, 2013 at 07:37:35AM +, Dimitry Andric wrote: Log: Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline for clang only. This still just breaks the warning. See my previous reply. (For gcc, it is unclear if the m

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

2013-11-05 Thread Bruce Evans
On Tue, 5 Nov 2013, John-Mark Gurney wrote: Andriy Gapon wrote this message on Tue, Nov 05, 2013 at 12:12 +0200: on 08/10/2013 04:38 Xin LI said the following: Author: delphij Date: Tue Oct 8 01:38:24 2013 New Revision: 256132 URL: http://svnweb.freebsd.org/changeset/base/256132 Log: Impro

svn commit: r257733 - head/gnu/lib/libgcc

2013-11-05 Thread Glen Barber
Author: gjb Date: Wed Nov 6 03:36:43 2013 New Revision: 257733 URL: http://svnweb.freebsd.org/changeset/base/257733 Log: Revert r257691, r257645: Let amd64/amd64 build again. Modified: head/gnu/lib/libgcc/Makefile Modified: head/gnu/lib/libgcc/Makefile ===

svn commit: r257732 - head/sys/dev/usb/wlan

2013-11-05 Thread Kevin Lo
Author: kevlo Date: Wed Nov 6 02:49:16 2013 New Revision: 257732 URL: http://svnweb.freebsd.org/changeset/base/257732 Log: Reading the RT2860_ASIC_VER_ID register is not needed and returns completely bogus value. Modified: head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/wlan/if_

svn commit: r257731 - head/sys/netinet

2013-11-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Nov 6 01:14:00 2013 New Revision: 257731 URL: http://svnweb.freebsd.org/changeset/base/257731 Log: Fix build on GCC. Modified: head/sys/netinet/in.c Modified: head/sys/netinet/in.c == --

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread Peter Wemm
On 11/5/13, 4:15 PM, Peter Wemm wrote: On 11/5/13, 2:18 PM, John Baldwin wrote: On Tuesday, November 05, 2013 3:42:17 pm Gleb Smirnoff wrote: John, On Tue, Nov 05, 2013 at 02:47:52PM -0500, John Baldwin wrote: J> On Tuesday, November 05, 2013 2:29:04 pm Gleb Smirnoff wrote: J> > On Tue, Nov

svn commit: r257730 - head

2013-11-05 Thread Ian Lepore
Author: ian Date: Wed Nov 6 00:32:40 2013 New Revision: 257730 URL: http://svnweb.freebsd.org/changeset/base/257730 Log: Do not build aicasm with the cross-tools/kernel-toolchain, instead add a proper kernel-tools step/target modeled after the world build-tools stuff. Modified: head/Makefi

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

2013-11-05 Thread Peter Grehan
Author: grehan Date: Wed Nov 6 00:25:17 2013 New Revision: 257729 URL: http://svnweb.freebsd.org/changeset/base/257729 Log: Add the VM name to the process name with setproctitle(). Remove the VM name from some of the thread-naming calls since it is now in the proc title. Slightly modify t

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread Peter Wemm
On 11/5/13, 2:18 PM, John Baldwin wrote: On Tuesday, November 05, 2013 3:42:17 pm Gleb Smirnoff wrote: John, On Tue, Nov 05, 2013 at 02:47:52PM -0500, John Baldwin wrote: J> On Tuesday, November 05, 2013 2:29:04 pm Gleb Smirnoff wrote: J> > On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Bald

svn commit: r257721 - stable/9/sys/dev/nvme

2013-11-05 Thread Sergey Kandaurov
Author: pluknet Date: Tue Nov 5 22:33:45 2013 New Revision: 257721 URL: http://svnweb.freebsd.org/changeset/base/257721 Log: MFC r256169 (by jimharris): Fix the LINT build. Modified: stable/9/sys/dev/nvme/nvme_ns.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread Adrian Chadd
[snip] My main worry about this kind of work is that you're just steamrolling through stuff that yes, should be done, but with little warning and no API deprecation schedule. I'd much rather see this stuff handled more formally - we mark the API as deprecated and remove it in the next release. I

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread John Baldwin
On Tuesday, November 05, 2013 3:42:17 pm Gleb Smirnoff wrote: > John, > > On Tue, Nov 05, 2013 at 02:47:52PM -0500, John Baldwin wrote: > J> On Tuesday, November 05, 2013 2:29:04 pm Gleb Smirnoff wrote: > J> > On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Baldwin wrote: > J> > J> On Tuesday, No

svn commit: r257720 - head/lib/libc/string

2013-11-05 Thread Glen Barber
Author: gjb Date: Tue Nov 5 21:47:00 2013 New Revision: 257720 URL: http://svnweb.freebsd.org/changeset/base/257720 Log: Fix .Dd after r257646. DST affects the day by one hour, but the number of days in the week stay the same. Modified: head/lib/libc/string/strlcpy.3 Modified: head/lib/

Re: svn commit: r257691 - head/gnu/lib/libgcc

2013-11-05 Thread Dimitry Andric
On 05 Nov 2013, at 16:45, Luigi Rizzo wrote: ... > I wonder if it is worthwhile adding to the default rules some > compiler-specific CFLAGS, say CFLAGS_CLANG and CFLAGS_GCC > > (there is only a handful of cases now so maybe it is overkill, > and it harms readability; on the other hand, the Makefi

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread Gleb Smirnoff
John, On Tue, Nov 05, 2013 at 02:47:52PM -0500, John Baldwin wrote: J> On Tuesday, November 05, 2013 2:29:04 pm Gleb Smirnoff wrote: J> > On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Baldwin wrote: J> > J> On Tuesday, November 05, 2013 5:29:48 am Gleb Smirnoff wrote: J> > J> > Author: glebius

Re: svn commit: r257694 - in head/etc: . defaults namedb periodic/daily rc.d

2013-11-05 Thread Gleb Smirnoff
On Tue, Nov 05, 2013 at 11:48:59AM -0800, Julian Elischer wrote: J> On 11/5/13, 1:30 AM, Gleb Smirnoff wrote: J> > Author: glebius J> > Date: Tue Nov 5 09:30:06 2013 J> > New Revision: 257694 J> > URL: http://svnweb.freebsd.org/changeset/base/257694 J> > J> > Log: J> >Remove remnants of BIND f

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

2013-11-05 Thread John-Mark Gurney
Andriy Gapon wrote this message on Tue, Nov 05, 2013 at 12:12 +0200: > on 08/10/2013 04:38 Xin LI said the following: > > Author: delphij > > Date: Tue Oct 8 01:38:24 2013 > > New Revision: 256132 > > URL: http://svnweb.freebsd.org/changeset/base/256132 > > > > Log: > > Improve lzjb decompress

svn commit: r257719 - in stable: 8/sys/geom/eli 9/sys/geom/eli

2013-11-05 Thread Xin LI
Author: delphij Date: Tue Nov 5 20:00:17 2013 New Revision: 257719 URL: http://svnweb.freebsd.org/changeset/base/257719 Log: MFC r257539: When zero'ing out a buffer, make sure we are using right size. Without this change, in the worst but unlikely case scenario, certain administrati

svn commit: r257719 - in stable: 8/sys/geom/eli 9/sys/geom/eli

2013-11-05 Thread Xin LI
Author: delphij Date: Tue Nov 5 20:00:17 2013 New Revision: 257719 URL: http://svnweb.freebsd.org/changeset/base/257719 Log: MFC r257539: When zero'ing out a buffer, make sure we are using right size. Without this change, in the worst but unlikely case scenario, certain administrati

svn commit: r257718 - stable/10/sys/geom/eli

2013-11-05 Thread Xin LI
Author: delphij Date: Tue Nov 5 19:58:40 2013 New Revision: 257718 URL: http://svnweb.freebsd.org/changeset/base/257718 Log: MFC r257539: When zero'ing out a buffer, make sure we are using right size. Without this change, in the worst but unlikely case scenario, certain administrati

svn commit: r257716 - stable/9/lib/libc/sys

2013-11-05 Thread John Baldwin
Author: jhb Date: Tue Nov 5 19:54:13 2013 New Revision: 257716 URL: http://svnweb.freebsd.org/changeset/base/257716 Log: MFC 253656: Enhance the description of NOTE_TRACK: - NOTE_TRACK has never triggered a NOTE_TRACK event from the parent pid. If NOTE_FORK is set, the listener will get a

svn commit: r257717 - stable/8/lib/libc/sys

2013-11-05 Thread John Baldwin
Author: jhb Date: Tue Nov 5 19:54:35 2013 New Revision: 257717 URL: http://svnweb.freebsd.org/changeset/base/257717 Log: MFC 253656: Enhance the description of NOTE_TRACK: - NOTE_TRACK has never triggered a NOTE_TRACK event from the parent pid. If NOTE_FORK is set, the listener will get a

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread John Baldwin
On Tuesday, November 05, 2013 2:29:04 pm Gleb Smirnoff wrote: > On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Baldwin wrote: > J> On Tuesday, November 05, 2013 5:29:48 am Gleb Smirnoff wrote: > J> > Author: glebius > J> > Date: Tue Nov 5 10:29:47 2013 > J> > New Revision: 257696 > J> > URL: http:

svn commit: r257715 - head/etc

2013-11-05 Thread John Baldwin
Author: jhb Date: Tue Nov 5 19:49:53 2013 New Revision: 257715 URL: http://svnweb.freebsd.org/changeset/base/257715 Log: Don't explicitly invoke ifn_start on new child interfaces (vaps and subinterfaces) after they are created. Interfaces are already started by devd invoking /etc/pccard_et

Re: svn commit: r257694 - in head/etc: . defaults namedb periodic/daily rc.d

2013-11-05 Thread Julian Elischer
On 11/5/13, 1:30 AM, Gleb Smirnoff wrote: Author: glebius Date: Tue Nov 5 09:30:06 2013 New Revision: 257694 URL: http://svnweb.freebsd.org/changeset/base/257694 Log: Remove remnants of BIND from /etc, since there is no BIND in base now. Sorry, that would break users running head and

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread Adrian Chadd
Who says the only thing written out there that's old and would want a list of interfaces and interface configs via some legacy old ioctl API is ifconfig? -adrian On 5 November 2013 11:29, Gleb Smirnoff wrote: > On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Baldwin wrote: > J> On Tuesday, Nove

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread Gleb Smirnoff
On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Baldwin wrote: J> On Tuesday, November 05, 2013 5:29:48 am Gleb Smirnoff wrote: J> > Author: glebius J> > Date: Tue Nov 5 10:29:47 2013 J> > New Revision: 257696 J> > URL: http://svnweb.freebsd.org/changeset/base/257696 J> > J> > Log: J> > Drop sup

svn commit: r257713 - head/sys/compat/svr4

2013-11-05 Thread Gleb Smirnoff
Author: glebius Date: Tue Nov 5 19:17:19 2013 New Revision: 257713 URL: http://svnweb.freebsd.org/changeset/base/257713 Log: Fix build. Pointy hat to:glebius Modified: head/sys/compat/svr4/svr4_sockio.c Modified: head/sys/compat/svr4/svr4_sockio.c ==

svn commit: r257712 - head/sys/dev/usb/wlan

2013-11-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue Nov 5 18:27:25 2013 New Revision: 257712 URL: http://svnweb.freebsd.org/changeset/base/257712 Log: Protect the "ratectl_ch" callout in the "run" driver by the "run" softc's "sc->sc_mtx" mutex. Currently the callout was marked multi-processor safe, which is fine, b

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread John Baldwin
On Tuesday, November 05, 2013 5:29:48 am Gleb Smirnoff wrote: > Author: glebius > Date: Tue Nov 5 10:29:47 2013 > New Revision: 257696 > URL: http://svnweb.freebsd.org/changeset/base/257696 > > Log: > Drop support for historic ioctls and also undefine them, so that code > that checks their pr

svn commit: r257711 - svnadmin/conf

2013-11-05 Thread Gabor Pali
Author: pgj (doc,ports committer) Date: Tue Nov 5 17:19:51 2013 New Revision: 257711 URL: http://svnweb.freebsd.org/changeset/base/257711 Log: Michael Reifenberger (mr) has requested his commit bit be reactivated. Welcome back! Approved by: core Modified: svnadmin/conf/access Modifi

svn commit: r257710 - head/sys/netpfil/pf

2013-11-05 Thread Gleb Smirnoff
Author: glebius Date: Tue Nov 5 16:54:25 2013 New Revision: 257710 URL: http://svnweb.freebsd.org/changeset/base/257710 Log: Fix fallout from r257223. Since pf_test_state_icmp() can call pf_icmp_state_lookup() twice, we need to unlock previously found state. Reported & tested by: gavin

svn commit: r257709 - stable/9/sys/dev/nvme

2013-11-05 Thread Jim Harris
Author: jimharris Date: Tue Nov 5 15:57:24 2013 New Revision: 257709 URL: http://svnweb.freebsd.org/changeset/base/257709 Log: MFC r257534: Create a unique unit number for each controller and namespace cdev. Sponsored by: Intel Modified: stable/9/sys/dev/nvme/nvme_ctrlr.c stable/

svn commit: r257708 - stable/9/sbin/nvmecontrol

2013-11-05 Thread Jim Harris
Author: jimharris Date: Tue Nov 5 15:56:15 2013 New Revision: 257708 URL: http://svnweb.freebsd.org/changeset/base/257708 Log: MFC r257531: Do not exit with error status after printing data for perftest. Sponsored by: Intel Modified: stable/9/sbin/nvmecontrol/perftest.c Directory P

svn commit: r257707 - stable/10/sys/dev/nvme

2013-11-05 Thread Jim Harris
Author: jimharris Date: Tue Nov 5 15:54:52 2013 New Revision: 257707 URL: http://svnweb.freebsd.org/changeset/base/257707 Log: MFC r257534: Create a unique unit number for each controller and namespace cdev. Sponsored by: Intel Approved by: re (glebius) Modified: stable/10/sys/d

svn commit: r257706 - stable/10/sbin/nvmecontrol

2013-11-05 Thread Jim Harris
Author: jimharris Date: Tue Nov 5 15:52:38 2013 New Revision: 257706 URL: http://svnweb.freebsd.org/changeset/base/257706 Log: MFC r257531: Do not exit with error status after printing data for perftest. Sponsored by: Intel Approved by: re (glebius) Modified: stable/10/sbin/nvme

Re: svn commit: r257691 - head/gnu/lib/libgcc

2013-11-05 Thread Luigi Rizzo
On Tue, Nov 05, 2013 at 07:37:35AM +, Dimitry Andric wrote: > Author: dim > Date: Tue Nov 5 07:37:35 2013 > New Revision: 257691 > URL: http://svnweb.freebsd.org/changeset/base/257691 > > Log: > Fix libgcc build with gcc after r257645, by using -Wno-static-in-inline > for clang only. tha

svn commit: r257705 - head/tools/tools/syscall_timing

2013-11-05 Thread Sergey Kandaurov
Author: pluknet Date: Tue Nov 5 14:20:39 2013 New Revision: 257705 URL: http://svnweb.freebsd.org/changeset/base/257705 Log: Clean up -Wtautological-compare -Wformat warnings. Modified: head/tools/tools/syscall_timing/syscall_timing.c Modified: head/tools/tools/syscall_timing/syscall_timing

svn commit: r257704 - head/sbin/ifconfig

2013-11-05 Thread Gleb Smirnoff
Author: glebius Date: Tue Nov 5 14:11:31 2013 New Revision: 257704 URL: http://svnweb.freebsd.org/changeset/base/257704 Log: Axe IFF_SMART. Submitted by: pluknet Modified: head/sbin/ifconfig/ifconfig.c Modified: head/sbin/ifconfig/ifconfig.c

svn commit: r257703 - head/usr.bin/dtc

2013-11-05 Thread David Chisnall
Author: theraven Date: Tue Nov 5 14:07:30 2013 New Revision: 257703 URL: http://svnweb.freebsd.org/changeset/base/257703 Log: When writing DTS to a file, don't write some of it to stderr. Reported by: ray Modified: head/usr.bin/dtc/fdt.cc Modified: head/usr.bin/dtc/fdt.cc

svn commit: r257702 - in head/sys: arm/arm arm/broadcom/bcm2835 arm/freescale/imx arm/mv conf dev/fdt mips/mips powerpc/mpc85xx

2013-11-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Nov 5 13:48:34 2013 New Revision: 257702 URL: http://svnweb.freebsd.org/changeset/base/257702 Log: Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiring fdtbus in most cases. This brings ARM and MIPS more in line with existing Open Firmware pla

svn commit: r257701 - head/usr.sbin/pkg

2013-11-05 Thread Bryan Drewery
Author: bdrewery (ports committer) Date: Tue Nov 5 13:36:05 2013 New Revision: 257701 URL: http://svnweb.freebsd.org/changeset/base/257701 Log: Remove condition which can never be true as the previous loop is never exited while remote == NULL. Reported by: Coverity Approved by: bapt

svn commit: r257699 - in head: share/man/man9 sys/compat/linux sys/net usr.sbin/route6d

2013-11-05 Thread Gleb Smirnoff
Author: glebius Date: Tue Nov 5 12:52:56 2013 New Revision: 257699 URL: http://svnweb.freebsd.org/changeset/base/257699 Log: Axe IFF_SMART. Fortunately this layering violating flag was never used, it was just declared. Modified: head/share/man/man9/ifnet.9 head/sys/compat/linux/linux_ioc

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

2013-11-05 Thread Edwin Groothuis
Author: edwin Date: Tue Nov 5 10:58:38 2013 New Revision: 257697 URL: http://svnweb.freebsd.org/changeset/base/257697 Log: MFC of 257681 tzdata2013f - Jordan goes to winter time on the last Friday in October. - Tocantins in Brazil will not go into summer time in October. - Indonesian

svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-05 Thread Gleb Smirnoff
Author: glebius Date: Tue Nov 5 10:29:47 2013 New Revision: 257696 URL: http://svnweb.freebsd.org/changeset/base/257696 Log: Drop support for historic ioctls and also undefine them, so that code that checks their presence via ifdef, won't use them. Bump __FreeBSD_version as safety measur

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

2013-11-05 Thread Andriy Gapon
on 08/10/2013 04:38 Xin LI said the following: > Author: delphij > Date: Tue Oct 8 01:38:24 2013 > New Revision: 256132 > URL: http://svnweb.freebsd.org/changeset/base/256132 > > Log: > Improve lzjb decompress performance by reorganizing the code > to tighten the copy loop. > > Submitted

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

2013-11-05 Thread Oleg Bulyzhin
Discussion is here: http://lists.freebsd.org/pipermail/freebsd-stable/2013-September/075280.html -- Oleg. === Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- o...@rinet.ru === ===

svn commit: r257695 - head/sys/dev/ixgbe

2013-11-05 Thread Oleg Bulyzhin
Author: oleg Date: Tue Nov 5 09:46:01 2013 New Revision: 257695 URL: http://svnweb.freebsd.org/changeset/base/257695 Log: - Fix link loss on vlan reconfiguration. - Fix issues with 'vlanhwfilter'. MFC after:1 week Silence from: jfv 5 weeks Modified: head/sys/dev/ixgbe/ixgbe.c M

Re: svn commit: r257694 - in head/etc: . defaults namedb periodic/daily rc.d

2013-11-05 Thread Erwin Lansing
On Tue, Nov 05, 2013 at 09:30:07AM +, Gleb Smirnoff wrote: > Author: glebius > Date: Tue Nov 5 09:30:06 2013 > New Revision: 257694 > URL: http://svnweb.freebsd.org/changeset/base/257694 > > Log: > Remove remnants of BIND from /etc, since there is no BIND in base now. > Thanks for takin

svn commit: r257694 - in head/etc: . defaults namedb periodic/daily rc.d

2013-11-05 Thread Gleb Smirnoff
Author: glebius Date: Tue Nov 5 09:30:06 2013 New Revision: 257694 URL: http://svnweb.freebsd.org/changeset/base/257694 Log: Remove remnants of BIND from /etc, since there is no BIND in base now. Sorry, that would break users running head and BIND from ports, since ports rely on these sc