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

2014-05-27 Thread Luigi Rizzo
Author: luigi Date: Wed May 28 06:50:16 2014 New Revision: 266790 URL: http://svnweb.freebsd.org/changeset/base/266790 Log: reference the correct variable in a comment MFC after:3 days Modified: head/sys/dev/e1000/if_igb.c Modified: head/sys/dev/e1000/if_igb.c ==

svn commit: r266787 - head/sys/arm/samsung/exynos

2014-05-27 Thread Ruslan Bukin
Author: br Date: Wed May 28 06:15:45 2014 New Revision: 266787 URL: http://svnweb.freebsd.org/changeset/base/266787 Log: Add simple polling mechanism that works for KDB. Submitted by: Maxim Ignatenko Modified: head/sys/arm/samsung/exynos/chrome_kb.c Modified: head/sys/arm/samsung/exyno

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

2014-05-27 Thread Christian Brueffer
Author: brueffer Date: Wed May 28 06:11:16 2014 New Revision: 266786 URL: http://svnweb.freebsd.org/changeset/base/266786 Log: Document support for Intel Centrino Wireless-N 105, added in r266770. MFC after:2 weeks Modified: head/share/man/man4/iwn.4 Modified: head/share/man/man4/iw

svn commit: r266785 - in head/sys: arm/samsung/exynos boot/fdt/dts/arm

2014-05-27 Thread Ruslan Bukin
Author: br Date: Wed May 28 06:11:12 2014 New Revision: 266785 URL: http://svnweb.freebsd.org/changeset/base/266785 Log: Describe I2C arbitrator device in DTS and use it for Chromebook Snow only. Submitted by: Maxim Ignatenko Modified: head/sys/arm/samsung/exynos/chrome_ec.c head/sys/

svn commit: r266783 - in head/sys: arm/conf boot/fdt/dts/arm

2014-05-27 Thread Ruslan Bukin
Author: br Date: Wed May 28 06:00:55 2014 New Revision: 266783 URL: http://svnweb.freebsd.org/changeset/base/266783 Log: o Add kernel configuration for HP Chromebook 11 o Use machine codename in filenames o Add GEOM_PART_GPT kernel option Submitted by: Maxim Ignatenko Added: head/sy

svn commit: r266782 - head/sys/compat/linux

2014-05-27 Thread Dmitry Chagin
Author: dchagin Date: Wed May 28 05:57:35 2014 New Revision: 266782 URL: http://svnweb.freebsd.org/changeset/base/266782 Log: In r218101 I have not changed properly the futex syscall definition. Some Linux futex ops atomically verifies that the futex address uaddr (uval) contains the value v

Re: svn commit: r266757 - in head/sys: conf dev/cxgbe dev/cxgbe/common modules/cxgbe/if_cxgbe

2014-05-27 Thread George Neville-Neil
On 27 May 2014, at 20:42, Navdeep Parhar wrote: > On 05/27/14 17:36, Luigi Rizzo wrote: >> >> >> >> On Tue, May 27, 2014 at 8:18 PM, Navdeep Parhar > > wrote: >> >> Author: np >> Date: Tue May 27 18:18:41 2014 >> New Revision: 266757 >> URL: http://svnweb.freebsd.org/c

svn commit: r266780 - head/sys/vm

2014-05-27 Thread Konstantin Belousov
Author: kib Date: Wed May 28 00:45:35 2014 New Revision: 266780 URL: http://svnweb.freebsd.org/changeset/base/266780 Log: Remove the assert which can be triggered by the userspace. The situation checked by assert is verified to not take place in vm_map_wire(), and protection permissions on

Re: svn commit: r266757 - in head/sys: conf dev/cxgbe dev/cxgbe/common modules/cxgbe/if_cxgbe

2014-05-27 Thread Navdeep Parhar
On 05/27/14 17:36, Luigi Rizzo wrote: > > > > On Tue, May 27, 2014 at 8:18 PM, Navdeep Parhar > wrote: > > Author: np > Date: Tue May 27 18:18:41 2014 > New Revision: 266757 > URL: http://svnweb.freebsd.org/changeset/base/266757 > > Log: > cx

Re: svn commit: r266757 - in head/sys: conf dev/cxgbe dev/cxgbe/common modules/cxgbe/if_cxgbe

2014-05-27 Thread Luigi Rizzo
On Tue, May 27, 2014 at 8:18 PM, Navdeep Parhar wrote: > Author: np > Date: Tue May 27 18:18:41 2014 > New Revision: 266757 > URL: http://svnweb.freebsd.org/changeset/base/266757 > > Log: > cxgbe(4): netmap support for Terminator 5 (T5) based 10G/40G cards. > Netmap gets its own hardware-assi

svn commit: r266779 - in head/release/picobsd: floppy.tree/etc mfs_tree/etc

2014-05-27 Thread Luigi Rizzo
= --- head/release/picobsd/mfs_tree/etc/gettytab Tue May 27 23:57:22 2014 (r266778) +++ head/release/picobsd/mfs_tree/etc/gettytab Wed May 28 00:30:32 2014 (r266779) @@ -4,12 +4,15 @@ default:\ :cb:ce:ck:lc:fd#1000:cl:im=\r\nPicoBSD (%h) (%t)\r\n\r\n:sp#1200: -P|Pc|P

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

2014-05-27 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue May 27 23:57:22 2014 New Revision: 266778 URL: http://svnweb.freebsd.org/changeset/base/266778 Log: Repair nested signal handling on PowerPC. The signal trampoline code was not allocating space for the parameter save area in the stack frame. If the compiler chose

svn commit: r266777 - head/contrib/unbound/libunbound

2014-05-27 Thread Dag-Erling Smørgrav
Author: des Date: Tue May 27 23:39:28 2014 New Revision: 266777 URL: http://svnweb.freebsd.org/changeset/base/266777 Log: Move libworker_event_done_cb() from libworker.h to worker.h. Modified: head/contrib/unbound/libunbound/libworker.h head/contrib/unbound/libunbound/worker.h Modified: he

Re: svn commit: r266770 - head/sys/dev/iwn

2014-05-27 Thread Gavin Atkinson
On Tue, 27 May 2014, Adrian Chadd wrote: > Sweet. Firmware? Is that included? Firmware for these was committed some time ago, in r260552. Gavin ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscri

svn commit: r266776 - head/sys/dev/iwn

2014-05-27 Thread Gavin Atkinson
Author: gavin Date: Tue May 27 23:05:12 2014 New Revision: 266776 URL: http://svnweb.freebsd.org/changeset/base/266776 Log: Remove debugging printf that crept in in r266770. Submitted by: adrian, nwhitehorn MFC after:2 weeks Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/d

Re: svn commit: r266770 - head/sys/dev/iwn

2014-05-27 Thread Adrian Chadd
Sweet. Firmware? Is that included? -a On 27 May 2014 15:33, Gavin Atkinson wrote: > Oops, you are correct. I shall remove the debugging printf it in an hour or > so. > > As far as treating this card like a 2030, that is also exactly what Linux > does. > > Thanks, > > Gavin > > On 27 May 2014 2

Re: svn commit: r266770 - head/sys/dev/iwn

2014-05-27 Thread Gavin Atkinson
Oops, you are correct. I shall remove the debugging printf it in an hour or so. As far as treating this card like a 2030, that is also exactly what Linux does. Thanks, Gavin On 27 May 2014 20:47, "Adrian Chadd" wrote: > woo! > > There's some debugging printf left in. Maybe turn it into > devic

svn commit: r266775 - head/sys/x86/x86

2014-05-27 Thread Scott Long
Author: scottl Date: Tue May 27 21:31:11 2014 New Revision: 266775 URL: http://svnweb.freebsd.org/changeset/base/266775 Log: Eliminate the fake contig_dmamap and replace it with a new flag, BUS_DMA_KMEM_ALLOC. They serve the same purpose, but using the flag means that the map can be NULL ag

svn commit: r266774 - head/sbin/ifconfig

2014-05-27 Thread Allan Jude
Author: allanjude (doc committer) Date: Tue May 27 20:45:15 2014 New Revision: 266774 URL: http://svnweb.freebsd.org/changeset/base/266774 Log: improve ifconfig(8) man page by describing special behaviour of -l ether PR: docs/187644 Submitted by: Andrew Merenbach (original patch

Re: svn commit: r266553 - head/release/scripts

2014-05-27 Thread Warner Losh
On May 27, 2014, at 1:40 PM, Tijl Coosemans wrote: > On Tue, 27 May 2014 07:18:06 -0600 Warner Losh wrote: >> On May 27, 2014, at 1:36 AM, Tijl Coosemans wrote: >>> On Mon, 26 May 2014 16:31:21 -0600 Warner Losh wrote: On May 26, 2014, at 4:18 PM, Tijl Coosemans wrote: > On Mon, 26 M

svn commit: r266773 - head/usr.bin/top

2014-05-27 Thread John Baldwin
Author: jhb Date: Tue May 27 20:22:36 2014 New Revision: 266773 URL: http://svnweb.freebsd.org/changeset/base/266773 Log: Fix a couple of size_t != int warnings. Modified: head/usr.bin/top/machine.c Modified: head/usr.bin/top/machine.c

Re: svn commit: r266765 - in head/sys/amd64/vmm: . intel

2014-05-27 Thread John Baldwin
On Tuesday, May 27, 2014 3:04:38 pm John Baldwin wrote: > Author: jhb > Date: Tue May 27 19:04:38 2014 > New Revision: 266765 > URL: http://svnweb.freebsd.org/changeset/base/266765 > > Log: > - Rework the XSAVE/XRSTOR emulation to only expose XCR0 features to the > guest for which the rules

svn commit: r266772 - head/sys/dev/firewire

2014-05-27 Thread John Baldwin
Author: jhb Date: Tue May 27 19:56:02 2014 New Revision: 266772 URL: http://svnweb.freebsd.org/changeset/base/266772 Log: Various cleanups and fixes: - Switch from timeout() to callout_*() for per-request timers. - Use device_find_child() in the identify routine. - Use device_printf() inst

Re: svn commit: r266770 - head/sys/dev/iwn

2014-05-27 Thread Adrian Chadd
woo! There's some debugging printf left in. Maybe turn it into device_printf() and hide it behind bootverbose? Is this all the linux driver did? Are the 2030 parameters okay? -a On 27 May 2014 12:39, Gavin Atkinson wrote: > Author: gavin > Date: Tue May 27 19:39:57 2014 > New Revision: 26677

svn commit: r266771 - in head: cddl/contrib/opensolaris/cmd/zfs sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs...

2014-05-27 Thread Xin LI
Author: delphij Date: Tue May 27 19:46:11 2014 New Revision: 266771 URL: http://svnweb.freebsd.org/changeset/base/266771 Log: MFV r266766: Add a new zfs property, "redundant_metadata" which can have values "all" or "most". The default will be "all", which is the current behavior. When s

Re: svn commit: r266553 - head/release/scripts

2014-05-27 Thread Tijl Coosemans
On Tue, 27 May 2014 07:18:06 -0600 Warner Losh wrote: > On May 27, 2014, at 1:36 AM, Tijl Coosemans wrote: >> On Mon, 26 May 2014 16:31:21 -0600 Warner Losh wrote: >>> On May 26, 2014, at 4:18 PM, Tijl Coosemans wrote: On Mon, 26 May 2014 09:53:57 -0600 Warner Losh wrote: > On May 26, 2

svn commit: r266770 - head/sys/dev/iwn

2014-05-27 Thread Gavin Atkinson
Author: gavin Date: Tue May 27 19:39:57 2014 New Revision: 266770 URL: http://svnweb.freebsd.org/changeset/base/266770 Log: Add support for the Intel Centrino Wireless-N 105 chipset. MFC after:2 weeks Relnotes: yes Modified: head/sys/dev/iwn/if_iwn.c head/sys/dev/iwn/if_iwn_d

svn commit: r266768 - head/sys/cddl/contrib/opensolaris

2014-05-27 Thread Xin LI
Author: delphij Date: Tue May 27 19:15:01 2014 New Revision: 266768 URL: http://svnweb.freebsd.org/changeset/base/266768 Log: Note r266764 as merged (was committed as r265458). Modified: Directory Properties: head/sys/cddl/contrib/opensolaris/ (props changed) ___

svn commit: r266767 - head/sys/cddl/contrib/opensolaris

2014-05-27 Thread Xin LI
Author: delphij Date: Tue May 27 19:11:58 2014 New Revision: 266767 URL: http://svnweb.freebsd.org/changeset/base/266767 Log: Dummy merge r266763. The Illumos change is not applicable to FreeBSD as we solved it differently when importing LZ4 support. Modified: Directory Properties: head/sy

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

2014-05-27 Thread John Baldwin
Author: jhb Date: Tue May 27 19:04:38 2014 New Revision: 266765 URL: http://svnweb.freebsd.org/changeset/base/266765 Log: - Rework the XSAVE/XRSTOR emulation to only expose XCR0 features to the guest for which the rules regarding xsetbv emulation are known. In particular future extensio

svn commit: r266760 - head/contrib/bmake

2014-05-27 Thread Simon J. Gerraty
Author: sjg Date: Tue May 27 18:39:13 2014 New Revision: 266760 URL: http://svnweb.freebsd.org/changeset/base/266760 Log: Portmgr no longer need the UL hack. Reviewed by: obrien Modified: head/contrib/bmake/var.c Modified: head/contrib/bmake/var.c ===

svn commit: r266757 - in head/sys: conf dev/cxgbe dev/cxgbe/common modules/cxgbe/if_cxgbe

2014-05-27 Thread Navdeep Parhar
Author: np Date: Tue May 27 18:18:41 2014 New Revision: 266757 URL: http://svnweb.freebsd.org/changeset/base/266757 Log: cxgbe(4): netmap support for Terminator 5 (T5) based 10G/40G cards. Netmap gets its own hardware-assisted virtual interface and won't take over or disrupt the "normal" int

svn commit: r266756 - head/share/mk

2014-05-27 Thread Warner Losh
Author: imp Date: Tue May 27 16:30:54 2014 New Revision: 266756 URL: http://svnweb.freebsd.org/changeset/base/266756 Log: Better documentation for why KERBEROS and OPENSSH are here, and where to look for all the other options that used to be here (well, in bsd.own.mk) Suggested by: des@

svn commit: r266753 - head/share/man/man5

2014-05-27 Thread Glen Barber
Author: gjb Date: Tue May 27 15:55:26 2014 New Revision: 266753 URL: http://svnweb.freebsd.org/changeset/base/266753 Log: Regen after r266752. Sponsored by: The FreeBSD Foundation Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 =

svn commit: r266752 - head/tools/build/options

2014-05-27 Thread Glen Barber
Author: gjb Date: Tue May 27 15:52:27 2014 New Revision: 266752 URL: http://svnweb.freebsd.org/changeset/base/266752 Log: Remove empty lines that cause mdoc warnings. Sponsored by: The FreeBSD Foundation Modified: head/tools/build/options/WITHOUT_DOCCOMPRESS head/tools/build/options/WI

svn commit: r266746 - head/sys/x86/x86

2014-05-27 Thread Scott Long
Author: scottl Date: Tue May 27 14:18:57 2014 New Revision: 266746 URL: http://svnweb.freebsd.org/changeset/base/266746 Log: Now that there are separate back-end implementations of busdma, the bounce implementation shouldn't steal flags from the common front-end. Move those flags to the back

svn commit: r266745 - head/sys/x86/x86

2014-05-27 Thread Scott Long
Author: scottl Date: Tue May 27 14:06:23 2014 New Revision: 266745 URL: http://svnweb.freebsd.org/changeset/base/266745 Log: Revert r266481. It was based on faulty analysis of the problem. A correct fix is forthcoming. Obtained from:Netflix, Inc. Modified: head/sys/x86/x86/bu

Re: svn commit: r266743 - head/sys/modules/geom

2014-05-27 Thread Andrey V. Elsukov
On 27.05.2014 17:50, Nikolai Lifanov wrote: >> Disconnect the following geom classes from the kernel modules build: >> BSD, FOX, MBR, PC98, SUNLABEL and VOL_FFS. They all have a modern >> replacement. Also it is still possible build them manually. >> >> Discussed with:geom >> >> Modi

Re: svn commit: r266743 - head/sys/modules/geom

2014-05-27 Thread Nikolai Lifanov
On 05/27/14 06:21, Andrey V. Elsukov wrote: > Author: ae > Date: Tue May 27 10:21:49 2014 > New Revision: 266743 > URL: http://svnweb.freebsd.org/changeset/base/266743 > > Log: > Disconnect the following geom classes from the kernel modules build: > BSD, FOX, MBR, PC98, SUNLABEL and VOL_FFS. T

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

2014-05-27 Thread Sean Bruno
Author: sbruno Date: Tue May 27 13:35:31 2014 New Revision: 266744 URL: http://svnweb.freebsd.org/changeset/base/266744 Log: Add PCI ID for AMT based serial interface found on the Lenovo T61. uart2: port 0x1830-0x1837 mem 0xfe024000-0xfe024fff irq 17 at device 3.3 on pci0 uart2:

Re: svn commit: r266553 - head/release/scripts

2014-05-27 Thread Warner Losh
On May 27, 2014, at 1:36 AM, Tijl Coosemans wrote: > On Mon, 26 May 2014 16:31:21 -0600 Warner Losh wrote: >> On May 26, 2014, at 4:18 PM, Tijl Coosemans wrote: >>> On Mon, 26 May 2014 09:53:57 -0600 Warner Losh wrote: On May 26, 2014, at 8:39 AM, Nathan Whitehorn wrote: > On 0

svn commit: r266743 - head/sys/modules/geom

2014-05-27 Thread Andrey V. Elsukov
Author: ae Date: Tue May 27 10:21:49 2014 New Revision: 266743 URL: http://svnweb.freebsd.org/changeset/base/266743 Log: Disconnect the following geom classes from the kernel modules build: BSD, FOX, MBR, PC98, SUNLABEL and VOL_FFS. They all have a modern replacement. Also it is still possib

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

2014-05-27 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 27 10:12:16 2014 New Revision: 266742 URL: http://svnweb.freebsd.org/changeset/base/266742 Log: - Correct bus space resource type for register access. - Add configuration of interrupt type and polarity via FDT. Sponsored by: DARPA, AFRL Modified: head/sys

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

2014-05-27 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 27 10:01:19 2014 New Revision: 266741 URL: http://svnweb.freebsd.org/changeset/base/266741 Log: Multiple fixes and improvements: - Put "_LE_" into the register access macros to indicate little endian byte order is expected by the hardware. - Avoid using the b

svn commit: r266738 - in head/sys/dev/usb: . net

2014-05-27 Thread Kevin Lo
Author: kevlo Date: Tue May 27 08:14:54 2014 New Revision: 266738 URL: http://svnweb.freebsd.org/changeset/base/266738 Log: - Improve performance by fixing incorrect Rx/Tx handling - Rename definition of AXGE_* to reflect reality - Add new USB IDs Modified: head/sys/dev/usb/net/if_axge.c

svn commit: r266737 - head/sys/netinet

2014-05-27 Thread Adrian Chadd
Author: adrian Date: Tue May 27 08:06:20 2014 New Revision: 266737 URL: http://svnweb.freebsd.org/changeset/base/266737 Log: The users of RSS shouldn't be directly concerned about hash -> CPU ID mappings. Instead, they should be first mapping to an RSS bucket and then querying the RSS bucke

Re: svn commit: r266553 - head/release/scripts

2014-05-27 Thread Tijl Coosemans
On Mon, 26 May 2014 16:31:21 -0600 Warner Losh wrote: > On May 26, 2014, at 4:18 PM, Tijl Coosemans wrote: >> On Mon, 26 May 2014 09:53:57 -0600 Warner Losh wrote: >>> On May 26, 2014, at 8:39 AM, Nathan Whitehorn >>> wrote: On 05/26/14 02:35, Tijl Coosemans wrote: > I suppose you coul

Re: svn commit: r266553 - head/release/scripts

2014-05-27 Thread Tijl Coosemans
On Mon, 26 May 2014 18:47:34 -0700 Nathan Whitehorn wrote: > I've written two patches today. The first > (http://people.freebsd.org/~nwhitehorn/pkg_machinearch.diff) is to pkg > itself and the second > (http://people.freebsd.org/~nwhitehorn/pkg_bootstrap_machinearch.diff) > is to the pkg bootst

svn commit: r266736 - head/usr.bin/svn/lib/libapr

2014-05-27 Thread Peter Wemm
Author: peter Date: Tue May 27 07:16:43 2014 New Revision: 266736 URL: http://svnweb.freebsd.org/changeset/base/266736 Log: Update backend files and makefiles for apr 1.4.8 -> 1.5.1 Modified: head/usr.bin/svn/lib/libapr/Makefile head/usr.bin/svn/lib/libapr/apr.h head/usr.bin/svn/lib/libap

svn commit: r266735 - in head/contrib/apr: . docs encoding file_io/unix include include/arch/unix include/private locks/unix network_io/unix passwd poll/unix shmem/unix strings support/unix tables ...

2014-05-27 Thread Peter Wemm
Author: peter Date: Tue May 27 07:15:14 2014 New Revision: 266735 URL: http://svnweb.freebsd.org/changeset/base/266735 Log: Merge apr-1.4.8 -> apr-1.5.1 and update. Added: head/contrib/apr/CMakeLists.txt - copied unchanged from r266734, vendor/apr/dist/CMakeLists.txt head/contrib/apr/R