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

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: 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

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: 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: 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: 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: 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

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: r260357 - in stable/7: share/man/man4 sys/amd64/conf sys/conf sys/dev/bxe sys/i386/conf sys/modules/bxe

2014-01-05 Thread Eric Davis
Author: edavis Date: Sun Jan 5 23:13:18 2014 New Revision: 260357 URL: http://svnweb.freebsd.org/changeset/base/260357 Log: MFC Broadcom 10Gb bxe driver Merged r255736, r255861, r256299, r256341, r258187, r259928, r260113 Approved by: davidch (mentor) Added: stable/7/share/man/man4/b

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: r260356 - stable/10/sys/kern

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 23:02:03 2014 New Revision: 260356 URL: http://svnweb.freebsd.org/changeset/base/260356 Log: MFC r256885: Remove global device lock acquisition from dev_relthread(), replacing it with atomics on per-device data. Modified: stable/10/sys/kern/kern_conf.c Directo

svn commit: r260354 - stable/10/sys/kern

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 23:00:38 2014 New Revision: 260354 URL: http://svnweb.freebsd.org/changeset/base/260354 Log: MFC r256614: - Take BIO lock in biodone() only when there is no completion callback set and so we should wake up thread waiting in biowait(). - Remove msleep() timeou

svn commit: r260353 - stable/10/sys/dev/ahci

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:55:21 2014 New Revision: 260353 URL: http://svnweb.freebsd.org/changeset/base/260353 Log: MFC r258173: Add few more minor parts of DevSleep support from AHCI 1.3.1 proposal. Modified: stable/10/sys/dev/ahci/ahci.c stable/10/sys/dev/ahci/ahci.h Directory Pro

svn commit: r260352 - stable/10/sys/dev/ichsmb

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:53:55 2014 New Revision: 260352 URL: http://svnweb.freebsd.org/changeset/base/260352 Log: MFC r258169: Add ID for Intel Avoton SMBus controller. Modified: stable/10/sys/dev/ichsmb/ichsmb_pci.c Directory Properties: stable/10/ (props changed) Modified: st

svn commit: r260351 - stable/10/sys/dev/sound/pci/hda

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:52:59 2014 New Revision: 260351 URL: http://svnweb.freebsd.org/changeset/base/260351 Log: MFC r258168, r258170: Add some more Intel HDA controller and CODEC IDs. Modified: stable/10/sys/dev/sound/pci/hda/hdac.c stable/10/sys/dev/sound/pci/hda/hdac.h stabl

svn commit: r260350 - stable/10/sys/dev/acpica

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:51:09 2014 New Revision: 260350 URL: http://svnweb.freebsd.org/changeset/base/260350 Log: MFC r258164: Handle case when ACPI reports HPET device, but does not provide memory resource for it. In such case take the address range from the HPET table. This f

svn commit: r260348 - in stable/10/sys/dev: ahci ata ata/chipsets usb/controller

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:49:54 2014 New Revision: 260348 URL: http://svnweb.freebsd.org/changeset/base/260348 Log: MFC r258162: Add some more IDs for Intel ATA, AHCI and USB controllers. Modified: stable/10/sys/dev/ahci/ahci.c stable/10/sys/dev/ata/ata-pci.h stable/10/sys/dev/ata

svn commit: r260347 - stable/10/sys/dev/isp

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:48:12 2014 New Revision: 260347 URL: http://svnweb.freebsd.org/changeset/base/260347 Log: MFC r257932: Use relaxed (write-only) memory barriers when writing some of queue index registers (for now on ISP2400+). We never read those registers back and AFAIK th

svn commit: r260346 - stable/10/sys/dev/isp

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:47:12 2014 New Revision: 260346 URL: http://svnweb.freebsd.org/changeset/base/260346 Log: MFC r257930: Some more registers access optimizations: - Process ATIO queue only if interrupt status tells so; - Do not update queue out pointers after each processed

svn commit: r260345 - stable/10/sys/dev/isp

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:45:46 2014 New Revision: 260345 URL: http://svnweb.freebsd.org/changeset/base/260345 Log: MFC r257916: Save one more register read per command by not reading rqstoutrp register every time. The purpose of that register is unlikely output queue overflow detec

svn commit: r260344 - stable/10/sys/dev/buslogic

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:43:40 2014 New Revision: 260344 URL: http://svnweb.freebsd.org/changeset/base/260344 Log: MFC r256893: Fix memory and references leak due to unfreed path. Coverity CID: 1109815 Modified: stable/10/sys/dev/buslogic/bt.c Directory Properties: stable/10

svn commit: r260343 - stable/10/sys/dev/aha

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:42:42 2014 New Revision: 260343 URL: http://svnweb.freebsd.org/changeset/base/260343 Log: MFC r256887: Fix memory and references leak due to unfreed path. Coverity CID: 1109817 Modified: stable/10/sys/dev/aha/aha.c Directory Properties: stable/10/

svn commit: r260342 - in stable/10/sys/dev: aic7xxx firewire isp mpt

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:40:28 2014 New Revision: 260342 URL: http://svnweb.freebsd.org/changeset/base/260342 Log: MFC r256826: Fix several target mode SIMs to not blindly clear ccb_h.flags field of ATIO CCBs. Not all CCB flags there belong to them. Modified: stable/10/sys/dev/aic

svn commit: r260341 - stable/10/sys/dev/isp

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:38:44 2014 New Revision: 260341 URL: http://svnweb.freebsd.org/changeset/base/260341 Log: MFC r256705: Optimize isp(4) to reduce CPU usage, especially in target mode: - Remove two excessive and slow register reads from isp_intr(). Instead of rereading valu

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: r260339 - in stable/10: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:14:12 2014 New Revision: 260339 URL: http://svnweb.freebsd.org/changeset/base/260339 Log: MFC r259168: Don't even try to read vdev labels from devices smaller then SPA_MINDEVSIZE (64MB). Even if we would find one somehow, ZFS kernel code rejects such device

svn commit: r260338 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:12:45 2014 New Revision: 260338 URL: http://svnweb.freebsd.org/changeset/base/260338 Log: MFC r258342: Reenable vfs.zfs.zio.use_uma for amd64, disabled at r209261. On machines with seveal CPUs and enough RAM this can easily twice improve ZFS performance o

svn commit: r260337 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-01-05 Thread Alexander Motin
Author: mav Date: Sun Jan 5 22:09:18 2014 New Revision: 260337 URL: http://svnweb.freebsd.org/changeset/base/260337 Log: MFC r258137: Introduce allocation cache to store LZ4 compression contexts without kicking VM subsystem twice for every written record. Tests on 24-core system show d

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: 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: 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: 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: 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/

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: 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 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

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

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: 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: 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

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: r260325 - stable/9/usr.sbin/mfiutil

2014-01-05 Thread Sean Bruno
Author: sbruno Date: Sun Jan 5 17:33:10 2014 New Revision: 260325 URL: http://svnweb.freebsd.org/changeset/base/260325 Log: MFC r258901: svn r251516 resized the buf argument a bit too much. Pass a hardcoded size of 6 to humanize_number() to resolve this. PR: bin/184405 Submitt

svn commit: r260324 - stable/10/usr.sbin/mfiutil

2014-01-05 Thread Sean Bruno
Author: sbruno Date: Sun Jan 5 17:29:53 2014 New Revision: 260324 URL: http://svnweb.freebsd.org/changeset/base/260324 Log: MFC r258901: svn r251516 resized the buf argument a bit too much. Pass a hardcoded size of 6 to humanize_number() to resolve this. PR: bin/184405 Submitted

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

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: 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 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: r260321 - in stable: 10/sys/conf 10/sys/modules/drm2/radeonkms 10/sys/modules/ibcore 10/sys/modules/ipoib 10/sys/modules/mlx4 10/sys/modules/mlx4ib 10/sys/modules/mlxen 10/sys/modules/m...

2014-01-05 Thread Dimitry Andric
Author: dim Date: Sun Jan 5 15:39:37 2014 New Revision: 260321 URL: http://svnweb.freebsd.org/changeset/base/260321 Log: Revert MFC of r260102 for now, until I can merge the required fix from head. This should fix building modules which require -fms-extensions to compile them with gcc. Mo

svn commit: r260321 - in stable: 10/sys/conf 10/sys/modules/drm2/radeonkms 10/sys/modules/ibcore 10/sys/modules/ipoib 10/sys/modules/mlx4 10/sys/modules/mlx4ib 10/sys/modules/mlxen 10/sys/modules/m...

2014-01-05 Thread Dimitry Andric
Author: dim Date: Sun Jan 5 15:39:37 2014 New Revision: 260321 URL: http://svnweb.freebsd.org/changeset/base/260321 Log: Revert MFC of r260102 for now, until I can merge the required fix from head. This should fix building modules which require -fms-extensions to compile them with gcc. Mo

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

svn commit: r260319 - stable/10/sys/netinet

2014-01-05 Thread Gleb Smirnoff
Author: glebius Date: Sun Jan 5 13:55:33 2014 New Revision: 260319 URL: http://svnweb.freebsd.org/changeset/base/260319 Log: Merge r260188 from head: Fix regression from r249894. Now we pass "gw" as argument to if_output method, thus for multicast case we need it to point at "dst".

svn commit: r260318 - stable/9/sys/dev/e1000

2014-01-05 Thread Luigi Rizzo
Author: luigi Date: Sun Jan 5 11:58:07 2014 New Revision: 260318 URL: http://svnweb.freebsd.org/changeset/base/260318 Log: MFC revision 259907 use the correct netmap <-> nic slot mapping on the transmit ring for 'lem'. This bug would manifest only in netmap mode and on packets transmitted a

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: r260317 - stable/8/lib/libusb

2014-01-05 Thread Hans Petter Selasky
Author: hselasky Date: Sun Jan 5 10:52:57 2014 New Revision: 260317 URL: http://svnweb.freebsd.org/changeset/base/260317 Log: MFC r235128: Add missing LibUSB 1.0 API function: libusb_get_string_descriptor(). Modified: stable/8/lib/libusb/Makefile stable/8/lib/libusb/libusb.3 stable/8/l

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

2014-01-05 Thread Hans Petter Selasky
Author: hselasky Date: Sun Jan 5 10:49:56 2014 New Revision: 260316 URL: http://svnweb.freebsd.org/changeset/base/260316 Log: MFC r235128: Add missing LibUSB 1.0 API function: libusb_get_string_descriptor(). Modified: stable/9/lib/libusb/Makefile stable/9/lib/libusb/libusb.3 stable/9/l

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