Author: manu
Date: Fri Apr 27 09:23:07 2018
New Revision: 333054
URL: https://svnweb.freebsd.org/changeset/base/333054
Log:
allwinner: clk: Correct aw_clk_get_factor
Switch test between zero based factor and power of two one.
This resulted in a miscalculation of the factor if it was a pow
Author: manu
Date: Fri Apr 27 09:25:27 2018
New Revision: 333055
URL: https://svnweb.freebsd.org/changeset/base/333055
Log:
allwinner: clk: Add gate_shift to the clock definition
WHile gate_shift was present in the NM_CLK macro it wasn't set into the
clock definition structure resulting i
Author: tychon
Date: Fri Apr 27 12:44:20 2018
New Revision: 333059
URL: https://svnweb.freebsd.org/changeset/base/333059
Log:
Expand the checks for UCR3 == PMAP_NO_CR3 to enable processes to be
excluded from PTI.
Reviewed by: kib
Sponsored by: Dell EMC Isilon
Differential Revision:
Author: emaste
Date: Fri Apr 27 13:55:46 2018
New Revision: 333062
URL: https://svnweb.freebsd.org/changeset/base/333062
Log:
elf_common.h: add DT_SUNW_ASLR tag
For upcoming ELF Tool Chain import (readelf).
Modified:
head/sys/sys/elf_common.h
Modified: head/sys/sys/elf_common.h
Author: emaste
Date: Fri Apr 27 13:59:24 2018
New Revision: 333063
URL: https://svnweb.freebsd.org/changeset/base/333063
Log:
Update ELF Tool Chain to r3614
MFC after:1 week
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib/elftoolchain/ar/Makefile
h
[ Charset UTF-8 unsupported, converting... ]
> Author: mjg
> Date: Fri Apr 27 05:37:35 2018
> New Revision: 333052
> URL: https://svnweb.freebsd.org/changeset/base/333052
>
> Log:
> uma: whack main zone counter update in the slow path
Remove might be a better word, whack is ambigous in this con
On Fri, Apr 27, 2018 at 4:29 PM, Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> [ Charset UTF-8 unsupported, converting... ]
> > Author: mjg
> > Date: Fri Apr 27 05:37:35 2018
> > New Revision: 333052
> > URL: https://svnweb.freebsd.org/changeset/base/333052
> >
> > Log:
> > uma: wh
Author: mjg
Date: Fri Apr 27 15:16:34 2018
New Revision: 333064
URL: https://svnweb.freebsd.org/changeset/base/333064
Log:
systrace: track it like sdt probes
While here predict false.
Note the code is wrong (regardless of this change). Dereference of the
pointer can race with module
Author: emaste
Date: Fri Apr 27 15:25:24 2018
New Revision: 333065
URL: https://svnweb.freebsd.org/changeset/base/333065
Log:
setfacl: style and break main() into manageable pieces
Submitted by: Mitchell Horne
MFC with: r332396
Sponsored by: The FreeBSD Foundation
Differential Rev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Am Fri, 27 Apr 2018 15:16:34 + (UTC)
Mateusz Guzik schrieb:
> Author: mjg
> Date: Fri Apr 27 15:16:34 2018
> New Revision: 333064
> URL: https://svnweb.freebsd.org/changeset/base/333064
>
> Log:
> systrace: track it like sdt probes
>
>
Author: mjg
Date: Fri Apr 27 15:50:22 2018
New Revision: 333066
URL: https://svnweb.freebsd.org/changeset/base/333066
Log:
Unbreak world build after r333064
Reported by: O. Hartmann
Modified:
head/sys/sys/sysent.h
Modified: head/sys/sys/sysent.h
===
On Fri, Apr 27, 2018 at 03:50:22PM +, Mateusz Guzik wrote:
> Author: mjg
> Date: Fri Apr 27 15:50:22 2018
> New Revision: 333066
> URL: https://svnweb.freebsd.org/changeset/base/333066
>
> Log:
> Unbreak world build after r333064
>
> Reported by:O. Hartmann
>
> Modified:
> h
On Fri, Apr 27, 2018 at 6:00 PM, Konstantin Belousov
wrote:
> On Fri, Apr 27, 2018 at 03:50:22PM +, Mateusz Guzik wrote:
> > Author: mjg
> > Date: Fri Apr 27 15:50:22 2018
> > New Revision: 333066
> > URL: https://svnweb.freebsd.org/changeset/base/333066
> >
> > Log:
> > Unbreak world build
Author: kib
Date: Fri Apr 27 16:34:28 2018
New Revision: 333067
URL: https://svnweb.freebsd.org/changeset/base/333067
Log:
Remove redundant pipe from pdeathsig.c test.
A pipe was was left over from a development version of pdeathsig.c and
is not needed.
Process C waits for a signal t
Author: jhb
Date: Fri Apr 27 17:20:23 2018
New Revision: 333068
URL: https://svnweb.freebsd.org/changeset/base/333068
Log:
Use the correct key address when renegotiating the transmit key.
Previously, get_keyid() was returning the address of the receive key
instead of the transmit key when
Author: emaste
Date: Fri Apr 27 19:50:30 2018
New Revision: 333071
URL: https://svnweb.freebsd.org/changeset/base/333071
Log:
Bump min supported release for building HEAD to 10.3
r307825 and r333017 disallow building FreeBSD-HEAD from 9.x or 10.x
versions that have some clang issues. The
Author: emaste
Date: Fri Apr 27 20:20:57 2018
New Revision: 333072
URL: https://svnweb.freebsd.org/changeset/base/333072
Log:
Retire UPDATING entries prior to the stable/10 branch
We do not support building from FreeBSD 9.x releases.
Approved by: imp
Sponsored by: The FreeBSD Founda
Author: manu
Date: Fri Apr 27 21:05:18 2018
New Revision: 333073
URL: https://svnweb.freebsd.org/changeset/base/333073
Log:
arm: Fix duplicate ahci DRIVER_MODULE
Name each ahci driver uniquely.
This remove the warning printed at each arm boot :
module_register: cannot register simplebus
Author: manu
Date: Fri Apr 27 21:05:58 2018
New Revision: 333074
URL: https://svnweb.freebsd.org/changeset/base/333074
Log:
arm: Fix duplicate ehci DRIVER_MODULE
Name each ehci driver uniquely.
This remove the warning printed at each arm boot :
module_register: cannot register simplebus
Author: manu
Date: Fri Apr 27 21:15:51 2018
New Revision: 333075
URL: https://svnweb.freebsd.org/changeset/base/333075
Log:
arm: dts: overlays: Remove the overlay module
Move the DTSO variables in the main SoC dtb file
Discussed with: ian
Deleted:
head/sys/modules/dtb/
Author: jhb
Date: Fri Apr 27 21:22:32 2018
New Revision: 333076
URL: https://svnweb.freebsd.org/changeset/base/333076
Log:
Use %p to print uintptr_t values rather than %z in MIPS single-step code.
Modified:
head/sys/mips/mips/pm_machdep.c
Modified: head/sys/mips/mips/pm_machdep.c
===
On Thursday, April 26, 2018 09:29:30 AM Ian Lepore wrote:
> On Thu, 2018-04-26 at 19:01 +0800, Li-Wen Hsu wrote:
> > On Thu, Apr 26, 2018 at 7:59 AM, Ian Lepore wrote:
> > >
> > > On Wed, 2018-04-25 at 19:46 +, Li-Wen Hsu wrote:
> > > >
> > > > Author: lwhsu (ports committer)
> > > > Date: W
Author: imp
Date: Fri Apr 27 22:15:18 2018
New Revision: 333079
URL: https://svnweb.freebsd.org/changeset/base/333079
Log:
No need to make objects here.
Modified:
head/stand/arm64/Makefile
Modified: head/stand/arm64/Makefile
===
On Fri, 27 Apr 2018, John Baldwin wrote:
On Thursday, April 26, 2018 09:29:30 AM Ian Lepore wrote:
On Thu, 2018-04-26 at 19:01 +0800, Li-Wen Hsu wrote:
On Thu, Apr 26, 2018 at 7:59 AM, Ian Lepore wrote:
On Wed, 2018-04-25 at 19:46 +, Li-Wen Hsu wrote:
Author: lwhsu (ports committer)
D
Author: eadler
Date: Sat Apr 28 01:14:16 2018
New Revision: 333081
URL: https://svnweb.freebsd.org/changeset/base/333081
Log:
zpool(8): correct list of default properties in 'list'.
The default provides output in the following form:
```
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ
25 matches
Mail list logo