svn commit: r281120 - head/sys/fs/msdosfs

2015-04-05 Thread Konstantin Belousov
Author: kib Date: Sun Apr 5 21:08:04 2015 New Revision: 281120 URL: https://svnweb.freebsd.org/changeset/base/281120 Log: Assert that an msdosfs mount is not read-only when FAT modifications are requested. PR: 199152 Sponsored by: The FreeBSD Foundation MFC after:1 week

svn commit: r281132 - head/usr.bin/sort

2015-04-05 Thread Pedro F. Giffuni
Author: pfg Date: Mon Apr 6 02:35:55 2015 New Revision: 281132 URL: https://svnweb.freebsd.org/changeset/base/281132 Log: Revert (partial) r281123, r281125: sort: style knits / cleanups. Our style guide(9) specifies that in absence of local variables an empty line must be

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

2015-04-05 Thread Neel Natu
Hi Christian, On Sun, Apr 5, 2015 at 12:06 PM, Christian Laursen x...@borderworlds.dk wrote: On 10/03/14 19:27, Peter Grehan wrote: 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,

Re: svn commit: r281135 - head/lib/libc/string

2015-04-05 Thread Eitan Adler
On 5 April 2015 at 23:21, Pedro F. Giffuni p...@freebsd.org wrote: Author: pfg Date: Mon Apr 6 03:21:22 2015 New Revision: 281135 URL: https://svnweb.freebsd.org/changeset/base/281135 Log: Make strlcpy/strlcat slightly easier to read. Thanks! -- Eitan Adler Source, Ports, Doc

Re: svn commit: r281103 - head/sys/amd64/amd64

2015-04-05 Thread Eitan Adler
+ a few people interested in the diff On 5 April 2015 at 02:55, Bruce Evans b...@optusnet.com.au wrote: On Sun, 5 Apr 2015, Eitan Adler wrote: I did not confirm the performance impact, but the submitter and others indicated they saw a difference. Do you have specific data that shows that there

svn commit: r281119 - head/sys/mips/conf

2015-04-05 Thread Adrian Chadd
Author: adrian Date: Sun Apr 5 20:56:51 2015 New Revision: 281119 URL: https://svnweb.freebsd.org/changeset/base/281119 Log: Update the board MAC address configuration for the DIR-655A1. The MAC addresses were totally wrong. They're like the DIR-625C1 - at 0x1ffe0004 and 0x1ffe0018.

svn commit: r281128 - head/sys/dev/ath/ath_hal/ar5212

2015-04-05 Thread Adrian Chadd
Author: adrian Date: Mon Apr 6 01:12:53 2015 New Revision: 281128 URL: https://svnweb.freebsd.org/changeset/base/281128 Log: Return the correct HAL data type for HAL_DIAG_ANI_STATS. I .. stupidly added code to return HAL_ANI_STATS to HAL_DIAG_ANI_STATS. I discovered this in a noisy

svn commit: r281133 - head/usr.bin/sort

2015-04-05 Thread Pedro F. Giffuni
Author: pfg Date: Mon Apr 6 03:02:20 2015 New Revision: 281133 URL: https://svnweb.freebsd.org/changeset/base/281133 Log: sort: style knits / cleanups. Minor cleanups that got accidentally reverted. Obtained from:OpenBSD Modified: head/usr.bin/sort/radixsort.c

svn commit: r281123 - head/usr.bin/sort

2015-04-05 Thread Pedro F. Giffuni
Author: pfg Date: Sun Apr 5 22:22:43 2015 New Revision: 281123 URL: https://svnweb.freebsd.org/changeset/base/281123 Log: sort: Cleanup small issues with spaces. Obtained from:OpenBSD Modified: head/usr.bin/sort/coll.c head/usr.bin/sort/file.c head/usr.bin/sort/file.h

svn commit: r281130 - head/include

2015-04-05 Thread Pedro F. Giffuni
Author: pfg Date: Mon Apr 6 01:39:16 2015 New Revision: 281130 URL: https://svnweb.freebsd.org/changeset/base/281130 Log: Make use of gcc attributes in some standard include headers. The `nonnull' attribute specifies that some function parameters should be non-null pointers. This is

svn commit: r281135 - head/lib/libc/string

2015-04-05 Thread Pedro F. Giffuni
Author: pfg Date: Mon Apr 6 03:21:22 2015 New Revision: 281135 URL: https://svnweb.freebsd.org/changeset/base/281135 Log: Make strlcpy/strlcat slightly easier to read. Bring small upstream updates. Obtained from:OpenBSD Modified: head/lib/libc/string/strlcat.c

svn commit: r281126 - head/tools/tools/ath/athstats

2015-04-05 Thread Adrian Chadd
Author: adrian Date: Mon Apr 6 00:34:59 2015 New Revision: 281126 URL: https://svnweb.freebsd.org/changeset/base/281126 Log: Typecast things. Modified: head/tools/tools/ath/athstats/athstats.c Modified: head/tools/tools/ath/athstats/athstats.c

svn commit: r281129 - head/etc

2015-04-05 Thread Dmitry Marakasov
Author: amdmi3 (ports committer) Date: Mon Apr 6 01:32:26 2015 New Revision: 281129 URL: https://svnweb.freebsd.org/changeset/base/281129 Log: Switch russian login class to UTF-8 Reviewed by: glebius Approved by: glebius Differential Revision:D2129 Modified:

svn commit: r281121 - head/sys/fs/msdosfs

2015-04-05 Thread Konstantin Belousov
Author: kib Date: Sun Apr 5 21:10:38 2015 New Revision: 281121 URL: https://svnweb.freebsd.org/changeset/base/281121 Log: Do not call msdosfs_sync() on the read-only msdosfs mounts. In fact, it should be a nop for ro. PR: 199152 Reviewed by: bde (PR version of the patch)

svn commit: r281127 - in head/sys: dev/atkbdc sys

2015-04-05 Thread Rui Paulo
Author: rpaulo Date: Mon Apr 6 01:04:08 2015 New Revision: 281127 URL: https://svnweb.freebsd.org/changeset/base/281127 Log: psm: print newer Synaptics Touchpad capabilities. Modified: head/sys/dev/atkbdc/psm.c head/sys/sys/mouse.h Modified: head/sys/dev/atkbdc/psm.c

svn commit: r281125 - head/usr.bin/sort

2015-04-05 Thread Pedro F. Giffuni
Author: pfg Date: Sun Apr 5 23:06:42 2015 New Revision: 281125 URL: https://svnweb.freebsd.org/changeset/base/281125 Log: sort: style knits / cleanups. Obtained from:OpenBSD Modified: head/usr.bin/sort/bwstring.c head/usr.bin/sort/coll.c head/usr.bin/sort/file.c

Re: svn commit: r281103 - head/sys/amd64/amd64

2015-04-05 Thread Bruce Evans
On Mon, 6 Apr 2015, Eitan Adler wrote: + a few people interested in the diff On 5 April 2015 at 02:55, Bruce Evans b...@optusnet.com.au wrote: On Sun, 5 Apr 2015, Eitan Adler wrote: I did not confirm the performance impact, but the submitter and others indicated they saw a difference. Do

svn commit: r281122 - head/sys/mips/conf

2015-04-05 Thread Adrian Chadd
Author: adrian Date: Sun Apr 5 22:00:44 2015 New Revision: 281122 URL: https://svnweb.freebsd.org/changeset/base/281122 Log: Convert the DIR-825C1 to use the new map based MAC address configuration. Tested: * DIR-825C1 Modified: head/sys/mips/conf/DIR-825C1.hints Modified:

svn commit: r281124 - head/usr.bin/sort

2015-04-05 Thread Pedro F. Giffuni
Author: pfg Date: Sun Apr 5 22:34:03 2015 New Revision: 281124 URL: https://svnweb.freebsd.org/changeset/base/281124 Log: sort: Fix a comment. Obtained from:OpenBSD Modified: head/usr.bin/sort/bwstring.c Modified: head/usr.bin/sort/bwstring.c

svn commit: r281131 - head/etc

2015-04-05 Thread Baptiste Daroussin
Author: bapt Date: Mon Apr 6 01:53:47 2015 New Revision: 281131 URL: https://svnweb.freebsd.org/changeset/base/281131 Log: Enforce LC_COLLATE=C until we do support proper UTF-8 collation Modified: head/etc/login.conf Modified: head/etc/login.conf

Re: svn commit: r281103 - head/sys/amd64/amd64

2015-04-05 Thread Bruce Evans
On Sun, 5 Apr 2015, Eitan Adler wrote: Log: adrian asked me to revert and get more testing Modified: head/sys/amd64/amd64/support.S Modified: head/sys/amd64/amd64/support.S == --- head/sys/amd64/amd64/support.S

Re: svn commit: r281086 - head/sys/kern

2015-04-05 Thread Jilles Tjoelker
On Sun, Apr 05, 2015 at 02:23:05AM +0300, Sergey Kandaurov wrote: On 5 April 2015 at 00:47, Jilles Tjoelker jil...@freebsd.org wrote: Author: jilles Date: Sat Apr 4 21:47:54 2015 New Revision: 281086 URL: https://svnweb.freebsd.org/changeset/base/281086 Log: utimensat: Correct

svn commit: r281107 - head/libexec/rtld-elf/mips

2015-04-05 Thread Ed Maste
Author: emaste Date: Sun Apr 5 14:06:11 2015 New Revision: 281107 URL: https://svnweb.freebsd.org/changeset/base/281107 Log: MIPS rtld: report missing symbol rather than segfaulting This is only an interim fix; MIPS should be using the MI code instead, which does not have this issue.

svn commit: r281108 - head/sys/kern

2015-04-05 Thread Alexander Motin
Author: mav Date: Sun Apr 5 14:17:26 2015 New Revision: 281108 URL: https://svnweb.freebsd.org/changeset/base/281108 Log: Add vmem locking to r281026. While races there are not fatal, they cause result underestimation, that cause unneeded ARC reclaims. MFC after:1 month

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

2015-04-05 Thread Alexander Motin
Author: mav Date: Sun Apr 5 14:45:52 2015 New Revision: 281109 URL: https://svnweb.freebsd.org/changeset/base/281109 Log: Add DTrace probe to the new ARC reclaim cause added in r281026. MFC after:1 month Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c Modified:

svn commit: r281106 - head/sys/arm/include

2015-04-05 Thread Andrew Turner
Author: andrew Date: Sun Apr 5 09:50:22 2015 New Revision: 281106 URL: https://svnweb.freebsd.org/changeset/base/281106 Log: dev/ofw/openfirm.h is not needed in the arm machine/fdt.h Modified: head/sys/arm/include/fdt.h Modified: head/sys/arm/include/fdt.h

svn commit: r281111 - head/sys/powerpc/include

2015-04-05 Thread Justin Hibbits
Author: jhibbits Date: Sun Apr 5 16:35:13 2015 New Revision: 28 URL: https://svnweb.freebsd.org/changeset/base/28 Log: Missed this in r281096 as well. Renumber EXC_DEBUG to be above EXC_LAST, so as not to conflict with AIM trap vectors. Modified:

svn commit: r281113 - head/sys/vm

2015-04-05 Thread Dmitry Chagin
Author: dchagin Date: Sun Apr 5 18:25:23 2015 New Revision: 281113 URL: https://svnweb.freebsd.org/changeset/base/281113 Log: Fix wrong kassert msg in uma. PR: 199172 Submitted by: luke.tw gmail com MFC after:1 week Modified: head/sys/vm/uma_core.c Modified:

svn commit: r281114 - in head/sys/boot/efi: . loader

2015-04-05 Thread Andrew Turner
Author: andrew Date: Sun Apr 5 18:37:39 2015 New Revision: 281114 URL: https://svnweb.freebsd.org/changeset/base/281114 Log: Add FDT support to loader.efi. This will be used on arm and arm64. Differential Revision:https://reviews.freebsd.org/D2219 Modified:

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

2015-04-05 Thread Mateusz Guzik
On Sun, Apr 05, 2015 at 06:25:24PM +, Dmitry Chagin wrote: Author: dchagin Date: Sun Apr 5 18:25:23 2015 New Revision: 281113 URL: https://svnweb.freebsd.org/changeset/base/281113 Log: Fix wrong kassert msg in uma. PR: 199172 Submitted by: luke.tw gmail com

svn commit: r281115 - head/sys/boot/efi

2015-04-05 Thread Andrew Turner
Author: andrew Date: Sun Apr 5 18:42:43 2015 New Revision: 281115 URL: https://svnweb.freebsd.org/changeset/base/281115 Log: Spell MACHINE_CPUARCH correctly Modified: head/sys/boot/efi/Makefile Modified: head/sys/boot/efi/Makefile

svn commit: r281116 - head/usr.sbin/bluetooth/bthidd

2015-04-05 Thread Raphael Kubo da Costa
Author: rakuco (ports committer) Date: Sun Apr 5 18:53:48 2015 New Revision: 281116 URL: https://svnweb.freebsd.org/changeset/base/281116 Log: bthidd: Consider usage ranges when dealing with array inputs. So far, we were always using HID_USAGE() to determine the Usage ID of a certain

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

2015-04-05 Thread Chagin Dmitry
On Sun, Apr 05, 2015 at 08:39:47PM +0200, Mateusz Guzik wrote: On Sun, Apr 05, 2015 at 06:25:24PM +, Dmitry Chagin wrote: Author: dchagin Date: Sun Apr 5 18:25:23 2015 New Revision: 281113 URL: https://svnweb.freebsd.org/changeset/base/281113 Log: Fix wrong kassert msg in

svn commit: r281117 - head/sys/boot/efi/boot1

2015-04-05 Thread Andrew Turner
Author: andrew Date: Sun Apr 5 18:57:58 2015 New Revision: 281117 URL: https://svnweb.freebsd.org/changeset/base/281117 Log: Move boot1.efi to the global CLEANFILES list, it's not x86 specific. Modified: head/sys/boot/efi/boot1/Makefile Modified: head/sys/boot/efi/boot1/Makefile

svn commit: r281112 - head/etc/rc.d

2015-04-05 Thread Josh Paetzel
Author: jpaetzel Date: Sun Apr 5 17:09:58 2015 New Revision: 281112 URL: https://svnweb.freebsd.org/changeset/base/281112 Log: Bug fixes and feature adds - Remove extranious echo that breaks puppet - Handle restarts of multiple pflog devices correctly - Add the ability to perform

Re: svn commit: r281112 - head/etc/rc.d

2015-04-05 Thread Garrett Cooper
Hi Josh, On Apr 5, 2015, at 10:09, Josh Paetzel jpaet...@freebsd.org wrote: Author: jpaetzel Date: Sun Apr 5 17:09:58 2015 New Revision: 281112 URL: https://svnweb.freebsd.org/changeset/base/281112 Log: Bug fixes and feature adds - Remove extranious echo that breaks puppet -

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

2015-04-05 Thread Christian Laursen
On 10/03/14 19:27, Peter Grehan wrote: 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

svn commit: r281118 - head/sys/vm

2015-04-05 Thread Alan Cox
Author: alc Date: Sun Apr 5 20:07:33 2015 New Revision: 281118 URL: https://svnweb.freebsd.org/changeset/base/281118 Log: Until the lock assertions in vm_page_advise() are properly reevaluated, vm_fault_dontneed() should acquire a write lock on the first object in the shadow chain.