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

2016-08-06 Thread Andriy Gapon
Author: avg Date: Sat Aug 6 11:02:07 2016 New Revision: 303791 URL: https://svnweb.freebsd.org/changeset/base/303791 Log: fix .zfs-related cases in zfs_lookup that were broken by r303763 The problem is that the special .zfs nodes are not represented by znodes but by special gfs-based

svn commit: r303809 - in head: lib/libthr/arch/mips/include libexec/rtld-elf/mips sys/mips/include sys/mips/mips

2016-08-06 Thread Adrian Chadd
Author: adrian Date: Sun Aug 7 01:29:55 2016 New Revision: 303809 URL: https://svnweb.freebsd.org/changeset/base/303809 Log: [mips] add support for using the MIPS user register for TLS data. This work, originally from Stacey Son, uses the MIPS UserReg for reading the TLS data, and will

svn commit: r303810 - head/sys/dev/etherswitch/arswitch

2016-08-06 Thread Adrian Chadd
Author: adrian Date: Sun Aug 7 01:32:37 2016 New Revision: 303810 URL: https://svnweb.freebsd.org/changeset/base/303810 Log: [arswitch] extend the debug support to be configurable at runtime. * remove the DEBUG ifdef; defining it is too far reaching throughout the whole system; *

svn commit: r303811 - in head/sys: net net80211

2016-08-06 Thread Adrian Chadd
Author: adrian Date: Sun Aug 7 03:48:33 2016 New Revision: 303811 URL: https://svnweb.freebsd.org/changeset/base/303811 Log: Extract out the various local definitions of ETHER_IS_BROADCAST() and turn them into a shared definition. Set M_MCAST/M_BCAST appropriately upon packet reception

svn commit: r303792 - head/sys/netinet

2016-08-06 Thread Michael Tuexen
Author: tuexen Date: Sat Aug 6 12:33:15 2016 New Revision: 303792 URL: https://svnweb.freebsd.org/changeset/base/303792 Log: Fix various bugs in relation to the I-DATA chunk support This is joint work with rrs. MFC after:3 days Modified: head/sys/netinet/sctp_indata.c

Re: svn commit: r303801 - head/share/man/man3

2016-08-06 Thread Conrad Meyer
Hey Benjamin, The submitter notes that this wider change isn't quite right in https://reviews.freebsd.org/D7428 — LIST_SWAP and TAILQ_SWAP both need the "entry" parameter. Best, Conrad On Sat, Aug 6, 2016 at 10:27 AM, Benjamin Kaduk wrote: > Author: bjk (doc committer) >

Re: svn commit: r303746 - head/usr.bin/indent

2016-08-06 Thread Ed Schouten
Hi Pedro, 2016-08-04 17:27 GMT+02:00 Pedro F. Giffuni : > Log: > indent(1): Use bsearch() for looking up type keywords. You're never doing any deletions, right? Would it make more sense to use hsearch_r() in that case? -- Ed Schouten Nuxi, 's-Hertogenbosch,

svn commit: r303803 - in head/sys/dev: fdt ofw

2016-08-06 Thread Stephen J. Kiernan
Author: stevek Date: Sat Aug 6 18:48:47 2016 New Revision: 303803 URL: https://svnweb.freebsd.org/changeset/base/303803 Log: Add hw.fdt sysctl node. Make FDT blob available via opaque hw.fdt.dtb sysctl, if a DTB has been installed by the time sysctls are registered. Reviewed by:

Re: svn commit: r303801 - head/share/man/man3

2016-08-06 Thread Benjamin Kaduk
Indeed; it seems I was not checking what I thought I was checking in sys/queue.h; fix incoming. -Ben On Sat, 6 Aug 2016, Conrad Meyer wrote: > Hey Benjamin, > > The submitter notes that this wider change isn't quite right in > https://reviews.freebsd.org/D7428 — LIST_SWAP and TAILQ_SWAP both

svn commit: r303806 - head/sys/dev/usb

2016-08-06 Thread Cy Schubert
Author: cy Date: Sat Aug 6 20:27:12 2016 New Revision: 303806 URL: https://svnweb.freebsd.org/changeset/base/303806 Log: Add Logitech Unifying receiver. MFC after:1 week Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs

svn commit: r303804 - head/usr.bin/tar/tests

2016-08-06 Thread Garrett Cooper
Author: ngie Date: Sat Aug 6 19:05:01 2016 New Revision: 303804 URL: https://svnweb.freebsd.org/changeset/base/303804 Log: Fix building usr.bin/tar/tests with PIE symbol building enabled by removing CFLAGS+= -static `CFLAGS+= -static` was a carryover from pre-r289195 with

svn commit: r303805 - head/share/man/man3

2016-08-06 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sat Aug 6 19:12:23 2016 New Revision: 303805 URL: https://svnweb.freebsd.org/changeset/base/303805 Log: Re-correct the documentation for the 'type' parameter of the _SWAP macros from sys/queue.h -- only the singly-linked forms do not need the 'field'

svn commit: r303802 - head/share/misc

2016-08-06 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sat Aug 6 17:53:53 2016 New Revision: 303802 URL: https://svnweb.freebsd.org/changeset/base/303802 Log: Update with the members of the 9th core team. Modified: head/share/misc/organization.dot Modified: head/share/misc/organization.dot

svn commit: r303795 - in head/lib: libc/include libc/stdlib libc/tests/stdlib libthr/thread

2016-08-06 Thread Konstantin Belousov
Author: kib Date: Sat Aug 6 13:32:40 2016 New Revision: 303795 URL: https://svnweb.freebsd.org/changeset/base/303795 Log: Add __cxa_thread_atexit(3) API implementation. This is the backing feature to implement C++11 thread storage duration specified by the thread_local keyword. A

svn commit: r303800 - head/sys/fs/ext2fs

2016-08-06 Thread Pedro F. Giffuni
Author: pfg Date: Sat Aug 6 17:24:35 2016 New Revision: 303800 URL: https://svnweb.freebsd.org/changeset/base/303800 Log: ext2fs: Add defines for some missing ext4 feature flags. These are currently unused in our implementation and some even appear to have not been implemented yet

svn commit: r303798 - head/sys/netinet

2016-08-06 Thread Michael Tuexen
Author: tuexen Date: Sat Aug 6 15:29:46 2016 New Revision: 303798 URL: https://svnweb.freebsd.org/changeset/base/303798 Log: Don't modify a structure without holding a reference count on it. MFC after:3 days Modified: head/sys/netinet/sctputil.c Modified:

svn commit: r303793 - head/sys/netinet

2016-08-06 Thread Michael Tuexen
Author: tuexen Date: Sat Aug 6 12:51:07 2016 New Revision: 303793 URL: https://svnweb.freebsd.org/changeset/base/303793 Log: Mark an unused parameter as such. MFC after:3 days Modified: head/sys/netinet/sctp_ss_functions.c Modified: head/sys/netinet/sctp_ss_functions.c

svn commit: r303794 - head/lib/libc

2016-08-06 Thread Konstantin Belousov
Author: kib Date: Sat Aug 6 13:28:58 2016 New Revision: 303794 URL: https://svnweb.freebsd.org/changeset/base/303794 Log: Create namespace for the symbols added during 12-CURRENT cycle. Sponsored by: The FreeBSD Foundation MFC after:2 weeks Modified: head/lib/libc/Versions.def

svn commit: r303796 - head/sys/cddl/dev/dtrace/powerpc

2016-08-06 Thread Justin Hibbits
Author: jhibbits Date: Sat Aug 6 15:06:19 2016 New Revision: 303796 URL: https://svnweb.freebsd.org/changeset/base/303796 Log: Two fixups for dtrace * Use the right incantation to get the next stack pointer. Since powerpc uses special frames for traps, dereferencing the stack pointer

svn commit: r303797 - head/contrib/binutils/bfd

2016-08-06 Thread Justin Hibbits
Author: jhibbits Date: Sat Aug 6 15:10:14 2016 New Revision: 303797 URL: https://svnweb.freebsd.org/changeset/base/303797 Log: Check the first byte of the array for NUL, instead of the array as a NULL pointer The partition_name field is an array, so can never be NULL itself. Check only

svn commit: r303799 - head/sys/fs/ext2fs

2016-08-06 Thread Pedro F. Giffuni
Author: pfg Date: Sat Aug 6 16:48:40 2016 New Revision: 303799 URL: https://svnweb.freebsd.org/changeset/base/303799 Log: ext2fs: Add some more inode flags. These are currently unused in out implementation but it is good to keep them for reference. Obtained from: