Re: svn commit: r258179 - head/contrib/gcc

2013-11-18 Thread Alexey Dokuchaev
On Fri, Nov 15, 2013 at 02:14:01PM -0500, Pedro Giffuni wrote: > FWIW, I have a *bunch* of gcc fixes/updates from Google: > > https://android.googlesource.com/toolchain/gcc/+/honeycomb/gcc-4.2.1/README.google > > I will have to sort this out better :(. It would be very nice to bring some more li

svn commit: r258333 - head/tools/tools/bus_autoconf

2013-11-18 Thread Mark Johnston
Author: markj Date: Tue Nov 19 00:43:53 2013 New Revision: 258333 URL: http://svnweb.freebsd.org/changeset/base/258333 Log: Provide the correct path to bus_autoconf.sh. Modified: head/tools/tools/bus_autoconf/bus_autoconf.sh Modified: head/tools/tools/bus_autoconf/bus_autoconf.sh ===

svn commit: r258332 - head/etc/devd

2013-11-18 Thread Mark Johnston
Author: markj Date: Tue Nov 19 00:40:38 2013 New Revision: 258332 URL: http://svnweb.freebsd.org/changeset/base/258332 Log: Regenerate usb.conf after r258331. Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf ===

svn commit: r258331 - in head: share/man/man4 sys/conf sys/dev/usb/net sys/modules/usb sys/modules/usb/axge

2013-11-18 Thread Mark Johnston
Author: markj Date: Tue Nov 19 00:37:53 2013 New Revision: 258331 URL: http://svnweb.freebsd.org/changeset/base/258331 Log: Import the axge(4) driver for the ASIX AX88178A and AX88179 USB Ethernet adapters. Both devices support Gigabit Ethernet and USB 2.0, and the AX88179 supports USB 3.0.

svn commit: r258330 - head/share/mk

2013-11-18 Thread Simon J. Gerraty
Author: sjg Date: Tue Nov 19 00:34:59 2013 New Revision: 258330 URL: http://svnweb.freebsd.org/changeset/base/258330 Log: Need to also test for defined(${v}_${PROG}) Modified: head/share/mk/bsd.progs.mk Modified: head/share/mk/bsd.progs.mk

Re: svn commit: r258285 - in head/lib/atf: libatf-c++/tests libatf-c/tests tests/test-programs

2013-11-18 Thread Simon J. Gerraty
On Sun, 17 Nov 2013 23:12:55 +, Julio Merino writes: > I am not sure how this ever worked before given that manual inspection > of bsd.progs.mk clearly shows that the expected character between the > two components is a dot and not an underscore... but I suspect the Actually . or _ worked,

svn commit: r258329 - head/usr.bin/cmp

2013-11-18 Thread Eitan Adler
Author: eadler Date: Mon Nov 18 23:11:42 2013 New Revision: 258329 URL: http://svnweb.freebsd.org/changeset/base/258329 Log: Bump .Dd for recent change Modified: head/usr.bin/cmp/cmp.1 Modified: head/usr.bin/cmp/cmp.1 ==

svn commit: r258328 - head/sys/net

2013-11-18 Thread George V. Neville-Neil
Author: gnn Date: Mon Nov 18 22:58:14 2013 New Revision: 258328 URL: http://svnweb.freebsd.org/changeset/base/258328 Log: Allow ethernet drivers to pass in packets connected via the nextpkt pointer. Handling packets in this way allows drivers to amortize work during packet reception. Sub

svn commit: r258326 - head/usr.bin/cmp

2013-11-18 Thread Eitan Adler
Author: eadler Date: Mon Nov 18 22:53:24 2013 New Revision: 258326 URL: http://svnweb.freebsd.org/changeset/base/258326 Log: Indicate which options are extensions to POSIX. Inspired by: DragonFlyBSD Modified: head/usr.bin/cmp/cmp.1 Modified: head/usr.bin/cmp/cmp.1 =

Re: svn commit: r258310 - head/release

2013-11-18 Thread Glen Barber
On Tue, Nov 19, 2013 at 05:29:24AM +0900, Hiroki Sato wrote: > Glen Barber wrote > in <20131118195506.gt1...@glenbarber.us>: > > gj> > gj> -export PKG_ABI="freebsd:$(echo ${REVISION} | tr -d '.0'):x86:64" > gj> > gj> +export PKG_ABI="freebsd:$(echo ${REVISION} | sed -e > 's/\.[0-9]//'):x86:64"

Re: svn commit: r258310 - head/release

2013-11-18 Thread Hiroki Sato
Glen Barber wrote in <20131118195506.gt1...@glenbarber.us>: gj> > gj> -export PKG_ABI="freebsd:$(echo ${REVISION} | tr -d '.0'):x86:64" gj> > gj> +export PKG_ABI="freebsd:$(echo ${REVISION} | sed -e 's/\.[0-9]//'):x86:64" gj> > gj> > PKG_ABI=freebsd:${REVISION%.[0-9]*}:x86:64 is simpler than

svn commit: r258321 - head/contrib/gcc

2013-11-18 Thread Pedro F. Giffuni
Author: pfg Date: Mon Nov 18 20:21:44 2013 New Revision: 258321 URL: http://svnweb.freebsd.org/changeset/base/258321 Log: gcc: Record some previous commits in the gcc43 ChangeLog. It is useful to update the ChangeLog with upstream references related to our local r189824 and r255095.

svn commit: r258320 - in head/release: amd64 i386

2013-11-18 Thread Glen Barber
Author: gjb Date: Mon Nov 18 20:01:52 2013 New Revision: 258320 URL: http://svnweb.freebsd.org/changeset/base/258320 Log: Simplify PKG_ABI for pkg-stage.sh. Submitted by: hrs MFC after:3 days X-MFC-With: r258310 Sponsored by: The FreeBSD Foundation Modified: head/release/amd6

svn commit: r258319 - head/release

2013-11-18 Thread Glen Barber
Author: gjb Date: Mon Nov 18 19:57:11 2013 New Revision: 258319 URL: http://svnweb.freebsd.org/changeset/base/258319 Log: Remove WITHOUT_PROFILE=1 for the dvd1.iso medium. Requested by: hrs MFC after:3 days X-MFC-With: r258310 Sponsored by: The FreeBSD Foundation Modified: he

Re: svn commit: r258310 - head/release

2013-11-18 Thread Glen Barber
On Tue, Nov 19, 2013 at 03:48:52AM +0900, Hiroki Sato wrote: > gj> +dvd: > gj> +# Install system > gj> + mkdir -p ${.TARGET} > gj> + cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \ > gj> + DESTDIR=${.OBJDIR}/${.TARGET} WITHOUT_RESCUE=1 > WITHOUT_KERNEL_SYMBOLS=1 \ > gj

svn commit: r258318 - head

2013-11-18 Thread Tijl Coosemans
Author: tijl Date: Mon Nov 18 19:13:38 2013 New Revision: 258318 URL: http://svnweb.freebsd.org/changeset/base/258318 Log: Also delete lib32 libiconv. Reported by: Tomoaki AOKI MFC after:3 days Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

Re: svn commit: r258310 - head/release

2013-11-18 Thread Hiroki Sato
Glen Barber wrote in <201311181625.raigpurg078...@svn.freebsd.org>: gj> Author: gjb gj> Date: Mon Nov 18 16:25:56 2013 gj> New Revision: 258310 gj> URL: http://svnweb.freebsd.org/changeset/base/258310 gj> gj> Log: gj> Add the 'dvd1.iso' target. This mimics the 'release.iso' target, gj> wit

svn commit: r258317 - head/share/man/man7

2013-11-18 Thread Glen Barber
Author: gjb Date: Mon Nov 18 18:45:27 2013 New Revision: 258317 URL: http://svnweb.freebsd.org/changeset/base/258317 Log: Document the 'dvdrom' target. MFC after:3 days X-MFC-With: r258310 Sponsored by: The FreeBSD Foundation Modified: head/share/man/man7/release.7 Modified: h

svn commit: r258316 - head/lib/libiconv_modules/UTF7

2013-11-18 Thread Tijl Coosemans
Author: tijl Date: Mon Nov 18 18:14:23 2013 New Revision: 258316 URL: http://svnweb.freebsd.org/changeset/base/258316 Log: Bug fixes in iconv(3) UTF-7 support. - Add ' to the list of directly encoded characters and * to the list of optionally directly encoded characters as per RFC 2152.

svn commit: r258314 - in head/release: amd64 i386

2013-11-18 Thread Glen Barber
Author: gjb Date: Mon Nov 18 17:52:18 2013 New Revision: 258314 URL: http://svnweb.freebsd.org/changeset/base/258314 Log: Fix how ABI is evaluated so it matches more than a dot-zero case. MFC after:3 days X-MFC-With: r258310 Sponsored by: The FreeBSD Foundation Modified: head

svn commit: r258311 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2013-11-18 Thread Alan Somers
Author: asomers Date: Mon Nov 18 16:51:56 2013 New Revision: 258311 URL: http://svnweb.freebsd.org/changeset/base/258311 Log: opensolaris/uts/common/dtrace/fasttrap.c Fix several problems that can cause panics on kldload and kldunload. * kproc_create(fasttrap_pid_cleanup_cb, .

svn commit: r258310 - head/release

2013-11-18 Thread Glen Barber
Author: gjb Date: Mon Nov 18 16:25:56 2013 New Revision: 258310 URL: http://svnweb.freebsd.org/changeset/base/258310 Log: Add the 'dvd1.iso' target. This mimics the 'release.iso' target, with the additional step of fetching packages for inclusion on the dvd image. The 'pkg-stage' targe

svn commit: r258309 - in head/release: amd64 i386

2013-11-18 Thread Glen Barber
Author: gjb Date: Mon Nov 18 16:11:19 2013 New Revision: 258309 URL: http://svnweb.freebsd.org/changeset/base/258309 Log: Set the PKG_CACHEDIR directory to 'dvd/' instead of 'release/' in preparation of adding a 'dvd1.iso' target. MFC after:3 days X-MFC-With: r258305, r258307, r25

Re: svn commit: r258155 - head/sys/dev/qlxgbe

2013-11-18 Thread Alexey Dokuchaev
On Mon, Nov 18, 2013 at 07:55:23AM -0700, Ian Lepore wrote: > On Mon, 2013-11-18 at 14:22 +, Alexey Dokuchaev wrote: > > On Fri, Nov 15, 2013 at 01:26:25AM +, David C Somayajulu wrote: > > > Submitted by:David C Somayajulu > > > > "Submitted by" tag is redundant when submitter == committ

svn commit: r258308 - head/release

2013-11-18 Thread Glen Barber
Author: gjb Date: Mon Nov 18 16:04:04 2013 New Revision: 258308 URL: http://svnweb.freebsd.org/changeset/base/258308 Log: Unconditionally copy the build host /etc/resolv.conf into the chroot directory, since hostname resolution may be needed in the case of building a dvd image (with packages

svn commit: r258307 - in head/release: amd64 i386 scripts

2013-11-18 Thread Glen Barber
Author: gjb Date: Mon Nov 18 15:22:55 2013 New Revision: 258307 URL: http://svnweb.freebsd.org/changeset/base/258307 Log: Add a script and configuration files to fetch pre-built packages from pkg.FreeBSD.org for inclusion on release medium (dvd1.iso). The script sources ${.CURDIR}/${TARGE

svn commit: r258305 - head/release

2013-11-18 Thread Glen Barber
Author: gjb Date: Mon Nov 18 15:11:13 2013 New Revision: 258305 URL: http://svnweb.freebsd.org/changeset/base/258305 Log: Use the IMAGES variable to determine which image files to remove as part of 'make -C /usr/src/release clean'. MFC after:3 days Sponsored by: The FreeBSD Foundati

Re: svn commit: r258155 - head/sys/dev/qlxgbe

2013-11-18 Thread Ian Lepore
On Mon, 2013-11-18 at 14:22 +, Alexey Dokuchaev wrote: > On Fri, Nov 15, 2013 at 01:26:25AM +, David C Somayajulu wrote: > > New Revision: 258155 > > URL: http://svnweb.freebsd.org/changeset/base/258155 > > > > Log: > > ql_hw.[c,h]: set minimum thresholds on pkt size for lro path. > >

Re: svn commit: r258155 - head/sys/dev/qlxgbe

2013-11-18 Thread Alexey Dokuchaev
On Fri, Nov 15, 2013 at 01:26:25AM +, David C Somayajulu wrote: > New Revision: 258155 > URL: http://svnweb.freebsd.org/changeset/base/258155 > > Log: > ql_hw.[c,h]: set minimum thresholds on pkt size for lro path. > ql_ioctl.c: validate the length and address of buffer passed to > QL_RD_

svn commit: r258299 - in head: etc/mtree share share/examples share/examples/tests share/examples/tests/tests share/examples/tests/tests/atf share/examples/tests/tests/plain share/tests

2013-11-18 Thread Julio Merino
Author: jmmv Date: Mon Nov 18 12:57:46 2013 New Revision: 258299 URL: http://svnweb.freebsd.org/changeset/base/258299 Log: Add some sample test programs. This change adds some sample test cases to share/examples/tests/ demonstrating the basic usage of the atf and plain interfaces. Th

svn commit: r258298 - head/share/mk

2013-11-18 Thread Julio Merino
Author: jmmv Date: Mon Nov 18 12:47:35 2013 New Revision: 258298 URL: http://svnweb.freebsd.org/changeset/base/258298 Log: Fix the build of plain test programs. SRCS. must be explicitly defined when using the PROGS* functionality for each program to be built. As there are no plain te

svn commit: r258297 - head/share/mk

2013-11-18 Thread Julio Merino
Author: jmmv Date: Mon Nov 18 12:44:05 2013 New Revision: 258297 URL: http://svnweb.freebsd.org/changeset/base/258297 Log: Remove registration of C++ test programs into PROGS. C++ programs need to be added to PROGS_CXX, not PROGS, and the code was actually doing both. Just keep the regis

svn commit: r258294 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-11-18 Thread Steven Hartland
Author: smh Date: Mon Nov 18 11:28:19 2013 New Revision: 258294 URL: http://svnweb.freebsd.org/changeset/base/258294 Log: Fix ZFS deadlock when sending a snapshot which is mounted. MFC after:1 week Sponsored by: Multiplay Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zf