svn commit: r261259 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2014-01-29 Thread Kai Wang
Author: kaiw Date: Wed Jan 29 09:58:05 2014 New Revision: 261259 URL: http://svnweb.freebsd.org/changeset/base/261259 Log: Only declare `bysz' variable under little endian archs. Modified: head/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c Modified:

svn commit: r261260 - in head: etc sys/conf sys/dev/usb sys/dev/usb/input sys/modules/usb sys/modules/usb/wsp

2014-01-29 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jan 29 10:42:01 2014 New Revision: 261260 URL: http://svnweb.freebsd.org/changeset/base/261260 Log: Add support for trackpads found in Apple MacBook products. While at it add some missing devd entries. Submitted by: Huang Wen Hui huang...@gmail.com MFC after:

svn commit: r261261 - head/contrib/libc-vis

2014-01-29 Thread Sergey Kandaurov
Author: pluknet Date: Wed Jan 29 11:39:58 2014 New Revision: 261261 URL: http://svnweb.freebsd.org/changeset/base/261261 Log: Restore the Nx macro lost in transit. This matches upstream. PR: 186205 Submitted by: naddy MFC after:3 days Modified:

svn commit: r261262 - head/sys/dev/usb/input

2014-01-29 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jan 29 12:34:05 2014 New Revision: 261262 URL: http://svnweb.freebsd.org/changeset/base/261262 Log: - Remove some dead code. - Use system provided functions for HID report requests. - Nice the mode setting, because the USB hardware does appear to handle the

svn commit: r261263 - head/lib/libfetch

2014-01-29 Thread Dag-Erling Smørgrav
Author: des Date: Wed Jan 29 12:48:19 2014 New Revision: 261263 URL: http://svnweb.freebsd.org/changeset/base/261263 Log: r261230 broke the cases where the amount of data to be read is not known in advance, or where the caller doesn't care and just keeps reading until it hits EOF. In

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

2014-01-29 Thread Jamie Gritton
Author: jamie Date: Wed Jan 29 13:41:13 2014 New Revision: 261266 URL: http://svnweb.freebsd.org/changeset/base/261266 Log: Add a jail parameter, allow.kmem, which lets jailed processes access /dev/kmem and related devices (i.e. grants PRIV_IO and PRIV_KMEM_WRITE). This in conjunction with

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

2014-01-29 Thread Gleb Smirnoff
On Wed, Jan 29, 2014 at 01:41:13PM +, Jamie Gritton wrote: J Author: jamie J Date: Wed Jan 29 13:41:13 2014 J New Revision: 261266 J URL: http://svnweb.freebsd.org/changeset/base/261266 J J Log: J Add a jail parameter, allow.kmem, which lets jailed processes access J /dev/kmem and related

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

2014-01-29 Thread James Gritton
It does. I included a warning in jail.8 that this will pretty much undo jail security. There are still reasons some may want to do this, but it's definitely not for everyone or even most people. - Jamie On 1/29/2014 6:43 AM, Gleb Smirnoff wrote: On Wed, Jan 29, 2014 at 01:41:13PM +,

svn commit: r261267 - head/gnu/usr.bin/groff/tmac

2014-01-29 Thread Sergey Kandaurov
Author: pluknet Date: Wed Jan 29 14:14:09 2014 New Revision: 261267 URL: http://svnweb.freebsd.org/changeset/base/261267 Log: Add libexecinfo. MFC after:3 days Modified: head/gnu/usr.bin/groff/tmac/mdoc.local Modified: head/gnu/usr.bin/groff/tmac/mdoc.local

svn commit: r261268 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm usr.sbin/bhyve

2014-01-29 Thread John Baldwin
Author: jhb Date: Wed Jan 29 14:56:48 2014 New Revision: 261268 URL: http://svnweb.freebsd.org/changeset/base/261268 Log: Enhance the support for PCI legacy INTx interrupts and enable them in the virtio backends. - Add a new ioctl to export the count of pins on the I/O APIC from vmm to

svn commit: r261269 - head/sys/dev/vt/hw/ofwfb

2014-01-29 Thread Justin Hibbits
Author: jhibbits Date: Wed Jan 29 15:50:01 2014 New Revision: 261269 URL: http://svnweb.freebsd.org/changeset/base/261269 Log: Micro-optimize 8-bit blanking. This is the same as in ofw_syscons. Reviewed by: ray MFC after:1 week Modified: head/sys/dev/vt/hw/ofwfb/ofwfb.c

svn commit: r261270 - head/sys/dev/usb

2014-01-29 Thread Nick Hibma
Author: n_hibma Date: Wed Jan 29 16:24:50 2014 New Revision: 261270 URL: http://svnweb.freebsd.org/changeset/base/261270 Log: Fix the ordering of the arguments to printf in uhub_child_location_string(). This produced bogus information in dev.USB driver.id.%location output from

svn commit: r261271 - head/contrib/pf/authpf

2014-01-29 Thread Sergey Kandaurov
Author: pluknet Date: Wed Jan 29 19:28:52 2014 New Revision: 261271 URL: http://svnweb.freebsd.org/changeset/base/261271 Log: Ressurect the local change documenting authpf's requirement for a mounted fdescfs(5). PR: docs/186250 MFC after:1 week Modified:

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

2014-01-29 Thread Alexander Leidinger
On Wed, 29 Jan 2014 06:49:01 -0700 James Gritton ja...@freebsd.org wrote: On 1/29/2014 6:43 AM, Gleb Smirnoff wrote: Doesn't this allow to easily unjail self? :) It does. I included a warning in jail.8 that this will pretty much undo jail security. There are still reasons some may want

svn commit: r261279 - head/sys/arm/conf

2014-01-29 Thread Warner Losh
Author: imp Date: Thu Jan 30 03:14:36 2014 New Revision: 261279 URL: http://svnweb.freebsd.org/changeset/base/261279 Log: Fix the name of the dts file for the HL201... Modified: head/sys/arm/conf/HL201 Modified: head/sys/arm/conf/HL201

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-01-29 Thread Dimitry Andric
Author: dim Date: Thu Jan 30 07:44:22 2014 New Revision: 261283 URL: http://svnweb.freebsd.org/changeset/base/261283 Log: Import libc++ 3.4 release. This contains a lot of bugfixes, and some preliminary support for C++1y. MFC after:3 weeks Added: