svn commit: r260315 - head/lib/libusb

2014-01-05 Thread Hans Petter Selasky
Author: hselasky Date: Sun Jan 5 10:41:43 2014 New Revision: 260315 URL: http://svnweb.freebsd.org/changeset/base/260315 Log: Implement two new libusb API functions. PR: usb/185454 MFC after:2 weeks Modified: head/lib/libusb/Makefile head/lib/libusb/libusb.3 head/lib

Re: svn commit: r260311 - in head/contrib: gcc gcc/cp gcc/doc gcclibs/include gcclibs/libiberty

2014-01-05 Thread Tijl Coosemans
On Sun, 5 Jan 2014 00:43:28 + (UTC) Pedro F. Giffuni wrote: > Author: pfg > Date: Sun Jan 5 00:43:28 2014 > New Revision: 260311 > URL: http://svnweb.freebsd.org/changeset/base/260311 > > Log: > gcc: Add support for Apple's Block extension > > Block objects [1] are a C-level syntactic

svn commit: r260320 - head/sys/arm/tegra

2014-01-05 Thread Ian Lepore
Author: ian Date: Sun Jan 5 15:33:33 2014 New Revision: 260320 URL: http://svnweb.freebsd.org/changeset/base/260320 Log: Use the common armv6 fdt_bus_tag defintion instead of an essentially identical local copy of it. Deleted: head/sys/arm/tegra/bus_space.c Modified: head/sys/arm/tegra/f

Re: svn commit: r260311 - in head/contrib: gcc gcc/cp gcc/doc gcclibs/include gcclibs/libiberty

2014-01-05 Thread Pedro Giffuni
On 05.01.2014 06:45, Tijl Coosemans wrote: On Sun, 5 Jan 2014 00:43:28 + (UTC) Pedro F. Giffuni wrote: Author: pfg Date: Sun Jan 5 00:43:28 2014 New Revision: 260311 URL: http://svnweb.freebsd.org/changeset/base/260311 Log: gcc: Add support for Apple's Block extension Block objec

svn commit: r260322 - head/share/mk

2014-01-05 Thread Dimitry Andric
Author: dim Date: Sun Jan 5 16:40:41 2014 New Revision: 260322 URL: http://svnweb.freebsd.org/changeset/base/260322 Log: In addition to r260102, also define GCC_MS_EXTENSIONS in bsd.sys.mk, since kernel module builds do not use kern.pre.mk. MFC after:3 days X-MFC-With: r260102 M

Re: svn commit: r260311 - in head/contrib: gcc gcc/cp gcc/doc gcclibs/include gcclibs/libiberty

2014-01-05 Thread Tijl Coosemans
On Sun, 05 Jan 2014 11:18:15 -0500 Pedro Giffuni wrote: > On 05.01.2014 06:45, Tijl Coosemans wrote: >> On Sun, 5 Jan 2014 00:43:28 + (UTC) Pedro F. Giffuni wrote: >>> Author: pfg >>> Date: Sun Jan 5 00:43:28 2014 >>> New Revision: 260311 >>> URL: http://svnweb.freebsd.org/changeset/base/26031

svn commit: r260323 - head/sys/arm/tegra

2014-01-05 Thread Ian Lepore
Author: ian Date: Sun Jan 5 16:45:34 2014 New Revision: 260323 URL: http://svnweb.freebsd.org/changeset/base/260323 Log: Eliminate use of fdt_immr_addr(), it's not needed for this SoC. Convert to the newer arm_devmap_add_entry() routine for creating device mappings. Modified: head/sys/arm

svn commit: r260326 - in head/sys: arm/lpc dev/uart

2014-01-05 Thread Ian Lepore
Author: ian Date: Sun Jan 5 18:40:06 2014 New Revision: 260326 URL: http://svnweb.freebsd.org/changeset/base/260326 Log: Convert from using fdt_immr style to arm_devmap_add_entry() to make static device mappings. This SoC relied heavily on the fact that all devices were static-mapped a

svn commit: r260327 - in head/sys: arm/arm arm/include arm/mv dev/fdt dev/uart mips/include powerpc/include x86/include

2014-01-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Jan 5 18:46:58 2014 New Revision: 260327 URL: http://svnweb.freebsd.org/changeset/base/260327 Log: Retire machine/fdt.h as a header used by MI code, as its function is now obsolete. This involves the following pieces: - Remove it entirely on PowerPC, where it is

Re: svn commit: r260327 - in head/sys: arm/arm arm/include arm/mv dev/fdt dev/uart mips/include powerpc/include x86/include

2014-01-05 Thread Nathan Whitehorn
On 01/05/14 13:46, Nathan Whitehorn wrote: > Author: nwhitehorn Date: Sun Jan 5 18:46:58 2014 New Revision: > 260327 URL: http://svnweb.freebsd.org/changeset/base/260327 > > Log: Retire machine/fdt.h as a header used by MI code, as its > function is now obsolete. This involves the following pieces

svn commit: r260328 - head/sys/cddl/compat/opensolaris/sys

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 19:07:42 2014 New Revision: 260328 URL: http://svnweb.freebsd.org/changeset/base/260328 Log: Fix build after r260234 by converting ddi_get_lbolt64() from inline into a macro. Otherwise compiler complains that hz variable used there either undefined or defined tw

Re: svn commit: r260311 - in head/contrib: gcc gcc/cp gcc/doc gcclibs/include gcclibs/libiberty

2014-01-05 Thread Pedro Giffuni
On 05.01.2014 11:42, Tijl Coosemans wrote: On Sun, 05 Jan 2014 11:18:15 -0500 Pedro Giffuni wrote: On 05.01.2014 06:45, Tijl Coosemans wrote: On Sun, 5 Jan 2014 00:43:28 + (UTC) Pedro F. Giffuni wrote: Author: pfg Date: Sun Jan 5 00:43:28 2014 New Revision: 260311 URL: http://svnweb.freeb

Re: svn commit: r260311 - in head/contrib: gcc gcc/cp gcc/doc gcclibs/include gcclibs/libiberty

2014-01-05 Thread Nathan Whitehorn
On 01/05/14 14:45, Pedro Giffuni wrote: > On 05.01.2014 11:42, Tijl Coosemans wrote: >> On Sun, 05 Jan 2014 11:18:15 -0500 Pedro Giffuni wrote: >>> On 05.01.2014 06:45, Tijl Coosemans wrote: On Sun, 5 Jan 2014 00:43:28 + (UTC) Pedro F. Giffuni wrote: > Author: pfg > Date: Sun Jan

svn commit: r260331 - in head/sys/arm: broadcom/bcm2835 freescale/imx lpc

2014-01-05 Thread Ian Lepore
Author: ian Date: Sun Jan 5 20:09:51 2014 New Revision: 260331 URL: http://svnweb.freebsd.org/changeset/base/260331 Log: Add #include to a few files that used to get it via pollution from other headers. Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c head/sys/arm/freescale/imx/imx

Re: svn commit: r260311 - in head/contrib: gcc gcc/cp gcc/doc gcclibs/include gcclibs/libiberty

2014-01-05 Thread Pedro Giffuni
On 05.01.2014 14:52, Nathan Whitehorn wrote: On 01/05/14 14:45, Pedro Giffuni wrote: On 05.01.2014 11:42, Tijl Coosemans wrote: On Sun, 05 Jan 2014 11:18:15 -0500 Pedro Giffuni wrote: On 05.01.2014 06:45, Tijl Coosemans wrote: On Sun, 5 Jan 2014 00:43:28 + (UTC) Pedro F. Giffuni wrote: A

svn commit: r260332 - head/contrib/gcc/cp

2014-01-05 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 5 20:33:44 2014 New Revision: 260332 URL: http://svnweb.freebsd.org/changeset/base/260332 Log: gcc: backport some fixes from llvm-gcc llvm-gcc backported some patches from gcc trunk: http://gcc.gnu.org/ml/gcc-cvs/2007-05/msg00662.html http://gcc.gnu.org/ml/

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

2014-01-05 Thread Ian Lepore
Author: ian Date: Sun Jan 5 20:44:10 2014 New Revision: 260333 URL: http://svnweb.freebsd.org/changeset/base/260333 Log: Enable the cesa security/crypto device by providing the required property in the dts source, and adding the right devices to the kernel config. Also generally bring the k

svn commit: r260334 - in head: lib/libiconv lib/libiconv_modules/BIG5 lib/libiconv_modules/EUC lib/libiconv_modules/EUCTW lib/libiconv_modules/GBK2K lib/libiconv_modules/ISO2022 lib/libiconv_module...

2014-01-05 Thread Dimitry Andric
Author: dim Date: Sun Jan 5 21:03:49 2014 New Revision: 260334 URL: http://svnweb.freebsd.org/changeset/base/260334 Log: Split the last gcc-specific flags off into CFLAGS.gcc. This also removes the need to use -Qunused-arguments for clang throughout the tree. MFC after:3 days Mod

svn commit: r260335 - head/sys/modules/iwnfw

2014-01-05 Thread Gavin Atkinson
Author: gavin Date: Sun Jan 5 21:35:07 2014 New Revision: 260335 URL: http://svnweb.freebsd.org/changeset/base/260335 Log: Wrap SUBDIRs over several lines. Modified: head/sys/modules/iwnfw/Makefile Modified: head/sys/modules/iwnfw/Makefile ===

svn commit: r260336 - head/usr.bin/find

2014-01-05 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 5 21:44:04 2014 New Revision: 260336 URL: http://svnweb.freebsd.org/changeset/base/260336 Log: find: Fix -lname and -ilname. The code did not take into account that readlink() does not add a terminating '\0', and therefore did not work reliably. As befor

svn commit: r260340 - in head/sys: arm/include arm/mv conf dev/fdt

2014-01-05 Thread Ian Lepore
Author: ian Date: Sun Jan 5 22:36:34 2014 New Revision: 260340 URL: http://svnweb.freebsd.org/changeset/base/260340 Log: Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs, related to setting up static device mappings. Since it was only used by arm/mv/mv_pci.c, it's now

svn commit: r260355 - head/usr.bin/find

2014-01-05 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 5 23:01:28 2014 New Revision: 260355 URL: http://svnweb.freebsd.org/changeset/base/260355 Log: find: Fix two more problems with -lname and -ilname: * Do not match symlinks that are followed because of -H or -L. This is explicitly documented in GNU find's in

svn commit: r260358 - head/contrib/diff/man

2014-01-05 Thread Warren Block
Author: wblock (doc committer) Date: Sun Jan 5 23:28:03 2014 New Revision: 260358 URL: http://svnweb.freebsd.org/changeset/base/260358 Log: Fix a cut and paste error. PR: docs/184791 Submitted by: Jamie Landeg Jones MFC after:3 days Modified: head/contrib/diff/man/dif

svn commit: r260361 - head/contrib/gcc

2014-01-05 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 6 00:52:39 2014 New Revision: 260361 URL: http://svnweb.freebsd.org/changeset/base/260361 Log: Fix optimization bug. GCC-PR rtl-optimization/34628 * combine.c (try_combine): Stop and undo after the first combination if an autoincrement side-effect

Re: svn commit: r260161 - in head/sys/arm: arm include

2014-01-05 Thread Ian Lepore
On Wed, 2014-01-01 at 20:03 +, Zbigniew Bodek wrote: > Author: zbb > Date: Wed Jan 1 20:03:48 2014 > New Revision: 260161 > URL: http://svnweb.freebsd.org/changeset/base/260161 > > Log: > Add polarity and level support to ARM GIC > > Add suport for setting triggering level and polarity

svn commit: r260363 - head/sys/dev/ath

2014-01-05 Thread Adrian Chadd
Author: adrian Date: Mon Jan 6 03:48:32 2014 New Revision: 260363 URL: http://svnweb.freebsd.org/changeset/base/260363 Log: Correctly remove entries from the relevant receive ath_buf list before freeing them. The current code would walk the list and call the buffer free, which didn't r

Re: svn commit: r260363 - head/sys/dev/ath

2014-01-05 Thread Konstantin Belousov
On Mon, Jan 06, 2014 at 03:48:32AM +, Adrian Chadd wrote: > Author: adrian > Date: Mon Jan 6 03:48:32 2014 > New Revision: 260363 > URL: http://svnweb.freebsd.org/changeset/base/260363 > > Log: > Correctly remove entries from the relevant receive ath_buf list before > freeing them. > >

svn commit: r260364 - head/sys/cddl/contrib/opensolaris/common/atomic/ia64

2014-01-05 Thread Marcel Moolenaar
Author: marcel Date: Mon Jan 6 05:00:58 2014 New Revision: 260364 URL: http://svnweb.freebsd.org/changeset/base/260364 Log: In atomic_or_8_nv() load 1 and not 8 bytes from the address given. Note that atomic_or_8_nv() is not used at this time. Modified: head/sys/cddl/contrib/opensolaris/co

Re: svn commit: r260161 - in head/sys/arm: arm include

2014-01-05 Thread Andreas Tobler
On 06.01.14 03:55, Ian Lepore wrote: > On Wed, 2014-01-01 at 20:03 +, Zbigniew Bodek wrote: >> Author: zbb >> Date: Wed Jan 1 20:03:48 2014 >> New Revision: 260161 >> URL: http://svnweb.freebsd.org/changeset/base/260161 >> >> Log: >> Add polarity and level support to ARM GIC >> >> Add s

Re: svn commit: r260363 - head/sys/dev/ath

2014-01-05 Thread Adrian Chadd
On 5 January 2014 19:51, Konstantin Belousov wrote: > On Mon, Jan 06, 2014 at 03:48:32AM +, Adrian Chadd wrote: >> Author: adrian >> Date: Mon Jan 6 03:48:32 2014 >> New Revision: 260363 >> URL: http://svnweb.freebsd.org/changeset/base/260363 >> >> Log: >> Correctly remove entries from the

Re: svn commit: r260224 - head/sys/netinet

2014-01-05 Thread Yonghyeon PYUN
On Fri, Jan 03, 2014 at 11:03:12AM +, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Jan 3 11:03:12 2014 > New Revision: 260224 > URL: http://svnweb.freebsd.org/changeset/base/260224 > > Log: > Make failure of ifpromisc() a non-fatal error. This makes it possible to > run carp(4) on v