The NetBSD Project

CVS log for src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/bn.inc

[BACK] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssl / lib / libcrypto / arch / mips

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.6.4.1: download - view: text, markup, annotated - select for diffs
Sun Aug 15 08:58:56 2021 UTC (3 years, 3 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +5 -2 lines
Pull up following revision(s) (requested by tsutsui in ticket #1336):

	crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.inc: revision 1.1
	crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.inc: revision 1.2
	crypto/external/bsd/openssl/lib/libcrypto/arch/mips/bn.inc: revision 1.7
	crypto/external/bsd/openssl/lib/libcrypto/arch/mips/poly1305.inc: revision 1.5
	crypto/external/bsd/openssl/lib/libcrypto/arch/mips/bn.inc: revision 1.8
	crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/bn.inc: revision 1.3
	crypto/external/bsd/openssl/lib/libcrypto/arch/mips/crypto.inc: revision 1.8
	crypto/external/bsd/openssl/lib/libcrypto/arch/mips/aes.inc: revision 1.6
	crypto/external/bsd/openssl/lib/libcrypto/arch/mips/sha.inc: revision 1.7

Centralize the logic for endian and 64 bit availability.

Handle the compat builds and both the n64 and non n64 variants

PR/56318: Izumi Tsutsui: Limit bn-sparcv8.S to sparc64; breaks
on sparcstation 2 (sun4c)

PR/56318: Izumi Tsutsui: Don't include mips.S for 32 bit mips because it
does not work for mips1

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Aug 10 10:43:42 2021 UTC (3 years, 4 months ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
PR/56318: Izumi Tsutsui: Don't include mips.S for 32 bit mips because it
does not work for mips1

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 26 18:06:09 2021 UTC (3 years, 7 months ago) by christos
Branches: MAIN
CVS tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -2 lines
Centralize the logic for endian and 64 bit availability.

Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 15 09:11:53 2018 UTC (6 years, 9 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +3 -1 lines
Synch with HEAD

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 9 21:49:55 2018 UTC (6 years, 9 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, netbsd-9-base, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, is-mlppp-base, is-mlppp
Branch point for: netbsd-9
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
match opening ( with closing ) instead of closing }.
fixes mips builds... partly.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 9 12:40:23 2018 UTC (6 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
use the proper match pattern

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Mar 9 12:39:30 2018 UTC (6 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -0 lines
Disable assembly stubs for the big endian variants of mips (could be more
precise? are all of them broken?)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 7 19:44:31 2018 UTC (6 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
only use the 64 bit abi if specified on the command line.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 5 16:43:50 2018 UTC (6 years, 9 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-compat-base
Branch point for: pgoyette-compat
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Handle mips64 properly.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 4 00:59:44 2018 UTC (6 years, 9 months ago) by christos
Branches: MAIN
regen

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>