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
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
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
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)
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
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
=
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
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,
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
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
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
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
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
==
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
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
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
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.
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
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:
> 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
20 matches
Mail list logo