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: 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: 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