aboutsummaryrefslogtreecommitdiffstats
path: root/e_os.h
Commit message (Expand)AuthorAgeFilesLines
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-15/+15
* Make sure EXIT() can always be used as one statement.Richard Levitte2002-11-281-3/+3
* Add support for UWIN, a Unix-like environment on top of Windows.Richard Levitte2002-06-131-4/+5
* Use recv() and send() for socket communication on VMS instead of read()Richard Levitte2002-04-061-0/+7
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+9
* Don't define _REENTRANT here in e_os.h. On systems where we needBodo Möller2001-11-081-6/+0
* Needed for build on SunOS 4.1.x with gcc (Jeffrey Hutzelman <jhutz@cmu.edu>).Lutz Jänicke2001-08-251-0/+3
* Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte2001-05-031-0/+1
* Fix from main trunk, 2000-09-29 22:14 levitte:Richard Levitte2000-10-111-0/+2
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-1/+6
* Add a configuration for Sony News 4.Richard Levitte2000-09-141-1/+5
* QNX 4 support.Bodo Möller2000-09-011-0/+4
* Comment about bcopy on SunOS 4.x.Bodo Möller2000-06-091-1/+2
* Another attempt to allow compiling on SunOS 4.*.Bodo Möller2000-06-081-1/+5
* Typo...Richard Levitte2000-06-041-1/+1
* CygWin32 support.Ulf Möller2000-06-031-4/+4
* strtoul is not used anywhere.Bodo Möller2000-05-311-1/+0
* When compiling with /opt/SUNWspro/SC4.2/bin/cc on Solaris, __svr4__ isBodo Möller2000-05-311-1/+1
* Add a couple of macros that make OpenSSL compilable on SunOS 4.1.4.Richard Levitte2000-05-191-0/+5
* MacOS changes.Ulf Möller2000-05-151-0/+1
* ssize_t for UltrixUlf Möller2000-03-231-0/+6
* Problems with the Windows build.Ulf Möller2000-03-201-3/+1
* e_os.h: don't do double work with status codes.Richard Levitte2000-03-181-7/+1
* The previous exit code handling was completely bogus for VMS.Richard Levitte2000-03-171-7/+27
* On NeXT, ssize_t is int, not long (see <sys/types.h> -- the definitionBodo Möller2000-03-111-2/+4
* ssize_tUlf Möller2000-03-101-0/+5
* {NEXT,OPEN}STEP don't have pid_t.Bodo Möller2000-03-071-0/+3
* It started with finding a misplaced #endif. Then I wanted to see theRichard Levitte2000-03-021-32/+31
* WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32).Ulf Möller2000-01-201-0/+4
* remove debug modification that I checked in accidentallyUlf Möller2000-01-161-1/+1
* New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller2000-01-161-1/+1
* MacOS updates. Initial support for GUSI (MacOS socket implementation)Andy Polyakov1999-12-261-3/+7
* Even more late break-in MacOS tidbits...Andy Polyakov1999-12-191-1/+1
* Late break-in patch for MacOS support.Andy Polyakov1999-12-191-1/+5
* MacOS updates.Andy Polyakov1999-12-191-3/+11
* Make md_rand.c more robust.Bodo Möller1999-10-261-1/+1
* Update Borland C++ builder support.Bodo Möller1999-10-251-0/+1
* Initial support for MacOS.Andy Polyakov1999-09-111-0/+22
* Use closesocket macro consistently, not close directly, for easierBodo Möller1999-09-031-2/+2
* Another <unistd.h> ...Bodo Möller1999-06-101-1/+4
* Move the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AND_SERIAL so they willDr. Stephen Henson1999-05-211-3/+0
* Older versions of SINIX C development system inherited a bug fromBodo Möller1999-05-211-0/+3
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-2/+2
* e_os2.h is used for things that must be visible when external applicationsBodo Möller1999-05-151-11/+5
* VMS support.Ulf Möller1999-05-131-17/+73
* Add new -out option to asn1parse to allow the parsed data to be output.Dr. Stephen Henson1999-05-121-0/+3
* Support additional Win32 compilers.Ulf Möller1999-05-061-2/+7
* Remove NOPROTO-related macros.Ulf Möller1999-04-261-10/+0
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-14/+0
* Add missing funtions from non ANSI section of header files and add missingDr. Stephen Henson1999-03-081-1/+1