svn commit: r270741 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Glen Barber
Author: gjb Date: Thu Aug 28 06:16:36 2014 New Revision: 270741 URL: http://svnweb.freebsd.org/changeset/base/270741 Log: Document r269946, USDT DTrace probe improvements. Submitted by: rpaulo Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r270644 - stable/10/usr.sbin/bsdinstall/scripts

2014-08-28 Thread Slawa Olhovchenkov
On Wed, Aug 27, 2014 at 07:27:37PM -0700, dte...@freebsd.org wrote: Now compare that to the following code: http://svnweb.freebsd.org/base/head/usr.sbin/bsdinstall/scripts/zfsboot?view =markup Read: There is a /usr/home already -- what's the issue? May be best mount to /home and do symlink

svn commit: r270742 - head/sys/dev/iwn

2014-08-28 Thread Adrian Chadd
Author: adrian Date: Thu Aug 28 07:44:59 2014 New Revision: 270742 URL: http://svnweb.freebsd.org/changeset/base/270742 Log: Inform the rate control code if a single frame AMPDU transmission succeeds but has some retries. Without this, single frame transmission in AMPDU will always look

svn commit: r270743 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Alexander Motin
Author: mav Date: Thu Aug 28 07:57:00 2014 New Revision: 270743 URL: http://svnweb.freebsd.org/changeset/base/270743 Log: Move some points between sections. Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

Re: svn commit: r270444 - in head/sys: kern sys

2014-08-28 Thread Konstantin Belousov
On Thu, Aug 28, 2014 at 05:30:09AM +0200, Mateusz Guzik wrote: @@ -791,6 +791,8 @@ fill_kinfo_proc_only(struct proc *p, struct kinfo_proc *kp) struct ucred *cred; struct sigacts *ps; + /* For proc_realparent. */ + sx_assert(proctree_lock, SX_LOCKED);

svn commit: r270744 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Alexander Motin
Author: mav Date: Thu Aug 28 08:25:15 2014 New Revision: 270744 URL: http://svnweb.freebsd.org/changeset/base/270744 Log: Move more storage stuff to storage section. Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

Re: svn commit: r269134 - head/sys/vm

2014-08-28 Thread Adrian Chadd
Hi Alan! I just reverted back to the commit before this one and it fixed my MIPS32 boot. Would you have some time to help me help you figure out why things broke? :) Thanks! -a On 26 July 2014 11:10, Alan Cox a...@freebsd.org wrote: Author: alc Date: Sat Jul 26 18:10:18 2014 New

svn commit: r270745 - in head: bin/ps sys/compat/freebsd32 sys/kern sys/sys

2014-08-28 Thread Mateusz Guzik
Author: mjg Date: Thu Aug 28 08:41:11 2014 New Revision: 270745 URL: http://svnweb.freebsd.org/changeset/base/270745 Log: Return real parent pid in kinfo (used by e.g. ps) Add a separate field which exports tracer pid and add a new keyword (tracer) for ps to display it. This is a

Re: svn commit: r270444 - in head/sys: kern sys

2014-08-28 Thread Mateusz Guzik
On Thu, Aug 28, 2014 at 11:21:39AM +0300, Konstantin Belousov wrote: On Thu, Aug 28, 2014 at 05:30:09AM +0200, Mateusz Guzik wrote: @@ -791,6 +791,8 @@ fill_kinfo_proc_only(struct proc *p, struct kinfo_proc *kp) struct ucred *cred; struct sigacts *ps; + /* For

svn commit: r270746 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Alexander Motin
Author: mav Date: Thu Aug 28 08:48:10 2014 New Revision: 270746 URL: http://svnweb.freebsd.org/changeset/base/270746 Log: Document GEOM direct dispatch support and some other GEOM changes. Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r270747 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Alexander Motin
Author: mav Date: Thu Aug 28 09:00:53 2014 New Revision: 270747 URL: http://svnweb.freebsd.org/changeset/base/270747 Log: Document CAM locking improvements. Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r270748 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Alexander Motin
Author: mav Date: Thu Aug 28 09:40:44 2014 New Revision: 270748 URL: http://svnweb.freebsd.org/changeset/base/270748 Log: Document some CTL improvements. Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

svn commit: r270749 - head/contrib/openbsm/bin/auditdistd

2014-08-28 Thread Ed Schouten
Author: ed Date: Thu Aug 28 11:50:52 2014 New Revision: 270749 URL: http://svnweb.freebsd.org/changeset/base/270749 Log: Unlock the right lock. The adist_remote_lock is not held in this place, whereas the adist_recv_list_lock lock is and is picked up during the next iteration. I

svn commit: r270750 - head/sys/dev/drm2/radeon

2014-08-28 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Aug 28 12:40:31 2014 New Revision: 270750 URL: http://svnweb.freebsd.org/changeset/base/270750 Log: drm/radeon: Fix a memory leak when radeonkms is unloaded MFC after:1 week Modified: head/sys/dev/drm2/radeon/radeon_fb.c Modified:

svn commit: r270751 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Glen Barber
Author: gjb Date: Thu Aug 28 14:57:09 2014 New Revision: 270751 URL: http://svnweb.freebsd.org/changeset/base/270751 Log: Note r268700 was sponsored by Spectra Logic. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r270752 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Glen Barber
Author: gjb Date: Thu Aug 28 15:00:04 2014 New Revision: 270752 URL: http://svnweb.freebsd.org/changeset/base/270752 Log: Document r270242, sequential packet support in devd(8) Submitted by: asomers Sponsored by: The FreeBSD Foundation Modified:

svn commit: r270753 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Glen Barber
Author: gjb Date: Thu Aug 28 15:05:42 2014 New Revision: 270753 URL: http://svnweb.freebsd.org/changeset/base/270753 Log: Note r269398 adds RFC5661 support. Submitted by: rmacklem Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

svn commit: r270754 - head/share/examples/bhyve

2014-08-28 Thread Craig Rodrigues
Author: rodrigc Date: Thu Aug 28 16:26:13 2014 New Revision: 270754 URL: http://svnweb.freebsd.org/changeset/base/270754 Log: Use file -s, so that we can run vmrun.sh against special devices such as /dev/md memory file systems Reviewed by: neel Modified:

Re: svn commit: r269134 - head/sys/vm

2014-08-28 Thread Alan Cox
On Aug 28, 2014, at 3:30 AM, Adrian Chadd wrote: Hi Alan! I just reverted back to the commit before this one and it fixed my MIPS32 boot. Would you have some time to help me help you figure out why things broke? :) Have you tried booting a kernel based on r269134? At the time, I

Re: svn commit: r269134 - head/sys/vm

2014-08-28 Thread hiren panchasara
On Thu, Aug 28, 2014 at 9:30 AM, Alan Cox a...@rice.edu wrote: On Aug 28, 2014, at 3:30 AM, Adrian Chadd wrote: Hi Alan! I just reverted back to the commit before this one and it fixed my MIPS32 boot. Would you have some time to help me help you figure out why things broke? :) Have

Re: svn commit: r269134 - head/sys/vm

2014-08-28 Thread Adrian Chadd
On 28 August 2014 09:52, hiren panchasara hi...@freebsd.org wrote: On Thu, Aug 28, 2014 at 9:30 AM, Alan Cox a...@rice.edu wrote: On Aug 28, 2014, at 3:30 AM, Adrian Chadd wrote: Hi Alan! I just reverted back to the commit before this one and it fixed my MIPS32 boot. Would you have some

svn commit: r270755 - in head/sys: conf modules

2014-08-28 Thread Jack F Vogel
Author: jfv Date: Thu Aug 28 17:40:19 2014 New Revision: 270755 URL: http://svnweb.freebsd.org/changeset/base/270755 Log: Add XL710 device entries to NOTES, and directories to the module Makefile so they will be built. MFC after: 1 day Modified: head/sys/conf/NOTES

Re: svn commit: r270755 - in head/sys: conf modules

2014-08-28 Thread Rui Paulo
On Aug 28, 2014, at 10:40, Jack F Vogel j...@freebsd.org wrote: Author: jfv Date: Thu Aug 28 17:40:19 2014 New Revision: 270755 URL: http://svnweb.freebsd.org/changeset/base/270755 Log: Add XL710 device entries to NOTES, and directories to the module Makefile so they will be built.

svn commit: r270756 - in stable/10: bin/ed libexec/rtld-elf usr.bin/mail

2014-08-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu Aug 28 18:11:05 2014 New Revision: 270756 URL: http://svnweb.freebsd.org/changeset/base/270756 Log: MFC r270256: Always check the limits of array index variables before using them. Obtained from:DragonFlyBSD Modified: stable/10/bin/ed/cbc.c

Re: svn commit: r269814 - head/sys/dev/xen/blkfront

2014-08-28 Thread Alexander Motin
Hi, Roger. It looks to me like this commit does not work as it should. I got problem when I just tried `newfs /dev/ada0 ; mount /dev/ada0 /mnt`. Somehow newfs does not produce valid filesystem. Problem is reliably repeatable and reverting this commit fixes it. I found at least one possible cause

svn commit: r270757 - head/contrib/binutils/ld/emultempl

2014-08-28 Thread Tijl Coosemans
Author: tijl Date: Thu Aug 28 18:33:42 2014 New Revision: 270757 URL: http://svnweb.freebsd.org/changeset/base/270757 Log: In r253839 the default behaviour of ld(1) was changed such that all libraries that need to be linked into an executable or library have to be listed on the command line

Re: svn commit: r269814 - head/sys/dev/xen/blkfront

2014-08-28 Thread John-Mark Gurney
Alexander Motin wrote this message on Thu, Aug 28, 2014 at 21:23 +0300: Hi, Roger. It looks to me like this commit does not work as it should. I got problem when I just tried `newfs /dev/ada0 ; mount /dev/ada0 /mnt`. Somehow newfs does not produce valid filesystem. Problem is reliably

Re: svn commit: r269814 - head/sys/dev/xen/blkfront

2014-08-28 Thread Alexander Motin
On 28.08.2014 21:45, John-Mark Gurney wrote: Alexander Motin wrote this message on Thu, Aug 28, 2014 at 21:23 +0300: Hi, Roger. It looks to me like this commit does not work as it should. I got problem when I just tried `newfs /dev/ada0 ; mount /dev/ada0 /mnt`. Somehow newfs does not produce

svn commit: r270758 - head/sys/dev/ixl

2014-08-28 Thread Steven Hartland
Author: smh Date: Thu Aug 28 18:59:39 2014 New Revision: 270758 URL: http://svnweb.freebsd.org/changeset/base/270758 Log: Fix build breakage caused by ixl driver Fix missing includes and invalid vars in ixl / ixlv driver added by r270346 which caused build failures for GENERIC kernel

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

2014-08-28 Thread Steven Hartland
Author: smh Date: Thu Aug 28 19:50:08 2014 New Revision: 270759 URL: http://svnweb.freebsd.org/changeset/base/270759 Log: Refactor ZFS ARC reclaim logic to be more VM cooperative Prior to this change we triggered ARC reclaim when kmem usage passed 3/4 of the total available, as indicated

svn commit: r270760 - in stable/10: lib/libc share/mk

2014-08-28 Thread Garrett Cooper
Author: ngie Date: Thu Aug 28 19:59:04 2014 New Revision: 270760 URL: http://svnweb.freebsd.org/changeset/base/270760 Log: MFC r270519: Fix make checkdpadd for lib/libc when MK_SSP != no Add LIBSSP_NONSHARED to bsd.libnames.mk and append LIBSSP_NONSHARED to DPADD in lib/libc when

svn commit: r270761 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Alexander Motin
Author: mav Date: Thu Aug 28 20:25:17 2014 New Revision: 270761 URL: http://svnweb.freebsd.org/changeset/base/270761 Log: Mention NFS and kernel iSCSI optimizations. Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r270762 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Alexander Motin
Author: mav Date: Thu Aug 28 20:38:04 2014 New Revision: 270762 URL: http://svnweb.freebsd.org/changeset/base/270762 Log: Document volmode ZVOL property addition. Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r270763 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Alexander Motin
Author: mav Date: Thu Aug 28 20:41:53 2014 New Revision: 270763 URL: http://svnweb.freebsd.org/changeset/base/270763 Log: Document ZVOLs got BIO_DELETE support. Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

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

2014-08-28 Thread Dmitry Morozovsky
Steve, On Thu, 28 Aug 2014, Steven Hartland wrote: Author: smh Date: Thu Aug 28 19:50:08 2014 New Revision: 270759 URL: http://svnweb.freebsd.org/changeset/base/270759 Log: Refactor ZFS ARC reclaim logic to be more VM cooperative [snip] Credit to Karl Denninger for the original

svn commit: r270764 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Glen Barber
Author: gjb Date: Thu Aug 28 21:02:10 2014 New Revision: 270764 URL: http://svnweb.freebsd.org/changeset/base/270764 Log: Add FreeBSD/ARM notes. These do not have corresponding revision numbers, since the updates took place over a large span of revisions, not one revision in

svn commit: r270765 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Alexander Motin
Author: mav Date: Thu Aug 28 21:07:54 2014 New Revision: 270765 URL: http://svnweb.freebsd.org/changeset/base/270765 Log: Fix typo. Submitted by: Hugo Lombard h...@elizium.za.net Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

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

2014-08-28 Thread Steven Hartland
- Original Message - From: Dmitry Morozovsky ma...@rinet.ru Steve, On Thu, 28 Aug 2014, Steven Hartland wrote: Author: smh Date: Thu Aug 28 19:50:08 2014 New Revision: 270759 URL: http://svnweb.freebsd.org/changeset/base/270759 Log: Refactor ZFS ARC reclaim logic to be more VM

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

2014-08-28 Thread Matthew D. Fuller
On Thu, Aug 28, 2014 at 10:11:39PM +0100 I heard the voice of Steven Hartland, and lo! it spake thus: Its very likely applicable to stable/9 although I've never used 9 myself, we jumped from 9 direct to 10. This is actually hitting two different issues from the two bugs: - 191510 is about

svn commit: r270767 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Glen Barber
Author: gjb Date: Thu Aug 28 21:16:30 2014 New Revision: 270767 URL: http://svnweb.freebsd.org/changeset/base/270767 Log: We do not differentiate the SMP from GENERIC kernel anymore, so remove mention of it. Sponsored by: The FreeBSD Foundation Modified:

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

2014-08-28 Thread Dmitry Morozovsky
On Thu, 28 Aug 2014, Steven Hartland wrote: Thank you, and also Karl and Devin for this work! Is this change applicable to stable/9? I suppose, pretty large base of users could benefit from this. Its very likely applicable to stable/9 although I've never used 9 myself, we jumped from

svn commit: r270768 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Glen Barber
Author: gjb Date: Thu Aug 28 21:18:59 2014 New Revision: 270768 URL: http://svnweb.freebsd.org/changeset/base/270768 Log: Minor rewording to a few sections. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r270766 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Glen Barber
Author: gjb Date: Thu Aug 28 21:14:32 2014 New Revision: 270766 URL: http://svnweb.freebsd.org/changeset/base/270766 Log: Use acronym and literal in a few places where needed. Minor rewording to r264732 entry. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r270769 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Glen Barber
Author: gjb Date: Thu Aug 28 21:25:30 2014 New Revision: 270769 URL: http://svnweb.freebsd.org/changeset/base/270769 Log: FDP style nits. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r270770 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-08-28 Thread Glen Barber
Author: gjb Date: Thu Aug 28 21:27:37 2014 New Revision: 270770 URL: http://svnweb.freebsd.org/changeset/base/270770 Log: Minor wording changes. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r270771 - head/bin/dd

2014-08-28 Thread Warner Losh
Author: imp Date: Thu Aug 28 21:30:39 2014 New Revision: 270771 URL: http://svnweb.freebsd.org/changeset/base/270771 Log: Add canonical population of a disk / thumb drive from an image example. Modified: head/bin/dd/dd.1 Modified: head/bin/dd/dd.1

svn commit: r270772 - head/sys/dev/ixl

2014-08-28 Thread Jack F Vogel
Author: jfv Date: Thu Aug 28 21:45:07 2014 New Revision: 270772 URL: http://svnweb.freebsd.org/changeset/base/270772 Log: Some corrections, reformating, and additional info about the VF driver in the README. MFC after: 1 day Modified: head/sys/dev/ixl/README Modified:

Re: svn commit: r270755 - in head/sys: conf modules

2014-08-28 Thread Bjoern A. Zeeb
On 28 Aug 2014, at 17:41 , Rui Paulo rpa...@felyko.com wrote: On Aug 28, 2014, at 10:40, Jack F Vogel j...@freebsd.org wrote: Author: jfv Date: Thu Aug 28 17:40:19 2014 New Revision: 270755 URL: http://svnweb.freebsd.org/changeset/base/270755 Log: Add XL710 device entries to NOTES,

Re: svn commit: r270755 - in head/sys: conf modules

2014-08-28 Thread Bjoern A. Zeeb
On 28 Aug 2014, at 22:08 , Bjoern A. Zeeb b...@freebsd.org wrote: On 28 Aug 2014, at 17:41 , Rui Paulo rpa...@felyko.com wrote: On Aug 28, 2014, at 10:40, Jack F Vogel j...@freebsd.org wrote: Author: jfv Date: Thu Aug 28 17:40:19 2014 New Revision: 270755 URL:

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

2014-08-28 Thread Alan Cox
On 08/28/2014 16:15, Matthew D. Fuller wrote: On Thu, Aug 28, 2014 at 10:11:39PM +0100 I heard the voice of Steven Hartland, and lo! it spake thus: Its very likely applicable to stable/9 although I've never used 9 myself, we jumped from 9 direct to 10. This is actually hitting two different

svn commit: r270773 - head/sys/dev/ixl

2014-08-28 Thread Jack F Vogel
Author: jfv Date: Thu Aug 28 22:52:20 2014 New Revision: 270773 URL: http://svnweb.freebsd.org/changeset/base/270773 Log: Remove the DEV_NETMAP code from the ixl drivers, it was a placeholder and not yet ready to be defined, and its causing build errors. MFC after:3 days Modified:

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

2014-08-28 Thread Peter Wemm
On Thursday 28 August 2014 17:30:17 Alan Cox wrote: On 08/28/2014 16:15, Matthew D. Fuller wrote: On Thu, Aug 28, 2014 at 10:11:39PM +0100 I heard the voice of Steven Hartland, and lo! it spake thus: Its very likely applicable to stable/9 although I've never used 9 myself, we jumped

svn commit: r270774 - head/share/misc

2014-08-28 Thread Alonso Schaich
Author: alonso (ports committer) Date: Thu Aug 28 23:32:56 2014 New Revision: 270774 URL: http://svnweb.freebsd.org/changeset/base/270774 Log: Add Alonso Schaich to ports developers. Mentors: makc@, rakuco@ Approved by: rakuco (mentor) Modified: head/share/misc/committers-ports.dot

Re: svn commit: r269134 - head/sys/vm

2014-08-28 Thread Adrian Chadd
Just tried it, it didn't work: RedBoot load kernel.RSPRO Using default protocol (TFTP) Entry point: 0x80050100, address range: 0x8005-0x805b11cc RedBoot RedBoot go CPU platform: Atheros AR7161 rev 2 CPU Frequency=720 MHz CPU DDR Frequency=360 MHz CPU AHB Frequency=180 MHz platform

Re: svn commit: r269134 - head/sys/vm

2014-08-28 Thread Adrian Chadd
Hm, ok, r269134 worked but r269799 didn't. I'll keep digging, thanks! -a ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

svn commit: r270775 - head/sys/dev/ixl

2014-08-28 Thread Jack F Vogel
Author: jfv Date: Fri Aug 29 00:33:31 2014 New Revision: 270775 URL: http://svnweb.freebsd.org/changeset/base/270775 Log: Fix the NOINET and NOINET6 builds. MFC after:3 days Modified: head/sys/dev/ixl/ixl_txrx.c Modified: head/sys/dev/ixl/ixl_txrx.c

svn commit: r270776 - in stable/10: gnu/usr.bin/grep usr.bin/host usr.bin/svn/svn

2014-08-28 Thread Glen Barber
Author: gjb Date: Fri Aug 29 01:20:31 2014 New Revision: 270776 URL: http://svnweb.freebsd.org/changeset/base/270776 Log: MFC r270668, r270669, r270672: r270668: Add gnugrep.1 to CLEANFILES. r270669: Add host.1 to CLEANFILES. r270672: Add svnlite.1 to CLEANFILES.

svn commit: r270777 - stable/9/gnu/usr.bin/grep

2014-08-28 Thread Glen Barber
Author: gjb Date: Fri Aug 29 01:21:08 2014 New Revision: 270777 URL: http://svnweb.freebsd.org/changeset/base/270777 Log: MFC r270668: Add gnugrep.1 to CLEANFILES. Sponsored by: The FreeBSD Foundation Modified: stable/9/gnu/usr.bin/grep/Makefile Directory Properties:

svn commit: r270778 - stable/10/sys/dev/usb

2014-08-28 Thread Glen Barber
Author: gjb Date: Fri Aug 29 01:40:49 2014 New Revision: 270778 URL: http://svnweb.freebsd.org/changeset/base/270778 Log: MFC r269608: Add device ID for the Chicony USB 2.0 HD UVC Webcam found on the Asus X550LA. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r270779 - in stable/10: bin/date/tests tools/build/mk

2014-08-28 Thread Garrett Cooper
Author: ngie Date: Fri Aug 29 02:21:02 2014 New Revision: 270779 URL: http://svnweb.freebsd.org/changeset/base/270779 Log: MFC r269903: Port date/bin/tests to ATF Phabric: D545 Approved by: jmmv (mentor) Submitted by: keramida (earlier version) Sponsored by: Google, Inc

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

2014-08-28 Thread Alexey Dokuchaev
On Thu, Aug 28, 2014 at 10:11:39PM +0100, Steven Hartland wrote: I'll MFC to 9 and possibly 8 as well at that time if relavent. Although I don't use ZFS on stable/8, your care about our best stable branch :) is much appreciated. ./danfe ___

Re: svn commit: r270771 - head/bin/dd

2014-08-28 Thread Bruce Evans
On Thu, 28 Aug 2014, Warner Losh wrote: Author: imp Date: Thu Aug 28 21:30:39 2014 New Revision: 270771 URL: http://svnweb.freebsd.org/changeset/base/270771 Log: Add canonical population of a disk / thumb drive from an image example. Modified: head/bin/dd/dd.1 Modified: head/bin/dd/dd.1