Re: svn commit: r282132 - head/sys/netipsec

2015-05-12 Thread Ermal Luçi
Hello Andrey, do you plan to MFC this one? On Tue, Apr 28, 2015 at 11:29 AM, Andrey V. Elsukov a...@freebsd.org wrote: Author: ae Date: Tue Apr 28 09:29:28 2015 New Revision: 282132 URL: https://svnweb.freebsd.org/changeset/base/282132 Log: Since PFIL can change mbuf pointer, we should

svn commit: r282809 - in head: sbin/ifconfig sys/net sys/sys

2015-05-12 Thread Andrey V. Elsukov
Author: ae Date: Tue May 12 07:37:27 2015 New Revision: 282809 URL: https://svnweb.freebsd.org/changeset/base/282809 Log: Add new socket ioctls SIOC[SG]TUNFIB to set FIB number of encapsulated packets on tunnel interfaces. Add support of these ioctls to gre(4), gif(4) and me(4) interfaces.

svn commit: r282810 - head/sys/netinet

2015-05-12 Thread Michael Tuexen
Author: tuexen Date: Tue May 12 08:08:16 2015 New Revision: 282810 URL: https://svnweb.freebsd.org/changeset/base/282810 Log: Ensure that the COOKIE-ACK can be sent over UDP if the COOKIE-ECHO was received over UDP. Thanks to Felix Weinrank for makeing me aware of the problem and to Irene

Re: svn commit: r282132 - head/sys/netipsec

2015-05-12 Thread Andrey V. Elsukov
On 12.05.2015 10:25, Ermal Luçi wrote: Hello Andrey, do you plan to MFC this one? On Tue, Apr 28, 2015 at 11:29 AM, Andrey V. Elsukov a...@freebsd.org mailto:a...@freebsd.org wrote: Author: ae Date: Tue Apr 28 09:29:28 2015 New Revision: 282132 URL:

Re: svn commit: r282808 - head/lib/liblzma

2015-05-12 Thread Baptiste Daroussin
On Tue, May 12, 2015 at 05:42:13AM +, Xin LI wrote: Author: delphij Date: Tue May 12 05:42:13 2015 New Revision: 282808 URL: https://svnweb.freebsd.org/changeset/base/282808 Log: Revert r282775 for now. The added dependency would cause problems for e.g. ports-mgmt/pkg and we

Re: svn commit: r282736 - in head: . lib/libmd

2015-05-12 Thread Thomas Quinot
* Xin Li, 2015-05-12 : On 05/11/15 17:23, Bryan Drewery wrote: The libmd changes break pkg - so all packages. http://beefy6.nyi.freebsd.org/data/head-amd64-default/p386108_s282785/ logs/pkg-1.5.2.log CCLD pkg-static /usr/lib/liblzma.a(check.o): In function

svn commit: r282821 - in head: . lib

2015-05-12 Thread Ed Maste
Author: emaste Date: Tue May 12 17:53:22 2015 New Revision: 282821 URL: https://svnweb.freebsd.org/changeset/base/282821 Log: Remove redundant csu subdir logic The appropriate subdirectories are handled by lib/csu/Makefile. There's no need to duplicate this logic in Makefile.inc1 and

svn commit: r282820 - head/sys/net80211

2015-05-12 Thread Adrian Chadd
Author: adrian Date: Tue May 12 16:55:50 2015 New Revision: 282820 URL: https://svnweb.freebsd.org/changeset/base/282820 Log: Do not check sequence number for QoS Null frames; set it for generated QoS Null frames to 0 From IEEE Std. 802.11-2012, 8.3.2.1 Data frame format, p. 415 (513):

svn commit: r282824 - head/usr.sbin/crunch/crunchide

2015-05-12 Thread Ed Maste
Author: emaste Date: Tue May 12 20:04:17 2015 New Revision: 282824 URL: https://svnweb.freebsd.org/changeset/base/282824 Log: crunchide: remove EOL whitespace Modified: head/usr.sbin/crunch/crunchide/exec_elf32.c Modified: head/usr.sbin/crunch/crunchide/exec_elf32.c

svn commit: r282825 - head/sys/netpfil/ipfw

2015-05-12 Thread Alexander V. Chernikov
Author: melifaro Date: Tue May 12 20:42:42 2015 New Revision: 282825 URL: https://svnweb.freebsd.org/changeset/base/282825 Log: Remove ptei-value check from ipfw_link_table_values(): even if there was non-zero number of restarts, we would unref/clear all value references and start

Re: svn commit: r281838 - head/sys/dev/e1000

2015-05-12 Thread Hiren Panchasara
On 04/22/15 at 12:36P, Hiren Panchasara wrote: On 04/21/15 at 03:05P, Hiren Panchasara wrote: On 04/21/15 at 08:24P, Hiren Panchasara wrote: Author: hiren Date: Tue Apr 21 20:24:15 2015 New Revision: 281838 URL: https://svnweb.freebsd.org/changeset/base/281838 Log: For

svn commit: r282828 - head/sys/arm/broadcom/bcm2835

2015-05-12 Thread Luiz Otavio O Souza
Author: loos Date: Wed May 13 01:48:47 2015 New Revision: 282828 URL: https://svnweb.freebsd.org/changeset/base/282828 Log: Fix the SMP initialization on RPi 2 (BCM2836). Invalidate the CPU cache before start the others CPUs. Submitted by: Michal Meloun mel...@miracle.cz Modified:

svn commit: r282827 - in head/sys: arm/ti/am335x boot/fdt/dts/arm

2015-05-12 Thread Luiz Otavio O Souza
Author: loos Date: Wed May 13 01:10:28 2015 New Revision: 282827 URL: https://svnweb.freebsd.org/changeset/base/282827 Log: Add support for the power button on BeagleBone Black. Shutdown and turn off the board when the power button is pressed. Submitted by: Michal Meloun

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

2015-05-12 Thread Luiz Otavio O Souza
Author: loos Date: Wed May 13 02:25:54 2015 New Revision: 282829 URL: https://svnweb.freebsd.org/changeset/base/282829 Log: Fix the vmstat -i output on ARM. The consumers of hw.intrnames expect a NULL byte at end of the string containing the interrupt names. On ARM all the interrupt

svn commit: r282816 - in head/lib/libc/arm: . aeabi gen

2015-05-12 Thread Andrew Turner
Author: andrew Date: Tue May 12 10:03:14 2015 New Revision: 282816 URL: https://svnweb.freebsd.org/changeset/base/282816 Log: Teach bits of libc about Thumb. This adds the if-then instructions needed to handle the ARM conditional execution. While here fix a bug found by this in the

svn commit: r282812 - head/sys/arm/amlogic/aml8726

2015-05-12 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Tue May 12 08:53:54 2015 New Revision: 282812 URL: https://svnweb.freebsd.org/changeset/base/282812 Log: Disable WPI in case of aml8726-m3. The aml8726-m3 SoC is identified as a Cortex A9-r2 rev 4 CPU and it hangs sometimes during the boot when WFI is used by the

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

2015-05-12 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 12 11:52:34 2015 New Revision: 282817 URL: https://svnweb.freebsd.org/changeset/base/282817 Log: Apply proper locking when iterating the multicast addresses and add a missing check for NULL from a non-blocking kzalloc() function call. MFC after:1 week

Re: svn commit: r282827 - in head/sys: arm/ti/am335x boot/fdt/dts/arm

2015-05-12 Thread Rui Paulo
On Wednesday 13 May 2015 01:10:28 Luiz Otavio O Souza wrote: Author: loos Date: Wed May 13 01:10:28 2015 New Revision: 282827 URL: https://svnweb.freebsd.org/changeset/base/282827 Log: Add support for the power button on BeagleBone Black. Shutdown and turn off the board when the

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

2015-05-12 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Wed May 13 05:46:04 2015 New Revision: 282830 URL: https://svnweb.freebsd.org/changeset/base/282830 Log: Delete cpu_do_powersave which is set but never used/tested serving no useful purpose. Differential Revision:https://reviews.freebsd.org/D2516 Submitted

Re: svn commit: r282808 - head/lib/liblzma

2015-05-12 Thread Bryan Drewery
On 5/12/2015 12:42 AM, Xin LI wrote: Author: delphij Date: Tue May 12 05:42:13 2015 New Revision: 282808 URL: https://svnweb.freebsd.org/changeset/base/282808 Log: Revert r282775 for now. The added dependency would cause problems for e.g. ports-mgmt/pkg and we would like to do an