svn commit: r259161 - head/sys/mips/cavium/octe

2013-12-10 Thread Juli Mallett
Author: jmallett Date: Tue Dec 10 09:38:18 2013 New Revision: 259161 URL: http://svnweb.freebsd.org/changeset/base/259161 Log: Add missing includes. Modified: head/sys/mips/cavium/octe/cavium-ethernet.h head/sys/mips/cavium/octe/ethernet-mv88e61xx.c Modified: head/sys/mips/cavium/octe/cavi

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-10 Thread Ed Schouten
2013/12/10 Aleksandr Rybalko : > Thanks to Ed, [...] No, thanks to you! Thanks a lot for pushing forward something that I should have done years ago. Can't wait to buy you a beer. -- Ed Schouten ___ svn-src-head@freebsd.org mailing list http://lists.f

svn commit: r259168 - in head: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-12-10 Thread Alexander Motin
Author: mav Date: Tue Dec 10 12:36:44 2013 New Revision: 259168 URL: http://svnweb.freebsd.org/changeset/base/259168 Log: Don't even try to read vdev labels from devices smaller then SPA_MINDEVSIZE (64MB). Even if we would find one somehow, ZFS kernel code rejects such devices. It is funny

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-10 Thread Luiz Otavio O Souza
On Dec 10, 2013, at 9:30 AM, Ed Schouten wrote: > 2013/12/10 Aleksandr Rybalko : >> Thanks to Ed, [...] > > No, thanks to you! […] > Can't wait to buy you a beer. +1 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/sv

svn commit: r259169 - head/usr.sbin/ndp

2013-12-10 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 10 13:14:54 2013 New Revision: 259169 URL: http://svnweb.freebsd.org/changeset/base/259169 Log: Ansify function definitions. Modified: head/usr.sbin/ndp/ndp.c Modified: head/usr.sbin/ndp/ndp.c ==

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-10 Thread Aleksandr Rybalko
On Sun, 08 Dec 2013 22:45:09 +0100 Andreas Tobler wrote: > Hi Aleksandr, > > On 08.12.13 00:59, Aleksandr Rybalko wrote: > > Andreas Tobler написав(ла): > >> On 05.12.13 23:38, Aleksandr Rybalko wrote: > >>> Author: ray > >>> Date: Thu Dec 5 22:38:53 2013 > >>> New Revision: 259016 > >>> URL:

svn commit: r259171 - head/usr.sbin/ndp

2013-12-10 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 10 13:34:28 2013 New Revision: 259171 URL: http://svnweb.freebsd.org/changeset/base/259171 Log: Remove unused macro ADVANCE() and replace ROUNDUP() macro with ALIGN(). They aren't the same, but in our use cases ALIGN gives the same results. Modified: head/usr.sbin/n

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-10 Thread Tijl Coosemans
On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote: > That keyboards have no Shift key for that? :) > I will be glad to apply your changes, but I have to know how it should > be controlled. > > RU and UA PC keyboards have same 3 symbols '2', '"', '@' > To get '2' i have to press only '2' >

svn commit: r259176 - head/usr.sbin/ndp

2013-12-10 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 10 14:17:07 2013 New Revision: 259176 URL: http://svnweb.freebsd.org/changeset/base/259176 Log: Change the type of addr argument in dump() function to be able disambiguate link-local addresses from different zones. Modified: head/usr.sbin/ndp/ndp.c Modified: head/u

svn commit: r259178 - in head/sys: conf dev/vt

2013-12-10 Thread Aleksandr Rybalko
Author: ray Date: Tue Dec 10 15:36:29 2013 New Revision: 259178 URL: http://svnweb.freebsd.org/changeset/base/259178 Log: Break build with error in case when both syscons and newcons are enabled. Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/options head/sys/dev/vt/vt.h

svn commit: r259179 - in head/sys: dev/drm2 modules/drm2/drm2 modules/drm2/i915kms modules/drm2/radeonkms

2013-12-10 Thread Aleksandr Rybalko
Author: ray Date: Tue Dec 10 15:53:00 2013 New Revision: 259179 URL: http://svnweb.freebsd.org/changeset/base/259179 Log: Disable error message about failed attempt to attach fbd when drm2 built with syscons. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/drm2/drmP.h hea

svn commit: r259180 - head/sys/dev/hyperv/netvsc

2013-12-10 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Dec 10 17:16:13 2013 New Revision: 259180 URL: http://svnweb.freebsd.org/changeset/base/259180 Log: Fix missing new line after: Netvsc initializing... during boot. Modified: head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c Modified: head/sys/dev/hyperv

svn commit: r259182 - head/usr.sbin/ctld

2013-12-10 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Dec 10 17:27:11 2013 New Revision: 259182 URL: http://svnweb.freebsd.org/changeset/base/259182 Log: Fix handling for empty auth-groups. Without it, ctld child process would either exit on assertion, or, if assertions are not enabled, fail to authenticate the target.

svn commit: r259183 - head/sys/dev/iscsi

2013-12-10 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Dec 10 18:18:39 2013 New Revision: 259183 URL: http://svnweb.freebsd.org/changeset/base/259183 Log: Properly refuse handoff requests on already connected sessions. Previously this would result in dropping the session. MFC after:2 days Sponsored by: The FreeB

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

2013-12-10 Thread Joel Dahl
Author: joel (doc committer) Date: Tue Dec 10 19:15:26 2013 New Revision: 259186 URL: http://svnweb.freebsd.org/changeset/base/259186 Log: Minor mdoc fixes. Modified: head/share/man/man4/netmap.4 Modified: head/share/man/man4/netmap.4 =

Re: svn commit: r259150 - head/sys/dev/cxgbe

2013-12-10 Thread Gleb Smirnoff
On Tue, Dec 10, 2013 at 12:07:04AM +, Adrian Chadd wrote: A> Author: adrian A> Date: Tue Dec 10 00:07:04 2013 A> New Revision: 259150 A> URL: http://svnweb.freebsd.org/changeset/base/259150 A> A> Log: A> Print out the full PCIe link negotiation during dmesg. A> A> I found this useful wh

Re: svn commit: r259150 - head/sys/dev/cxgbe

2013-12-10 Thread John Baldwin
On Tuesday, December 10, 2013 2:26:50 pm Gleb Smirnoff wrote: > On Tue, Dec 10, 2013 at 12:07:04AM +, Adrian Chadd wrote: > A> Author: adrian > A> Date: Tue Dec 10 00:07:04 2013 > A> New Revision: 259150 > A> URL: http://svnweb.freebsd.org/changeset/base/259150 > A> > A> Log: > A> Print out

Re: svn commit: r259150 - head/sys/dev/cxgbe

2013-12-10 Thread Alexander Motin
On 10.12.2013 21:26, Gleb Smirnoff wrote: On Tue, Dec 10, 2013 at 12:07:04AM +, Adrian Chadd wrote: A> Author: adrian A> Date: Tue Dec 10 00:07:04 2013 A> New Revision: 259150 A> URL: http://svnweb.freebsd.org/changeset/base/259150 A> A> Log: A> Print out the full PCIe link negotiation duri

svn commit: r259189 - head/games/fortune/datfiles

2013-12-10 Thread Gavin Atkinson
Author: gavin Date: Tue Dec 10 19:42:35 2013 New Revision: 259189 URL: http://svnweb.freebsd.org/changeset/base/259189 Log: Fix typo in fortune (go -> to) Modified: head/games/fortune/datfiles/fortunes Modified: head/games/fortune/datfiles/fortunes ===

svn commit: r259191 - head/sbin/hastd

2013-12-10 Thread Mikolaj Golub
Author: trociny Date: Tue Dec 10 19:56:26 2013 New Revision: 259191 URL: http://svnweb.freebsd.org/changeset/base/259191 Log: For memsync replication, hio_countdown is used not only as an indication when a request can be moved to done queue, but also for detecting the current state of memsyn

svn commit: r259192 - head/sbin/hastd

2013-12-10 Thread Mikolaj Golub
Author: trociny Date: Tue Dec 10 19:58:10 2013 New Revision: 259192 URL: http://svnweb.freebsd.org/changeset/base/259192 Log: Add some macros to make the code more readable (no functional chages). MFC after:2 weeks Modified: head/sbin/hastd/primary.c Modified: head/sbin/hastd/primar

svn commit: r259193 - head/sbin/hastd

2013-12-10 Thread Mikolaj Golub
Author: trociny Date: Tue Dec 10 20:02:09 2013 New Revision: 259193 URL: http://svnweb.freebsd.org/changeset/base/259193 Log: Fix compiler warnings. MFC after:2 weeks Modified: head/sbin/hastd/nv.c head/sbin/hastd/proto.c Modified: head/sbin/hastd/nv.c

svn commit: r259194 - head/sbin/hastd

2013-12-10 Thread Mikolaj Golub
Author: trociny Date: Tue Dec 10 20:05:07 2013 New Revision: 259194 URL: http://svnweb.freebsd.org/changeset/base/259194 Log: In remote_send_thread, if sending a request fails don't take the request back from the receive queue -- it might already be processed by remote_recv_thread, which lea

svn commit: r259195 - head/sbin/hastd

2013-12-10 Thread Mikolaj Golub
Author: trociny Date: Tue Dec 10 20:06:41 2013 New Revision: 259195 URL: http://svnweb.freebsd.org/changeset/base/259195 Log: Send wakeup to threads waiting on empty queue before releasing the lock to decrease spurious wakeups. Submitted by: davidxu MFC after:2 weeks Modified: he

svn commit: r259196 - head/sbin/hastd

2013-12-10 Thread Mikolaj Golub
Author: trociny Date: Tue Dec 10 20:09:49 2013 New Revision: 259196 URL: http://svnweb.freebsd.org/changeset/base/259196 Log: Check remote protocol version only for the first connection (when it is actually sent by the remote node). Otherwise it generated confusing "Negotiated protocol ve

svn commit: r259197 - head/sys/x86/cpufreq

2013-12-10 Thread Alexander Motin
Author: mav Date: Tue Dec 10 20:25:43 2013 New Revision: 259197 URL: http://svnweb.freebsd.org/changeset/base/259197 Log: Do not DELAY() for P-state transition unless we want to see the result. Intel manual says: "If a transition is already in progress, transition to a new value will subs

svn commit: r259198 - head/sys/dev/md

2013-12-10 Thread Konstantin Belousov
Author: kib Date: Tue Dec 10 20:52:31 2013 New Revision: 259198 URL: http://svnweb.freebsd.org/changeset/base/259198 Log: Only assert the length of the passed bio in the mdstart_vnode() when the bio is unmapped, so we must map the bio pages into pbuf. This works around the geom classes whic

svn commit: r259199 - head/sys/dev/ofw

2013-12-10 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Dec 10 21:01:28 2013 New Revision: 259199 URL: http://svnweb.freebsd.org/changeset/base/259199 Log: Return the correct IEEE 1275 code for "nextprop". Modified: head/sys/dev/ofw/ofw_fdt.c Modified: head/sys/dev/ofw/ofw_fdt.c ===

svn commit: r259200 - head/sys/kern

2013-12-10 Thread Konstantin Belousov
Author: kib Date: Tue Dec 10 21:15:18 2013 New Revision: 259200 URL: http://svnweb.freebsd.org/changeset/base/259200 Log: Fix detection of EOF in kern_physio(). If bio_length was clipped by the excess code in g_io_check(), bio_resid is also truncated by g_io_deliver(). As result, bufdonebi

svn commit: r259202 - in head/sys/arm: arm versatile xilinx

2013-12-10 Thread John Baldwin
Author: jhb Date: Tue Dec 10 22:13:36 2013 New Revision: 259202 URL: http://svnweb.freebsd.org/changeset/base/259202 Log: Correct license statements to reflect the fact that these files were all derived from sys/arm/mv/bus_space.c. Approved by: core Modified: head/sys/arm/arm/bus_spac

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

2013-12-10 Thread Konstantin Belousov
Author: kib Date: Tue Dec 10 22:33:02 2013 New Revision: 259203 URL: http://svnweb.freebsd.org/changeset/base/259203 Log: The opt_*.h headers must be included before any system header, except sys/cdefs.h. In particular, in case of COMPAT_43, param.h includes sys/types.h, which includes sys/

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-10 Thread Andreas Tobler
On 10.12.13 14:43, Tijl Coosemans wrote: > On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote: >> That keyboards have no Shift key for that? :) >> I will be glad to apply your changes, but I have to know how it should >> be controlled. >> >> RU and UA PC keyboards have same 3 symbols '2', '

svn commit: r259205 - in head/sys/amd64/vmm: . intel io

2013-12-10 Thread Neel Natu
Author: neel Date: Tue Dec 10 22:56:51 2013 New Revision: 259205 URL: http://svnweb.freebsd.org/changeset/base/259205 Log: Fix x2apic support in bhyve. When the guest is bringing up the APs in the x2APIC mode a write to the ICR register will now trigger a return to userspace with an exitc

svn commit: r259208 - head/share/mk

2013-12-10 Thread Julio Merino
Author: jmmv Date: Wed Dec 11 03:39:50 2013 New Revision: 259208 URL: http://svnweb.freebsd.org/changeset/base/259208 Log: Add tap.test.mk. This file provides support to build test programs that comply with the Test Anything Protocol. Its main goal is to support the painless integratio

svn commit: r259209 - head/share/mk

2013-12-10 Thread Julio Merino
Author: jmmv Date: Wed Dec 11 03:41:07 2013 New Revision: 259209 URL: http://svnweb.freebsd.org/changeset/base/259209 Log: Make bsd.progs.mk work in directories with SCRIPTS but no PROGS. This change fixes some cases where bsd.progs.mk would fail to handle directories with SCRIPTS but no

svn commit: r259210 - in head: bin bin/date bin/date/tests bin/mv bin/mv/tests bin/pax bin/pax/tests bin/sh bin/sh/tests bin/sh/tests/builtins bin/sh/tests/errors bin/sh/tests/execution bin/sh/test...

2013-12-10 Thread Julio Merino
Author: jmmv Date: Wed Dec 11 04:09:17 2013 New Revision: 259210 URL: http://svnweb.freebsd.org/changeset/base/259210 Log: Migrate tools/regression/bin/ tests to the new layout. This change is a proof of concept on how to easily integrate existing tests from the tools/regression/ hierarch

svn commit: r259211 - in head/sys/cddl/contrib/opensolaris/uts: intel/dtrace powerpc/dtrace

2013-12-10 Thread Mark Johnston
Author: markj Date: Wed Dec 11 04:31:40 2013 New Revision: 259211 URL: http://svnweb.freebsd.org/changeset/base/259211 Log: Correct the check for errors from proc_rwmem(). MFC after:2 weeks Modified: head/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c head/sys/cddl/co

svn commit: r259212 - head/sys/arm/at91

2013-12-10 Thread Warner Losh
Author: imp Date: Wed Dec 11 05:32:29 2013 New Revision: 259212 URL: http://svnweb.freebsd.org/changeset/base/259212 Log: Fix one race and one fence post error. When the TX buffer was completely full, we'd not complete any of the mbufs due to the fence post error (this creates a large leak).

svn commit: r259213 - head/sys/amd64/vmm/io

2013-12-10 Thread Neel Natu
Author: neel Date: Wed Dec 11 06:28:44 2013 New Revision: 259213 URL: http://svnweb.freebsd.org/changeset/base/259213 Log: Fix typo when initializing the vlapic version register ('<<' instead of '<'). Modified: head/sys/amd64/vmm/io/vlapic.c Modified: head/sys/amd64/vmm/io/vlapic.c =