svn commit: r278854 - head/sys/x86/xen

2015-02-16 Thread Roger Pau Monné
Author: royger Date: Mon Feb 16 16:30:42 2015 New Revision: 278854 URL: https://svnweb.freebsd.org/changeset/base/278854 Log: xen/intr: improve PIRQ handling Improve and cleanup the Xen PIRQ event channel code: - Remove the xi_shared field as it is unused. - Clean the pending bit

svn commit: r278852 - head/sys/dev/usb/video

2015-02-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 16 15:46:16 2015 New Revision: 278852 URL: https://svnweb.freebsd.org/changeset/base/278852 Log: Avoid recursive locking. Modified: head/sys/dev/usb/video/udl.c Modified: head/sys/dev/usb/video/udl.c

Re: svn commit: r278830 - head/usr.sbin/devctl

2015-02-16 Thread John Baldwin
On Monday, February 16, 2015 02:20:12 AM John-Mark Gurney wrote: Author: jmg Date: Mon Feb 16 02:20:11 2015 New Revision: 278830 URL: https://svnweb.freebsd.org/changeset/base/278830 Log: install the man page... Sponsored by: FreeBSD Foundation Doh, thanks! -- John Baldwin

svn commit: r278853 - head/sys/dev/usb/video

2015-02-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 16 15:47:55 2015 New Revision: 278853 URL: https://svnweb.freebsd.org/changeset/base/278853 Log: Reduce number of memory buffers a bit. Modified: head/sys/dev/usb/video/udl.h Modified: head/sys/dev/usb/video/udl.h

svn commit: r278857 - head/usr.bin/kdump

2015-02-16 Thread Sergey Kandaurov
Author: pluknet Date: Mon Feb 16 17:19:28 2015 New Revision: 278857 URL: https://svnweb.freebsd.org/changeset/base/278857 Log: kdump: sendfile(2) flags argument needs casting on 64-bit platforms. MFC after:1 week Sponsored by: Nginx, Inc. Modified: head/usr.bin/kdump/kdump.c

Re: svn commit: r278473 - in head/sys: amd64/amd64 amd64/include amd64/vmm contrib/dev/acpica/include i386/i386 i386/include x86/acpica x86/include x86/x86 x86/xen

2015-02-16 Thread Konstantin Belousov
On Mon, Feb 16, 2015 at 03:21:04PM +0100, Koop Mast wrote: On 9-2-2015 22:00, Konstantin Belousov wrote: Author: kib Date: Mon Feb 9 21:00:56 2015 New Revision: 278473 URL: https://svnweb.freebsd.org/changeset/base/278473 Log: Add x2APIC support. Enable it by default if CPU is

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

2015-02-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 16 17:05:59 2015 New Revision: 278856 URL: https://svnweb.freebsd.org/changeset/base/278856 Log: The frag_info pointer is already pointing to an array index. Don't index twice. Sponsored by: Mellanox Technologies MFC after:3 days Modified:

Re: svn commit: r278737 - head/usr.sbin/flowctl

2015-02-16 Thread John Baldwin
On Saturday, February 14, 2015 02:53:48 PM Pedro Giffuni wrote: On 02/14/15 13:33, Ian Lepore wrote: On Sat, 2015-02-14 at 21:15 +0300, Gleb Smirnoff wrote: Bruce, On Sat, Feb 14, 2015 at 08:46:58PM +1100, Bruce Evans wrote: B Using VLAs and also the C99 feature of declarations

svn commit: r278855 - head/sys/x86/xen

2015-02-16 Thread Roger Pau Monné
Author: royger Date: Mon Feb 16 16:37:59 2015 New Revision: 278855 URL: https://svnweb.freebsd.org/changeset/base/278855 Log: xen/intr: improve handling of legacy IRQs Devices that use ISA IRQs expect them to be already configured, and don't call bus_config_intr, which prevents those

svn commit: r278858 - head/sys/net

2015-02-16 Thread Brad Davis
Author: brd (doc committer) Date: Mon Feb 16 18:06:24 2015 New Revision: 278858 URL: https://svnweb.freebsd.org/changeset/base/278858 Log: Fix build. Approved by: gibbs Modified: head/sys/net/pfvar.h Modified: head/sys/net/pfvar.h

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

2015-02-16 Thread Gleb Smirnoff
On Mon, Feb 16, 2015 at 03:10:50AM -0800, Julian Elischer wrote: J On 2/13/15 4:05 PM, Gleb Smirnoff wrote: J Hi! J J On Thu, Feb 12, 2015 at 10:20:34PM +, Gleb Smirnoff wrote: J T Author: glebius J T Date: Thu Feb 12 22:20:34 2015 J T New Revision: 278640 J T URL:

Re: svn commit: r278859 - head/sys/net

2015-02-16 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/16/2015 13:33, Gleb Smirnoff wrote: Author: glebius Date: Mon Feb 16 18:33:33 2015 New Revision: 278859 URL: https://svnweb.freebsd.org/changeset/base/278859 Log: Commit a miss from r278843. Pointy hat to:glebius ??? Please

svn commit: r278860 - head/sys/dev/pci

2015-02-16 Thread John-Mark Gurney
Author: jmg Date: Mon Feb 16 18:43:52 2015 New Revision: 278860 URL: https://svnweb.freebsd.org/changeset/base/278860 Log: remove NULL check as M_WAITOK will not return NULL Reviewed by: jhb Sponsored by: FreeBSD Foundation Modified: head/sys/dev/pci/pci.c Modified:

svn commit: r278859 - head/sys/net

2015-02-16 Thread Gleb Smirnoff
Author: glebius Date: Mon Feb 16 18:33:33 2015 New Revision: 278859 URL: https://svnweb.freebsd.org/changeset/base/278859 Log: Commit a miss from r278843. Pointy hat to:glebius Modified: head/sys/net/pfvar.h Modified: head/sys/net/pfvar.h

Re: svn commit: r278858 - head/sys/net

2015-02-16 Thread John-Mark Gurney
Craig Rodrigues wrote this message on Mon, Feb 16, 2015 at 11:37 -0800: On Mon, Feb 16, 2015 at 11:31 AM, Gleb Smirnoff gleb...@freebsd.org wrote: On Mon, Feb 16, 2015 at 06:06:25PM +, Brad Davis wrote: B Author: brd (doc committer) B Date: Mon Feb 16 18:06:24 2015 B New Revision:

Re: svn commit: r278858 - head/sys/net

2015-02-16 Thread Garrett Cooper
On Feb 16, 2015, at 11:47, John-Mark Gurney j...@funkthat.com wrote: Craig Rodrigues wrote this message on Mon, Feb 16, 2015 at 11:37 -0800: On Mon, Feb 16, 2015 at 11:31 AM, Gleb Smirnoff gleb...@freebsd.org wrote: On Mon, Feb 16, 2015 at 06:06:25PM +, Brad Davis wrote: B Author: brd

Re: svn commit: r278858 - head/sys/net

2015-02-16 Thread Gleb Smirnoff
On Mon, Feb 16, 2015 at 06:06:25PM +, Brad Davis wrote: B Author: brd (doc committer) B Date: Mon Feb 16 18:06:24 2015 B New Revision: 278858 B URL: https://svnweb.freebsd.org/changeset/base/278858 B B Log: B Fix build. B B Approved by: gibbs Thanks, Brad and Justin. My failure.

Re: svn commit: r278858 - head/sys/net

2015-02-16 Thread Craig Rodrigues
On Mon, Feb 16, 2015 at 11:31 AM, Gleb Smirnoff gleb...@freebsd.org wrote: On Mon, Feb 16, 2015 at 06:06:25PM +, Brad Davis wrote: B Author: brd (doc committer) B Date: Mon Feb 16 18:06:24 2015 B New Revision: 278858 B URL: https://svnweb.freebsd.org/changeset/base/278858 B B Log: B

Re: svn commit: r278473 - in head/sys: amd64/amd64 amd64/include amd64/vmm contrib/dev/acpica/include i386/i386 i386/include x86/acpica x86/include x86/x86 x86/xen

2015-02-16 Thread Koop Mast
On 16-2-2015 18:46, Konstantin Belousov wrote: On Mon, Feb 16, 2015 at 03:21:04PM +0100, Koop Mast wrote: On 9-2-2015 22:00, Konstantin Belousov wrote: Author: kib Date: Mon Feb 9 21:00:56 2015 New Revision: 278473 URL: https://svnweb.freebsd.org/changeset/base/278473 Log: Add x2APIC

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

2015-02-16 Thread Luiz Otavio O Souza
Author: loos Date: Mon Feb 16 19:06:31 2015 New Revision: 278861 URL: https://svnweb.freebsd.org/changeset/base/278861 Log: Add a mask to match only the relative base address of BSC controllers. This should fix the attach of BSC on RPI2 (based on andrew@ dmesg). Modified:

Re: svn commit: r278858 - head/sys/net

2015-02-16 Thread Steven Hartland
On 16/02/2015 19:37, Craig Rodrigues wrote: On Mon, Feb 16, 2015 at 11:31 AM, Gleb Smirnoff gleb...@freebsd.org mailto:gleb...@freebsd.org wrote: On Mon, Feb 16, 2015 at 06:06:25PM +, Brad Davis wrote: B Author: brd (doc committer) B Date: Mon Feb 16 18:06:24 2015 B New

Re: svn commit: r276747 - head/sys/netpfil/pf

2015-02-16 Thread Craig Rodrigues
Cool. Having the PF + VIMAGE issues resolved and committed to HEAD is what I am most interested in. When you have a patch that you are happy with, would you be OK with getting it into Phabricator? It would be good to have it in there, so that multiple people can review it, including Gleb.

svn commit: r278865 - head/sys/ofed/include/linux

2015-02-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 16 21:22:56 2015 New Revision: 278865 URL: https://svnweb.freebsd.org/changeset/base/278865 Log: The kasprintf() function cannot be inlined due to using a variable number of arguments. Move it to a C-file in the linuxapi module to make the function usable.

svn commit: r278862 - head/usr.sbin/binmiscctl

2015-02-16 Thread Sean Bruno
Author: sbruno Date: Mon Feb 16 20:55:37 2015 New Revision: 278862 URL: https://svnweb.freebsd.org/changeset/base/278862 Log: Add example for upcoming aarch64/arm64 targets. Modified: head/usr.sbin/binmiscctl/binmiscctl.8 Modified: head/usr.sbin/binmiscctl/binmiscctl.8

svn commit: r278866 - head/sys/ofed/include/linux

2015-02-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 16 21:26:16 2015 New Revision: 278866 URL: https://svnweb.freebsd.org/changeset/base/278866 Log: Define standard formatting strings to print GIDs in a separate header file. Sponsored by: Mellanox Technologies MFC after:3 days Added:

svn commit: r278867 - head/lib/libcompat/4.3

2015-02-16 Thread Pedro F. Giffuni
Author: pfg Date: Mon Feb 16 21:35:29 2015 New Revision: 278867 URL: https://svnweb.freebsd.org/changeset/base/278867 Log: rexec(3): prevent uninitialized access to port variable. CID: 1018716 (and clang static checker) Modified: head/lib/libcompat/4.3/rexec.c Modified:

svn commit: r278869 - in head/sys: amd64/amd64 i386/i386 x86/acpica x86/x86

2015-02-16 Thread Konstantin Belousov
Author: kib Date: Mon Feb 16 21:56:19 2015 New Revision: 278869 URL: https://svnweb.freebsd.org/changeset/base/278869 Log: Initialize x2APIC mode on the resume path before accessing LAPIC. Remove unneeded disable of LAPIC in the native_lapic_xapic_mode(). We attempt to send wakeup IPI

svn commit: r278871 - head/sys/dev/acpica

2015-02-16 Thread Konstantin Belousov
Author: kib Date: Mon Feb 16 22:18:43 2015 New Revision: 278871 URL: https://svnweb.freebsd.org/changeset/base/278871 Log: Array cannot be NULL, remove always true comparision. ACPI spec identifies the tested condition for _PRT as BYTE value of 0, so the remaining part of the conditionals

svn commit: r278874 - in head/sys: net netpfil/pf

2015-02-16 Thread Gleb Smirnoff
Author: glebius Date: Mon Feb 16 23:50:53 2015 New Revision: 278874 URL: https://svnweb.freebsd.org/changeset/base/278874 Log: - Improve INET/INET6 scope. - style(9) declarations. - Make couple of local functions static. Modified: head/sys/net/pfvar.h head/sys/netpfil/pf/pf_norm.c

svn commit: r278873 - head

2015-02-16 Thread Rui Paulo
Author: rpaulo Date: Mon Feb 16 23:29:56 2015 New Revision: 278873 URL: https://svnweb.freebsd.org/changeset/base/278873 Log: Fix a typo when invoking tar(1) to create the debug distributions. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r278876 - head/sys/powerpc/powerpc

2015-02-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Feb 17 01:23:38 2015 New Revision: 278876 URL: https://svnweb.freebsd.org/changeset/base/278876 Log: Having the TOC pointer in kernel dbeugger printouts is useful. Modified: head/sys/powerpc/powerpc/db_trace.c Modified: head/sys/powerpc/powerpc/db_trace.c

Re: svn commit: r278473 - in head/sys: amd64/amd64 amd64/include amd64/vmm contrib/dev/acpica/include i386/i386 i386/include x86/acpica x86/include x86/x86 x86/xen

2015-02-16 Thread Koop Mast
On 9-2-2015 22:00, Konstantin Belousov wrote: Author: kib Date: Mon Feb 9 21:00:56 2015 New Revision: 278473 URL: https://svnweb.freebsd.org/changeset/base/278473 Log: Add x2APIC support. Enable it by default if CPU is capable. The hw.x2apic_enable tunable allows disabling it from the

svn commit: r278879 - in head/sys: kern sys

2015-02-16 Thread Adrian Chadd
Author: adrian Date: Tue Feb 17 02:35:06 2015 New Revision: 278879 URL: https://svnweb.freebsd.org/changeset/base/278879 Log: Implement taskqueue_start_threads_cpuset(). This is a more generic version of taskqueue_start_threads_pinned() which only supports a single cpuid. This

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

2015-02-16 Thread Andriy Gapon
Author: avg Date: Mon Feb 16 13:02:00 2015 New Revision: 278849 URL: https://svnweb.freebsd.org/changeset/base/278849 Log: vt: move suspend/resume event handlers registration outside of mutex scope This is to avoid a witness warning about a waiting memory allocation in the evnt hanlder

svn commit: r278848 - head/bin/ln

2015-02-16 Thread Jilles Tjoelker
Author: jilles Date: Mon Feb 16 12:56:55 2015 New Revision: 278848 URL: https://svnweb.freebsd.org/changeset/base/278848 Log: symlink(7): Mention chflagsat() (can take AT_SYMLINK_NOFOLLOW). MFC after:1 week Modified: head/bin/ln/symlink.7 Modified: head/bin/ln/symlink.7

Re: svn commit: r278831 - head/sys/netpfil/pf

2015-02-16 Thread Sergey Kandaurov
On 16 February 2015 at 06:38, Gleb Smirnoff gleb...@freebsd.org wrote: Author: glebius Date: Mon Feb 16 03:38:27 2015 New Revision: 278831 URL: https://svnweb.freebsd.org/changeset/base/278831 Log: Update the pf fragment handling code to closer match recent OpenBSD. That partially

svn commit: r278880 - head/sys/dev/ic

2015-02-16 Thread Warner Losh
Author: imp Date: Tue Feb 17 05:07:38 2015 New Revision: 278880 URL: https://svnweb.freebsd.org/changeset/base/278880 Log: This should have been GC'd 6 years ago when ar(4) was removed. Deleted: head/sys/dev/ic/hd64570.h ___

svn commit: r278881 - head/sys/dev/lmc

2015-02-16 Thread Warner Losh
Author: imp Date: Tue Feb 17 05:10:41 2015 New Revision: 278881 URL: https://svnweb.freebsd.org/changeset/base/278881 Log: Remove compat code for pre-FreeBSD 7 systems. Modified: head/sys/dev/lmc/if_lmc.h Modified: head/sys/dev/lmc/if_lmc.h

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

2015-02-16 Thread Julian Elischer
On 2/16/15 11:26 AM, Gleb Smirnoff wrote: On Mon, Feb 16, 2015 at 03:10:50AM -0800, Julian Elischer wrote: J On 2/13/15 4:05 PM, Gleb Smirnoff wrote: J Hi! J J On Thu, Feb 12, 2015 at 10:20:34PM +, Gleb Smirnoff wrote: J T Author: glebius J T Date: Thu Feb 12 22:20:34 2015 J T New

Re: svn commit: r278760 - head/sys/kern

2015-02-16 Thread John Baldwin
On Saturday, February 14, 2015 07:21:10 PM Mateusz Guzik wrote: On Sat, Feb 14, 2015 at 05:02:51PM +, John Baldwin wrote: +SYSCTL_ULONG(_vfs, OID_AUTO, vnodes_created, CTLFLAG_RD, vnodes_created, +0, Number of vnodes created by getnewvnode); + [..] +static u_long

Re: svn commit: r278760 - head/sys/kern

2015-02-16 Thread John Baldwin
On Saturday, February 14, 2015 09:18:03 PM Gleb Smirnoff wrote: On Sat, Feb 14, 2015 at 05:02:51PM +, John Baldwin wrote: J Author: jhb J Date: Sat Feb 14 17:02:51 2015 J New Revision: 278760 J URL: https://svnweb.freebsd.org/changeset/base/278760 J J Log: J Add two new counters for

svn commit: r278850 - head/sys/dev/usb/controller

2015-02-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 16 15:34:10 2015 New Revision: 278850 URL: https://svnweb.freebsd.org/changeset/base/278850 Log: Handle VBUS error interrupts. Submitted by: SAITOU Toshihide to...@ruby.ocn.ne.jp PR: 190471 MFC after:1 week Modified:

svn commit: r278851 - head/sys/dev/usb/video

2015-02-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 16 15:39:51 2015 New Revision: 278851 URL: https://svnweb.freebsd.org/changeset/base/278851 Log: Swap screen dimensions back to normal. Modified: head/sys/dev/usb/video/udl.c Modified: head/sys/dev/usb/video/udl.c

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

2015-02-16 Thread Julian Elischer
On 2/13/15 4:05 PM, Gleb Smirnoff wrote: Hi! On Thu, Feb 12, 2015 at 10:20:34PM +, Gleb Smirnoff wrote: T Author: glebius T Date: Thu Feb 12 22:20:34 2015 T New Revision: 278640 T URL: https://svnweb.freebsd.org/changeset/base/278640 T T Log: T Revise default limit for maximum of

Re: svn commit: r278828 - head/sys/netinet6

2015-02-16 Thread Bjoern A. Zeeb
On 16 Feb 2015, at 03:36 , Gleb Smirnoff gleb...@freebsd.org wrote: On Mon, Feb 16, 2015 at 01:34:09AM +, Bjoern A. Zeeb wrote: B B On 16 Feb 2015, at 01:30 , Gleb Smirnoff gleb...@freebsd.org wrote: B B On Mon, Feb 16, 2015 at 01:25:05AM +, Bjoern A. Zeeb wrote: B B B B

Re: svn commit: r276747 - head/sys/netpfil/pf

2015-02-16 Thread Nikos Vassiliadis
Hi Gleb Craig, I am already working on the issues that need to be fixed, namely: 1) all the changes from projects/pf 2) unloading the module 3) one purge thread per pf instance will remain until we have more experience It's almost ready, I am trying to fix unloading the module. As I am not at

Re: svn commit: r276747 - head/sys/netpfil/pf

2015-02-16 Thread Craig Rodrigues
On Sun, Feb 15, 2015 at 11:46 PM, Gleb Smirnoff gleb...@freebsd.org wrote: On Sun, Feb 15, 2015 at 11:36:17PM -0800, Craig Rodrigues wrote: C On Sun, Feb 15, 2015 at 5:25 PM, Gleb Smirnoff gleb...@freebsd.org wrote: C C On Sun, Feb 15, 2015 at 01:33:19PM -0800, Craig Rodrigues wrote: C C

svn commit: r278844 - head/sys/dev/xen/xenstore

2015-02-16 Thread Roger Pau Monné
Author: royger Date: Mon Feb 16 09:53:43 2015 New Revision: 278844 URL: https://svnweb.freebsd.org/changeset/base/278844 Log: xen: fix xenstore dev Xenstore user-space device has two problems currently: - It does not correctly handle concurrent clients, because it's storing each

svn commit: r278846 - in head/sys: dev/fb sys

2015-02-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 16 11:49:48 2015 New Revision: 278846 URL: https://svnweb.freebsd.org/changeset/base/278846 Log: Forward the FBIO_BLANK IOCTL to framebuffer clients. Bump the FreeBSD version to force re-compilation of external video driver kernel modules. Discussed with:

svn commit: r278847 - head/sys/dev/usb/video

2015-02-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 16 11:54:45 2015 New Revision: 278847 URL: https://svnweb.freebsd.org/changeset/base/278847 Log: Allow the display port to be powered off. Modified: head/sys/dev/usb/video/udl.c Modified: head/sys/dev/usb/video/udl.c