svn commit: r296790 - head/sys/boot/fdt/dts/arm

2016-03-12 Thread Jared McNeill
Author: jmcneill Date: Sun Mar 13 01:49:36 2016 New Revision: 296790 URL: https://svnweb.freebsd.org/changeset/base/296790 Log: Add HDMI device nodes to Banana Pi dts. PR: 207912 Approved by: gonzo (mentor) Modified: head/sys/boot/fdt/dts/arm/bananapi.dts Modified: head/sys

svn commit: r296789 - head/sys/arm/allwinner

2016-03-12 Thread Jared McNeill
Author: jmcneill Date: Sun Mar 13 01:47:42 2016 New Revision: 296789 URL: https://svnweb.freebsd.org/changeset/base/296789 Log: Fix display output for non-HDMI display devices. Only set the display to HDMI mode if a CEA-861 extension block was found on the connected display. PR:

Re: svn commit: r296689 - head/sys/dev/cxgbe

2016-03-12 Thread Slawa Olhovchenkov
On Fri, Mar 11, 2016 at 11:24:05PM +, Navdeep Parhar wrote: > Author: np > Date: Fri Mar 11 23:24:04 2016 > New Revision: 296689 > URL: https://svnweb.freebsd.org/changeset/base/296689 > > Log: > cxgbe(4): sysctls to display the TOE's TCP timers. > > cask:~# sysctl -d dev.t5nex.0.toe >

Re: svn commit: r296779 - in head: . lib

2016-03-12 Thread Bryan Drewery
On 3/12/2016 3:25 PM, Warner Losh wrote: > Author: imp > Date: Sat Mar 12 23:25:05 2016 > New Revision: 296779 > URL: https://svnweb.freebsd.org/changeset/base/296779 > > Log: > Use the newly minted Makefile.libcompat to implement libsoft libraries > for the armv6 ABI switch. This also make WI

svn commit: r296779 - in head: . lib

2016-03-12 Thread Warner Losh
Author: imp Date: Sat Mar 12 23:25:05 2016 New Revision: 296779 URL: https://svnweb.freebsd.org/changeset/base/296779 Log: Use the newly minted Makefile.libcompat to implement libsoft libraries for the armv6 ABI switch. This also make WITH_LIBSOFT functional on the arm platform. As a transit

svn commit: r296776 - head/usr.sbin/pc-sysinstall/backend

2016-03-12 Thread Alexander Motin
Author: mav Date: Sat Mar 12 23:04:10 2016 New Revision: 296776 URL: https://svnweb.freebsd.org/changeset/base/296776 Log: dd report short write as error, so don't halt on it. Modified: head/usr.sbin/pc-sysinstall/backend/functions-disk.sh Modified: head/usr.sbin/pc-sysinstall/backend/functi

svn commit: r296775 - head/sys/kern

2016-03-12 Thread Justin T. Gibbs
Author: gibbs Date: Sat Mar 12 23:02:53 2016 New Revision: 296775 URL: https://svnweb.freebsd.org/changeset/base/296775 Log: Provide high precision conversion from ns,us,ms -> sbintime in kevent In timer2sbintime(), calculate the second and fractional second portions of the sbintime separ

svn commit: r296774 - in head/sys: compat/freebsd32 sys

2016-03-12 Thread John Baldwin
Author: jhb Date: Sat Mar 12 22:55:07 2016 New Revision: 296774 URL: https://svnweb.freebsd.org/changeset/base/296774 Log: Regen. Modified: head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/sys/syscall.h head/sys/sys/syscall.mk Modified: head/sys/compat/freebsd32/freebsd32_syscall.h

svn commit: r296773 - head/sys/kern

2016-03-12 Thread John Baldwin
Author: jhb Date: Sat Mar 12 22:53:46 2016 New Revision: 296773 URL: https://svnweb.freebsd.org/changeset/base/296773 Log: Do not include system call wrappers in libc for old FreeBSD system calls. The base system libc is only used to run binaries built on FreeBSD 7.0 and later. It does n

svn commit: r296772 - head/sys/conf

2016-03-12 Thread Bryan Drewery
Author: bdrewery Date: Sat Mar 12 22:25:10 2016 New Revision: 296772 URL: https://svnweb.freebsd.org/changeset/base/296772 Log: Enable FAST_DEPEND by default. Missed in r296668. Discussed on: arch Sponsored by: EMC / Isilon Storage Division Modified: head/sys/conf/kern.opts.mk Mo

svn commit: r296771 - in head/sys: conf modules

2016-03-12 Thread Bryan Drewery
Author: bdrewery Date: Sat Mar 12 22:21:14 2016 New Revision: 296771 URL: https://svnweb.freebsd.org/changeset/base/296771 Log: Reduce duplicated logic from r291744. Sponsored by: EMC / Isilon Storage Division Modified: head/sys/conf/config.mk head/sys/conf/kmod.mk head/sys/modules/M

svn commit: r296770 - head/sys/conf

2016-03-12 Thread Bryan Drewery
Author: bdrewery Date: Sat Mar 12 22:21:02 2016 New Revision: 296770 URL: https://svnweb.freebsd.org/changeset/base/296770 Log: Stop looking up these values in every subdir on install. This was slowing down installkernel since it was rerunning this in every module directory. Sponsore

svn commit: r296769 - in head/sys/boot/efi: boot1 loader

2016-03-12 Thread Ed Maste
Author: emaste Date: Sat Mar 12 21:44:33 2016 New Revision: 296769 URL: https://svnweb.freebsd.org/changeset/base/296769 Log: boot/efi: Prefer nm to objdump Both objdump and nm are equally capable of reporting undefined symbols. This gets us a step closer to building without binutils a

svn commit: r296768 - head/sys/dev/drm2/i915

2016-03-12 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Sat Mar 12 20:05:23 2016 New Revision: 296768 URL: https://svnweb.freebsd.org/changeset/base/296768 Log: drm/i915: Import Linux commit 168f83660211b9e059e3bc0638daaa01e9ea0b71 This makes sure the default context of each ring is cleaned up with the ring itself and fi

svn commit: r296766 - in head/contrib/pjdfstest/tests: . ftruncate open truncate

2016-03-12 Thread Garrett Cooper
Author: ngie Date: Sat Mar 12 19:41:38 2016 New Revision: 296766 URL: https://svnweb.freebsd.org/changeset/base/296766 Log: Better handle filesystems mounted with -o noexec ftruncate/11, open/20, and truncate/11 copy sleep(1) to a temporary file on the target filesystem, execute the bina

svn commit: r296753 - head

2016-03-12 Thread Ed Maste
Author: emaste Date: Sat Mar 12 19:08:13 2016 New Revision: 296753 URL: https://svnweb.freebsd.org/changeset/base/296753 Log: Bump BOOTSTRAPPING test for libelf after cross-endian fix in r296685 Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ===

svn commit: r296749 - head/sys/sys

2016-03-12 Thread Ed Maste
Author: emaste Date: Sat Mar 12 19:05:41 2016 New Revision: 296749 URL: https://svnweb.freebsd.org/changeset/base/296749 Log: Bump __FreeBSD_version for libelf cross-endian fix in r296685 Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ==

Re: svn commit: r296720 - head/sys/dev/drm2/i915

2016-03-12 Thread Jean-Sébastien Pédron
On 12/03/2016 15:27, Konstantin Belousov wrote: > It may be that the time come to remove i915_intr_pf tunable, and always > take device lock non-interruptible in i915 fault handler. TTM behaves > that way, and I think that situations where I used interruptible page > handlers, AFAIR to kill X or ot

svn commit: r296737 - head

2016-03-12 Thread Bryan Drewery
Author: bdrewery Date: Sat Mar 12 18:41:27 2016 New Revision: 296737 URL: https://svnweb.freebsd.org/changeset/base/296737 Log: Follow-up r296709: Fix build32 not properly building all libraries. Pointyhat to: bdrewery Reported by: antoine Modified: head/Makefile.libcompat Modified:

svn commit: r296735 - head/sys/dev/cxgbe

2016-03-12 Thread Dimitry Andric
Author: dim Date: Sat Mar 12 18:38:51 2016 New Revision: 296735 URL: https://svnweb.freebsd.org/changeset/base/296735 Log: Fix the following gcc warnings on sparc64, when TCP_OFFLOAD is not defined: sys/dev/cxgbe/t4_main.c:7474: warning: 'sysctl_tp_tick' defined but not used sy

svn commit: r296724 - head/usr.sbin/gpioctl

2016-03-12 Thread Dimitry Andric
Author: dim Date: Sat Mar 12 15:10:30 2016 New Revision: 296724 URL: https://svnweb.freebsd.org/changeset/base/296724 Log: Fix gcc warnings about possibly uninitialized variables in gpioctl.c. Noticed by: bz Modified: head/usr.sbin/gpioctl/gpioctl.c Modified: head/usr.sbin/gpioctl/gpi

svn commit: r296723 - in head: bin/sh etc lib/libutil usr.bin/limits

2016-03-12 Thread Konstantin Belousov
Author: kib Date: Sat Mar 12 14:54:34 2016 New Revision: 296723 URL: https://svnweb.freebsd.org/changeset/base/296723 Log: Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), add login.conf(5) support. Reviewed by: jilles Sponsored by: The FreeBSD Foundation Different

Re: svn commit: r296720 - head/sys/dev/drm2/i915

2016-03-12 Thread Konstantin Belousov
On Sat, Mar 12, 2016 at 11:54:58AM +, Jean-S??bastien P??dron wrote: > Author: dumbbell > Date: Sat Mar 12 11:54:58 2016 > New Revision: 296720 > URL: https://svnweb.freebsd.org/changeset/base/296720 > > Log: > drm/i915: Fix page fault handler failure > > ... when __wait_seqno() is inte

svn commit: r296721 - head/sys/dev/drm2/i915

2016-03-12 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Sat Mar 12 11:57:32 2016 New Revision: 296721 URL: https://svnweb.freebsd.org/changeset/base/296721 Log: drm/i915: Call i915_gem_gtt_fini() when the device is detached This fixes several memory leaks. Apparently, this problem exists in Linux 3.8 but the code changed

svn commit: r296720 - head/sys/dev/drm2/i915

2016-03-12 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Sat Mar 12 11:54:58 2016 New Revision: 296720 URL: https://svnweb.freebsd.org/changeset/base/296720 Log: drm/i915: Fix page fault handler failure ... when __wait_seqno() is interrupted by a signal. In this case, __wait_seqno() returns -ERESTARTSYS. Like we already d

svn commit: r296719 - head/sys/dev/agp

2016-03-12 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Sat Mar 12 09:44:23 2016 New Revision: 296719 URL: https://svnweb.freebsd.org/changeset/base/296719 Log: agp: Do not attach to Intel GEN6+ The i915 video driver doesn't depend on agp(4) anymore for Sandybridge and later GPUs. Therefore, there is no need to attach ag

svn commit: r296718 - head/sys/fs/autofs

2016-03-12 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 12 09:33:26 2016 New Revision: 296718 URL: https://svnweb.freebsd.org/changeset/base/296718 Log: Use S_BLKSIZE instead of magic constant. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/fs/autofs/autofs_vfsops.c head/sys/fs/au

svn commit: r296717 - head/sys/kern

2016-03-12 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 12 09:05:43 2016 New Revision: 296717 URL: https://svnweb.freebsd.org/changeset/base/296717 Log: Refactor the way we restore cn_lkflags; no functional changes. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/vfs_lookup.c M

svn commit: r296716 - in head/sys: fs/unionfs kern sys

2016-03-12 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 12 08:50:38 2016 New Revision: 296716 URL: https://svnweb.freebsd.org/changeset/base/296716 Log: Remove cn_consume from 'struct componentname'. It was never set to anything other than 0. Reviewed by: kib@ MFC after:1 month Sponsored by: The FreeBSD Fou