head -r356066 reaching kern.ipc.nmbclusters on Rock64 (CortexA53 with 4GiByte of RAM) while putting files on it via nfs: some evidence

2019-12-27 Thread Mark Millard
The following sort of sequence leads to the Rock64 not responding on the console or over ethernet, after notifying of nmbclusters having been reached. (This limits what information I have of what things were like at the end.) This is for a head -r356066 based non-debug-build context. The

Re: OpenSSL breaks factor(6)

2019-12-27 Thread Steve Kargl
On Fri, Dec 27, 2019 at 08:42:53PM -0800, Rodney W. Grimes wrote: > > On Fri, Dec 27, 2019 at 07:00:04PM -0800, Rodney W. Grimes wrote: > > > > On Fri, Dec 27, 2019 at 01:47:17PM -0800, Steve Kargl wrote: > > > > > > > > This patch now includes a fix for hexadecimal conversion. It > > > >

Re: OpenSSL breaks factor(6)

2019-12-27 Thread Rodney W. Grimes
> On Fri, Dec 27, 2019 at 07:00:04PM -0800, Rodney W. Grimes wrote: > > > On Fri, Dec 27, 2019 at 01:47:17PM -0800, Steve Kargl wrote: > > > > On Fri, Dec 27, 2019 at 01:25:30PM -0800, Steve Kargl wrote: > > > > > The use of OpenSSL in factor(6) breaks factor(6) with respect to > > > > > its

Re: OpenSSL breaks factor(6)

2019-12-27 Thread Steve Kargl
On Fri, Dec 27, 2019 at 07:00:04PM -0800, Rodney W. Grimes wrote: > > On Fri, Dec 27, 2019 at 01:47:17PM -0800, Steve Kargl wrote: > > > On Fri, Dec 27, 2019 at 01:25:30PM -0800, Steve Kargl wrote: > > > > The use of OpenSSL in factor(6) breaks factor(6) with respect to > > > > its documentation.

Re: OpenSSL breaks factor(6)

2019-12-27 Thread Rodney W. Grimes
> On Fri, Dec 27, 2019 at 02:42:12PM -0800, Steve Kargl wrote: > > On Fri, Dec 27, 2019 at 01:47:17PM -0800, Steve Kargl wrote: > > > On Fri, Dec 27, 2019 at 01:25:30PM -0800, Steve Kargl wrote: > > > > The use of OpenSSL in factor(6) breaks factor(6) with respect to > > > > its documentation. > >

Re: OpenSSL breaks factor(6)

2019-12-27 Thread Rodney W. Grimes
> On Fri, Dec 27, 2019 at 01:47:17PM -0800, Steve Kargl wrote: > > On Fri, Dec 27, 2019 at 01:25:30PM -0800, Steve Kargl wrote: > > > The use of OpenSSL in factor(6) breaks factor(6) with respect to > > > its documentation. > > > > > > % man factor > > > ... > > > Numbers may be preceded by a

Re: OpenSSL breaks factor(6)

2019-12-27 Thread Steve Kargl
On Fri, Dec 27, 2019 at 02:42:12PM -0800, Steve Kargl wrote: > On Fri, Dec 27, 2019 at 01:47:17PM -0800, Steve Kargl wrote: > > On Fri, Dec 27, 2019 at 01:25:30PM -0800, Steve Kargl wrote: > > > The use of OpenSSL in factor(6) breaks factor(6) with respect to > > > its documentation. > > > > > >

Re: OpenSSL breaks factor(6)

2019-12-27 Thread Steve Kargl
On Fri, Dec 27, 2019 at 01:47:17PM -0800, Steve Kargl wrote: > On Fri, Dec 27, 2019 at 01:25:30PM -0800, Steve Kargl wrote: > > The use of OpenSSL in factor(6) breaks factor(6) with respect to > > its documentation. > > > > % man factor > > ... > > Numbers may be preceded by a single '+'. > >

Re: OpenSSL breaks factor(6)

2019-12-27 Thread Steve Kargl
On Fri, Dec 27, 2019 at 01:25:30PM -0800, Steve Kargl wrote: > The use of OpenSSL in factor(6) breaks factor(6) with respect to > its documentation. > > % man factor > ... > Numbers may be preceded by a single '+'. > ... > > % factor +125 > factor: +125: illegal numeric format. > This

OpenSSL breaks factor(6)

2019-12-27 Thread Steve Kargl
The use of OpenSSL in factor(6) breaks factor(6) with respect to its documentation. % man factor ... Numbers may be preceded by a single '+'. ... % factor +125 factor: +125: illegal numeric format. without OpenSSL one gets % factor +125 125: 5 5 5 Although undocumented, factor(6) seems

Re: [PATCH] primes(6) -- remove unnecessary code

2019-12-27 Thread Steve Kargl
On Fri, Dec 27, 2019 at 08:36:34PM +, Jamie Landeg-Jones wrote: > Steve Kargl wrote: > > > Hmm, I withdraw the patch. One can get a negative start > > value, but one would need to force that condition via > > a subversion via getopt. > > Or: > > primes -- -1 5 Ah, yeah, that's what I

Re: [PATCH] primes(6) -- remove unnecessary code

2019-12-27 Thread Jamie Landeg-Jones
Steve Kargl wrote: > Hmm, I withdraw the patch. One can get a negative start > value, but one would need to force that condition via > a subversion via getopt. Or: primes -- -1 5 ___ freebsd-current@freebsd.org mailing list

Re: [PATCH] primes(6) -- remove unnecessary code

2019-12-27 Thread Steve Kargl
On Fri, Dec 27, 2019 at 09:55:10AM -0800, Steve Kargl wrote: > This patch removes an unnecessary check as > the condition can never occur. > > Index: primes.c > === > --- primes.c (revision 355983) > +++ primes.c (working copy) >

[PATCH] primes(6) -- remove unnecessary code

2019-12-27 Thread Steve Kargl
This patch removes an unnecessary check as the condition can never occur. Index: primes.c === --- primes.c(revision 355983) +++ primes.c(working copy) @@ -129,7 +129,7 @@ switch (argc) { case 2: