Re: svn commit: r269231 - head/usr.bin/m4/lib

2014-07-30 Thread Bjoern A. Zeeb
On 29 Jul 2014, at 09:46 , Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Tue Jul 29 09:46:08 2014 New Revision: 269231 URL: http://svnweb.freebsd.org/changeset/base/269231 Log: Fix build with gcc I fear that was not enough; this is on arm: === usr.bin/m4 (all)

svn commit: r269302 - head/usr.bin/sed

2014-07-30 Thread Jeremie Le Hen
Author: jlh Date: Wed Jul 30 14:46:39 2014 New Revision: 269302 URL: http://svnweb.freebsd.org/changeset/base/269302 Log: Fix relative numerical addressing (addr,+N). As a bonus the patch untangles a bit the logic and makes the code easier to grasp. PR: 192108 MFC after:

svn commit: r269303 - head/sbin/restore

2014-07-30 Thread Kirk McKusick
Author: mckusick Date: Wed Jul 30 14:52:04 2014 New Revision: 269303 URL: http://svnweb.freebsd.org/changeset/base/269303 Log: When restoring a UFS dump onto a ZFS filesystem, an assertion in restore was failing because ZFS was reporting a blocksize that was not a multiple of 1024. Replace

svn commit: r269306 - head/sys/netinet6

2014-07-30 Thread Andrey V. Elsukov
Author: ae Date: Wed Jul 30 15:08:12 2014 New Revision: 269306 URL: http://svnweb.freebsd.org/changeset/base/269306 Log: Add new rule to source address selection algorithm. It prefers address with better virtual status. Use ifa_preferred() to choose better address. PR: 187341

svn commit: r269307 - head/sys/conf

2014-07-30 Thread Ed Maste
Author: emaste Date: Wed Jul 30 15:43:17 2014 New Revision: 269307 URL: http://svnweb.freebsd.org/changeset/base/269307 Log: files.mips: the kbd driver is used by vt(4) too Sponsored by: DARPA, AFRL Modified: head/sys/conf/files.mips Modified: head/sys/conf/files.mips

svn commit: r269308 - head/lib/libstand

2014-07-30 Thread Marcel Moolenaar
Author: marcel Date: Wed Jul 30 16:08:16 2014 New Revision: 269308 URL: http://svnweb.freebsd.org/changeset/base/269308 Log: Provide a means for loaders to control which file system to use. This to counteract the default behaviour of always trying each and every file system until one

svn commit: r269309 - head

2014-07-30 Thread Xin LI
Author: delphij Date: Wed Jul 30 17:19:11 2014 New Revision: 269309 URL: http://svnweb.freebsd.org/changeset/base/269309 Log: Follow up r269179 and remove the libsbuf.so.7 library. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r269314 - head/sys/dev/mps

2014-07-30 Thread Steven Hartland
Author: smh Date: Wed Jul 30 17:58:17 2014 New Revision: 269314 URL: http://svnweb.freebsd.org/changeset/base/269314 Log: Bring in LSI's phase16 - phase18 changes * Implements Start Stop Unit for SATA direct-attach devices in IR mode to avoid data corruption. * Use CAM_DEV_NOT_THERE

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

2014-07-30 Thread Tycho Nightingale
Author: tychon Date: Wed Jul 30 18:47:31 2014 New Revision: 269317 URL: http://svnweb.freebsd.org/changeset/base/269317 Log: Commands which encounter a fatal error shouldn't be marked as completed. Furthermore, provide an indication of the current command so it can be determined which one

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

2014-07-30 Thread Andreas Tobler
Hi Alan, On 26.07.14 20:10, Alan Cox wrote: Author: alc Date: Sat Jul 26 18:10:18 2014 New Revision: 269134 URL: http://svnweb.freebsd.org/changeset/base/269134 Log: When unwiring a region of an address space, do not assume that the underlying physical pages are mapped by the pmap. If,

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

2014-07-30 Thread Alan Cox
On 07/30/2014 13:58, Andreas Tobler wrote: Hi Alan, On 26.07.14 20:10, Alan Cox wrote: Author: alc Date: Sat Jul 26 18:10:18 2014 New Revision: 269134 URL: http://svnweb.freebsd.org/changeset/base/269134 Log: When unwiring a region of an address space, do not assume that the

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

2014-07-30 Thread Alan Cox
On 07/30/2014 13:58, Andreas Tobler wrote: Hi Alan, On 26.07.14 20:10, Alan Cox wrote: Author: alc Date: Sat Jul 26 18:10:18 2014 New Revision: 269134 URL: http://svnweb.freebsd.org/changeset/base/269134 Log: When unwiring a region of an address space, do not assume that the

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

2014-07-30 Thread Alan Cox
On 07/30/2014 14:46, Alan Cox wrote: On 07/30/2014 13:58, Andreas Tobler wrote: Hi Alan, On 26.07.14 20:10, Alan Cox wrote: Author: alc Date: Sat Jul 26 18:10:18 2014 New Revision: 269134 URL: http://svnweb.freebsd.org/changeset/base/269134 Log: When unwiring a region of an address

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

2014-07-30 Thread Andreas Tobler
On 30.07.14 21:54, Alan Cox wrote: On 07/30/2014 14:46, Alan Cox wrote: On 07/30/2014 13:58, Andreas Tobler wrote: Hi Alan, On 26.07.14 20:10, Alan Cox wrote: Author: alc Date: Sat Jul 26 18:10:18 2014 New Revision: 269134 URL: http://svnweb.freebsd.org/changeset/base/269134 Log: When

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

2014-07-30 Thread Alan Cox
On 07/30/2014 15:15, Andreas Tobler wrote: On 30.07.14 21:54, Alan Cox wrote: On 07/30/2014 14:46, Alan Cox wrote: On 07/30/2014 13:58, Andreas Tobler wrote: Hi Alan, On 26.07.14 20:10, Alan Cox wrote: Author: alc Date: Sat Jul 26 18:10:18 2014 New Revision: 269134 URL:

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

2014-07-30 Thread Andreas Tobler
On 30.07.14 23:17, Alan Cox wrote: On 07/30/2014 15:15, Andreas Tobler wrote: On 30.07.14 21:54, Alan Cox wrote: On 07/30/2014 14:46, Alan Cox wrote: On 07/30/2014 13:58, Andreas Tobler wrote: Hi Alan, On 26.07.14 20:10, Alan Cox wrote: Author: alc Date: Sat Jul 26 18:10:18 2014 New

svn commit: r269318 - head/contrib/subversion/subversion/svn

2014-07-30 Thread Glen Barber
Author: gjb Date: Thu Jul 31 02:07:48 2014 New Revision: 269318 URL: http://svnweb.freebsd.org/changeset/base/269318 Log: Replace 'GNATS' with 'Bugzilla' in the base subversion commit template. Approved by: peter Sponsored by: The FreeBSD Foundation Modified:

svn commit: r269319 - head/sys/dev/usb/net

2014-07-30 Thread Kevin Lo
Author: kevlo Date: Thu Jul 31 03:34:25 2014 New Revision: 269319 URL: http://svnweb.freebsd.org/changeset/base/269319 Log: In copyright statement correct that the author is me, not Bill Paul. Modified: head/sys/dev/usb/net/if_axgereg.h Modified: head/sys/dev/usb/net/if_axgereg.h

svn commit: r269320 - head/usr.bin/gcore

2014-07-30 Thread Kevin Lo
Author: kevlo Date: Thu Jul 31 03:36:03 2014 New Revision: 269320 URL: http://svnweb.freebsd.org/changeset/base/269320 Log: Remove an unsed variable. Modified: head/usr.bin/gcore/elfcore.c Modified: head/usr.bin/gcore/elfcore.c

svn commit: r269321 - head/sys/arm/arm

2014-07-30 Thread Ian Lepore
Author: ian Date: Thu Jul 31 03:59:00 2014 New Revision: 269321 URL: http://svnweb.freebsd.org/changeset/base/269321 Log: Switch to using counter(9) for the new 64-bit stats kept by armv6 busdma. Modified: head/sys/arm/arm/busdma_machdep-v6.c Modified: head/sys/arm/arm/busdma_machdep-v6.c

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

2014-07-30 Thread Alan Cox
On 07/30/2014 16:26, Andreas Tobler wrote: On 30.07.14 23:17, Alan Cox wrote: On 07/30/2014 15:15, Andreas Tobler wrote: On 30.07.14 21:54, Alan Cox wrote: On 07/30/2014 14:46, Alan Cox wrote: On 07/30/2014 13:58, Andreas Tobler wrote: Hi Alan, On 26.07.14 20:10, Alan Cox wrote: Author:

svn commit: r269322 - head/sys/dev/usb/net

2014-07-30 Thread Kevin Lo
Author: kevlo Date: Thu Jul 31 05:12:21 2014 New Revision: 269322 URL: http://svnweb.freebsd.org/changeset/base/269322 Log: Replace the whole license block with the standard one. Suggested by: emaste Modified: head/sys/dev/usb/net/if_axgereg.h Modified:

svn commit: r269323 - head/usr.bin/m4

2014-07-30 Thread Baptiste Daroussin
Author: bapt Date: Thu Jul 31 05:56:15 2014 New Revision: 269323 URL: http://svnweb.freebsd.org/changeset/base/269323 Log: lower warning level to fix build with gcc Modified: head/usr.bin/m4/Makefile Modified: head/usr.bin/m4/Makefile