Re: svn commit: r335668 - head/sys/x86/xen

2018-08-26 Thread Colin Percival
This breaks the kernel boot in EC2 Xen-based instances; it now hangs in the taskqgroup_adjust_if_io_tqg SYSINIT. I've attached a verbose dmesg from r335666 in case that helps you figure out what's going on. My guess is that EC2 is numbering virtual CPUs oddly -- but regardless of the cause, this

svn commit: r338331 - in head: include sys/sys

2018-08-26 Thread Xin LI
Author: delphij Date: Sun Aug 26 18:04:54 2018 New Revision: 338331 URL: https://svnweb.freebsd.org/changeset/base/338331 Log: Remove arc4random_stir and arc4random_addrandom from stdlib.h. Users of arc4random(3) should never call them directly. All ports tree usage was fixed as part of b

Re: svn commit: r338330 - head/lib/libmd

2018-08-26 Thread Rodney W. Grimes
> On Sun, 2018-08-26 at 10:15 -0700, Rodney W. Grimes wrote: > > > > > > On Sun, 2018-08-26 at 17:05 +, Sean Bruno wrote: > > > > > > > > Author: sbruno > > > > Date: Sun Aug 26 17:05:43 2018 > > > > New Revision: 338330 > > > > URL: https://svnweb.freebsd.org/changeset/base/338330 > > > > >

Re: svn commit: r338330 - head/lib/libmd

2018-08-26 Thread Ian Lepore
On Sun, 2018-08-26 at 10:15 -0700, Rodney W. Grimes wrote: > > > > On Sun, 2018-08-26 at 17:05 +, Sean Bruno wrote: > > > > > > Author: sbruno > > > Date: Sun Aug 26 17:05:43 2018 > > > New Revision: 338330 > > > URL: https://svnweb.freebsd.org/changeset/base/338330 > > > > > > Log: > > > ?

Re: svn commit: r338330 - head/lib/libmd

2018-08-26 Thread Rodney W. Grimes
> On Sun, 2018-08-26 at 17:05 +, Sean Bruno wrote: > > Author: sbruno > > Date: Sun Aug 26 17:05:43 2018 > > New Revision: 338330 > > URL: https://svnweb.freebsd.org/changeset/base/338330 > > > > Log: > > ? r338270 had the side effect of no longer installing libmd.so into /lib. > > ? For users

Re: svn commit: r338330 - head/lib/libmd

2018-08-26 Thread Sean Bruno
On 08/26/18 11:11, Ian Lepore wrote: >> Modified: head/lib/libmd/Makefile >> == >> --- head/lib/libmd/Makefile Sun Aug 26 13:08:50 2018(r338329) >> +++ head/lib/libmd/Makefile Sun Aug 26 17:05:43 2018(r3

Re: svn commit: r338330 - head/lib/libmd

2018-08-26 Thread Ian Lepore
On Sun, 2018-08-26 at 17:05 +, Sean Bruno wrote: > Author: sbruno > Date: Sun Aug 26 17:05:43 2018 > New Revision: 338330 > URL: https://svnweb.freebsd.org/changeset/base/338330 > > Log: >   r338270 had the side effect of no longer installing libmd.so into /lib. >   For users who have a sepera

svn commit: r338330 - head/lib/libmd

2018-08-26 Thread Sean Bruno
Author: sbruno Date: Sun Aug 26 17:05:43 2018 New Revision: 338330 URL: https://svnweb.freebsd.org/changeset/base/338330 Log: r338270 had the side effect of no longer installing libmd.so into /lib. For users who have a seperate zfs mount of /usr or /usr/lib, this will cause dynamic loading f

svn commit: r338324 - in head: . share/man/man4 share/man/man9 sys/arm/amlogic/aml8726 sys/arm/broadcom/bcm2835 sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe sys/d...

2018-08-26 Thread Mark Murray
ort:false,junk:false' /etc/malloc.conf".) +20180826: + The Yarrow CSPRNG has been removed from the kernel as it has not been + supported by its designers since at least 2003. Fortuna has been the + default since FreeBSD-11. + 20170822: devctl freeze/that h