| #
bdcbfde3
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a pe
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
52647325
|
| 12-Jan-2020 |
Garance A Drosehn <gad@FreeBSD.org> |
Fix the way 'factor' behaves when using OpenSSL to match the description of how it works when not compiled with OpenSSL.
Also, allow users to specify a hexadecimal number by using a prefix of '0x'.
Fix the way 'factor' behaves when using OpenSSL to match the description of how it works when not compiled with OpenSSL.
Also, allow users to specify a hexadecimal number by using a prefix of '0x'. Before this, users could only specify a hexadecimal value if that value included a hex digit ('a'-'f') in the value.
PR: 243136 Submitted by: Steve Kargl Reviewed by: gad MFC after: 3 weeks
show more ...
|
| #
bdcbfde3
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a pe
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
52647325
|
| 12-Jan-2020 |
Garance A Drosehn <gad@FreeBSD.org> |
Fix the way 'factor' behaves when using OpenSSL to match the description of how it works when not compiled with OpenSSL.
Also, allow users to specify a hexadecimal number by using a prefix of '0x'.
Fix the way 'factor' behaves when using OpenSSL to match the description of how it works when not compiled with OpenSSL.
Also, allow users to specify a hexadecimal number by using a prefix of '0x'. Before this, users could only specify a hexadecimal value if that value included a hex digit ('a'-'f') in the value.
PR: 243136 Submitted by: Steve Kargl Reviewed by: gad MFC after: 3 weeks
show more ...
|
| #
0bf051f9
|
| 04-Jun-2017 |
Colin Percival <cperciva@FreeBSD.org> |
Delete obsolete paragraph; primes(6) is now able to list primes for the full range up to 2^64 - 1.
MFC after: 1 week
|
| #
6ae1554a
|
| 02-Oct-2015 |
Colin Percival <cperciva@FreeBSD.org> |
Final step of eliminating the "games" distribution: Merge src/games (or what's left of it, at least) into src/usr.bin.
This change will not be MFCed.
Discussed at: EuroBSDCon 2014 Committed from:
Final step of eliminating the "games" distribution: Merge src/games (or what's left of it, at least) into src/usr.bin.
This change will not be MFCed.
Discussed at: EuroBSDCon 2014 Committed from: EuroBSDCon 2015
show more ...
|
| #
eb5ea45b
|
| 27-Sep-2014 |
Colin Percival <cperciva@FreeBSD.org> |
Switch primes(6) from using unsigned long to using uint64_t. This fixes 'limited range of type' warnings about comparisons on 32-bit systems, and allows 32-bit systems to compute the full range of p
Switch primes(6) from using unsigned long to using uint64_t. This fixes 'limited range of type' warnings about comparisons on 32-bit systems, and allows 32-bit systems to compute the full range of primes.
show more ...
|
| #
535ab8fd
|
| 26-Sep-2014 |
Colin Percival <cperciva@FreeBSD.org> |
Correctly enumerate primes between 4295098369 and 3825123056546413050.
Prior to this commit, primes(6) relied solely on sieving with primes up to 65537, with the effect that composite numbers which
Correctly enumerate primes between 4295098369 and 3825123056546413050.
Prior to this commit, primes(6) relied solely on sieving with primes up to 65537, with the effect that composite numbers which are the product of two non-16-bit primes would be incorrectly identified as prime. For example, # primes 1099511627800 1099511627820 would output 1099511627803 1099511627807 1099511627813 when in fact only the first of those values is prime.
This commit adds strong pseudoprime tests to validate the candidates which pass the initial sieving stage, using bases of 2, 3, 5, 7, 11, 13, 17, 19, and 23. Thanks to papers from C. Pomerance, J.L. Selfridge, and S.S. Wagstaff, Jr.; G. Jaeschke; and Y. Jiang and Y. Deng, we know that the smallest value which passes these tests is 3825123056546413051.
At present we do not know how many strong pseudoprime tests are required to prove primality for values larger than 3825123056546413050, so we force primes(6) to stop at that point.
Reviewed by: jmg Relnotes: primes(6) now correctly enumerates primes up to 3825123056546413050 MFC after: 7 days Sponsored by: EuroBSDCon devsummit
show more ...
|
| #
dfc02761
|
| 06-Dec-2010 |
Ulrich Spörlein <uqs@FreeBSD.org> |
Drop advertising clause in manpages. It was done a long time ago for the source code.
Discussed with: core
|
| #
8fea899f
|
| 29-Nov-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: sweep.
|
| #
bc71591d
|
| 09-Oct-2002 |
Tony Finch <fanf@FreeBSD.org> |
Mdocify and fix a load of errors dating back to the dawn of time. Don't mention hard limits for factor(6) since it now has bignum support.
Obtained from: NetBSD (mdoc only -- their man page is still
Mdocify and fix a load of errors dating back to the dawn of time. Don't mention hard limits for factor(6) since it now has bignum support.
Obtained from: NetBSD (mdoc only -- their man page is still mostly wrong)
show more ...
|
| #
7ebcc426
|
| 15-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Remove whitespace at EOL.
|
| #
9b7a44a6
|
| 27-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
4c00dd82
|
| 07-Jan-1999 |
Warner Losh <imp@FreeBSD.org> |
Minor adjustments to prior commits: o break at end of sentences o add $id$ o change date
Noticed by: the ever watchful bde
|
| #
63f8ec6b
|
| 06-Jan-1999 |
Warner Losh <imp@FreeBSD.org> |
Fix printf errors in the hflag case. Fix old bug with bogus casing to (long). Document the true limits of factor on 64-bit architectures.
Submitted by: bde
|
| #
be47d628
|
| 06-Jan-1999 |
Warner Losh <imp@FreeBSD.org> |
added -h flag to allow for hexidecimal output. Use '0' for base rather than 10 to allow for more flexible input bases.
Inspired by changes in PR 7402, but mostly redone by me to get past bde filter.
added -h flag to allow for hexidecimal output. Use '0' for base rather than 10 to allow for more flexible input bases.
Inspired by changes in PR 7402, but mostly redone by me to get past bde filter.
Submitted by: Timo J. Rinne PR: 7402
show more ...
|
| #
554eb505
|
| 04-Sep-1994 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Bring in the 4.4 Lite games directory, modulo man page changes and segregation of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just n
Bring in the 4.4 Lite games directory, modulo man page changes and segregation of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
show more ...
|