svn commit: r306551 - head/sys/arm/nvidia/tegra124

2016-10-01 Thread Michal Meloun
Author: mmel Date: Sat Oct 1 06:50:16 2016 New Revision: 306551 URL: https://svnweb.freebsd.org/changeset/base/306551 Log: TEGRA: Fix bindings for cpufreq and coretemp drivers, it was broken in r306477. Correct a description for coretemp driver. Modified:

svn commit: r306552 - head/lib/libstand

2016-10-01 Thread Toomas Soome
Author: tsoome Date: Sat Oct 1 07:46:28 2016 New Revision: 306552 URL: https://svnweb.freebsd.org/changeset/base/306552 Log: Fix remaining cstyle issues in libstand/cd9660.c Reported by: Bruce Evans Reviewed by: allanjude Approved by: allanjude (mentor)

svn commit: r306553 - in stable/11: lib/libprocstat sys/ufs/ffs sys/ufs/ufs

2016-10-01 Thread Konstantin Belousov
Author: kib Date: Sat Oct 1 09:19:43 2016 New Revision: 306553 URL: https://svnweb.freebsd.org/changeset/base/306553 Log: MFC r305902: Reduce size of ufs inode. MFC r305903: Fix libprocstat build after r305902. Modified: stable/11/lib/libprocstat/common_kvm.c

svn commit: r306558 - in stable/11/sys: amd64/amd64 arm/arm i386/i386 sparc64/sparc64

2016-10-01 Thread Alan Cox
Author: alc Date: Sat Oct 1 19:30:28 2016 New Revision: 306558 URL: https://svnweb.freebsd.org/changeset/base/306558 Log: MFC r305213,305319,305398 As an optimization to the machine-independent layer, change the machine- dependent pmap_ts_referenced() so that it updates the page's

svn commit: r306559 - head/sys/netinet

2016-10-01 Thread Rick Macklem
Author: rmacklem Date: Sat Oct 1 19:39:09 2016 New Revision: 306559 URL: https://svnweb.freebsd.org/changeset/base/306559 Log: r297225 broke udp_output() for the case where the "addr" argument is NULL and the function jumps to the "release:" label. For this case, the "inp" was write

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

2016-10-01 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 1 11:43:37 2016 New Revision: 306554 URL: https://svnweb.freebsd.org/changeset/base/306554 Log: Use accept4 with O_NONBLOCK rather than accept + fcntl Modified: head/usr.sbin/bhyve/dbgport.c Modified: head/usr.sbin/bhyve/dbgport.c

svn commit: r306571 - head/usr.sbin/rtsold

2016-10-01 Thread Mark Johnston
Author: markj Date: Sun Oct 2 00:56:21 2016 New Revision: 306571 URL: https://svnweb.freebsd.org/changeset/base/306571 Log: rtsold: Log messages about unexpected RAs at LOG_DEBUG. Because rtsold listens for RAs on a raw socket, it may receive RAs from interfaces that it does not manage.

svn commit: r306575 - stable/11/sys/vm

2016-10-01 Thread Mark Johnston
Author: markj Date: Sun Oct 2 01:21:02 2016 New Revision: 306575 URL: https://svnweb.freebsd.org/changeset/base/306575 Log: MFC r305056, r305367: Restore swap pager readahead. Modified: stable/11/sys/vm/swap_pager.c stable/11/sys/vm/vm_page.c Directory Properties: stable/11/ (props

svn commit: r306577 - head/sys/netinet

2016-10-01 Thread Eric van Gyzen
Author: vangyzen Date: Sun Oct 2 01:42:45 2016 New Revision: 306577 URL: https://svnweb.freebsd.org/changeset/base/306577 Log: Add GARP retransmit capability A single gratuitous ARP (GARP) is always transmitted when an IPv4 address is added to an interface, and that is usually

svn commit: r306573 - stable/11/sys/netinet6

2016-10-01 Thread Mark Johnston
Author: markj Date: Sun Oct 2 01:16:02 2016 New Revision: 306573 URL: https://svnweb.freebsd.org/changeset/base/306573 Log: MFC r306285: Rename ndpr_refcnt to ndpr_addrcnt. Modified: stable/11/sys/netinet6/in6.c stable/11/sys/netinet6/nd6.c stable/11/sys/netinet6/nd6.h

svn commit: r306576 - stable/11/cddl/contrib/opensolaris/cmd/dtrace

2016-10-01 Thread Mark Johnston
Author: markj Date: Sun Oct 2 01:22:38 2016 New Revision: 306576 URL: https://svnweb.freebsd.org/changeset/base/306576 Log: MFC r304431: Add a SIGINFO handler for dtrace(1). Modified: stable/11/cddl/contrib/opensolaris/cmd/dtrace/dtrace.c Directory Properties: stable/11/ (props

svn commit: r306579 - in head/sys: arm/conf arm/ti conf dev/evdev dev/usb/input modules modules/evdev modules/uinput

2016-10-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Oct 2 03:20:31 2016 New Revision: 306579 URL: https://svnweb.freebsd.org/changeset/base/306579 Log: Modularize evdev - Convert "options EVDEV" to "device evdev" and "device uinput", add modules for both new devices. They are isolated subsystems and do not

svn commit: r306570 - in head/sys/cddl/dev/fbt: . arm powerpc x86

2016-10-01 Thread Mark Johnston
Author: markj Date: Sun Oct 2 00:35:00 2016 New Revision: 306570 URL: https://svnweb.freebsd.org/changeset/base/306570 Log: Allow tracing of functions prefixed by "__". This restriction was inherited from upstream but is not relevant on FreeBSD. Furthermore, it hindered the tracing of

svn commit: r306578 - head/sys/dev/evdev

2016-10-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Oct 2 03:06:58 2016 New Revision: 306578 URL: https://svnweb.freebsd.org/changeset/base/306578 Log: Fix gcc compilation error input_absinfo.code is unsigned so condition is always false Modified: head/sys/dev/evdev/uinput.c Modified: head/sys/dev/evdev/uinput.c

svn commit: r306572 - in stable/11/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/intel/dtrace cddl/contrib/opensolaris/uts/powerpc/dtrace conf modules/o...

2016-10-01 Thread Mark Johnston
Author: markj Date: Sun Oct 2 01:14:26 2016 New Revision: 306572 URL: https://svnweb.freebsd.org/changeset/base/306572 Log: MFC r306304: Move implementations of uread() and uwrite() to the illumos compat layer. Added: stable/11/sys/cddl/compat/opensolaris/kern/opensolaris_proc.c -

svn commit: r306574 - stable/11/sys/cddl/dev/systrace

2016-10-01 Thread Mark Johnston
Author: markj Date: Sun Oct 2 01:18:34 2016 New Revision: 306574 URL: https://svnweb.freebsd.org/changeset/base/306574 Log: MFC r306220: Re-check the systrace probe ID before calling dtrace_probe(). Modified: stable/11/sys/cddl/dev/systrace/systrace.c Directory Properties: stable/11/

svn commit: r306564 - in head: sys/sys usr.bin/kdump

2016-10-01 Thread John Baldwin
Author: jhb Date: Sat Oct 1 22:08:07 2016 New Revision: 306564 URL: https://svnweb.freebsd.org/changeset/base/306564 Log: Expose kernel-only errno values if _WANT_KERNEL_ERRNO is defined. The kernel uses a few negative errno values for internal conditions such as requesting a system

svn commit: r306565 - head/usr.bin/kdump

2016-10-01 Thread John Baldwin
Author: jhb Date: Sat Oct 1 22:12:33 2016 New Revision: 306565 URL: https://svnweb.freebsd.org/changeset/base/306565 Log: Use timercmp() and timersub() in kdump. Previously, kdump used the kernel-only timervalsub() macro which required defining _KERNEL when including . Now, kdump uses

svn commit: r306566 - head/usr.bin/kdump

2016-10-01 Thread John Baldwin
Author: jhb Date: Sat Oct 1 22:17:40 2016 New Revision: 306566 URL: https://svnweb.freebsd.org/changeset/base/306566 Log: Don't declare the 'temp' timeval as static. Modified: head/usr.bin/kdump/kdump.c Modified: head/usr.bin/kdump/kdump.c

svn commit: r306567 - head/sys/dev/lmc

2016-10-01 Thread Eric van Gyzen
Author: vangyzen Date: Sat Oct 1 22:21:10 2016 New Revision: 306567 URL: https://svnweb.freebsd.org/changeset/base/306567 Log: lmc(4): fix the build without the bpf device "make buildkernel" now works with and without "device bpf". Reported by: Dave Mischler

svn commit: r306560 - head/usr.bin/patch

2016-10-01 Thread Pedro F. Giffuni
Author: pfg Date: Sat Oct 1 20:31:00 2016 New Revision: 306560 URL: https://svnweb.freebsd.org/changeset/base/306560 Log: patch(1): make some macros look boolean. Minor cleanup inspired by a new patch(1) variant in schily tools. For reference: https://sourceforge.net/p/schillix-on/

svn commit: r306563 - head/usr.bin/kdump

2016-10-01 Thread John Baldwin
Author: jhb Date: Sat Oct 1 22:03:41 2016 New Revision: 306563 URL: https://svnweb.freebsd.org/changeset/base/306563 Log: Decode arguments to truncate and ftruncate. In particular, decode the off_t argument as a 64-bit argument to fix decoding for 32-bit processes. Modified:

svn commit: r306562 - head/usr.bin/kdump

2016-10-01 Thread John Baldwin
Author: jhb Date: Sat Oct 1 22:01:41 2016 New Revision: 306562 URL: https://svnweb.freebsd.org/changeset/base/306562 Log: Handle 64-bit system call arguments (off_t, id_t). In particular, 64-bit system call arguments use up two register_t arguments for 32-bit processes. They must also

svn commit: r306557 - head/sys/arm/broadcom/bcm2835

2016-10-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Oct 1 17:57:32 2016 New Revision: 306557 URL: https://svnweb.freebsd.org/changeset/base/306557 Log: Use VM_MEMATTR_WRITE_COMBINING memattr for mmap(2) on framebuffer VM_MEMATTR_WRITE_COMBINING sets write-through cache flag for framebuffer memory that prevents

svn commit: r306555 - in head/sys: dev/fb sys

2016-10-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Oct 1 17:43:02 2016 New Revision: 306555 URL: https://svnweb.freebsd.org/changeset/base/306555 Log: Provide way for framebuffer driver to request mmap(2) mapping type On ARM if memattr is not overriden mmap(2) maps framebuffer memory as WBWA which means part of

svn commit: r306556 - head/sys/sys

2016-10-01 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Oct 1 17:48:41 2016 New Revision: 306556 URL: https://svnweb.freebsd.org/changeset/base/306556 Log: Bump _FreeBSD_version after adding fb_memattr field to fb_info in r306555 Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r306568 - head/include

2016-10-01 Thread Eric van Gyzen
Author: vangyzen Date: Sat Oct 1 22:34:38 2016 New Revision: 306568 URL: https://svnweb.freebsd.org/changeset/base/306568 Log: Add the __printflike attribute to the declaration of dprintf(3) MFC after:3 days Sponsored by: Dell EMC Modified: head/include/stdio.h Modified:

svn commit: r306569 - head/include

2016-10-01 Thread Eric van Gyzen
Author: vangyzen Date: Sat Oct 1 23:08:26 2016 New Revision: 306569 URL: https://svnweb.freebsd.org/changeset/base/306569 Log: Add the __printflike attribute to the declaration of vdprintf(3) I intended to add this in r306568. MFC after:3 days Sponsored by: Dell EMC Modified: