Re: svn commit: r284959 - in head: . share/man/man4 share/man/man9 sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe sys/dev/syscons sys/dev/ubsec sys/dev/virtio/random s

2015-07-01 Thread Mark R V Murray
> On 2 Jul 2015, at 00:07, Simon J. Gerraty wrote: > > Mark Murray wrote: >> * src/sys/dev/random/random_adaptors.c src/sys/dev/random/random_adaptors.h >> - Remove; plugability is no longer used. Compile-time algorithm >>selection is the way to go. > > Errr we use that and need it. > Pl

svn commit: r285019 - head/release/tools

2015-07-01 Thread Glen Barber
Author: gjb Date: Thu Jul 2 02:33:58 2015 New Revision: 285019 URL: https://svnweb.freebsd.org/changeset/base/285019 Log: Fix the path to the UFS/MSDOSFS filesystem labels, since they cannot possibly exist within the chroot(8) before the target filesystem actually exists. MFC after:

svn commit: r285018 - head/release/tools

2015-07-01 Thread Glen Barber
Author: gjb Date: Thu Jul 2 02:13:20 2015 New Revision: 285018 URL: https://svnweb.freebsd.org/changeset/base/285018 Log: Implement an evil workaround that prevents UFS/MSDOS labels from being written to disk with newfs(8) and newfs_msdosfs(8). When iterating through snapshot builds in s

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

2015-07-01 Thread Luiz Otavio O Souza
Author: loos Date: Wed Jul 1 23:27:01 2015 New Revision: 285017 URL: https://svnweb.freebsd.org/changeset/base/285017 Log: Add DMA support for Allwinner MMC controller. DMA handles all data transfers up to 128K or 16 segments and fallback to pio mode when DMA requirements are not met.

Re: svn commit: r284959 - in head: . share/man/man4 share/man/man9 sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe sys/dev/syscons sys/dev/ubsec sys/dev/virtio/random s

2015-07-01 Thread Simon J. Gerraty
Mark Murray wrote: > * src/sys/dev/random/random_adaptors.c src/sys/dev/random/random_adaptors.h > - Remove; plugability is no longer used. Compile-time algorithm > selection is the way to go. Errr we use that and need it. Please put it back. Whether we agree with NIST's ideas about how

Re: svn commit: r285012 - head/lib/libgpio

2015-07-01 Thread Luiz Otavio O Souza
On Wed, Jul 1, 2015 at 1:50 PM, Christian Brueffer wrote: > Author: brueffer > Date: Wed Jul 1 16:50:01 2015 > New Revision: 285012 > URL: https://svnweb.freebsd.org/changeset/base/285012 > > Log: > Bump .Dd for the example code update. > > Submitted by: loos Thank you Chris! Luiz > > Modif

svn commit: r285014 - head/sys/arm64/arm64

2015-07-01 Thread Andrew Turner
Author: andrew Date: Wed Jul 1 17:27:44 2015 New Revision: 285014 URL: https://svnweb.freebsd.org/changeset/base/285014 Log: Fix the logic for when to restore the VFP registers. It should restore them when a different thread last used them, or when the thread was last run on a different cpu

svn commit: r285012 - head/lib/libgpio

2015-07-01 Thread Christian Brueffer
Author: brueffer Date: Wed Jul 1 16:50:01 2015 New Revision: 285012 URL: https://svnweb.freebsd.org/changeset/base/285012 Log: Bump .Dd for the example code update. Submitted by: loos Modified: head/lib/libgpio/gpio.3 Modified: head/lib/libgpio/gpio.3 ==

svn commit: r285011 - head/sys/amd64/amd64

2015-07-01 Thread Konstantin Belousov
Author: kib Date: Wed Jul 1 16:37:03 2015 New Revision: 285011 URL: https://svnweb.freebsd.org/changeset/base/285011 Log: Disallow a debugger on 64bit system to set fs/gs bases of the 32bit process beyond the end of the process address space. Such setting is not dangerous to the kernel int

svn commit: r285010 - head

2015-07-01 Thread Christian Brueffer
Author: brueffer Date: Wed Jul 1 15:54:13 2015 New Revision: 285010 URL: https://svnweb.freebsd.org/changeset/base/285010 Log: Add one more file missed in the BIND-removal entries. PR: 196515 Submitted by: Trond Endrestol MFC after:1 week Modified: head/ObsoleteFiles.i

svn commit: r285009 - in head: . cddl/contrib/opensolaris/lib/libdtrace/aarch64 cddl/contrib/opensolaris/lib/libdtrace/common cddl/lib cddl/lib/libdtrace cddl/usr.sbin lib sys/arm64/arm64 sys/cddl/...

2015-07-01 Thread Ruslan Bukin
Author: br Date: Wed Jul 1 15:51:11 2015 New Revision: 285009 URL: https://svnweb.freebsd.org/changeset/base/285009 Log: First cut of DTrace for AArch64. Reviewed by: andrew, emaste Sponsored by: ARM Limited Differential Revision:https://reviews.freebsd.org/D2738 Added: hea

svn commit: r285006 - head/sys/dev/nand

2015-07-01 Thread Christian Brueffer
Author: brueffer Date: Wed Jul 1 14:54:13 2015 New Revision: 285006 URL: https://svnweb.freebsd.org/changeset/base/285006 Log: Use the correct le*dec function to decode a 16bit type. PR: 194228 Submitted by: David Horwitt MFC after:2 weeks Modified: head/sys/dev/nand/n

svn commit: r285005 - head/release

2015-07-01 Thread Glen Barber
Author: gjb Date: Wed Jul 1 14:51:26 2015 New Revision: 285005 URL: https://svnweb.freebsd.org/changeset/base/285005 Log: Remove the HH-MM suffix from the build date suffix. It was useful when working out several kinks when testing automated image uploading when retrying was necessary,

svn commit: r285004 - head/sys/cddl/dev/fbt

2015-07-01 Thread Ruslan Bukin
Author: br Date: Wed Jul 1 14:09:59 2015 New Revision: 285004 URL: https://svnweb.freebsd.org/changeset/base/285004 Log: Add a central location for exclusion checks. We check here if function is excluded from FBT instrumentation. Reviewed by: andrew, emaste, markj Differential Revisio

svn commit: r285003 - head/lib/libproc

2015-07-01 Thread Ruslan Bukin
Author: br Date: Wed Jul 1 13:59:26 2015 New Revision: 285003 URL: https://svnweb.freebsd.org/changeset/base/285003 Log: Make libproc compilable on AArch64. Modified: head/lib/libproc/proc_bkpt.c head/lib/libproc/proc_regs.c Modified: head/lib/libproc/proc_bkpt.c =

svn commit: r285000 - head/release/doc/en_US.ISO8859-1/relnotes

2015-07-01 Thread Glen Barber
Author: gjb Date: Wed Jul 1 10:33:19 2015 New Revision: 285000 URL: https://svnweb.freebsd.org/changeset/base/285000 Log: Refine the lockstat(1) entry based on corrections and clarifications received during review. Submitted by: avg Sponsored by: The FreeBSD Foundation Modified: hea

Re: svn commit: r284829 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2015-07-01 Thread Glen Barber
Hi Andriy, On Wed, Jul 01, 2015 at 01:03:11PM +0300, Andriy Gapon wrote: > On 25/06/2015 21:44, Glen Barber wrote: > > Author: gjb > > Date: Thu Jun 25 18:44:31 2015 > > New Revision: 284829 > > URL: https://svnweb.freebsd.org/changeset/base/284829 > > > > Log: > > Document r284297, lockstat(1)

Re: svn commit: r284829 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2015-07-01 Thread Andriy Gapon
On 25/06/2015 21:44, Glen Barber wrote: > Author: gjb > Date: Thu Jun 25 18:44:31 2015 > New Revision: 284829 > URL: https://svnweb.freebsd.org/changeset/base/284829 > > Log: > Document r284297, lockstat(1) improvements. > Add ClusterHQ to sponsors.ent. Glen, thank you very much. A couple of

svn commit: r284997 - head/lib/libgpio

2015-07-01 Thread Christian Brueffer
Author: brueffer Date: Wed Jul 1 09:25:23 2015 New Revision: 284997 URL: https://svnweb.freebsd.org/changeset/base/284997 Log: Make the example code actually work. PR: 199440 Submitted by: wait...@waitman.net Reviewed by: loos MFC after:1 week Modified: head/lib/lib

svn commit: r284996 - head/release

2015-07-01 Thread Glen Barber
Author: gjb Date: Wed Jul 1 08:48:49 2015 New Revision: 284996 URL: https://svnweb.freebsd.org/changeset/base/284996 Log: Fix the gcloud port/package name. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.gce Modified: head/release/Makefile.gc