Re: svn commit: r256850 - in head: bin/sh etc lib/libc/sys lib/libutil usr.bin/limits usr.bin/procstat

2013-11-02 Thread Konstantin Belousov
On Sat, Nov 02, 2013 at 07:43:52AM +0100, Stefan Neudorf wrote: > Konstantin Belousov writes: > > > On Wed, Oct 30, 2013 at 10:20:52PM +0100, Jilles Tjoelker wrote: > > > >> On Wed, Oct 30, 2013 at 02:01:57PM +0100, Stefan Neudorf wrote: > >> > Konstantin Belousov writes: > >> > > Modified: head

svn commit: r257541 - head/sys/dev/e1000

2013-11-02 Thread Konstantin Belousov
Author: kib Date: Sat Nov 2 09:16:11 2013 New Revision: 257541 URL: http://svnweb.freebsd.org/changeset/base/257541 Log: Fix several issues with the busdma(9) KPI use in the e1000 drivers. The problems do not affect bouncing busdma in a visible way, but are critical for the dmar backend.

Re: svn commit: r257535 - head/sys/netgraph

2013-11-02 Thread Mark R V Murray
On 2 Nov 2013, at 05:53, Adrian Chadd wrote: > Hm! A good question! > > On 1 November 2013 22:22, Bruce Evans wrote: > >>>if (harvest.point_to_point) >>> - random_harvest(&(m->m_data), 12, 2, RANDOM_NET_NG); >> >> >> '&(m->m_data)' is not just a pair of style bugs. It

Re: svn commit: r257535 - head/sys/netgraph

2013-11-02 Thread Mark R V Murray
On 2 Nov 2013, at 09:32, Mark R V Murray wrote: >> Mark - did you initially mean the address of the mbuf m_data pointer, >> or the data payload itself? > > As Bruce says - the address of payload data itself. We don’t have 12-byte > pointers in FreeBSD. :-) Cancel that. The address passed must

svn commit: r257542 - head/sys/ofed/drivers/net/mlx4

2013-11-02 Thread Alfred Perlstein
Author: alfred Date: Sat Nov 2 10:49:47 2013 New Revision: 257542 URL: http://svnweb.freebsd.org/changeset/base/257542 Log: Fix API mismatch exposed by lagg. When destroying a lagg the driver tries to restore the old mac and fails due to API mismatch Modified: head/sys/ofed/drivers/ne

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

2013-11-02 Thread Alfred Perlstein
Author: alfred Date: Sat Nov 2 11:37:16 2013 New Revision: 257543 URL: http://svnweb.freebsd.org/changeset/base/257543 Log: Add device ID for 'Sanoxy 802.11N' usb Modified: head/sys/dev/usb/wlan/if_urtwn.c Modified: head/sys/dev/usb/wlan/if_urtwn.c ==

Re: svn commit: r257535 - head/sys/netgraph

2013-11-02 Thread Adrian Chadd
Okay. I'll go and re-fix things. Thanks, -a On 2 November 2013 02:44, Mark R V Murray wrote: > > On 2 Nov 2013, at 09:32, Mark R V Murray wrote: >>> Mark - did you initially mean the address of the mbuf m_data pointer, >>> or the data payload itself? >> >> As Bruce says - the address of paylo

svn commit: r257548 - in head/sys: net netgraph

2013-11-02 Thread Adrian Chadd
Author: adrian Date: Sat Nov 2 15:13:02 2013 New Revision: 257548 URL: http://svnweb.freebsd.org/changeset/base/257548 Log: Restore the entropy gathering from the m_data pointer value, not the m_data payload. After talking with markm/bde, this is what markm actually intended. Modified:

svn commit: r257549 - head/sys/arm/include

2013-11-02 Thread Alan Cox
Author: alc Date: Sat Nov 2 17:08:20 2013 New Revision: 257549 URL: http://svnweb.freebsd.org/changeset/base/257549 Log: Don't create a distinct free page pool for segregating allocations that are accessed through the direct map unless the kernel configuration actually includes a direct map

svn commit: r257550 - head/sys/dev/netmap

2013-11-02 Thread Luigi Rizzo
Author: luigi Date: Sat Nov 2 18:03:21 2013 New Revision: 257550 URL: http://svnweb.freebsd.org/changeset/base/257550 Log: circumvent a couple of warnings: - on line 2550 intentionally overriding a const qualifier - on line 3219 intentionally converting uint64_t to a pointer Modified: he

svn commit: r257555 - in head/sys: netinet netinet6

2013-11-02 Thread Michael Tuexen
Author: tuexen Date: Sat Nov 2 20:12:19 2013 New Revision: 257555 URL: http://svnweb.freebsd.org/changeset/base/257555 Log: Changes from upstream to improve compilation when INET or INET6 or none of them is defined. MFC after: 3 days Modified: head/sys/netinet/sctp_asconf.c head/sys

svn commit: r257556 - head/sys/dev/uart

2013-11-02 Thread Ian Lepore
Author: ian Date: Sat Nov 2 20:14:39 2013 New Revision: 257556 URL: http://svnweb.freebsd.org/changeset/base/257556 Log: Arrange for uart_cpu_fdt's probe() routine to use the same table of compat strings as uart_bus_fdt's probe(). The bus code uses ofw_bus_search_compatible() and that's

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

2013-11-02 Thread Ian Lepore
Author: ian Date: Sat Nov 2 21:07:39 2013 New Revision: 257557 URL: http://svnweb.freebsd.org/changeset/base/257557 Log: Add a missing register definition. Modified: head/sys/arm/freescale/imx/imx6_anatopreg.h Modified: head/sys/arm/freescale/imx/imx6_anatopreg.h ===

Re: svn commit: r256849 - in head/sys: kern sys

2013-11-02 Thread Jilles Tjoelker
On Mon, Oct 21, 2013 at 04:44:53PM +, Konstantin Belousov wrote: > Author: kib > Date: Mon Oct 21 16:44:53 2013 > New Revision: 256849 > URL: http://svnweb.freebsd.org/changeset/base/256849 > Log: > Add a resource limit for the total number of kqueues available to the > user. Kqueue now s

Re: svn commit: r256849 - in head/sys: kern sys

2013-11-02 Thread Konstantin Belousov
On Sat, Nov 02, 2013 at 10:17:27PM +0100, Jilles Tjoelker wrote: > On Mon, Oct 21, 2013 at 04:44:53PM +, Konstantin Belousov wrote: > > Author: kib > > Date: Mon Oct 21 16:44:53 2013 > > New Revision: 256849 > > URL: http://svnweb.freebsd.org/changeset/base/256849 > > > Log: > > Add a resour

Re: svn commit: r257535 - head/sys/netgraph

2013-11-02 Thread Bruce Evans
On Sat, 2 Nov 2013, Mark R V Murray wrote: On 2 Nov 2013, at 09:32, Mark R V Murray wrote: Mark - did you initially mean the address of the mbuf m_data pointer, or the data payload itself? As Bruce says - the address of payload data itself. We don?t have 12-byte pointers in FreeBSD. :-) C

Re: svn commit: r257535 - head/sys/netgraph

2013-11-02 Thread Mark R V Murray
On 2 Nov 2013, at 22:28, Bruce Evans wrote: > On Sat, 2 Nov 2013, Mark R V Murray wrote: > >> On 2 Nov 2013, at 09:32, Mark R V Murray wrote: Mark - did you initially mean the address of the mbuf m_data pointer, or the data payload itself? >>> >>> As Bruce says - the address of payl

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

2013-11-02 Thread Ian Lepore
Author: ian Date: Sat Nov 2 22:44:35 2013 New Revision: 257561 URL: http://svnweb.freebsd.org/changeset/base/257561 Log: Bugfix: the attach routine needs to use the same table of fdt compat strings that the probe routine used. Modified: head/sys/arm/freescale/imx/imx_sdhci.c Modified: he

Re: this breaks builds of head on stable/9 (Re: svn commit: r257268 - head/gnu/usr.bin/binutils/ld

2013-11-02 Thread Simon J. Gerraty
On Fri, 1 Nov 2013 17:15:32 -0500, Brooks Davis writes: >(In practice WITHOUT_BMAKE is broken and corrupts your object tree with a >make that fails until manually deleted.) That's new? it worked last time I checked - which was around the time I made sure the make thus built was named for the fla

Re: this breaks builds of head on stable/9 (Re: svn commit: r257268 - head/gnu/usr.bin/binutils/ld

2013-11-02 Thread Simon J. Gerraty
>told me what was wrong. The issue is that the :U modifer I used is a >bmake feature and that the toolchain target doesn't bootstrap bmake (or >perhaps doesn't do it early enough). I plan to commit a workaround for Hmmm toolchain is in the same TGTS list as buildworld, so should depend on upgrad