index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
games
/
factor
Age
Commit message (
Expand
)
Author
2023-05-09
Handle OpenSSL-3.x
christos
2021-04-12
include bsd.own.mk to be sure NETBSDSRCDIR is set.
mrg
2020-10-12
- remove duplicate comment
christos
2020-10-12
more clarifications.
christos
2020-10-11
mention hex numbers
christos
2020-10-11
Remove is_hex_str() (trying to guess if a number was hex or not). It is not
christos
2020-10-11
From gson@
christos
2020-10-07
- for readability when the exponent < 10 don't prefix it with 0x (from kre)
christos
2020-10-05
PR/55695: Andreas Gustafsson: factor(6) -h option doesn't always work
christos
2020-10-05
revert previous and don't parse octal
christos
2020-10-05
factor: usage(): mark __dead
tnn
2020-10-04
- Accept octal input.
christos
2020-10-04
Fix a typo (s/int/in/)
kre
2020-10-03
PR/55693: Andreas Gustafsson: factor(6) lists factors in wrong order
christos
2018-02-06
fix for OpenSSL-1.1
christos
2017-11-11
Add -h option to factor(6): duplicate factors are printed in
rin
2017-05-21
Remove MKCRYPTO option.
riastradh
2014-10-02
Imported and adapted from FreeBSD svn r272166 and r272207; this fixes
ast
2011-11-09
remove duplicated #defines (in a usually unused part of the code)
drochner
2011-05-23
Properly print string.
joerg
2010-05-15
Follow the Fundamental Theory of Algebra. Disallow factorising of
joerg
2010-05-13
cast isblank(3)'s argument to unsigned char.
tnozaki
2010-04-28
rename pollard_pminus1->pollard_rho for consistency
drochner
2010-04-27
-Fix an old bug in the "pollard" code: it gets its argument passed
drochner
2010-04-22
fix an obvious flaw in bounds check: the array of precomputed primes
drochner
2010-04-22
Add backslash before a dash to get a minus.
wiz
2010-04-22
Sync with reality. Bump date.
dholland
2009-08-12
sprinkle static
dholland
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2005-06-27
Fixed a comment that said the factors in the output would be strictly
rillig
2005-03-09
Add -lcrypt where -lcrypto is specified.
christos
2004-02-08
Separate primes manpage from that of factor. Correct DIAGNOSTICS
jsm
2004-02-08
Check large factor for being prime before applying Pollard's
jsm
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-09-26
Lots of minor fixes resulting from reading these man pages in detail.
wiz
2002-09-19
use NETBSDSRCDIR as appropriate
lukem
2002-06-18
Provide a BN_dec2bn() shim for the non-openssl case that reports an error
simonb
2002-06-17
Fix a logic botch where if a number smaller than the square of the seive
simonb
2002-06-16
make factor work with and without openssl.
itojun
2002-06-15
Use libcrypto's bignum support to implement a Pollard Rho factoring
simonb
2001-04-02
Whitespace and/or punctuation fixes.
wiz
1999-09-08
Add use of `const' where appropriate to the games.
jsm
1998-09-13
mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)
hubertf
1997-10-22
use CPPFLAGS instead of CFLAGS
lukem
1997-10-10
WARNSify
lukem
1997-05-08
Back out the .PATH.c changes. The .depend problem (and others)
gwr
1997-05-06
Use .PATH.c: ...
gwr
1997-01-07
Sync to 4.4BSD-Lite2
tls
1995-03-23
merge with Lite, new RCS id conventions, etc.
cgd
[next]