aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Even more corrections for OpenUNIX 8Lutz Jänicke2001-09-061-0/+1
|
* Support for shared libraries on Unixware-7 and OpenUNIX-8Lutz Jänicke2001-09-061-0/+9
| | | | (Boyd Lynn Gerber <gerberb@zenez.com>).
* Use GCC 2.95/3.0 optimizationUlf Möller2001-09-051-1/+12
|
* Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>Richard Levitte2001-08-101-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | His comments are: 1) Changes all references for `True64' to be `Tru64', which is the correct spelling for the OS name. 2) Makes `alpha-cc' be the same as `alpha164-cc', and adds an `alphaold-cc' entry that is the same as the previous `alpha-cc'. The reason is that most people these days are using the newer compiler, so it should be the default. 3) Adds a bit of commentary to Configure, regarding the name changes of the OS over the years, so it's not so confusing to people that haven't been with the OS for a while. 4) Adds an `alpha-cc-rpath' target (which is *not* selected automatically by Configure under any circumstance) that builds an RPATH into the shared libraries. This is explained in the comment in Configure. It's very very useful for people that want it, and people that don't want it just shouldn't choose that target. 5) Adds the `-pthread' flag as the best way to get POSIX thread support from the newer compiler. 6) Updates the Makefile targets, so that when the `alpha164-cc', `alpha-cc', or `alpha-cc-rpath' target is what Configure is set to use, it uses a Makefile target that includes the `-msym' option when building the shared library. This is a performance enhancement. 7) Updates `config' so that if it detects you're running version 4 or 5 of the OS, it automatically selects `alpha-cc', but uses `alphaold-cc' for versions 1-3 of the OS. 8) Updates the comment in opensslv.h, fixing both the OS name typo and adding a reference to IRIX 6.x, since the shared library semantics are virtually identical there.
* Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov2001-07-301-6/+35
| | | | | | | HP-UX in common in ./config). Note that for the moment of this writing none of 64-bit platforms pass bntest. I'm committing this anyway as it's too frustrating to patch snapshots over and over while 0.9.6 is known to work.
* Typo in stty command lines.Andy Polyakov2001-07-301-3/+3
|
* Support for 64-bit Solaris build with GCC 3.0 and later. It should beAndy Polyakov2001-07-251-7/+39
| | | | | | explicitely noted that 64-bit SPARCv9 ABI is not officially supported by GCC 3.0 (support is scheduled for 3.1 release), but it appears to work, at the very least 'make test' passes...
* New cofiguration for Unixwre and SCO,with slightly better granularity. ↵Richard Levitte2001-03-181-4/+15
| | | | Contributed by Tim Rice <tim@multitalents.net>
* For AIX 4.3 or above, allow the use of dlfcn.Richard Levitte2001-03-151-0/+8
|
* More method functions for elliptic curves,Bodo Möller2001-03-081-1/+1
| | | | and an ectest.c that actually tests something.
* Code for better build under Darwin (MacOS X).Richard Levitte2001-03-071-2/+11
| | | | Submitted by Brad Dominy <jdominy@darwinuser.org>
* don't read from tty in test modeUlf Möller2001-02-271-27/+31
|
* IRIX bugfixUlf Möller2001-02-141-2/+8
|
* fix editing errorBodo Möller2001-02-091-1/+1
|
* add linux-s390 configuration (based on information submitted byBodo Möller2001-02-091-1/+2
| | | | Denis Beauchemin <Denis.Beauchemin@Courrier.USherb.ca>)
* When we are waiting for user action, we should say this explicitly.Bodo Möller2001-01-121-3/+3
|
* Add configuration for GNU Hurd.Richard Levitte2001-01-111-0/+4
|
* Recognise Darwin as well. For now, have it do exactly the same thing as for ↵Richard Levitte2000-12-011-0/+5
| | | | Rhapsody
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. ↵Richard Levitte2000-11-301-0/+21
| | | | Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu>
* /proc/cpuinfo can have several lines containing the word "type". We want ↵Richard Levitte2000-11-161-1/+1
| | | | the one that is "type", plain and simple. Caught by Raoul Borenius <borenius@shuttle.de>
* Add configuration option to build on Linux on both big-endian andRichard Levitte2000-10-311-1/+16
| | | | | little-endian MIPS. Submitted by Ralf Baechle <ralf@uni-koblenz.de>
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-4/+10
| | | | At the same time, add VMS support for Rijndael.
* Krister Walfridsson <cato@df.lth.se> tells us sysctl lives in /sbinRichard Levitte2000-10-211-1/+1
| | | | since NetBSD 1.5.
* fix problems in the selftestUlf Möller2000-10-111-1/+1
|
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-0/+4
|
* Add a configuration for Sony News 4.Richard Levitte2000-09-141-0/+5
| | | | Submitted by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
* Use name ...-whatever-solaris2 instead of ...-sun-solaris2Bodo Möller2000-09-061-17/+6
| | | | (the middle string describes the architecture).
* Changes for QNX: there is no thread support, and the previousBodo Möller2000-09-061-6/+3
| | | | configuration only worked with no-asm.
* QNX 4 support.Bodo Möller2000-09-011-0/+3
|
* Allow reconfiguration. This can be useful if some source updateRichard Levitte2000-08-171-1/+1
| | | | | requires that you configure again, but you don't want to reenter all those configuration arguments again.
* We've now covered the shared library support for Solaris, so the -shared hackRichard Levitte2000-08-021-12/+0
| | | | in config is no longer needed.
* Make sure we use /usr/sbin/sysctl, especially since /usr/sbin is notRichard Levitte2000-06-281-1/+1
| | | | always in the users $PATH...
* config can now detect ARM Linux automagically.Richard Levitte2000-05-311-0/+1
| | | | Contributed by Jeremy Norris <jeremy.norris@rebel.com>
* Add the target system linux-m68kRichard Levitte2000-05-241-0/+1
|
* Added configuration support for Linux/IA64Ralf S. Engelschall2000-02-291-0/+1
| | | | Submitted by: Rolf Haberrecker <rolf@suse.de>
* Support assembler for Mingw32.Ulf Möller2000-02-281-0/+12
|
* Make sure to catch UnixWare 7, even if the version is 7.1.1 orRichard Levitte2000-02-271-1/+1
| | | | something like that.
* Update config for the unixware targets by looking at what was done inRichard Levitte2000-02-271-2/+7
| | | | Apache's GuessOS (from Apache 1.3.1).
* Add support for Unixware 7. Thanks to Ron Record <rr@sco.com> for theRichard Levitte2000-02-261-3/+9
| | | | patch.
* Yet another "unixware" spelling.Ulf Möller2000-02-241-0/+1
|
* More compact Configure usage message.Ulf Möller2000-02-211-2/+2
|
* Add support for Compaq Atalla crypto accelerator.Ben Laurie2000-02-161-0/+6
|
* Avoid GNU C assembler templates under Solaris x86.Andy Polyakov2000-02-151-8/+11
|
* HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov2000-02-121-1/+3
|
* Support for MacOS X (Rhapsody) is added. Also get rid of volatileAndy Polyakov2000-02-061-0/+5
| | | | | qualifier in asm definitions as it prevents compiler from moving the instruction(s) during optimization pass.
* add "UnixWare", treated like "unixware"Bodo Möller2000-01-071-0/+1
| | | | Submitted by: "Gary E. Miller" <gem@rellim.com>
* Enhanced support for Alpha Linux. See CHANGES for details.Andy Polyakov2000-01-021-4/+30
|
* *** empty log message ***Ulf Möller1999-09-071-1/+1
|
* Check the as version on Solaris x86. People don't read INSTALL anyway. :)Ulf Möller1999-09-071-0/+8
|
* Ok, final fix for `config' script to detect all flavors of FreeBSDRalf S. Engelschall1999-08-091-20/+19
| | | | in a more general way.