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

2015-01-13 Thread Jamie Gritton
Author: jamie Date: Wed Jan 14 04:50:28 2015 New Revision: 277159 URL: https://svnweb.freebsd.org/changeset/base/277159 Log: Remove the prison flags PR_IP4_DISABLE and PR_IP6_DISABLE, which have been write-only for as long as they've existed. Modified: head/sys/kern/kern_jail.c

svn commit: r277158 - head/sys/kern

2015-01-13 Thread Jamie Gritton
Author: jamie Date: Wed Jan 14 03:52:41 2015 New Revision: 277158 URL: https://svnweb.freebsd.org/changeset/base/277158 Log: Don't set prison's pr_ip4s or pr_ip6s to -1. PR: 196474 MFC after:3 days Modified: head/sys/kern/kern_jail.c Modified: head/sys/kern/kern_jail.c

svn commit: r277162 - in head/sys/modules: cardbus cbb

2015-01-13 Thread Warner Losh
Author: imp Date: Wed Jan 14 05:41:28 2015 New Revision: 277162 URL: https://svnweb.freebsd.org/changeset/base/277162 Log: On x86 force NEW_PCIB, since that's the default. While this option would be picked up for kernel builds, it isn't picked up for old-fashioned builds. Without this

svn commit: r277164 - head/sys/dev/pccbb

2015-01-13 Thread Warner Losh
Author: imp Date: Wed Jan 14 05:41:33 2015 New Revision: 277164 URL: https://svnweb.freebsd.org/changeset/base/277164 Log: Various interrelated fixes to make suspend / resume work better. We now can suspend / resume and unload / load cbb and cardbus without errors on my Lenovo T400, which

svn commit: r277163 - head/sys/dev/cardbus

2015-01-13 Thread Warner Losh
Author: imp Date: Wed Jan 14 05:41:31 2015 New Revision: 277163 URL: https://svnweb.freebsd.org/changeset/base/277163 Log: Add a rather obnoxious warning if you don't have NEW_PCIB defined since it's a total crap shoot if things will work. Modified: head/sys/dev/cardbus/cardbus.c

Re: svn commit: r272886 - in head/sys: netinet netinet6

2015-01-13 Thread John Baldwin
On Monday, January 12, 2015 05:42:34 PM Bjoern A. Zeeb wrote: On 12 Jan 2015, at 15:51 , John Baldwin j...@baldwin.cx wrote: On Tuesday, January 06, 2015 07:07:11 PM Bryan Venteicher wrote: On Tue, Jan 6, 2015 at 5:27 PM, Bryan Drewery bdrew...@freebsd.org wrote: On 1/6/2015 4:00 PM,

svn commit: r277166 - in head/sys: conf powerpc/include powerpc/powerpc

2015-01-13 Thread Justin Hibbits
Author: jhibbits Date: Wed Jan 14 07:01:21 2015 New Revision: 277166 URL: https://svnweb.freebsd.org/changeset/base/277166 Log: Add Altivec/VMX register support to ptrace. MFC after:2 weeks Relnotes: yes Added: head/sys/powerpc/powerpc/ptrace_machdep.c (contents, props

svn commit: r277167 - head/usr.bin/gcore

2015-01-13 Thread Justin Hibbits
Author: jhibbits Date: Wed Jan 14 07:02:21 2015 New Revision: 277167 URL: https://svnweb.freebsd.org/changeset/base/277167 Log: Make use of the new Altivec ptrace support, to save the Altivec registers in gcore. MFC after:2 weeks Relnotes: yes Modified:

svn commit: r277165 - head/lib/libusb

2015-01-13 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jan 14 06:46:25 2015 New Revision: 277165 URL: https://svnweb.freebsd.org/changeset/base/277165 Log: Fix spelling. Modified: head/lib/libusb/libusb.3 Modified: head/lib/libusb/libusb.3 ==

svn commit: r277168 - head/sys/amd64/vmm

2015-01-13 Thread Neel Natu
Author: neel Date: Wed Jan 14 07:18:51 2015 New Revision: 277168 URL: https://svnweb.freebsd.org/changeset/base/277168 Log: Fix typo (missing comma). MFC after:3 days Modified: head/sys/amd64/vmm/vmm_ioport.c Modified: head/sys/amd64/vmm/vmm_ioport.c

svn commit: r277146 - in head: etc/mtree lib lib/libclang_rt tools/build/mk

2015-01-13 Thread Dimitry Andric
Author: dim Date: Tue Jan 13 19:54:47 2015 New Revision: 277146 URL: https://svnweb.freebsd.org/changeset/base/277146 Log: Connect libclang_rt to the build, for specific architectures. This contains the libraries for Address Sanitizer (asan), Undefined Behavior Sanitizer (ubsan) and

svn commit: r277143 - head/sys/dev/ixl

2015-01-13 Thread Jack F Vogel
Author: jfv Date: Tue Jan 13 18:56:29 2015 New Revision: 277143 URL: https://svnweb.freebsd.org/changeset/base/277143 Log: Complete the RX side RSS code: parse the encoded portion of the RX descriptor to determine the correct hash type. MFC after:1 week Modified:

svn commit: r277156 - in head/sys/arm: arm include

2015-01-13 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Wed Jan 14 01:23:50 2015 New Revision: 277156 URL: https://svnweb.freebsd.org/changeset/base/277156 Log: Correct cpu type, it was rather Cortex A12 R0. Approved by:stas (mentor) Modified: head/sys/arm/arm/cpufunc.c head/sys/arm/arm/identcpu.c

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

2015-01-13 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Jan 14 02:18:29 2015 New Revision: 277157 URL: https://svnweb.freebsd.org/changeset/base/277157 Log: Do not remap Open Firmware mappings covered by the direct map. It's pointless and wastes resources. MFC after:1 week Modified:

Re: svn commit: r277100 - head/sys/dev/ahci

2015-01-13 Thread Steven Hartland
On 13/01/2015 08:20, Konstantin Belousov wrote: On Tue, Jan 13, 2015 at 01:21:00AM +, Steven Hartland wrote: Looks like this missed the addition of the new quirk to AHCI_Q_BIT_STRING. Thank you for noting. See the patch below. Is anything else amiss ? Index: sys/dev/ahci/ahci.h

Re: svn commit: r277100 - head/sys/dev/ahci

2015-01-13 Thread Konstantin Belousov
On Tue, Jan 13, 2015 at 01:21:00AM +, Steven Hartland wrote: Looks like this missed the addition of the new quirk to AHCI_Q_BIT_STRING. Thank you for noting. See the patch below. Is anything else amiss ? Index: sys/dev/ahci/ahci.h

svn commit: r277130 - head/sys/dev/ixl

2015-01-13 Thread Bjoern A. Zeeb
Author: bz Date: Tue Jan 13 14:15:00 2015 New Revision: 277130 URL: https://svnweb.freebsd.org/changeset/base/277130 Log: Move the vsi variable outside of the #ifdef block to unbreak NOIP kernels after r277084. MFC after:6 days X-MFC with: r277084 Modified:

svn commit: r277128 - head/usr.sbin/fstyp

2015-01-13 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 13 13:59:48 2015 New Revision: 277128 URL: https://svnweb.freebsd.org/changeset/base/277128 Log: Fix detection of ext2/ext3 filesystems that lack labels. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/fstyp/ext2fs.c

svn commit: r277131 - head/sys/modules/usb/template

2015-01-13 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 13 14:26:05 2015 New Revision: 277131 URL: https://svnweb.freebsd.org/changeset/base/277131 Log: Add new USB template to the USB template module. Modified: head/sys/modules/usb/template/Makefile Modified: head/sys/modules/usb/template/Makefile

svn commit: r277129 - in head/sys: conf dev/usb dev/usb/template

2015-01-13 Thread Ruslan Bukin
Author: br Date: Tue Jan 13 14:03:56 2015 New Revision: 277129 URL: https://svnweb.freebsd.org/changeset/base/277129 Log: Add usb template SERIALNET allowing us to have both USB CDC Ethernet and USB CDC Modem same time by single cable. Reviewed by: hselasky@ Added:

svn commit: r277126 - head/sys/dev/ahci

2015-01-13 Thread Konstantin Belousov
Author: kib Date: Tue Jan 13 09:50:15 2015 New Revision: 277126 URL: https://svnweb.freebsd.org/changeset/base/277126 Log: Complete r277100: add AHCI_Q_ABAR0 tp AHCI_Q_BIT_STRING. Noted and reviewed by:smh MFC after:6 days Modified: head/sys/dev/ahci/ahci.h Modified:

svn commit: r277127 - head/sys/fs/cuse

2015-01-13 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 13 13:32:18 2015 New Revision: 277127 URL: https://svnweb.freebsd.org/changeset/base/277127 Log: Don't use POLLNVAL as a return value from the client side poll function. Many existing clients don't understand POLLNVAL and instead relies on an error code from

Re: svn commit: r277054 - in head: share/man/man4 sys/modules/cc sys/modules/cc/cc_dctcp sys/netinet sys/netinet/cc

2015-01-13 Thread Midori Kato
Hi Pedro, Thank you for your mention about the patent problem. Thanks to Hiren and Lars support, we have already discuss patent with microsoft people. But I am not sure that we must care about Linux because we worked on our implementation without linux. Let's wait and see if redhat people say

svn commit: r277132 - in head/sys: arm/samsung/exynos dev/uart

2015-01-13 Thread Ruslan Bukin
Author: br Date: Tue Jan 13 15:04:28 2015 New Revision: 277132 URL: https://svnweb.freebsd.org/changeset/base/277132 Log: Rename Exynos UART driver. No functional change. Submitted by: Michal Meloun mel...@miracle.cz Modified: head/sys/arm/samsung/exynos/exynos_uart.c

svn commit: r277133 - head/contrib/elftoolchain/libdwarf

2015-01-13 Thread Ed Maste
Author: emaste Date: Tue Jan 13 15:18:54 2015 New Revision: 277133 URL: https://svnweb.freebsd.org/changeset/base/277133 Log: libdwarf: add missing break Reported by: Coverity CID: 1193315 MFC after:1 week Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r277054 - in head: share/man/man4 sys/modules/cc sys/modules/cc/cc_dctcp sys/netinet sys/netinet/cc

2015-01-13 Thread Pedro Giffuni
Midori-san; I am aware of the patent issue as we spoke about it with George (gnn@) at BSDCan. It's not really an issue for us, and if you find more patent under the same free-use conditions, feel free to send patches :). The linux guys are aware of the patent but I agree that the issues

Re: svn commit: r272886 - in head/sys: netinet netinet6

2015-01-13 Thread Bryan Venteicher
On Mon, Jan 12, 2015 at 5:20 PM, Michael Tuexen tue...@fh-muenster.de wrote: On 12 Jan 2015, at 18:42, Bjoern A. Zeeb b...@freebsd.org wrote: On 12 Jan 2015, at 15:51 , John Baldwin j...@baldwin.cx wrote: On Tuesday, January 06, 2015 07:07:11 PM Bryan Venteicher wrote: On Tue, Jan

svn commit: r277134 - head/sys/boot/usb

2015-01-13 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 13 16:06:38 2015 New Revision: 277134 URL: https://svnweb.freebsd.org/changeset/base/277134 Log: Add new USB template to the USB bootloader module. Modified: head/sys/boot/usb/usbcore.mk Modified: head/sys/boot/usb/usbcore.mk

svn commit: r277135 - head/sys/dev/cxgbe/iw_cxgbe

2015-01-13 Thread Navdeep Parhar
Author: np Date: Tue Jan 13 16:18:31 2015 New Revision: 277135 URL: https://svnweb.freebsd.org/changeset/base/277135 Log: cxgbe/iw_cxgbe: fix whitespace nit in r277102. Reported by: stefanf@ Modified: head/sys/dev/cxgbe/iw_cxgbe/cm.c Modified: head/sys/dev/cxgbe/iw_cxgbe/cm.c

svn commit: r277136 - in head/sys/dev/usb: . controller

2015-01-13 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 13 16:37:43 2015 New Revision: 277136 URL: https://svnweb.freebsd.org/changeset/base/277136 Log: Resolve a special case deadlock: When two or more threads are simultaneously detaching kernel drivers on the same USB device we can get stuck in the

svn commit: r277147 - head/lib/libmagic

2015-01-13 Thread Dimitry Andric
Author: dim Date: Tue Jan 13 20:37:57 2015 New Revision: 277147 URL: https://svnweb.freebsd.org/changeset/base/277147 Log: Since the merge of file 5.21 in r276415 and r276416, stable/9 and stable/10 cannot be built from FreeBSD 8.x. This is because the build-tools stage requires libmagic,

svn commit: r277149 - in head/sys/amd64: include vmm vmm/amd vmm/intel

2015-01-13 Thread Neel Natu
Author: neel Date: Tue Jan 13 22:00:47 2015 New Revision: 277149 URL: https://svnweb.freebsd.org/changeset/base/277149 Log: 'struct vm_exception' was intended to be used only as the collateral for the VM_INJECT_EXCEPTION ioctl. However it morphed into other uses like keeping track pending

svn commit: r277151 - head/sys/dev/ixl

2015-01-13 Thread Jack F Vogel
Author: jfv Date: Tue Jan 13 22:13:30 2015 New Revision: 277151 URL: https://svnweb.freebsd.org/changeset/base/277151 Log: Cleanup some bogus code in the RSS config, and add the include for the rss option file. And bump the version. MFC after:1 week Modified: