summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x86_64cpuid.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_4_6_BASE'.OPENBSD_4_6_BASEcvs2svn2009-06-251-161/+0
|
* fix some cause of bad TEXTREL on i386 and amd64otto2008-09-191-1/+3
| | | | | | | - global function calls in .init sections (diff makes them via PLT) - calls to global functions in aes-586.S (made static or local) - global variable accesses in rc4-x86_64.S (now made via GOT) from djm@large; ok miod@
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+159