Re: CVS commit: src

2020-08-15 Thread nia
On Sat, Aug 15, 2020 at 06:49:11PM +, Taylor R Campbell wrote: > - The behaviour is incompatible only in the sense that NetBSD's idea > of `adequate entropy' is stronger than FreeBSD's or Linux's, so > blocking is _more likely_ on NetBSD than on FreeBSD or Linux. In practice, the blocking

re: CVS commit: src/share/man/man8

2020-08-15 Thread matthew green
> Yeah. I was hesistant to do it this way because hw.machine_arch didn't > occur to me (uname gives the wrong thing for package sets on arm, etc) "uname -p"? .mrg.

Re: CVS commit: src

2020-08-15 Thread Taylor R Campbell
> Date: Sat, 15 Aug 2020 10:23:02 + > From: nia > > Obviously, I disagree with core's decision, but let's try to be > productive about this. > > I'm happy to have getrandom in NetBSD, it's a good thing. But not with > this behaviour. > > 1) Adopting getrandom for compatibility does not

Re: CVS commit: src/share/man/man8

2020-08-15 Thread Valery Ushakov
On Sat, Aug 15, 2020 at 16:12:40 +0200, Leonardo Taccari wrote: > > +.Ic export > > PKG_PATH=https://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/9.0/amd64/All > > +.Ic pkg_add pkgin > > [...] > > Can this use cdn.NetBSD.org and made a bit more general instead of > hardcoding version/port please?

Re: CVS commit: src/share/man/man8

2020-08-15 Thread nia
On Sat, Aug 15, 2020 at 04:12:40PM +0200, Leonardo Taccari wrote: > Hello Nia, > > Nia Alarie writes: > > [...] > > Log Message: > > afterboot.8: Explain how to install pkgin on a fresh system > > [...] > > +.Pp > > +To install pkgin, if it was not done by the installer: > > +.Bd -literal -offset

Re: CVS commit: src/share/man/man8

2020-08-15 Thread Leonardo Taccari
Hello Nia, Nia Alarie writes: > [...] > Log Message: > afterboot.8: Explain how to install pkgin on a fresh system > [...] > +.Pp > +To install pkgin, if it was not done by the installer: > +.Bd -literal -offset indent > +.Ic export >

Re: CVS commit: src

2020-08-15 Thread nia
On Fri, Aug 14, 2020 at 12:53:17AM +, Taylor R Campbell wrote: > New system call getrandom() compatible with Linux and others. > > [..] > > As proposed on tech-userlevel, tech-crypto, tech-security, and > tech-kern, and subsequently adopted by core (minus the getentropy part > of the proposal,