Re: svn commit: r255130 - in head/sys: arm/conf arm/freescale/imx boot/fdt/dts

2013-09-02 Thread Aleksandr Rybalko
Hello Rui! On Sun, 1 Sep 2013 20:15:36 + (UTC) Rui Paulo wrote: > Author: rpaulo > Date: Sun Sep 1 20:15:35 2013 > New Revision: 255130 > URL: http://svnweb.freebsd.org/changeset/base/255130 > > Log: > Initial support for the Digi ConnectCore(c) i.MX53 / Wi-i.MX53 boards. > > There

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

2013-09-02 Thread Gleb Smirnoff
Author: glebius Date: Mon Sep 2 10:14:25 2013 New Revision: 255143 URL: http://svnweb.freebsd.org/changeset/base/255143 Log: Merge 1.12 of pf_lb.c from OpenBSD, with some changes. Original commit: date: 2010/02/04 14:10:12; author: sthen; state: Exp; lines: +24 -19; pf_get_sport()

svn commit: r255144 - head/sys/geom/eli

2013-09-02 Thread Alexander Motin
Author: mav Date: Mon Sep 2 10:44:54 2013 New Revision: 255144 URL: http://svnweb.freebsd.org/changeset/base/255144 Log: Make ELI destruction (including orphanization) less aggressive, making it always wait for provider close. Old algorithm was reported to cause NULL dereference panic on a

svn commit: r255146 - head/lib/libexecinfo

2013-09-02 Thread Ed Maste
Author: emaste Date: Mon Sep 2 12:37:33 2013 New Revision: 255146 URL: http://svnweb.freebsd.org/changeset/base/255146 Log: libexecinfo compatibility with devel/libexecinfo port 1. Match shlib number 2. Add libelf dependency Suggested by: bapt[1] Modified: head/lib/libexecinfo/Ma

svn commit: r255149 - svnadmin/conf

2013-09-02 Thread Olivier Houchard
Author: cognet Date: Mon Sep 2 15:52:48 2013 New Revision: 255149 URL: http://svnweb.freebsd.org/changeset/base/255149 Log: Please Welcome Ruslan Bukin (br@) and Zbigniew Bodek (zbb@) to my ever-growing army of mentees. Ruslan gave us Exynos 5 support, and wrote the hdspe audio driver. Zb

svn commit: r255151 - head/sys/arm/freescale/imx

2013-09-02 Thread Rui Paulo
Author: rpaulo Date: Mon Sep 2 17:07:46 2013 New Revision: 255151 URL: http://svnweb.freebsd.org/changeset/base/255151 Log: Revert accidental commit. Modified: head/sys/arm/freescale/imx/imx51_machdep.c Modified: head/sys/arm/freescale/imx/imx51_machdep.c ===

Re: svn commit: r255130 - in head/sys: arm/conf arm/freescale/imx boot/fdt/dts

2013-09-02 Thread Rui Paulo
On 2 Sep 2013, at 01:26, Aleksandr Rybalko wrote: > Hello Rui! > > On Sun, 1 Sep 2013 20:15:36 + (UTC) > Rui Paulo wrote: > >> Author: rpaulo >> Date: Sun Sep 1 20:15:35 2013 >> New Revision: 255130 >> URL: http://svnweb.freebsd.org/changeset/base/255130 >> >> Log: >> Initial support fo

svn commit: r255152 - head/sys/dev/atkbdc

2013-09-02 Thread Eitan Adler
Author: eadler Date: Mon Sep 2 18:25:18 2013 New Revision: 255152 URL: http://svnweb.freebsd.org/changeset/base/255152 Log: synaptics and trackpoint support are stable enough to be on by default. Eventually both options should be removed. Reviewed by: dumbbell Modified: head/sys/d

svn commit: r255153 - in head/sys: dev/atkbdc sys

2013-09-02 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Mon Sep 2 19:15:20 2013 New Revision: 255153 URL: http://svnweb.freebsd.org/changeset/base/255153 Log: psm: Add support for middle and extended buttons on Synaptics touchpads PR: kern/170834 Submitted by: Brandon Gooch Tested by:Artyom Mirgorodskiy

Re: svn commit: r255130 - in head/sys: arm/conf arm/freescale/imx boot/fdt/dts

2013-09-02 Thread Aleksandr Rybalko
On Mon, 2 Sep 2013 10:10:39 -0700 Rui Paulo wrote: > On 2 Sep 2013, at 01:26, Aleksandr Rybalko wrote: > > > Hello Rui! > > > > On Sun, 1 Sep 2013 20:15:36 + (UTC) > > Rui Paulo wrote: > > > >> Author: rpaulo > >> Date: Sun Sep 1 20:15:35 2013 > >> New Revision: 255130 > >> URL: http://

Re: svn commit: r255153 - in head/sys: dev/atkbdc sys

2013-09-02 Thread Jean-Sébastien Pédron
Le 02/09/2013 21:15, Jean-Sebastien Pedron a écrit : Author: dumbbell Date: Mon Sep 2 19:15:20 2013 New Revision: 255153 URL: http://svnweb.freebsd.org/changeset/base/255153 Log: psm: Add support for middle and extended buttons on Synaptics touchpads PR: kern/170834 Submitted

Re: svn commit: r255153 - in head/sys: dev/atkbdc sys

2013-09-02 Thread Adrian Chadd
.. right, so you changed the structure layout without say, just adding to the end of said structure? :-) Yeah, I think you need to send out something. The binary packages for x11 need to be updated too or things will be odd. -adrian On 2 September 2013 12:24, Jean-Sébastien Pédron wrote: > L

svn commit: r255154 - head/sys/sys

2013-09-02 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Mon Sep 2 19:49:18 2013 New Revision: 255154 URL: http://svnweb.freebsd.org/changeset/base/255154 Log: sys/mouse.h: Move members introduced in r255153 to end of struct synapticshw I didn't know this structure was public and didn't pay enough attention... Modified:

Re: svn commit: r255153 - in head/sys: dev/atkbdc sys

2013-09-02 Thread Jean-Sébastien Pédron
Le 02/09/2013 21:29, Adrian Chadd a écrit : .. right, so you changed the structure layout without say, just adding to the end of said structure? :-) Yes, I took the patch as-is from the PR, as I don't have the hardware to test it and didn't know this struct was public. And as it worked for se

svn commit: r255156 - head/usr.sbin/rtadvd

2013-09-02 Thread Hiroki Sato
Author: hrs Date: Mon Sep 2 20:44:19 2013 New Revision: 255156 URL: http://svnweb.freebsd.org/changeset/base/255156 Log: Ignore if the interface is not IPv6-capable. Spotted by: rpaulo Modified: head/usr.sbin/rtadvd/if.c Modified: head/usr.sbin/rtadvd/if.c ===

svn commit: r255157 - head/bin/sh

2013-09-02 Thread Jilles Tjoelker
Author: jilles Date: Mon Sep 2 21:57:46 2013 New Revision: 255157 URL: http://svnweb.freebsd.org/changeset/base/255157 Log: sh: Fix race condition with signals and wait or set -T. The change in r23 was incomplete. It was still possible for a trapped signal to arrive before the shell

svn commit: r255158 - head/sys/i386/xen

2013-09-02 Thread Justin T. Gibbs
Author: gibbs Date: Mon Sep 2 22:22:56 2013 New Revision: 255158 URL: http://svnweb.freebsd.org/changeset/base/255158 Log: Better conformance to style(9) and organizational cleanup. No functional changes. sys/i386/xen/mp_machdep.c: Remove extra newlines. Group externs,

svn commit: r255160 - head/sys/netinet

2013-09-02 Thread Michael Tuexen
Author: tuexen Date: Mon Sep 2 22:48:41 2013 New Revision: 255160 URL: http://svnweb.freebsd.org/changeset/base/255160 Log: All changes affect only SCTP-AUTH: * Remove non working code related to SHA224. * Remove support for non-standardised HMAC-IDs using SHA384 and SHA512. * Prefer SHA2

svn commit: r255161 - head/sys/cddl/dev/dtrace/powerpc

2013-09-02 Thread Justin Hibbits
Author: jhibbits Date: Mon Sep 2 23:22:05 2013 New Revision: 255161 URL: http://svnweb.freebsd.org/changeset/base/255161 Log: Whitespace cleanup. Modified: head/sys/cddl/dev/dtrace/powerpc/dtrace_subr.c Modified: head/sys/cddl/dev/dtrace/powerpc/dtrace_subr.c ===

svn commit: r255162 - head/sys/netinet

2013-09-02 Thread Michael Tuexen
Author: tuexen Date: Mon Sep 2 23:27:53 2013 New Revision: 255162 URL: http://svnweb.freebsd.org/changeset/base/255162 Log: Use uint16_t instead of in_port_t for consistency with the SCTP code. MFC after: 1 week Modified: head/sys/netinet/sctp_output.c Modified: head/sys/netinet/sctp_o

svn commit: r255163 - head/etc/rc.d

2013-09-02 Thread Xin LI
Author: delphij Date: Mon Sep 2 23:52:25 2013 New Revision: 255163 URL: http://svnweb.freebsd.org/changeset/base/255163 Log: Create the default router last. This allows using an static interface route for default routes, which seems to be common among many dedicated hosting providers.

svn commit: r255164 - in head/sys: dev/hwpmc modules/hwpmc powerpc/include

2013-09-02 Thread Justin Hibbits
Author: jhibbits Date: Tue Sep 3 00:34:18 2013 New Revision: 255164 URL: http://svnweb.freebsd.org/changeset/base/255164 Log: Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoring will likely be done as more drivers are added, since AIM-compatible processors have sim

svn commit: r255165 - head/sys/powerpc/aim

2013-09-02 Thread Justin Hibbits
Author: jhibbits Date: Tue Sep 3 00:42:15 2013 New Revision: 255165 URL: http://svnweb.freebsd.org/changeset/base/255165 Log: Enable PMC interrupt handling, and fix a DTrace trap handling bug. Modified: head/sys/powerpc/aim/trap.c Modified: head/sys/powerpc/aim/trap.c ==

svn commit: r255166 - head/sys/dev/virtio

2013-09-02 Thread Bryan Venteicher
Author: bryanv Date: Tue Sep 3 02:26:57 2013 New Revision: 255166 URL: http://svnweb.freebsd.org/changeset/base/255166 Log: Fix unintended compiler constant folding Pointed out by: dim@ Modified: head/sys/dev/virtio/virtqueue.c Modified: head/sys/dev/virtio/virtqueue.c ==

svn commit: r255167 - head/sys/dev/virtio/network

2013-09-02 Thread Bryan Venteicher
Author: bryanv Date: Tue Sep 3 02:28:31 2013 New Revision: 255167 URL: http://svnweb.freebsd.org/changeset/base/255167 Log: Complete any pending Tx frames before attempting the next transmit Also complete pending frames in the watchdog function when the EVENT_IDX feature was negotiated j

svn commit: r255168 - stable/9/sys/kern

2013-09-02 Thread Konstantin Belousov
Author: kib Date: Tue Sep 3 05:20:42 2013 New Revision: 255168 URL: http://svnweb.freebsd.org/changeset/base/255168 Log: MFC r254945: When allocating a pbuf for the cluster write, do not sleep waiting for the available pbuf when passed vnode is backing md(4). Other i/o directed to the sam