svn commit: r302941 - head/usr.sbin/bsdinstall/scripts

2016-07-16 Thread Allan Jude
Author: allanjude Date: Sat Jul 16 19:35:04 2016 New Revision: 302941 URL: https://svnweb.freebsd.org/changeset/base/302941 Log: A failed installation once restarted will often error out If an encrypted install is attempted and fails for any reason, the disk cannot be erased by the

svn commit: r302940 - head/usr.sbin/bsdinstall/scripts

2016-07-16 Thread Allan Jude
Author: allanjude Date: Sat Jul 16 18:28:44 2016 New Revision: 302940 URL: https://svnweb.freebsd.org/changeset/base/302940 Log: Fix encrypted MBR install The pools are exported and reimported in order to write the bootcode This causes an error when the bootpool is later mounted by

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

2016-07-16 Thread Jared McNeill
Author: jmcneill Date: Sat Jul 16 18:06:41 2016 New Revision: 302939 URL: https://svnweb.freebsd.org/changeset/base/302939 Log: Add support for Allwinner H3 EMAC. H3 EMAC is the same as A83T/A64 except the SoC includes an (optional) internal 10/100 PHY. Both internal and external PHYs

svn commit: r302937 - in head/bin/sh: . tests/expansion

2016-07-16 Thread Andrey A. Chernov
Author: ache Date: Sat Jul 16 13:26:18 2016 New Revision: 302937 URL: https://svnweb.freebsd.org/changeset/base/302937 Log: Path generation was not according to collate Approved by:jilles Added: head/bin/sh/tests/expansion/pathname6.0 (contents, props changed) Modified:

svn commit: r302936 - head/sys/kern

2016-07-16 Thread Konstantin Belousov
Author: kib Date: Sat Jul 16 13:24:58 2016 New Revision: 302936 URL: https://svnweb.freebsd.org/changeset/base/302936 Log: Another issue reported on http://seclists.org/oss-sec/2016/q3/68 is that struct kevent member ident has uintptr_t type, which is silently truncated to int in the call

svn commit: r302935 - head/sys/netinet

2016-07-16 Thread Michael Tuexen
Author: tuexen Date: Sat Jul 16 12:25:37 2016 New Revision: 302935 URL: https://svnweb.freebsd.org/changeset/base/302935 Log: Deal with a portential memory allocation failure, which was reported by the clang static code analyzer. Joint work with rrs@. MFC after:3 days Modified:

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

2016-07-16 Thread Alexander Motin
Author: mav Date: Sat Jul 16 09:44:31 2016 New Revision: 302933 URL: https://svnweb.freebsd.org/changeset/base/302933 Log: Revert unwanted change leaked into r302932. Modified: head/usr.sbin/bhyve/Makefile Modified: head/usr.sbin/bhyve/Makefile

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

2016-07-16 Thread Alexander Motin
Author: mav Date: Sat Jul 16 09:08:33 2016 New Revision: 302932 URL: https://svnweb.freebsd.org/changeset/base/302932 Log: Increase I82545_MAX_TXSEGS from 20 to 64 and add checks for it. There seems no hard limit on number of segments per packet in the chip, and 20 appeared insufficient.

svn commit: r302930 - head/sys/netinet

2016-07-16 Thread Michael Tuexen
Author: tuexen Date: Sat Jul 16 08:11:43 2016 New Revision: 302930 URL: https://svnweb.freebsd.org/changeset/base/302930 Log: Don't free a data chunk twice. Found by the clang static code analyzer running for the userland stack. MFC after:3 days Modified:

svn commit: r302929 - head/release/tools

2016-07-16 Thread Colin Percival
Author: cperciva Date: Sat Jul 16 08:04:00 2016 New Revision: 302929 URL: https://svnweb.freebsd.org/changeset/base/302929 Log: Now that potentially buggy versions of Xen are automatically detected (see r302635), there is no need to force msix interrupt migration off via loader.conf.

svn commit: r302928 - head/sys/netinet

2016-07-16 Thread Michael Tuexen
Author: tuexen Date: Sat Jul 16 07:48:01 2016 New Revision: 302928 URL: https://svnweb.freebsd.org/changeset/base/302928 Log: Address a potential memory leak found a the clang static code analyzer running on the userland stack. MFC after:3 days Modified:

Re: svn commit: r302790 - head/usr.sbin/bsdinstall/scripts

2016-07-16 Thread Slawa Olhovchenkov
On Wed, Jul 13, 2016 at 11:49:46PM +, Allan Jude wrote: > Author: allanjude > Date: Wed Jul 13 23:49:45 2016 > New Revision: 302790 > URL: https://svnweb.freebsd.org/changeset/base/302790 > > Log: > bsdinstall: Prompt user to set the date and time after selecting timezone > > Not