svn commit: r281483 - head/sys/netinet6

2015-04-12 Thread Mark Johnston
Author: markj Date: Mon Apr 13 01:55:42 2015 New Revision: 281483 URL: https://svnweb.freebsd.org/changeset/base/281483 Log: Fix a possible refcount leak in regen_tmpaddr(). public_ifa6 may be set to NULL after taking a reference to a previous address list element. Instead, only take the

svn commit: r281482 - in stable/10/sys/cddl/dev/dtrace: amd64 i386

2015-04-12 Thread Mark Johnston
Author: markj Date: Mon Apr 13 01:42:24 2015 New Revision: 281482 URL: https://svnweb.freebsd.org/changeset/base/281482 Log: MFC r280834: Bound the number of frames traversed when executing the ustackdepth action. Modified: stable/10/sys/cddl/dev/dtrace/amd64/dtrace_isa.c stable/10/sys/cd

svn commit: r281481 - stable/10/sys/dev/ichsmb

2015-04-12 Thread Rui Paulo
Author: rpaulo Date: Mon Apr 13 01:19:22 2015 New Revision: 281481 URL: https://svnweb.freebsd.org/changeset/base/281481 Log: MFC r281136: ichsmb: add a device id for the Wildcat Point-LP. Modified: stable/10/sys/dev/ichsmb/ichsmb_pci.c Directory Properties: stable/10/ (props changed)

svn commit: r281480 - in stable/10/sys: dev/iwn net80211

2015-04-12 Thread Eitan Adler
Author: eadler Date: Mon Apr 13 01:01:17 2015 New Revision: 281480 URL: https://svnweb.freebsd.org/changeset/base/281480 Log: MFC r281383: iwn, wlan: fix typos Fxi tow typos Modified: stable/10/sys/dev/iwn/if_iwn.c stable/10/sys/net80211/ieee80211_mesh.c Directory Properties:

svn commit: r281479 - head

2015-04-12 Thread Eitan Adler
Author: eadler Date: Mon Apr 13 00:03:03 2015 New Revision: 281479 URL: https://svnweb.freebsd.org/changeset/base/281479 Log: Add GNU global, ncscope, and cscope to the global ignore list for the root. Approved by: peter Modified: Directory Properties: head/ (props changed) __

svn commit: r281478 - head

2015-04-12 Thread Eitan Adler
Author: eadler Date: Sun Apr 12 23:43:41 2015 New Revision: 281478 URL: https://svnweb.freebsd.org/changeset/base/281478 Log: README: - the reference to 'ancient' LINT file was added in 2000 [r64047 | alex | 2000-07-31]. Remove the reference entirely now. - add the te

svn commit: r281475 - head/sys/x86/acpica

2015-04-12 Thread Jung-uk Kim
Author: jkim Date: Sun Apr 12 22:40:27 2015 New Revision: 281475 URL: https://svnweb.freebsd.org/changeset/base/281475 Log: Fix build on i386. Reported by: bz Modified: head/sys/x86/acpica/OsdEnvironment.c Modified: head/sys/x86/acpica/OsdEnvironment.c =

svn commit: r281474 - stable/10/cddl/contrib/opensolaris/common/ctf

2015-04-12 Thread Mark Johnston
Author: markj Date: Sun Apr 12 21:45:34 2015 New Revision: 281474 URL: https://svnweb.freebsd.org/changeset/base/281474 Log: MFC r279862: Fix a possible infinite loop in ctf_discard(). MFC r279864: Use CTF_TYPE_TO_INDEX when comparing type indices to the dynamic type threshold. M

svn commit: r281473 - stable/10/cddl/contrib/opensolaris/lib/libdtrace/common

2015-04-12 Thread Mark Johnston
Author: markj Date: Sun Apr 12 21:38:18 2015 New Revision: 281473 URL: https://svnweb.freebsd.org/changeset/base/281473 Log: MFC r280882: Fix a misparenthesization that could cause a crash if TERM is not set. Modified: stable/10/cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c Dir

svn commit: r281472 - stable/10/cddl/contrib/opensolaris/lib/libdtrace/common

2015-04-12 Thread Mark Johnston
Author: markj Date: Sun Apr 12 21:35:13 2015 New Revision: 281472 URL: https://svnweb.freebsd.org/changeset/base/281472 Log: MFC r278114: libdtrace: Let the standard deviation of the empty set be 0. PR: 197260 Modified: stable/10/cddl/contrib/opensolaris/lib/libdtrace/common/dt_consu

svn commit: r281471 - stable/10/usr.sbin/arp

2015-04-12 Thread Mark Johnston
Author: markj Date: Sun Apr 12 21:28:54 2015 New Revision: 281471 URL: https://svnweb.freebsd.org/changeset/base/281471 Log: MFC r280998: arp(8): add support for printing and deleting entries of type IFT_INFINIBAND, used in IPoIB. PR: 151594 Modified: stable/10/usr.sbin/arp/arp.c D

svn commit: r281470 - head/lib/libc/sys

2015-04-12 Thread Sergey Kandaurov
Author: pluknet Date: Sun Apr 12 21:14:58 2015 New Revision: 281470 URL: https://svnweb.freebsd.org/changeset/base/281470 Log: Remove obsolete bits about maximum number of file systems. NMOUNT has gone together with static mount table in 4.3BSD-Reno. MFC after:1 week Modified: head

Re: svn commit: r281352 - head/sys/netinet

2015-04-12 Thread George Neville-Neil
On 10 Apr 2015, at 15:06, Adrian Chadd wrote: > I don't want to get this bikeshed going again, but: this is just > hashing on the ip src/ip_id, and only for fragments. For now i think > it's okay to leave as jenkins. > > Let's bikeshed it with more data about how it behaves when doing frag > ass

svn commit: r281469 - head/sys/sys

2015-04-12 Thread Pedro F. Giffuni
Author: pfg Date: Sun Apr 12 16:43:55 2015 New Revision: 281469 URL: https://svnweb.freebsd.org/changeset/base/281469 Log: Add definition for the gcc gnu_inline attribute. This uses a non-standard (who would guess that) inlining method that is useful for legacy GNU software. This attribut

svn commit: r281468 - head/usr.sbin/bluetooth/hccontrol

2015-04-12 Thread Takanori Watanabe
Author: takawata Date: Sun Apr 12 15:08:41 2015 New Revision: 281468 URL: https://svnweb.freebsd.org/changeset/base/281468 Log: Accept LE event on hccontrol socket. Modified: head/usr.sbin/bluetooth/hccontrol/hccontrol.c Modified: head/usr.sbin/bluetooth/hccontrol/hccontrol.c ===

svn commit: r281467 - head/usr.sbin/bluetooth/hccontrol

2015-04-12 Thread Takanori Watanabe
Author: takawata Date: Sun Apr 12 14:38:18 2015 New Revision: 281467 URL: https://svnweb.freebsd.org/changeset/base/281467 Log: Add HCI/LMP revision information. Modified: head/usr.sbin/bluetooth/hccontrol/util.c Modified: head/usr.sbin/bluetooth/hccontrol/util.c

svn commit: r281466 - in head/sys: arm/conf conf dev/psci

2015-04-12 Thread Andrew Turner
Author: andrew Date: Sun Apr 12 13:00:58 2015 New Revision: 281466 URL: https://svnweb.freebsd.org/changeset/base/281466 Log: Add a driver for the ARM Power State Coordination Interface (PSCI). This handles versions 0.1 and 0.2 of the standard on 32-bit ARM. With this driver we can shutdo

svn commit: r281463 - head/sys/sys

2015-04-12 Thread Mark Murray
Author: markm Date: Sun Apr 12 11:23:59 2015 New Revision: 281463 URL: https://svnweb.freebsd.org/changeset/base/281463 Log: Fix a very minor typo. Modified: head/sys/sys/module.h Modified: head/sys/sys/module.h == -

svn commit: r281462 - head/sys/dev/acpica

2015-04-12 Thread Konstantin Belousov
Author: kib Date: Sun Apr 12 10:28:15 2015 New Revision: 281462 URL: https://svnweb.freebsd.org/changeset/base/281462 Log: Define capabilities bits from the revision 007 of the document 302223 "Intelб╝ Processor Vendor-Specific ACPI Interface Specification", issied Dec 2014. Previous revisi

svn commit: r281461 - head/usr.bin/iscsictl

2015-04-12 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 12 09:36:50 2015 New Revision: 281461 URL: https://svnweb.freebsd.org/changeset/base/281461 Log: Add libxo(3) support to iscsictl(8). PR: 198396 Submitted by: Marie Helene Kvello-Aune MFC after:1 month Sponsored by: The FreeBSD Foundation Mo

svn commit: r281459 - head/sys/arm/conf

2015-04-12 Thread Andrew Turner
Author: andrew Date: Sun Apr 12 08:10:18 2015 New Revision: 281459 URL: https://svnweb.freebsd.org/changeset/base/281459 Log: Switch to the new v6 pmap code to increase its testing. It will now be built as part of universe. Modified: head/sys/arm/conf/VIRT Modified: head/sys/arm/conf/VIRT

svn commit: r281458 - stable/10/sys/vm

2015-04-12 Thread Dmitry Chagin
Author: dchagin Date: Sun Apr 12 07:24:10 2015 New Revision: 281458 URL: https://svnweb.freebsd.org/changeset/base/281458 Log: MFC r281113: Fix wrong kassert msg in uma. PR: 199172 Modified: stable/10/sys/vm/uma_core.c Directory Properties: stable/10/ (props changed) Mod

svn commit: r281457 - stable/10/sys/fs/msdosfs

2015-04-12 Thread Konstantin Belousov
Author: kib Date: Sun Apr 12 07:05:20 2015 New Revision: 281457 URL: https://svnweb.freebsd.org/changeset/base/281457 Log: MFC r281121: Do not call msdosfs_sync() on the read-only msdosfs mounts. PR:199152 Modified: stable/10/sys/fs/msdosfs/msdosfs_vfsops.c Directory Properties:

svn commit: r281456 - stable/10/sys/fs/msdosfs

2015-04-12 Thread Konstantin Belousov
Author: kib Date: Sun Apr 12 07:03:26 2015 New Revision: 281456 URL: https://svnweb.freebsd.org/changeset/base/281456 Log: MFC r281120: Assert that an msdosfs mount is not read-only when FAT modifications are requested. Modified: stable/10/sys/fs/msdosfs/msdosfs_fat.c Directory Properties