summaryrefslogtreecommitdiff
path: root/e_os.h
Commit message (Expand)AuthorAgeFilesLines
* Recent changes from 0.9.7-stableRichard Levitte2003-09-291-4/+7
* Recent changes from 0.9.7-stable.Richard Levitte2003-09-271-1/+1
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-091-1/+20
* EXIT() should mainly be exit(n), not return(n). OPENSSL_EXIT() willRichard Levitte2003-06-191-1/+1
* Make sure ssize_t is defined on SunOS4.Richard Levitte2003-06-121-0/+2
* DJGPP patches.Richard Levitte2002-12-041-0/+3
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-15/+15
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-3/+0
* Make sure EXIT() can always be used as one statement.Richard Levitte2002-11-281-3/+3
* WinCE patchesRichard Levitte2002-11-151-1/+12
* Fix to build better with DJGPP.Richard Levitte2002-11-141-3/+15
* Add a few more VxWorks targets.Richard Levitte2002-10-091-0/+30
* Add support for DJGPP.Richard Levitte2002-06-131-1/+11
* Make sure that MS_STATIC isn't defined to 'static' under Win32.Richard Levitte2002-05-301-1/+1
* Oops, the system macro for VMS is OPENSSL_SYS_VMS, not VMSRichard Levitte2002-04-061-1/+1
* 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
* Wording of comment...Lutz Jänicke2001-08-251-1/+1
* Needed for build on SunOS 4.1.x with gcc (Jeffrey Hutzelman <jhutz@cmu.edu>).Lutz Jänicke2001-08-251-0/+3
* [Forgotten commits?]Richard Levitte2001-07-021-0/+7
* Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte2001-05-031-0/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-30/+27
* Change preferences for sockets of EGD-style entropy daemons to a moreLutz Jänicke2001-02-071-1/+1
* Add automatic query of EGD sockets to RAND_poll(). The EGD sockets areLutz Jänicke2001-01-091-0/+6
* Because /dev/urandom has a better chance of giving us a good andRichard Levitte2001-01-081-1/+1
* Change RAND_poll for Unix to try a number of devices and only readRichard Levitte2001-01-081-3/+5
* Remove what was described by someone as "an EAY hack for compilingRichard Levitte2000-10-011-13/+0
* Include arpa/inet.h, since that's where htons() and friends areRichard Levitte2000-09-291-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