svn commit: r295320 - in head/sys/boot/efi: boot1 include

2016-02-05 Thread Steven Hartland
Author: smh Date: Fri Feb 5 15:35:33 2016 New Revision: 295320 URL: https://svnweb.freebsd.org/changeset/base/295320 Log: Fix EFI multi device boot support Fix EFI boot support when presented with multiple valid boot partitions across multiple devices. It now prefers to boot from

svn commit: r295321 - head/sys/arm64/include

2016-02-05 Thread Andrew Turner
Author: andrew Date: Fri Feb 5 15:38:28 2016 New Revision: 295321 URL: https://svnweb.freebsd.org/changeset/base/295321 Log: Implement kdb_cpu_sync_icache on arm64. Sponsored by: ABT Systems Ltd Modified: head/sys/arm64/include/kdb.h Modified: head/sys/arm64/include/kdb.h

svn commit: r295319 - in head/sys: arm/allwinner/a20 arm/altera/socfpga arm/amlogic/aml8726 arm/arm arm/broadcom/bcm2835 arm/freescale/imx arm/include arm/mv/armada38x arm/mv/armadaxp arm/rockchip ...

2016-02-05 Thread Michal Meloun
Author: mmel Date: Fri Feb 5 14:57:41 2016 New Revision: 295319 URL: https://svnweb.freebsd.org/changeset/base/295319 Log: ARM: Use new ARMv6 naming conventions for cache and TLB functions in all but ARMv4 specific files. Expand ARMv6 compatibility stubs in cpu-v4.h. Use physical address

Re: svn commit: r294560 - head/etc/rc.d

2016-02-05 Thread Devin Teske
On Fri, 2016-02-05 at 13:25 +0300, Slawa Olhovchenkov wrote: > On Thu, Feb 04, 2016 at 03:57:19PM -0800, Bryan Drewery wrote: > > > On 2/4/2016 3:28 PM, Bryan Drewery wrote: > > > On 1/22/2016 4:14 AM, Dag-Erling Smørgrav wrote: > > > > Author: des > > > > Date: Fri Jan 22 12:14:08 2016 > > > >

svn commit: r295323 - head/sys/dev/e1000

2016-02-05 Thread Eric Joyner
Author: erj Date: Fri Feb 5 17:14:37 2016 New Revision: 295323 URL: https://svnweb.freebsd.org/changeset/base/295323 Log: Update em(4) to 7.6.1; update igb(4) to 2.5.3. Major changes: - Add i219/i219(2) hardware support. (Found on Skylake generation and newer chipsets.) -

svn commit: r295329 - head/etc/periodic/daily

2016-02-05 Thread Alexander Motin
Author: mav Date: Fri Feb 5 18:17:37 2016 New Revision: 295329 URL: https://svnweb.freebsd.org/changeset/base/295329 Log: Update script for modern `zpool status` output. Modified: head/etc/periodic/daily/800.scrub-zfs Modified: head/etc/periodic/daily/800.scrub-zfs

Re: svn commit: r295323 - head/sys/dev/e1000

2016-02-05 Thread Alan Somers
On Fri, Feb 5, 2016 at 10:14 AM, Eric Joyner wrote: > Author: erj > Date: Fri Feb 5 17:14:37 2016 > New Revision: 295323 > URL: https://svnweb.freebsd.org/changeset/base/295323 > > Log: > Update em(4) to 7.6.1; update igb(4) to 2.5.3. > > Major changes: > > - Add

svn commit: r295324 - head/etc/periodic/daily

2016-02-05 Thread Alexander Motin
Author: mav Date: Fri Feb 5 17:28:11 2016 New Revision: 295324 URL: https://svnweb.freebsd.org/changeset/base/295324 Log: Add error check to not leak logs with syntax errors in case of failed `zpool history`. MFC after:1 month Modified: head/etc/periodic/daily/800.scrub-zfs

Re: svn commit: r295330 - head/sys/vm

2016-02-05 Thread Gleb Smirnoff
Mark, thanks! Me culpa :( On Fri, Feb 05, 2016 at 07:35:53PM +, Mark Johnston wrote: M> Author: markj M> Date: Fri Feb 5 19:35:53 2016 M> New Revision: 295330 M> URL: https://svnweb.freebsd.org/changeset/base/295330 M> M> Log: M> Plug a vm_page leak introduced in r292373. M> M>

svn commit: r295331 - in head/sys: kern sys

2016-02-05 Thread John Baldwin
Author: jhb Date: Fri Feb 5 20:38:09 2016 New Revision: 295331 URL: https://svnweb.freebsd.org/changeset/base/295331 Log: Rename aiocblist to kaiocb and use consistent variable names. Typically list is used for a structure that holds a list head in FreeBSD, not for members of a list.

svn commit: r295338 - head/usr.sbin/freebsd-update

2016-02-05 Thread Gleb Smirnoff
Author: glebius Date: Fri Feb 5 21:57:50 2016 New Revision: 295338 URL: https://svnweb.freebsd.org/changeset/base/295338 Log: Provide a future release as an example, instead of a historical one. Modified: head/usr.sbin/freebsd-update/freebsd-update.sh Modified:

svn commit: r295334 - head/contrib/elftoolchain/readelf

2016-02-05 Thread Ed Maste
Author: emaste Date: Fri Feb 5 20:54:51 2016 New Revision: 295334 URL: https://svnweb.freebsd.org/changeset/base/295334 Log: readelf: avoid accidental fallthrough in RISC-V relocations This would have printed an unknown RISC-V relocation type as a SPARC relocation. CID:

svn commit: r295330 - head/sys/vm

2016-02-05 Thread Mark Johnston
Author: markj Date: Fri Feb 5 19:35:53 2016 New Revision: 295330 URL: https://svnweb.freebsd.org/changeset/base/295330 Log: Plug a vm_page leak introduced in r292373. Reported by: vangyzen Modified: head/sys/vm/sg_pager.c Modified: head/sys/vm/sg_pager.c

svn commit: r295335 - head/contrib/elftoolchain/readelf

2016-02-05 Thread Ed Maste
Author: emaste Date: Fri Feb 5 20:56:11 2016 New Revision: 295335 URL: https://svnweb.freebsd.org/changeset/base/295335 Log: readelf: report value of unknown relocation types Obtained from:ELF Tool Chain r3387 Sponsored by: The FreeBSD Foundation Modified:

svn commit: r295336 - head/contrib/elftoolchain/readelf

2016-02-05 Thread Ed Maste
Author: emaste Date: Fri Feb 5 20:57:21 2016 New Revision: 295336 URL: https://svnweb.freebsd.org/changeset/base/295336 Log: readelf: decode AArch64 TLS descriptor relocations From ELF for the ARM(R) 64-bit Architecture, table 4-19. Obtained from:ELF Tool Chain r3386

svn commit: r295316 - head/sys/arm/arm

2016-02-05 Thread Svatopluk Kraus
Author: skra Date: Fri Feb 5 10:40:01 2016 New Revision: 295316 URL: https://svnweb.freebsd.org/changeset/base/295316 Log: Follow up r295257 and convert also pt_memattr. This did not break anything as both VM_MEMATTR_WB_WA and PTE2_ATTR_WB_WA are zero. Correct also type of

svn commit: r295317 - head/sys/arm/arm

2016-02-05 Thread Svatopluk Kraus
Author: skra Date: Fri Feb 5 11:28:35 2016 New Revision: 295317 URL: https://svnweb.freebsd.org/changeset/base/295317 Log: Follow up r295257 and replace bad reference to TEX in defines, variables and functions. This stuff is named properly now. Thus, the VM_MEMATTR_xxx is an index to

Re: svn commit: r294560 - head/etc/rc.d

2016-02-05 Thread Slawa Olhovchenkov
On Thu, Feb 04, 2016 at 03:57:19PM -0800, Bryan Drewery wrote: > On 2/4/2016 3:28 PM, Bryan Drewery wrote: > > On 1/22/2016 4:14 AM, Dag-Erling Smørgrav wrote: > >> Author: des > >> Date: Fri Jan 22 12:14:08 2016 > >> New Revision: 294560 > >> URL: https://svnweb.freebsd.org/changeset/base/294560

svn commit: r295342 - head/etc/defaults

2016-02-05 Thread Devin Teske
Author: dteske Date: Sat Feb 6 02:16:48 2016 New Revision: 295342 URL: https://svnweb.freebsd.org/changeset/base/295342 Log: Allow rc_conf_files to be redefined in rc.conf(5) With this change, it's possible to redefine rc_conf_files (e.g., sysrc rc_conf_files+=/etc/rc.conf.other) and

svn commit: r295343 - head/etc/defaults

2016-02-05 Thread Devin Teske
Author: dteske Date: Sat Feb 6 02:32:13 2016 New Revision: 295343 URL: https://svnweb.freebsd.org/changeset/base/295343 Log: Add comment to explain functionality of code Thanks to:rpokala Modified: head/etc/defaults/rc.conf Modified: head/etc/defaults/rc.conf

svn commit: r295344 - head/etc/defaults

2016-02-05 Thread Devin Teske
Author: dteske Date: Sat Feb 6 02:35:52 2016 New Revision: 295344 URL: https://svnweb.freebsd.org/changeset/base/295344 Log: Fix typo in a comment; s/redined/redefined/ Thanks to:rpokala Modified: head/etc/defaults/rc.conf Modified: head/etc/defaults/rc.conf

svn commit: r295341 - head/tests/sys/acl

2016-02-05 Thread Garrett Cooper
Author: ngie Date: Fri Feb 5 23:50:15 2016 New Revision: 295341 URL: https://svnweb.freebsd.org/changeset/base/295341 Log: Require /bin/getfacl and /bin/setfacl when running the acl tests For cases where these utilities aren't installed, the tests would fail today in a non-intuitive

svn commit: r295345 - head/tests/sys/acl

2016-02-05 Thread Garrett Cooper
Author: ngie Date: Sat Feb 6 04:13:20 2016 New Revision: 295345 URL: https://svnweb.freebsd.org/changeset/base/295345 Log: Use basenames for getfacl, setfacl, and zpool to work around the fact that Jenkins hardcodes image sizes to 2GB with the FreeBSD_HEAD job This is to stop the

Re: svn commit: r295345 - head/tests/sys/acl

2016-02-05 Thread Ngie Cooper
On Fri, Feb 5, 2016 at 8:13 PM, Garrett Cooper wrote: > Author: ngie > Date: Sat Feb 6 04:13:20 2016 > New Revision: 295345 > URL: https://svnweb.freebsd.org/changeset/base/295345 > > Log: > Use basenames for getfacl, setfacl, and zpool to work around the > fact that