svn commit: r324406 - head/sys/modules/em

2017-10-07 Thread Sean Bruno
Author: sbruno Date: Sat Oct 7 23:33:14 2017 New Revision: 324406 URL: https://svnweb.freebsd.org/changeset/base/324406 Log: Fix symlink if_igb.ko in -current such that its relative and doesn't end up with non-standard DESTDIR information in its symlink. This can happen very trivially if t

svn commit: r324405 - head/sys/kern

2017-10-07 Thread Sean Bruno
Author: sbruno Date: Sat Oct 7 23:30:57 2017 New Revision: 324405 URL: https://svnweb.freebsd.org/changeset/base/324405 Log: Check so_error early in sendfile() call. Prior to this patch, if a connection was reset by the remote end, sendfile() would just report ENOTCONN instead of ECONNRESE

Re: svn commit: r324313 - head/sys/amd64/amd64

2017-10-07 Thread Don Lewis
On 7 Oct, Konstantin Belousov wrote: > On Sat, Oct 07, 2017 at 01:04:09PM -0700, Don Lewis wrote: >> On 5 Oct, Konstantin Belousov wrote: >> > Author: kib >> > Date: Thu Oct 5 12:50:03 2017 >> > New Revision: 324313 >> > URL: https://svnweb.freebsd.org/changeset/base/324313 >> > >> > Log: >> >

Re: svn commit: r324313 - head/sys/amd64/amd64

2017-10-07 Thread Konstantin Belousov
On Sat, Oct 07, 2017 at 01:04:09PM -0700, Don Lewis wrote: > On 5 Oct, Konstantin Belousov wrote: > > Author: kib > > Date: Thu Oct 5 12:50:03 2017 > > New Revision: 324313 > > URL: https://svnweb.freebsd.org/changeset/base/324313 > > > > Log: > > Avoid a race betweem freeing LDT and context s

Re: svn commit: r324313 - head/sys/amd64/amd64

2017-10-07 Thread Don Lewis
On 5 Oct, Konstantin Belousov wrote: > Author: kib > Date: Thu Oct 5 12:50:03 2017 > New Revision: 324313 > URL: https://svnweb.freebsd.org/changeset/base/324313 > > Log: > Avoid a race betweem freeing LDT and context switches. > > cpu_switch.S uses curproc->p_md.md_ldt value as the flag

svn commit: r324394 - in head/sys: dev/random sys

2017-10-07 Thread Conrad Meyer
Author: cem Date: Sat Oct 7 19:02:03 2017 New Revision: 324394 URL: https://svnweb.freebsd.org/changeset/base/324394 Log: random(4): Gather entropy from Pure sources At initialization, hc_source_mask only includes non-Pure sources. The patch changes source registration to enable the r

svn commit: r324393 - in head/sys: dev/random sys

2017-10-07 Thread Conrad Meyer
Author: cem Date: Sat Oct 7 18:59:29 2017 New Revision: 324393 URL: https://svnweb.freebsd.org/changeset/base/324393 Log: random(4): Add missing source descriptions Add source descriptions missed in r260847, r303035. While here, convert the array to C99 initializers. Reviewed by:

Re: svn commit: r324360 - in head/sys/boot/efi: include libefi loader

2017-10-07 Thread Ngie Cooper (yaneurabeya)
> On Oct 7, 2017, at 09:29, Guy Yur wrote: > > On 6 October 2017 at 15:21, Warner Losh wrote: >> Author: imp >> Date: Fri Oct 6 12:21:46 2017 >> New Revision: 324360 >> URL: https://svnweb.freebsd.org/changeset/base/324360 >> >> Log: >> Encapsulate ZFS preferences into efi_zfs_is_preferred

svn commit: r324388 - head/sys/boot/efi/loader

2017-10-07 Thread Ngie Cooper
Author: ngie Date: Sat Oct 7 17:40:31 2017 New Revision: 324388 URL: https://svnweb.freebsd.org/changeset/base/324388 Log: Unbreak building efiboot with MK_ZFS == no Wrap `efi_zfs_is_preferred` with `#ifdef EFI_ZFS_BOOT`. Reported by: Guy Yur Modified: head/sys/boot/efi/loader/ma

svn commit: r324386 - in head/sys: conf dev/cxgbe/firmware modules/cxgbe/t4_firmware modules/cxgbe/t5_firmware modules/cxgbe/t6_firmware

2017-10-07 Thread Navdeep Parhar
Author: np Date: Sat Oct 7 17:24:23 2017 New Revision: 324386 URL: https://svnweb.freebsd.org/changeset/base/324386 Log: cxgbe(4): Update T6, T5, and T4 firmwares to 1.16.63.0. Changes since 1.16.26.0 for all three firmwares are listed below. This list was obtained from the Release Note

svn commit: r324383 - in head/sys: arm/allwinner/clkng arm/allwinner/h3 conf

2017-10-07 Thread Emmanuel Vadot
Author: manu Date: Sat Oct 7 16:48:42 2017 New Revision: 324383 URL: https://svnweb.freebsd.org/changeset/base/324383 Log: Allwinner: Add clock driver for ccu_sun8i_r SUN8I and SUN50I (H3, H5, A83T and A64) have a second clock controller unit. It controls the clocks for the second gpio c

Re: svn commit: r324360 - in head/sys/boot/efi: include libefi loader

2017-10-07 Thread Guy Yur
On 6 October 2017 at 15:21, Warner Losh wrote: > Author: imp > Date: Fri Oct 6 12:21:46 2017 > New Revision: 324360 > URL: https://svnweb.freebsd.org/changeset/base/324360 > > Log: > Encapsulate ZFS preferences into efi_zfs_is_preferred > > Move the retrieval of the image information into lo