svn commit: r272492 - in head/sys: conf i386/i386 pc98/pc98

2014-10-03 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Oct 4 06:01:30 2014 New Revision: 272492 URL: https://svnweb.freebsd.org/changeset/base/272492 Log: Merge pc98's machdep.c into i386/i386/machdep.c. Deleted: head/sys/pc98/pc98/machdep.c Modified: head/sys/conf/files.pc98 head/sys/i386/i386/machdep.c Modified: hea

Re: svn commit: r272372 - stable/10/bin/rm

2014-10-03 Thread Bruce Evans
On Sat, 4 Oct 2014, Bruce Evans wrote: On Fri, 3 Oct 2014, Garrett Cooper wrote: ? as filtering out these errors would handle the case that -f should handle according to the manpage: -f Attempt to remove the files without prompting for confirmation, regardless of the fil

Re: svn commit: r272372 - stable/10/bin/rm

2014-10-03 Thread Bruce Evans
On Fri, 3 Oct 2014, Garrett Cooper wrote: On Oct 2, 2014, at 16:34, Bruce Evans wrote: There is still the larger problem with fts_read(). Applications like rm are specified to do a complete tree walk, with special handling for files that do not exist. If fts_read() is going to abort in the

svn commit: r272491 - head/sys/conf

2014-10-03 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Oct 4 05:03:39 2014 New Revision: 272491 URL: https://svnweb.freebsd.org/changeset/base/272491 Log: Reduce diffs against i386. Modified: head/sys/conf/options.pc98 Modified: head/sys/conf/options.pc98 ===

svn commit: r272490 - head/sys/conf

2014-10-03 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Oct 4 05:01:57 2014 New Revision: 272490 URL: https://svnweb.freebsd.org/changeset/base/272490 Log: - MFi386: Add compile-with option for tau32-ddk.c. - Whitespace change. - Remove duplicate line. Modified: head/sys/conf/files.pc98 Modified: head/sys/conf/files.pc

Re: svn commit: r272372 - stable/10/bin/rm

2014-10-03 Thread Ian Lepore
On Wed, 2014-10-01 at 23:25 -0700, NGie Cooper wrote: > On Wed, Oct 1, 2014 at 11:16 PM, Glen Barber wrote: > > On Thu, Oct 02, 2014 at 02:56:05PM +1000, Bruce Evans wrote: > >> On Wed, 1 Oct 2014, Glen Barber wrote: > >> > >> >Log: > >> > MFC r268376 (imp): > >> > > >> > rm -rf can fail sometim

Re: svn commit: r272372 - stable/10/bin/rm

2014-10-03 Thread Garrett Cooper
On Oct 2, 2014, at 16:34, Bruce Evans wrote: > There is still the larger problem with fts_read(). Applications like rm > are specified to do a complete tree walk, with special handling for files > that do not exist. If fts_read() is going to abort in the middle of a > tree walk, then it is unus

svn commit: r272489 - head/lib/libproc

2014-10-03 Thread Mark Johnston
Author: markj Date: Sat Oct 4 02:34:30 2014 New Revision: 272489 URL: https://svnweb.freebsd.org/changeset/base/272489 Log: Remove an incorrect and useless debug print. X-MFC-With: r272488 Modified: head/lib/libproc/proc_sym.c Modified: head/lib/libproc/proc_sym.c ===

Re: svn commit: r272488 - in head: . cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf cddl/contrib/opensolaris/lib/libdtrace/common cddl/lib/libdtrace lib/libproc lib/libproc/tests lib/librtld

2014-10-03 Thread Steven Hartland
Nice work Mark! - Original Message - From: "Mark Johnston" To: ; ; Sent: Saturday, October 04, 2014 12:20 AM Subject: svn commit: r272488 - in head: . cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf cddl/contrib/opensolaris/lib/libdtrace/common cddl/lib/libdtrace lib/libpro

svn commit: r272488 - in head: . cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf cddl/contrib/opensolaris/lib/libdtrace/common cddl/lib/libdtrace lib/libproc lib/libproc/tests lib/librtld_db

2014-10-03 Thread Mark Johnston
Author: markj Date: Fri Oct 3 23:20:37 2014 New Revision: 272488 URL: https://svnweb.freebsd.org/changeset/base/272488 Log: Hook up support for userland CTF support in DTrace. This required some modifications to libproc to support fetching the CTF info for a given file. With this change,

svn commit: r272487 - head/sys/boot/common

2014-10-03 Thread Andrey V. Elsukov
Author: ae Date: Fri Oct 3 21:46:07 2014 New Revision: 272487 URL: https://svnweb.freebsd.org/changeset/base/272487 Log: Add GUID of FreeBSD slice to GPT scheme. MFC after:1 week Modified: head/sys/boot/common/part.c Modified: head/sys/boot/common/part.c ===

svn commit: r272486 - head/usr.bin/mkimg/tests

2014-10-03 Thread Marcel Moolenaar
Author: marcel Date: Fri Oct 3 20:54:35 2014 New Revision: 272486 URL: https://svnweb.freebsd.org/changeset/base/272486 Log: Update baseline files for EBR, MBR and PC98 now that mkimg fills in the CHS fields appropriately when -T and -H are given on the command line. Modified: head/usr.b

Re: svn commit: r272484 - in head: . cddl/lib/libzfs cddl/lib/libzpool

2014-10-03 Thread Garrett Cooper
> On Oct 3, 2014, at 13:36, Xin LI wrote: > > Author: delphij > Date: Fri Oct 3 20:36:09 2014 > New Revision: 272484 > URL: https://svnweb.freebsd.org/changeset/base/272484 > > Log: > Add dependencies to various libraries to libzfs and libzpool. > > Submitted by:sef > > Modified: > he

svn commit: r272485 - head/usr.bin/mkimg

2014-10-03 Thread Marcel Moolenaar
(r272484) +++ head/usr.bin/mkimg/Makefile Fri Oct 3 20:48:11 2014(r272485) @@ -6,7 +6,9 @@ PROG= mkimg SRCS= format.c image.c mkimg.c scheme.c MAN= mkimg.1 -MKIMG_VERSION=20141001 +MKIMG_VERSION=20141003 +mkimg.o: Makefile + CFLAGS+=-DMKIMG_VERSION=${MKIMG_VERSION} CF

svn commit: r272484 - in head: . cddl/lib/libzfs cddl/lib/libzpool

2014-10-03 Thread Xin LI
Author: delphij Date: Fri Oct 3 20:36:09 2014 New Revision: 272484 URL: https://svnweb.freebsd.org/changeset/base/272484 Log: Add dependencies to various libraries to libzfs and libzpool. Submitted by: sef Modified: head/Makefile.inc1 head/cddl/lib/libzfs/Makefile head/cddl/lib/libz

svn commit: r272483 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2014-10-03 Thread Steven Hartland
Author: smh Date: Fri Oct 3 20:34:55 2014 New Revision: 272483 URL: https://svnweb.freebsd.org/changeset/base/272483 Log: Refactor ZFS ARC reclaim checks and limits Remove previously added kmem methods in favour of defines which allow diff minimisation between upstream code base. Re

svn commit: r272482 - in head/bin/sh: . tests/builtins

2014-10-03 Thread Jilles Tjoelker
Author: jilles Date: Fri Oct 3 20:24:56 2014 New Revision: 272482 URL: https://svnweb.freebsd.org/changeset/base/272482 Log: sh: Fix LINENO and prompt after $'\0 and newline. Added: head/bin/sh/tests/builtins/lineno3.0 (contents, props changed) head/bin/sh/tests/builtins/lineno3.0.stdout

Re: svn commit: r272467 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/nfs fs/nfsserver

2014-10-03 Thread Marcelo Araujo
Sure, noted! Thanks. On Oct 4, 2014 1:23 AM, "Ian Lepore" wrote: > On Sat, 2014-10-04 at 01:17 +0800, Marcelo Araujo wrote: > > Hey, > > > > Yes I have, you could check here: https://reviews.freebsd.org/D798 > > > > I should added the phabric on the commit log. My bad! > > > > IMO, no amount of v

svn commit: r272481 - head/usr.sbin/bhyve

2014-10-03 Thread Peter Grehan
Author: grehan Date: Fri Oct 3 17:27:30 2014 New Revision: 272481 URL: https://svnweb.freebsd.org/changeset/base/272481 Log: Add new fields in the FADT, required by IASL 20140926-64. The new IASL from the recent acpi-ca import will error out if it doesn't see these new fields, which were

Re: svn commit: r272467 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/nfs fs/nfsserver

2014-10-03 Thread Ian Lepore
On Sat, 2014-10-04 at 01:17 +0800, Marcelo Araujo wrote: > Hey, > > Yes I have, you could check here: https://reviews.freebsd.org/D798 > > I should added the phabric on the commit log. My bad! > IMO, no amount of verbiage in phabricator linked to from a commit message is a substitute for a prop

Re: svn commit: r272467 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/nfs fs/nfsserver

2014-10-03 Thread Bryan Drewery
On 10/3/2014 12:17 PM, Marcelo Araujo wrote: > Hey, > > Yes I have, you could check here: https://reviews.freebsd.org/D798 > > I should added the phabric on the commit log. My bad! > > Best Regards, > Thanks! -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: svn commit: r272467 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/nfs fs/nfsserver

2014-10-03 Thread Marcelo Araujo
Hey, Yes I have, you could check here: https://reviews.freebsd.org/D798 I should added the phabric on the commit log. My bad! Best Regards, On Oct 4, 2014 1:12 AM, "Bryan Drewery" wrote: > On 10/2/2014 9:24 PM, Marcelo Araujo wrote: > > Author: araujo (ports committer) > > Date: Fri Oct 3 02:

Re: svn commit: r272467 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/nfs fs/nfsserver

2014-10-03 Thread Bryan Drewery
On 10/2/2014 9:24 PM, Marcelo Araujo wrote: > Author: araujo (ports committer) > Date: Fri Oct 3 02:24:41 2014 > New Revision: 272467 > URL: https://svnweb.freebsd.org/changeset/base/272467 > > Log: > Fix failures and warnings reported by newpynfs20090424 test tool. > This fix addresses only

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

2014-10-03 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 3 16:09:46 2014 New Revision: 272480 URL: https://svnweb.freebsd.org/changeset/base/272480 Log: When we fail to get a USB reference we should just return, because there are no more references held. MFC after:3 days Modified: head/sys/dev/usb/usb_dev.

svn commit: r272479 - head/sys/dev/usb/controller

2014-10-03 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 3 15:58:04 2014 New Revision: 272479 URL: https://svnweb.freebsd.org/changeset/base/272479 Log: Fix XHCI driver for devices which have more than 15 physical root HUB ports. The current bitmap array was too small to hold more than 16 bits and would at some poin

svn commit: r272476 - head/contrib/binutils/gas/config

2014-10-03 Thread Andrew Turner
Author: andrew Date: Fri Oct 3 15:07:43 2014 New Revision: 272476 URL: https://svnweb.freebsd.org/changeset/base/272476 Log: Allow vld and vst instructions to use the canonical form from ARM ARM when including an alignment. Previously binutils would only allow instructions in the form "vld1

svn commit: r272475 - head/share/man/man9

2014-10-03 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Fri Oct 3 15:03:44 2014 New Revision: 272475 URL: https://svnweb.freebsd.org/changeset/base/272475 Log: Bump .Dd Approved by: kevlo Modified: head/share/man/man9/sleepqueue.9 Modified: head/share/man/man9/sleepqueue.9 =

Re: svn commit: r272384 - head/usr.bin/mkimg

2014-10-03 Thread Ed Maste
On 2 October 2014 10:43, Ed Maste wrote: > > I've been using brooks' NO_ROOT support along with makefs / mkimg to > build and test changes by creating an image to boot in QEMU. This > change provides a noticeable improvement in the cycle time. I've had a couple of inquiries about the workflow I'

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

2014-10-03 Thread Steven Hartland
Author: smh Date: Fri Oct 3 14:49:48 2014 New Revision: 272474 URL: https://svnweb.freebsd.org/changeset/base/272474 Log: Fix various issues with zvols When performing snapshot renames we could deadlock due to the locking in zvol_rename_minors. In order to avoid this use the same workaro

svn commit: r272473 - head/contrib/binutils/gas/config

2014-10-03 Thread Andrew Turner
Author: andrew Date: Fri Oct 3 12:20:37 2014 New Revision: 272473 URL: https://svnweb.freebsd.org/changeset/base/272473 Log: Add all the dmb/dsb optional limitations, including the alternative values. These are needed for some code llvm generates when targeting ARMv7. Modified: head/contri

svn commit: r272472 - head/contrib/binutils/gas/config

2014-10-03 Thread Andrew Turner
Author: andrew Date: Fri Oct 3 12:14:19 2014 New Revision: 272472 URL: https://svnweb.freebsd.org/changeset/base/272472 Log: Allow the optional limitation on dmb instructions as is already the case with dsb instructions. Modified: head/contrib/binutils/gas/config/tc-arm.c Modified: head/c

svn commit: r272471 - head/sys/fs/autofs

2014-10-03 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Oct 3 10:18:22 2014 New Revision: 272471 URL: https://svnweb.freebsd.org/changeset/base/272471 Log: Fix autofs debug macros. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/fs/autofs/autofs.h Modified: head/sys/fs/autofs/autofs.h

Re: svn commit: r272391 - in head/sys: netinet netinet6

2014-10-03 Thread Alexander V. Chernikov
On 02.10.2014 14:32, Gleb Smirnoff wrote: On Thu, Oct 02, 2014 at 12:16:15PM +0400, Alexander V. Chernikov wrote: A> On 02.10.2014 04:25, Hiroki Sato wrote: A> > Author: hrs A> > Date: Thu Oct 2 00:25:57 2014 A> > New Revision: 272391 A> > URL: https://svnweb.freebsd.org/changeset/base/272391 A>

svn commit: r272470 - head/sys/fs/autofs

2014-10-03 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Oct 3 09:58:05 2014 New Revision: 272470 URL: https://svnweb.freebsd.org/changeset/base/272470 Log: Make autofs(4) use shared lock for lookups, instead of exclusive one. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/fs/autofs/aut

svn commit: r272469 - head/sys/netinet6

2014-10-03 Thread Michael Tuexen
Author: tuexen Date: Fri Oct 3 08:46:49 2014 New Revision: 272469 URL: https://svnweb.freebsd.org/changeset/base/272469 Log: UPD and UDPLite require a checksum. So check for it. MFC after: 3 days Modified: head/sys/netinet6/udp6_usrreq.c Modified: head/sys/netinet6/udp6_usrreq.c ==

Re: svn commit: r272386 - in head: sbin/ifconfig share/man/man4 sys/net

2014-10-03 Thread Jean-Sébastien Pédron
On 02.10.2014 22:05, Hiroki Sato wrote: > Ah, yes, I was lazy and did not keep the compatibility. On or after > r272446 an old ifconfig works with the new kernel. I confirm it's fixed, thank you! I see the following three LORs when the lagg0 interface is configured: https://bugs.freebsd.org/

Re: svn commit: r272403 - head/sys/fs/autofs

2014-10-03 Thread Edward Tomasz Napierala
On 1002T1435, Gleb Smirnoff wrote: > On Thu, Oct 02, 2014 at 10:31:32AM +, Edward Tomasz Napierala wrote: > E> Author: trasz > E> Date: Thu Oct 2 10:31:32 2014 > E> New Revision: 272403 > E> URL: https://svnweb.freebsd.org/changeset/base/272403 > E> > E> Log: > E> Make autofs timeout handli