git: drm/i915: Update to Linux 4.8.17
commit bf0175970ba1c394f8039834a26ca6d163b23d0e Author: François Tigeot Date: Fri Dec 27 09:09:34 2019 +0100 drm/i915: Update to Linux 4.8.17 * Broxton, Valleyview and Cherryview support improvements * Broadwell and Gen9/Skylake support improvements * Broadwell brightness fixes from OpenBSD * Atomic modesetting improvements * Various bug fixes and performance enhancements Summary of changes: sys/dev/drm/i915/dvo_ch7017.c | 1 + sys/dev/drm/i915/dvo_ch7xxx.c | 1 - sys/dev/drm/i915/dvo_ivch.c | 1 - sys/dev/drm/i915/dvo_sil164.c | 1 - sys/dev/drm/i915/dvo_tfp410.c | 1 - sys/dev/drm/i915/i915_drv.c | 62 +-- sys/dev/drm/i915/i915_drv.h | 55 ++- sys/dev/drm/i915/i915_gem.c | 54 ++- sys/dev/drm/i915/i915_gem_execbuffer.c | 21 +- sys/dev/drm/i915/i915_gem_gtt.c | 24 +- sys/dev/drm/i915/i915_gem_shrinker.c| 2 + sys/dev/drm/i915/i915_gem_stolen.c | 28 +- sys/dev/drm/i915/i915_irq.c | 8 +- sys/dev/drm/i915/i915_params.c | 9 +- sys/dev/drm/i915/i915_reg.h | 16 +- sys/dev/drm/i915/i915_vgpu.c| 3 - sys/dev/drm/i915/intel_acpi.c | 2 +- sys/dev/drm/i915/intel_audio.c | 7 +- sys/dev/drm/i915/intel_bios.c | 152 +++--- sys/dev/drm/i915/intel_color.c | 2 +- sys/dev/drm/i915/intel_crt.c| 28 +- sys/dev/drm/i915/intel_ddi.c| 2 +- sys/dev/drm/i915/intel_display.c| 512 +++- sys/dev/drm/i915/intel_dp.c | 157 +++--- sys/dev/drm/i915/intel_drv.h| 85 +++- sys/dev/drm/i915/intel_dsi_panel_vbt.c | 3 +- sys/dev/drm/i915/intel_dvo.c| 2 +- sys/dev/drm/i915/intel_fbc.c| 24 +- sys/dev/drm/i915/intel_fbdev.c | 64 ++- sys/dev/drm/i915/intel_fifo_underrun.c | 18 +- sys/dev/drm/i915/intel_guc_loader.c | 10 +- sys/dev/drm/i915/intel_hdmi.c | 175 --- sys/dev/drm/i915/intel_hotplug.c| 118 - sys/dev/drm/i915/intel_i2c.c| 6 +- sys/dev/drm/i915/intel_lrc.c| 12 +- sys/dev/drm/i915/intel_lvds.c | 22 +- sys/dev/drm/i915/intel_mocs.c | 88 ++-- sys/dev/drm/i915/intel_modes.c | 4 +- sys/dev/drm/i915/intel_opregion.c | 11 + sys/dev/drm/i915/intel_overlay.c| 10 +- sys/dev/drm/i915/intel_panel.c | 157 +++--- sys/dev/drm/i915/intel_pm.c | 816 sys/dev/drm/i915/intel_psr.c| 73 +-- sys/dev/drm/i915/intel_ringbuffer.c | 22 +- sys/dev/drm/i915/intel_runtime_pm.c | 22 +- sys/dev/drm/i915/intel_sdvo.c | 100 ++-- sys/dev/drm/i915/intel_sprite.c | 38 +- sys/dev/drm/i915/intel_tv.c | 12 +- sys/dev/drm/i915/intel_uncore.c | 9 +- sys/dev/drm/i915/intel_vbt_defs.h | 3 +- sys/dev/drm/include/uapi/drm/i915_drm.h | 8 + 51 files changed, 1952 insertions(+), 1109 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bf0175970ba1c394f8039834a26ca6d163b23d0e -- DragonFly BSD source repository
git: dsynth - Abort on certain probe errors during pkglist scan
commit 927e4e3ed648d71dedbb49ec6e386de04befd6d2 Author: Matthew Dillon Date: Fri Dec 27 00:32:17 2019 -0800 dsynth - Abort on certain probe errors during pkglist scan * If any directly-specified package or any direct dependency of any directly-specified package fails to probe, we now abort prior to entering ncurses mode. * Note that 'dsynth everything' does not abort. Requested-by: zrj Summary of changes: usr.bin/dsynth/dsynth.c | 2 ++ usr.bin/dsynth/dsynth.h | 1 + usr.bin/dsynth/pkglist.c | 36 3 files changed, 39 insertions(+) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/927e4e3ed648d71dedbb49ec6e386de04befd6d2 -- DragonFly BSD source repository
git: kernel - Fix vm.swap_size sysctl
commit 83178a908676471eec64243a79456bf163674161 Author: Matthew Dillon Date: Fri Dec 27 00:09:03 2019 -0800 kernel - Fix vm.swap_size sysctl * vm.swap_size was improperly reporting the amount of free swap space rather than the amount of swap space configured. * Add vm.swap_free to report the amount of free swap space. * Does not affect pstat or libkvm which use the vm.swap_info_array sysctl. Summary of changes: sys/vm/swap_pager.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/83178a908676471eec64243a79456bf163674161 -- DragonFly BSD source repository
git: usr.sbin/fstyp: Show exFAT volume labels with -l flag
commit f3e1c87543147f0c95d3d9e5d79d4a704e1ab1af Author: Tomohiro Kusumi Date: Sat Dec 28 00:21:11 2019 +0900 usr.sbin/fstyp: Show exFAT volume labels with -l flag from freebsd/freebsd@73773fcda9f69ce7ee0c73292f273bab940223bf Summary of changes: usr.sbin/fstyp/exfat.c | 298 - usr.sbin/fstyp/fstyp.c | 48 ++-- usr.sbin/fstyp/fstyp.h | 7 ++ 3 files changed, 339 insertions(+), 14 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f3e1c87543147f0c95d3d9e5d79d4a704e1ab1af -- DragonFly BSD source repository
git: usr.sbin/fstyp: Use iconv(3) to convert NTFS vol labels correctly
commit c875649b6398b0aae28e9bb4a77e5149c26473cb Author: Tomohiro Kusumi Date: Sat Dec 28 01:20:40 2019 +0900 usr.sbin/fstyp: Use iconv(3) to convert NTFS vol labels correctly from freebsd/freebsd@23a4b310ffa90719eb9d11506bde1befab3c695f Summary of changes: usr.sbin/fstyp/fstyp.c | 2 +- usr.sbin/fstyp/fstyp.h | 5 usr.sbin/fstyp/ntfs.c | 67 +- 3 files changed, 50 insertions(+), 24 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c875649b6398b0aae28e9bb4a77e5149c26473cb -- DragonFly BSD source repository
git: bsd-family-tree: add several new releases
commit 4401e81f6e8059155fd899b53e94e1793e58979b Author: Eitan Adler Date: Sat Dec 28 07:48:13 2019 + bsd-family-tree: add several new releases Obtained from: FreeBSD Summary of changes: share/misc/bsd-family-tree | 40 ++-- 1 file changed, 26 insertions(+), 14 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4401e81f6e8059155fd899b53e94e1793e58979b -- DragonFly BSD source repository