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
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
===
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
===
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.
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
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,
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
==
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
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
=
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"
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
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.
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
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
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
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
===
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
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
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.
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
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, .
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
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
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
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
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
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
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.
> >
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_
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
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
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
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
33 matches
Mail list logo