summaryrefslogtreecommitdiffstats
path: root/e_os.h
AgeCommit message (Expand)Author
2003-06-12Make sure ssize_t is defined on SunOS4.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-28Make sure EXIT() can always be used as one statement.Richard Levitte
2002-06-13Add support for UWIN, a Unix-like environment on top of Windows.Richard 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-25Needed for build on SunOS 4.1.x with gcc (Jeffrey Hutzelman <jhutz@cmu.edu>).Lutz Jänicke
2001-05-03Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte
2000-10-11Fix from main trunk, 2000-09-29 22:14 levitte:Richard 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
2000-06-03CygWin32 support.Ulf Möller
2000-05-31strtoul is not used anywhere.Bodo Möller
2000-05-31When compiling with /opt/SUNWspro/SC4.2/bin/cc on Solaris, __svr4__ isBodo Möller
2000-05-19Add a couple of macros that make OpenSSL compilable on SunOS 4.1.4.Richard Levitte
2000-05-15MacOS changes.Ulf Möller
2000-03-23ssize_t for UltrixUlf Möller
2000-03-20Problems with the Windows build.Ulf Möller
2000-03-18e_os.h: don't do double work with status codes.Richard Levitte
2000-03-17The previous exit code handling was completely bogus for VMS.Richard Levitte
2000-03-11On NeXT, ssize_t is int, not long (see <sys/types.h> -- the definitionBodo Möller
2000-03-10ssize_tUlf Möller
2000-03-07{NEXT,OPEN}STEP don't have pid_t.Bodo Möller
2000-03-02It started with finding a misplaced #endif. Then I wanted to see theRichard Levitte
2000-01-20WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32).Ulf Möller
2000-01-16remove debug modification that I checked in accidentallyUlf Möller
2000-01-16New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller
1999-12-26MacOS updates. Initial support for GUSI (MacOS socket implementation)Andy Polyakov
1999-12-19Even more late break-in MacOS tidbits...Andy Polyakov
1999-12-19Late break-in patch for MacOS support.Andy Polyakov
1999-12-19MacOS updates.Andy Polyakov
1999-10-26Make md_rand.c more robust.Bodo Möller
1999-10-25Update Borland C++ builder support.Bodo Möller
1999-09-11Initial support for MacOS.Andy Polyakov
1999-09-03Use closesocket macro consistently, not close directly, for easierBodo Möller
1999-06-10Another <unistd.h> ...Bodo Möller
1999-05-21Move the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AND_SERIAL so they willDr. Stephen Henson
1999-05-21Older versions of SINIX C development system inherited a bug fromBodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-15e_os2.h is used for things that must be visible when external applicationsBodo Möller
1999-05-13VMS support.Ulf Möller
1999-05-12Add new -out option to asn1parse to allow the parsed data to be output.Dr. Stephen Henson
1999-05-06Support additional Win32 compilers.Ulf Möller
1999-04-26Remove NOPROTO-related macros.Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller