]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r31956[12]: Teach primes(6) to enumerate primes up to 2^64 - 1.
authorcperciva <cperciva@FreeBSD.org>
Thu, 22 Jun 2017 05:26:08 +0000 (05:26 +0000)
committercperciva <cperciva@FreeBSD.org>
Thu, 22 Jun 2017 05:26:08 +0000 (05:26 +0000)
commit17d16f2e819d8dfb24936b38c0f86c0a399340be
tree8866bb504ec4fc4f99e80cd102b1d5d80cd88e98
parentdc58c32e0b958b3dae4307ccd29d677a51ce3cb5
MFC r31956[12]: Teach primes(6) to enumerate primes up to 2^64 - 1.

Approved by:    re (delphij)
Relnotes:       primes(6) now enumerates primes beyond 3825123056546413050,
                up to a new limit of 2^64 - 1.
> Description of fields to fill in above:                     76 columns --|
> PR:                       If and which Problem Report is related.
> Submitted by:             If someone else sent in the change.
> Reported by:              If someone else reported the issue.
> Reviewed by:              If someone else reviewed your modification.
> Approved by:              If you needed approval for this commit.
> Obtained from:            If the change is from a third party.
> MFC after:                N [day[s]|week[s]|month[s]].  Request a reminder email.
> MFH:                      Ports tree branch name.  Request approval for merge.
> Relnotes:                 Set to 'yes' for mention in release notes.
> Security:                 Vulnerability reference (one per line) or description.
> Sponsored by:             If the change was sponsored by an organization.
> Differential Revision:    https://reviews.freebsd.org/D### (*full* phabric URL needed).
> Empty fields above will be automatically removed.

_M   .
M    usr.bin/factor/factor.6
M    usr.bin/primes/primes.c
M    usr.bin/primes/primes.h
M    usr.bin/primes/spsp.c
usr.bin/factor/factor.6
usr.bin/primes/primes.c
usr.bin/primes/primes.h
usr.bin/primes/spsp.c