OpenBSD release(s):
1.6 (79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60),
1.4 (59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32),
1.3 (31 30),
1.2 (29 28 27 26 25 24 23 22),
1.1.1.1 (21 20),
Tags:
1.1.1.1 (netbsd_1_1),
revision 1.6/
(Download) -
annotate -
Mon, 11 Jul 2016 18:30:21 UTC by tb
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60
Changes since 1.5:
+1 -3
(diff)
Instead of using the floating point square root, use an integer version
of the Newton method from ping.c. Fixes a rounding issue that caused
failure to factor numbers close to 2^64, e.g. 18446744030759878681.
While there, fix an off by one error that caused 4295360521 to be
reported as a prime. Issues reported by Paul Stoeber and Michael Bozon.
ok tedu, deraadt
revision 1.5/
(Download) -
annotate -
Wed, 30 Mar 2016 06:38:40 UTC by jmc
Changes since 1.4:
+1 -2
(diff)
for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;
authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;
ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung
revision 1.4/
(Download) -
annotate -
Sat, 11 May 2002 00:20:18 UTC by espie
OpenBSD release(s): 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32
Changes since 1.3:
+2 -2
(diff)
Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree.
Fix a few mispells (LIBMATH -> LIBM...)
Wipe obsolete lib (LIBRESOLV)
Sort added missing libraries, move obsolete stuff apart.
Synch documentation in bsd.README
ok deraadt@
revision 1.3/
(Download) -
annotate -
Sun, 19 Aug 2001 23:19:46 UTC by pjanzen
OpenBSD release(s): 31 30
Changes since 1.2:
+4 -2
(diff)
If primes(6) will generate 32-bit primes, factor should factor 64-bit numbers.
revision 1.2/
(Download) -
annotate -
Sun, 21 Sep 1997 11:35:51 UTC by deraadt
OpenBSD release(s): 29 28 27 26 25 24 23 22
Changes since 1.1:
+1 -2
(diff)
$OpenBSD$
revision 1.1/
(Download) -
annotate -
Wed, 18 Oct 1995 08:48:49 UTC by deraadt
Branch point for:
1.1.1.1
Initial revision
revision 1.1.1.1/
(Download) -
annotate -
Wed, 18 Oct 1995 08:48:49 UTC by deraadt
OpenBSD release(s): 21 20
Tags: netbsd_1_1
Changes since 1.1:
None
initial import of NetBSD tree