Re: svn commit: r261504 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel sys/boot/common sys/boot/userboot/userboot usr.sbin/bhyveload

2014-02-04 Thread Peter Grehan
booted a 9.2 i386 kernel. Also, CURRENT/i386 was built from a 10.0/i386 VM and booted. The 8.4/i386 ISO also booted, though the installer had some issues with the geometry reported by virtio block. Some bughunting needed there for those interested. later, Peter.

Re: svn commit: r261504 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel sys/boot/common sys/boot/userboot/userboot usr.sbin/bhyveload

2014-02-04 Thread John Baldwin
On Wednesday 05 February 2014 04:39:04 John Baldwin wrote: > Author: jhb > Date: Wed Feb 5 04:39:03 2014 > New Revision: 261504 > URL: http://svnweb.freebsd.org/changeset/base/261504 > > Log: > Add support for FreeBSD/i386 guests under bhyve. I have tested both PAE and non-PAE kernels from 10.

svn commit: r261504 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel sys/boot/common sys/boot/userboot/userboot usr.sbin/bhyveload

2014-02-04 Thread John Baldwin
Author: jhb Date: Wed Feb 5 04:39:03 2014 New Revision: 261504 URL: http://svnweb.freebsd.org/changeset/base/261504 Log: Add support for FreeBSD/i386 guests under bhyve. - Similar to the hack for bootinfo32.c in userboot, define _MACHINE_ELF_WANT_32BIT in the load_elf32 file handlers in u

Re: svn commit: r261492 - head/sys/conf

2014-02-04 Thread TAKAHASHI Yoshihiro
In article <201402041824.s14ioqpu093...@svn.freebsd.org> Warner Losh writes: > Author: imp > Date: Tue Feb 4 18:24:25 2014 > New Revision: 261492 > URL: http://svnweb.freebsd.org/changeset/base/261492 > > Log: > Bump the version of config to the latest (3 year old, so upgrade > worries are

Re: svn commit: r261502 - head/lib/libc/net

2014-02-04 Thread Bruce Evans
On Wed, 5 Feb 2014, Eitan Adler wrote: Log: libc/net: fix a portability issue * POSIX does not require socklen_t to be unsigned Submitted by: bde Thanks. Modified: head/lib/libc/net/ip6opt.c == --- head/lib/li

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

2014-02-04 Thread Tycho Nightingale
Author: tychon Date: Wed Feb 5 02:01:08 2014 New Revision: 261503 URL: http://svnweb.freebsd.org/changeset/base/261503 Log: Add support for emulating the byte move and zero extend instructions: "mov r/m8, r32" and "mov r/m8, r64". Approved by: neel (co-mentor) Modified: head/sys/amd6

svn commit: r261502 - head/lib/libc/net

2014-02-04 Thread Eitan Adler
Author: eadler Date: Wed Feb 5 02:00:31 2014 New Revision: 261502 URL: http://svnweb.freebsd.org/changeset/base/261502 Log: libc/net: fix a portability issue * POSIX does not require socklen_t to be unsigned Submitted by: bde MFC After:1 week (with r261454) Modified: head/li

Re: svn commit: r261454 - head/lib/libc/net

2014-02-04 Thread Eitan Adler
On Tue, Feb 4, 2014 at 1:29 AM, Bruce Evans wrote: > On Tue, 4 Feb 2014, Eitan Adler wrote: > >> Log: >> libc/net: Fix some issues in inet6_opt_init() (from RFC 3542): >> >> * The RFC says (in section 10.1) that only when extbuf is not NULL, >> extlen shall be checked, so don't perform this che

svn commit: r261501 - head/usr.sbin/config

2014-02-04 Thread Warner Losh
Author: imp Date: Wed Feb 5 00:26:11 2014 New Revision: 261501 URL: http://svnweb.freebsd.org/changeset/base/261501 Log: Fix ! by not clearing not at the bottom of the loop. Add a blank line Submitted by: bde (blank line) Modified: head/usr.sbin/config/mkmakefile.c Modified: head/usr

svn commit: r261500 - head/sbin/etherswitchcfg

2014-02-04 Thread Christian Brueffer
Author: brueffer Date: Tue Feb 4 22:20:17 2014 New Revision: 261500 URL: http://svnweb.freebsd.org/changeset/base/261500 Log: Add a license (1) and do some cleanup. Approved by: Stefan Bethke (original author, by private mail) (1) MFC after:1 week Modified: head/sbin/etherswitchc

svn commit: r261499 - head/crypto/openssh

2014-02-04 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Feb 4 21:48:09 2014 New Revision: 261499 URL: http://svnweb.freebsd.org/changeset/base/261499 Log: Fix installations that use kernels without CAPABILITIES support. Approved by: des Modified: head/crypto/openssh/sandbox-capsicum.c Modified: head/crypto/openssh/san

Re: svn commit: r261216 - head/sys/dev/pccbb

2014-02-04 Thread John Baldwin
On Sunday, February 02, 2014 5:34:58 pm Gavin Atkinson wrote: > On Mon, 27 Jan 2014, John Baldwin wrote: > > Author: jhb > > Date: Mon Jan 27 19:49:52 2014 > > New Revision: 261216 > > URL: http://svnweb.freebsd.org/changeset/base/261216 > > > > Log: > > Explicitly enable I/O and memory decoding

svn commit: r261498 - head/sbin/ping

2014-02-04 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Feb 4 21:43:53 2014 New Revision: 261498 URL: http://svnweb.freebsd.org/changeset/base/261498 Log: Protect ping(8) using Capsicum and Casper. This is protection against malicious network packets that we parse and not against local users trying to gain root access thro

svn commit: r261497 - head/sys/dev/drm2/radeon

2014-02-04 Thread Robert Millan
Author: rmh Date: Tue Feb 4 21:23:12 2014 New Revision: 261497 URL: http://svnweb.freebsd.org/changeset/base/261497 Log: Abort when firmware isn't present in R600+ models. More details at: http://anonscm.debian.org/viewvc/kernel/dists/trunk/linux/debian/patches/bugfix/all/radeon-firmwar

svn commit: r261496 - head/sbin/mount_udf

2014-02-04 Thread Christian Brueffer
Author: brueffer Date: Tue Feb 4 21:15:15 2014 New Revision: 261496 URL: http://svnweb.freebsd.org/changeset/base/261496 Log: Unbreak mount_udf by passing the correct iovec length into nmount(). This has been broken since r247856. PR: bin/186193 Submitted by: Arnot Belohlave

svn commit: r261495 - head/sys/dev/watchdog

2014-02-04 Thread Ed Schouten
Author: ed Date: Tue Feb 4 20:52:33 2014 New Revision: 261495 URL: http://svnweb.freebsd.org/changeset/base/261495 Log: Use right buffer to print to. PR: kern/176597 Submitted by: Christoph Mallon MFC after:2 weeks Modified: head/sys/dev/watchdog/watchdog.c Modified:

Re: svn commit: r261283 - in head: contrib/libc++ contrib/libc++/include contrib/libc++/include/experimental contrib/libc++/include/ext contrib/libc++/src etc/mtree lib/libc++ sys/sys tools/build/mk

2014-02-04 Thread Joerg Sonnenberger
On Tue, Feb 04, 2014 at 12:07:29PM -0700, Warner Losh wrote: > > On Feb 4, 2014, at 1:41 AM, David Chisnall wrote: > > It sounds like you're just looking at the output from nm, without bothering > > to check how the symbols are used. > > With all due respect, if it is in nm output, it is part

Re: svn commit: r261424 - head/sys/dev/mmc

2014-02-04 Thread Warner Losh
On Feb 3, 2014, at 2:57 PM, Ian Lepore wrote: > On Mon, 2014-02-03 at 16:33 -0500, John Baldwin wrote: >> On Monday, February 03, 2014 01:07:39 PM Ian Lepore wrote: >>> On Mon, 2014-02-03 at 09:03 -0800, John-Mark Gurney wrote: Ian Lepore wrote this message on Mon, Feb 03, 2014 at 02:56 +000

Re: svn commit: r261283 - in head: contrib/libc++ contrib/libc++/include contrib/libc++/include/experimental contrib/libc++/include/ext contrib/libc++/src etc/mtree lib/libc++ sys/sys tools/build/mk

2014-02-04 Thread Warner Losh
On Feb 4, 2014, at 1:41 AM, David Chisnall wrote: > It sounds like you're just looking at the output from nm, without bothering > to check how the symbols are used. With all due respect, if it is in nm output, it is part of the ABI, intended or not. Years ago, before symbol versioning, we had

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

2014-02-04 Thread Christian Brueffer
Author: brueffer Date: Tue Feb 4 18:54:33 2014 New Revision: 261494 URL: http://svnweb.freebsd.org/changeset/base/261494 Log: Actually install acpi_rapidstart.4. MFC after:1 week Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile =

svn commit: r261493 - head/usr.sbin/config

2014-02-04 Thread Warner Losh
Author: imp Date: Tue Feb 4 18:28:58 2014 New Revision: 261493 URL: http://svnweb.freebsd.org/changeset/base/261493 Log: Implement the '!' operator for files* files. It means 'include this only if the specified option is NOT specified.' Bump version because old config won't be able to cope

svn commit: r261492 - head/sys/conf

2014-02-04 Thread Warner Losh
Author: imp Date: Tue Feb 4 18:24:25 2014 New Revision: 261492 URL: http://svnweb.freebsd.org/changeset/base/261492 Log: Bump the version of config to the latest (3 year old, so upgrade worries are long past). Also remove redundant MACHINE= declarations and passing MACHINE/MACHINE_ARCH to m

svn commit: r261491 - in head: share/man/man4 sys/dev/mfi

2014-02-04 Thread Doug Ambrisko
Author: ambrisko Date: Tue Feb 4 17:35:41 2014 New Revision: 261491 URL: http://svnweb.freebsd.org/changeset/base/261491 Log: Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority and allow mrsas(4) from LSI to attach to newer LSI cards that are support by mrsas(4). If mrsas

Re: svn commit: r261455 - in stable/10: lib/libc/sparc64/fpu lib/libc/xdr sys/amd64/pci sys/amd64/vmm/intel sys/arm/arm sys/arm/at91 sys/arm/broadcom/bcm2835 sys/arm/econa sys/arm/freescale/imx sys/ar

2014-02-04 Thread Eitan Adler
On Tue, Feb 4, 2014 at 9:59 AM, Ian Lepore wrote: > On Tue, 2014-02-04 at 03:36 +, Eitan Adler wrote: >> Author: eadler >> Date: Tue Feb 4 03:36:42 2014 >> New Revision: 261455 >> URL: http://svnweb.freebsd.org/changeset/base/261455 >> >> Log: >> MFC r258779,r258780,r258787,r258822: >> >>

svn commit: r261490 - stable/10/sys/arm/arm

2014-02-04 Thread Eitan Adler
Author: eadler Date: Tue Feb 4 16:29:30 2014 New Revision: 261490 URL: http://svnweb.freebsd.org/changeset/base/261490 Log: MFC r258787: r258780 should not have applied to .S files. Modified: stable/10/sys/arm/arm/cpufunc_asm_pj4b.S Directory Properties: stable/10/ (props changed

Re: svn commit: r260888 - in head/sys: amd64/conf i386/conf

2014-02-04 Thread Ed Maste
On 31 January 2014 17:07, Glen Barber wrote: > On Fri, Jan 31, 2014 at 02:01:52PM -0800, Rui Paulo wrote: >> On 19 Jan 2014, at 10:46, Ed Maste wrote: >> >> > Author: emaste >> > Date: Sun Jan 19 18:46:38 2014 >> > New Revision: 260888 >> > URL: http://svnweb.freebsd.org/changeset/base/260888 >>

Re: svn commit: r261455 - in stable/10: lib/libc/sparc64/fpu lib/libc/xdr sys/amd64/pci sys/amd64/vmm/intel sys/arm/arm sys/arm/at91 sys/arm/broadcom/bcm2835 sys/arm/econa sys/arm/freescale/imx sys/ar

2014-02-04 Thread Ian Lepore
On Tue, 2014-02-04 at 03:36 +, Eitan Adler wrote: > Author: eadler > Date: Tue Feb 4 03:36:42 2014 > New Revision: 261455 > URL: http://svnweb.freebsd.org/changeset/base/261455 > > Log: > MFC r258779,r258780,r258787,r258822: > > Fix undefined behavior: (1 << 31) is not defined as 1 is

svn commit: r261488 - stable/9/share/man/man4

2014-02-04 Thread Sergey Kandaurov
Author: pluknet Date: Tue Feb 4 14:30:34 2014 New Revision: 261488 URL: http://svnweb.freebsd.org/changeset/base/261488 Log: Typo in the EXAMPLES section: this is regexp, not a shell wildcard expression. This is a direct commit to stable/9. Submitted by: Ilya Noskov Modified: stab

Re: svn commit: r261266 - in head: sys/dev/drm sys/kern sys/sys usr.sbin/jail

2014-02-04 Thread Robert N. M. Watson
On 4 Feb 2014, at 13:23, Julian Elischer wrote: > On 2/4/14, 3:40 PM, Robert N. M. Watson wrote: >> On 3 Feb 2014, at 23:53, Doug Ambrisko wrote: >> >>> It's unfortunate that vimage requires jail. I want to use vimage but >>> not have the security restrictions of a jail. To do this I patched

Re: svn commit: r261266 - in head: sys/dev/drm sys/kern sys/sys usr.sbin/jail

2014-02-04 Thread James Gritton
On 2/4/2014 6:23 AM, Julian Elischer wrote: On 2/4/14, 3:40 PM, Robert N. M. Watson wrote: On 3 Feb 2014, at 23:53, Doug Ambrisko wrote: It's unfortunate that vimage requires jail. I want to use vimage but not have the security restrictions of a jail. To do this I patched jail to basically

Re: svn commit: r261266 - in head: sys/dev/drm sys/kern sys/sys usr.sbin/jail

2014-02-04 Thread Julian Elischer
On 2/4/14, 3:40 PM, Robert N. M. Watson wrote: On 3 Feb 2014, at 23:53, Doug Ambrisko wrote: It's unfortunate that vimage requires jail. I want to use vimage but not have the security restrictions of a jail. To do this I patched jail to basically let everything through. It would be nice to

svn commit: r261487 - in head/release/doc: en_US.ISO8859-1/hardware share/misc

2014-02-04 Thread Christian Brueffer
Author: brueffer Date: Tue Feb 4 12:34:08 2014 New Revision: 261487 URL: http://svnweb.freebsd.org/changeset/base/261487 Log: Add qlxgbe(4) and qlxge(4) to the hardware notes. MFC after:1 week Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml head/release/doc/share/m

Re: svn commit: r261283 - in head: contrib/libc++ contrib/libc++/include contrib/libc++/include/experimental contrib/libc++/include/ext contrib/libc++/src etc/mtree lib/libc++ sys/sys tools/build/mk

2014-02-04 Thread Stefan Farfeleder
On Mon, Feb 03, 2014 at 07:54:01PM +0100, Dimitry Andric wrote: > On 03 Feb 2014, at 13:32, Stefan Farfeleder wrote: > > On Thu, Jan 30, 2014 at 07:44:23AM +, Dimitry Andric wrote: > >> Author: dim > >> Date: Thu Jan 30 07:44:22 2014 > >> New Revision: 261283 > >> URL: http://svnweb.freebsd.or

Re: svn commit: r261266 - in head: sys/dev/drm sys/kern sys/sys usr.sbin/jail

2014-02-04 Thread Robert N. M. Watson
On 4 Feb 2014, at 10:05, Ivan Voras wrote: > On 31 January 2014 18:28, James Gritton wrote: >> On 1/31/2014 5:34 AM, Robert Watson wrote: > >>> Frankly, I'd like to see this backed out and not reintroduced. If it must >>> be retained, then it needs a much more clear warning that enabling this

svn commit: r261486 - stable/10/sys/dev/usb/net

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 10:29:23 2014 New Revision: 261486 URL: http://svnweb.freebsd.org/changeset/base/261486 Log: MFC r260903: Add support for GPS ports to UHSO driver. Modified: stable/10/sys/dev/usb/net/uhso.c Directory Properties: stable/10/ (props changed) Modified: st

svn commit: r261485 - stable/9/sys/dev/usb/net

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 10:27:39 2014 New Revision: 261485 URL: http://svnweb.freebsd.org/changeset/base/261485 Log: MFC r260903: Add support for GPS ports to UHSO driver. Modified: stable/9/sys/dev/usb/net/uhso.c Directory Properties: stable/9/sys/ (props changed) stable/9/

svn commit: r261484 - stable/8/lib/libusb

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 10:25:31 2014 New Revision: 261484 URL: http://svnweb.freebsd.org/changeset/base/261484 Log: MFC r260315: Implement two new libusb API functions. PR: usb/185454 Modified: stable/8/lib/libusb/Makefile stable/8/lib/libusb/libusb.3 stable/8/

svn commit: r261483 - stable/9/lib/libusb

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 10:22:28 2014 New Revision: 261483 URL: http://svnweb.freebsd.org/changeset/base/261483 Log: MFC r260315: Implement two new libusb API functions. PR: usb/185454 Modified: stable/9/lib/libusb/Makefile stable/9/lib/libusb/libusb.3 stable/9/

svn commit: r261482 - stable/10/lib/libusb

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 10:18:29 2014 New Revision: 261482 URL: http://svnweb.freebsd.org/changeset/base/261482 Log: MFC r260315: Implement two new libusb API functions. PR: usb/185454 Modified: stable/10/lib/libusb/Makefile stable/10/lib/libusb/libusb.3 stable/

Re: svn commit: r261266 - in head: sys/dev/drm sys/kern sys/sys usr.sbin/jail

2014-02-04 Thread Ivan Voras
On 31 January 2014 18:28, James Gritton wrote: > On 1/31/2014 5:34 AM, Robert Watson wrote: >> Frankly, I'd like to see this backed out and not reintroduced. If it must >> be retained, then it needs a much more clear warning that enabling this >> feature disables Jail's security model. Don't us

svn commit: r261479 - head/etc/devd

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 09:11:50 2014 New Revision: 261479 URL: http://svnweb.freebsd.org/changeset/base/261479 Log: Regenerate usb.conf MFC after:2 days Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf =

svn commit: r261478 - stable/10/sys/dev/usb/input

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 09:06:28 2014 New Revision: 261478 URL: http://svnweb.freebsd.org/changeset/base/261478 Log: MFC r261228: When detaching a [USB] keyboard, keys might still be pressed. Ensure that all pressed keys are released before completing the USB keyboard detach. Thi

svn commit: r261477 - stable/9/sys/dev/usb/input

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 09:06:07 2014 New Revision: 261477 URL: http://svnweb.freebsd.org/changeset/base/261477 Log: MFC r261228: When detaching a [USB] keyboard, keys might still be pressed. Ensure that all pressed keys are released before completing the USB keyboard detach. Thi

svn commit: r261476 - stable/8/sys/dev/usb/input

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 09:03:14 2014 New Revision: 261476 URL: http://svnweb.freebsd.org/changeset/base/261476 Log: MFC r261228: When detaching a [USB] keyboard, keys might still be pressed. Ensure that all pressed keys are released before completing the USB keyboard detach. Thi

svn commit: r261475 - stable/10/lib/libusb

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:59:42 2014 New Revision: 261475 URL: http://svnweb.freebsd.org/changeset/base/261475 Log: MFC r261224: Comply to the official LibUSB v1.0 API: "It is legal to attempt to claim an already-claimed interface." Modified: stable/10/lib/libusb/libusb10.c Dir

svn commit: r261474 - stable/9/lib/libusb

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:59:02 2014 New Revision: 261474 URL: http://svnweb.freebsd.org/changeset/base/261474 Log: MFC r261224: Comply to the official LibUSB v1.0 API: "It is legal to attempt to claim an already-claimed interface." Modified: stable/9/lib/libusb/libusb10.c Dire

svn commit: r261473 - stable/8/lib/libusb

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:58:12 2014 New Revision: 261473 URL: http://svnweb.freebsd.org/changeset/base/261473 Log: MFC r261224: Comply to the official LibUSB v1.0 API: "It is legal to attempt to claim an already-claimed interface." Modified: stable/8/lib/libusb/libusb10.c Dire

svn commit: r261472 - in stable/9/sys/dev/usb: . quirk

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:55:44 2014 New Revision: 261472 URL: http://svnweb.freebsd.org/changeset/base/261472 Log: MFC r261134: Add more USB quirks. Modified: stable/9/sys/dev/usb/quirk/usb_quirk.c stable/9/sys/dev/usb/usbdevs Directory Properties: stable/9/sys/ (props cha

svn commit: r261471 - in stable/10/sys/dev/usb: . quirk

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:54:59 2014 New Revision: 261471 URL: http://svnweb.freebsd.org/changeset/base/261471 Log: MFC r261134: Add more USB quirks. Modified: stable/10/sys/dev/usb/quirk/usb_quirk.c stable/10/sys/dev/usb/usbdevs Directory Properties: stable/10/ (props chan

svn commit: r261470 - in stable/8/sys/dev/usb: . controller

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:52:08 2014 New Revision: 261470 URL: http://svnweb.freebsd.org/changeset/base/261470 Log: MFC r261004, r261005 and r261033: Adjust the DMA delay logic so that the DMA delay does not become too small. Modified: stable/8/sys/dev/usb/controller/ehci.c sta

svn commit: r261469 - stable/8/sys/dev/usb

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:49:56 2014 New Revision: 261469 URL: http://svnweb.freebsd.org/changeset/base/261469 Log: MFC r261123: Reduce dmesg verbosity. Modified: stable/8/sys/dev/usb/usb_dev.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/dev/ (props c

svn commit: r261468 - stable/10/sys/dev/usb

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:47:43 2014 New Revision: 261468 URL: http://svnweb.freebsd.org/changeset/base/261468 Log: MFC r261123: Reduce dmesg verbosity. Modified: stable/10/sys/dev/usb/usb_dev.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/dev/usb

svn commit: r261467 - stable/9/sys/dev/usb

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:47:08 2014 New Revision: 261467 URL: http://svnweb.freebsd.org/changeset/base/261467 Log: MFC r261123: Reduce dmesg verbosity. Modified: stable/9/sys/dev/usb/usb_dev.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/ (props c

Re: svn commit: r261283 - in head: contrib/libc++ contrib/libc++/include contrib/libc++/include/experimental contrib/libc++/include/ext contrib/libc++/src etc/mtree lib/libc++ sys/sys tools/build/mk

2014-02-04 Thread David Chisnall
On 3 Feb 2014, at 22:00, Alexander Kabaev wrote: > At the very least, new library did remove > _ZNKSt3__111__libcpp_db12__comparableEPKvS2_ which was public before. This symbol is part of the debugging infrastructure and is used when you build your code with aggressive debug checks by defining

svn commit: r261466 - in stable/9/sys/dev/usb: . controller

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:44:33 2014 New Revision: 261466 URL: http://svnweb.freebsd.org/changeset/base/261466 Log: MFC r261004, r261005 and r261033: Adjust the DMA delay logic so that the DMA delay does not become too small. Modified: stable/9/sys/dev/usb/controller/ehci.c sta

svn commit: r261465 - in stable/10/sys/dev/usb: . controller

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:44:12 2014 New Revision: 261465 URL: http://svnweb.freebsd.org/changeset/base/261465 Log: MFC r261004, r261005 and r261033: Adjust the DMA delay logic so that the DMA delay does not become too small. Modified: stable/10/sys/dev/usb/controller/ehci.c st

svn commit: r261463 - in stable/10/sys/dev/usb: . quirk

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:37:39 2014 New Revision: 261463 URL: http://svnweb.freebsd.org/changeset/base/261463 Log: MFC r261003: Add new quirk. PR: usb/185968 Modified: stable/10/sys/dev/usb/quirk/usb_quirk.c stable/10/sys/dev/usb/usbdevs Directory Properties:

svn commit: r261464 - in stable/9/sys/dev/usb: . quirk

2014-02-04 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 4 08:37:47 2014 New Revision: 261464 URL: http://svnweb.freebsd.org/changeset/base/261464 Log: MFC r261003: Add new quirk. PR: usb/185968 Modified: stable/9/sys/dev/usb/quirk/usb_quirk.c stable/9/sys/dev/usb/usbdevs Directory Properties: st

Re: svn commit: r261266 - in head: sys/dev/drm sys/kern sys/sys usr.sbin/jail

2014-02-04 Thread Robert N. M. Watson
On 4 Feb 2014, at 07:53, Adrian Chadd wrote: > I really would rather see Xorg gain whatever abstraction is necessary > to probe/attach/interface with a DRI API supported graphics card. > > So, this then becomes a question of whether this is needed for DRI API > supported graphics cards, or whet