summaryrefslogtreecommitdiffstats
path: root/e_os.h
AgeCommit message (Expand)Author
2005-09-22Fix SunOS 4 building issue [from HEAD].Andy Polyakov
2005-09-20"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups [from HEAD].Andy Polyakov
2005-08-02WCE-specific fix for cryptlib.c [from HEAD].Andy Polyakov
2005-07-04To secure Win64 API I'm throwing in this minimalistic Win64 support.Andy Polyakov
2005-06-21DEVRANDOM, not DEBRANDOM...Richard Levitte
2005-06-19Undefine DECRANDOM before redefining it.Richard Levitte
2005-06-18Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.Richard Levitte
2005-06-13Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte
2005-06-05Updated support for NetWare, submitted by Verdon Walker <VWalker@novell.com>.Richard Levitte
2005-05-21Move _WIN32_WINNT definition from command line to e_os.h [from HEAD].Andy Polyakov
2005-01-13Rely on e_os.h to appropriately define str[n]casecmp in non-POSIXAndy Polyakov
2004-06-28NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte
2004-03-24o_str.h isn't a public header file.Richard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-09-28Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, thisRichard Levitte
2003-09-27Add necessary changes to be able to build on VxWorks for PPC860.Richard Levitte
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte
2003-06-19EXIT() should mainly be exit(n), not return(n). OPENSSL_EXIT() willRichard Levitte
2003-06-12Make sure ssize_t is defined on SunOS4.Richard Levitte
2003-03-20Because it may be needed in public header files, move the definitionRichard Levitte
2002-12-04DJGPP patches.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-11-28Make sure EXIT() can always be used as one statement.Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-14Fix to build better with DJGPP.Richard Levitte
2002-10-09Add a few more VxWorks targets.Richard Levitte
2002-06-13Add support for DJGPP.Richard Levitte
2002-05-30Make sure that MS_STATIC isn't defined to 'static' under Win32.Richard Levitte
2002-04-06Oops, the system macro for VMS is OPENSSL_SYS_VMS, not VMSRichard Levitte
2002-04-06Use recv() and send() for socket communication on VMS instead of read()Richard Levitte
2002-02-14Add the configuration target VxWorks.Richard Levitte
2001-11-08Don't define _REENTRANT here in e_os.h. On systems where we needBodo Möller
2001-08-25Wording of comment...Lutz Jänicke
2001-08-25Needed for build on SunOS 4.1.x with gcc (Jeffrey Hutzelman <jhutz@cmu.edu>).Lutz Jänicke
2001-07-02[Forgotten commits?]Richard Levitte
2001-05-03Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-07Change preferences for sockets of EGD-style entropy daemons to a moreLutz Jänicke
2001-01-09Add automatic query of EGD sockets to RAND_poll(). The EGD sockets areLutz Jänicke
2001-01-08Because /dev/urandom has a better chance of giving us a good andRichard Levitte
2001-01-08Change RAND_poll for Unix to try a number of devices and only readRichard Levitte
2000-10-01Remove what was described by someone as "an EAY hack for compilingRichard Levitte
2000-09-29Include arpa/inet.h, since that's where htons() and friends areRichard Levitte
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-14Add a configuration for Sony News 4.Richard Levitte
2000-09-01QNX 4 support.Bodo Möller
2000-06-09Comment about bcopy on SunOS 4.x.Bodo Möller
2000-06-08Another attempt to allow compiling on SunOS 4.*.Bodo Möller
2000-06-04Typo...Richard Levitte